@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

meta.foundation-data-attribute-namespace {
  font-family: false; }

.u-block {
  display: block !important; }

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.u-textAlignCenter {
  text-align: center !important; }

.u-textAlignLeft {
  text-align: left !important; }

.u-textAlignRight {
  text-align: right !important; }

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background: white;
  color: #9e9e98;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

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

a {
  color: #9e9e98;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #56564f; }

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 36px; }

h2 {
  font-size: 21px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #9e9e98;
    padding: 1.85714rem;
    display: block;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

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

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

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

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

.loadingOverlay {
  background: rgba(86, 86, 79, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

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

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

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

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

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

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

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.35714rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

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

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #757575; }

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  transform: translate3d(0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

@media (prefers-reduced-motion) {
  a {
    transition: color 0.15s ease; } }

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

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

h1 {
  font-size: 36px; }

h2 {
  font-size: 21px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

.dropdown-menu.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

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

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

.form-wishlist {
  position: relative; }

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

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

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

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

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

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

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

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #9e9e98;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #5e7875;
      border-color: #5e7875;
      color: white; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #3e5c59;
      border-color: #3e5c59;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #3e5c59;
      border-color: #3e5c59;
      color: white; }

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

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

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

.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; }
    @media (prefers-reduced-motion) {
      .pagination-item .pagination-link {
        transition: all 0.2s ease; } }
    .pagination-item .pagination-link:hover {
      color: #56564f; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #9e9e98; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #56564f; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #56564f; }

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

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

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

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

.button {
  line-height: 1rem; }
  @media (prefers-reduced-motion) {
    .button {
      transition: all 0.15s ease; } }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.78571rem; } }

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

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

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

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

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

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

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

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

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

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

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

.accordion-title {
  margin: 0; }

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

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

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

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

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

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

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

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

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

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

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

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

.accordion-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #757575;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #56564f; }

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-option {
  border: 1px solid #ebebe7;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px; }
  @media (prefers-reduced-motion) {
    .form-option {
      transition: all 0.15s ease; } }
  .form-option:hover {
    border-color: #56564f; }
  .form-radio:checked + .form-option {
    border-color: #56564f;
    box-shadow: 0 0 0 1px #56564f; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion) {
  .icon,
  .icon svg {
    transition: all 0.15s ease; } }

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: #56564f; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      right: 0.35714rem; }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.42857rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.57143rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.92857rem; } }

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

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

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

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

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

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

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

.countPill {
  background-color: #56564f;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }

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

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #cccccc;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

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

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

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

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

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

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

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

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

.navPages-action {
  color: #56564f;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; }
        .navPages-action.is-open svg {
          fill: #757575;
          stroke: #757575; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #56564f;
    stroke: #56564f; }
    @media (prefers-reduced-motion) {
      .navPages-action svg {
        transition: all 0.15s ease; } }

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

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

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

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

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: #e5e5e5;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

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

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

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

@media (min-width: 801px) {
  .navPage-subMenu-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    padding: 0 0.75rem !important; }
    .navPage-subMenu-item .navPages-action {
      text-transform: none;
      width: 100%; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      border-bottom: 1px solid #cccccc;
      margin-bottom: 1.14286rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; }
    .navPage-subMenu-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.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }

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

.navPages-quickSearch {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.78571rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

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

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

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #56564f; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #5e7875; }
      @media (prefers-reduced-motion) {
        .socialLinks .icon svg {
          transition: all 0.15s ease; } }

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    max-height: 71.42857rem;
    opacity: 1; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  @media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image {
      -o-object-fit: cover;
         object-fit: cover;
      max-height: 42.85714rem;
      width: 100%; } }
  @media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 42.85714rem; } }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1261px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

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

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

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

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

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 2.5rem; }
  @media (prefers-reduced-motion) {
    .compareTable-removeProduct {
      transition: background-color 0.15s ease; } }
  .compareTable-removeProduct .icon {
    fill: #5e7875;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

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

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative; }
  @media (prefers-reduced-motion) {
    .textTruncate {
      transition: max-height 100ms ease-out; } }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

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

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

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

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

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 20px;
       column-gap: 20px; }

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

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

.banners {
  background-color: #757575;
  color: white;
  padding: 0.78571rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

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

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  width: 1.28571rem; }
  @media (prefers-reduced-motion) {
    .cart-remove {
      transition: background-color 0.15s ease; } }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #5e7875; }

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

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

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

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

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

.cart-total-grandTotal {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.28571rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline; }
  @media (prefers-reduced-motion) {
    .coupon-code-add,
    .coupon-code-cancel,
    .shipping-estimate-show,
    .shipping-estimate-hide,
    .gift-certificate-add,
    .gift-certificate-cancel {
      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: #56564f; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCart .previewCartAction .previewCartAction-viewCart a, .previewCart .previewCartAction .previewCartAction-checkout a {
  line-height: 40px; }

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

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

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

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #56564f; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0; }
    @media (prefers-reduced-motion) {
      .panel--newAddress .address-title {
        transition: all 0.15s ease; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paymentMethod-icon {
  margin-right: 0.78571rem;
  width: 2rem; }
  @media (min-width: 1261px) {
    .paymentMethod-icon {
      width: 3rem; } }

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

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

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

.paymentMethod-details {
  padding: 1.5rem; }

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

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

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

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

.panel--newPaymentMethod {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newPaymentMethod:hover .paymentMethod-title {
    color: #56564f; }
  .panel--newPaymentMethod .panel-body {
    background-color: transparent; }
  .panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none; }
    @media (prefers-reduced-motion) {
      .panel--newPaymentMethod .paymentMethod-title {
        transition: all 0.15s ease; } }

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

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

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

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

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

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

.paymentMethodForm-inputs {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #56564f;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    width: 1.42857rem; }
    @media (prefers-reduced-motion) {
      .mobileMenu-toggle .mobileMenu-toggleIcon,
      .mobileMenu-toggle .mobileMenu-toggleIcon::before,
      .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem; }
    @media (prefers-reduced-motion) {
      .mobileMenu-toggle .mobileMenu-toggleIcon {
        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: #56564f;
      bottom: auto;
      top: auto; }
      @media (prefers-reduced-motion) {
        .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
          transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; } }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

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

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

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

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

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

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table; }
    .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: #56564f; }
  .listItem-button:hover {
    background-color: white;
    color: #56564f; }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      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.78571rem;
      opacity: 0;
      position: absolute;
      right: 0.78571rem;
      top: 0; }
      .listItem-figureBody:hover {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

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

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

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1261px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; } }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.productView-details .form-wishlist .dropdown-menu-button {
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center; }

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

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

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  z-index: 10; }
  @media (prefers-reduced-motion) {
    .sale-flag-side {
      transition: 800ms ease; } }

.product:hover .sale-flag-side {
  background: black; }
  @media (prefers-reduced-motion) {
    .product:hover .sale-flag-side {
      transition: 800ms ease; } }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -35px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  width: 8.5rem;
  z-index: 10; }
  @media (prefers-reduced-motion) {
    .sale-flag-sash {
      transition: 800ms ease; } }

.product:hover .sale-flag-sash {
  background: black; }
  @media (prefers-reduced-motion) {
    .product:hover .sale-flag-sash {
      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: 64px;
  width: 22px; }

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

@media (prefers-reduced-motion) {
  .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 {
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  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; } }

/********** color and fonts vars **********/
/* WillowTree Colors */
/********** General **********/
body {
  color: #56564f;
  font-size: 1.1rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

p:empty {
  display: none; }

.banners {
  background-color: transparent; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.4);
  color: #333333;
  border-radius: 0;
  font-size: 1.4em;
  padding: 18px;
  border: 1px solid rgba(152, 152, 152, 0.6); }
  .card-figcaption-button:hover {
    color: #fff;
    background-color: rgba(94, 120, 117, 0.4);
    border: 1px solid #989898; }

.breadcrumbs {
  text-align: left;
  padding-left: 25px; }

.productView-img-container img {
  margin-top: 0; }

.page.category-slp-wrap .sidebarBlock-heading {
  font-size: 2.5rem !important; }

#desk-menu1 .navPages-item:first-child a {
  font-style: italic; }

.product-sentiment-card {
  color: #6B6B6B;
  font-style: italic;
  font-size: 16px;
  padding-bottom: 15px; }

.navList.Figures, .sidebarBlock-heading.Figures {
  display: none !important; }

.page.Figures .facetedSearch {
  margin-top: 0; }

a.button.button--primary.button--small.share-wish-list {
  color: #fff; }

@media (max-width: 800px) {
  .navPages {
    padding: 0 0 2rem 0;
    background-color: #767676; }
    .navPages .navPage-subMenu-list {
      background: #fff;
      margin: 0; }
      .navPages .navPage-subMenu-list a {
        border-bottom: none; }
  .navPages-quickSearch.mobileOnly {
    margin-bottom: 0; }
  .quickLinksMenu a {
    border-bottom: none; }
    .quickLinksMenu a span {
      padding-right: 5px; }
  .navPages-action-moreIcon {
    float: right;
    margin-top: 8px; }
  .navPage-childList.is-open {
    display: block;
    border-left: none; }
  td.cart-item-info.doublePrice p.giftWrapping-value.cart-item-value {
    display: inline-block; }
  .navbar-nav1 .navPages-item:first-child a {
    font-style: italic;
    color: #4b7a75; }
  #mainContent {
    margin-top: 120px !important; }
  .category-top-content {
    margin-top: 0px !important; }
  .breadCrumbParent {
    display: none; } }

/********** Home page **********/
ul.slick-dots {
  display: none !important; }

.banners.top {
  background-color: #fff;
  color: #757575;
  font-weight: bold;
  margin-bottom: 30px; }

.banners.banners-bottom {
  background-color: #fff;
  margin-bottom: 40px; }

.heroCarousel-content {
  top: 62%; }
  @media (max-width: 1220px) {
    .heroCarousel-content {
      left: 5%; } }
  @media (max-width: 800px) {
    .heroCarousel-content {
      left: 17%; } }
  @media (max-width: 500px) {
    .heroCarousel-content {
      left: 0%; } }

.products_new .page-heading {
  font-size: 3.7142rem;
  font-weight: 100;
  font-style: italic;
  color: #3e5c59; }

.heroCarousel-content.heroCarousel-content--empty {
  text-align: left; }

.heroCarousel .button--primary {
  background-color: rgba(255, 255, 255, 0.7);
  color: #3e5c59;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 1rem 2.28571rem; }
  .heroCarousel .button--primary:hover {
    background-color: white; }

.share-your-story {
  margin-top: 80px; }
  .share-your-story a.button.button--primary {
    margin: 0 0 0 5rem; }
  .share-your-story h1 {
    font-size: 3.7142rem;
    font-weight: 100;
    font-style: italic;
    color: #3e5c59;
    text-align: center; }
  .share-your-story .signature02 {
    text-align: right;
    margin-top: -28px; }
    .share-your-story .signature02 img {
      width: 200px; }
  .share-your-story .review-col {
    display: inline-block;
    width: 48%;
    background-color: #eee;
    margin-left: 1%; }
    @media (max-width: 900px) {
      .share-your-story .review-col {
        display: block;
        width: 100%;
        background-color: #eee;
        max-width: 700px;
        margin-left: 0;
        margin: 30px auto; } }
  .share-your-story .review-text {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 10px;
    color: #56564f; }
    .share-your-story .review-text a {
      color: #3e5c59;
      text-decoration: none;
      margin-top: 8px;
      display: block; }
  .share-your-story .review-image {
    display: inline-block;
    width: auto;
    max-width: 49%;
    vertical-align: top; }
  @media (max-width: 768px) {
    .share-your-story h1 {
      font-size: 3rem; } }
  @media (max-width: 500px) {
    .share-your-story .review-text {
      width: 100%; }
    .share-your-story .review-image {
      width: 100%;
      max-width: 100%; }
    .share-your-story .review-image img {
      width: 100%;
      max-width: 100%; }
    .share-your-story .button.button--primary {
      margin: 20px 0; } }
  @media (max-width: 468px) {
    .share-your-story h1 {
      font-size: 2.285rem; } }

.page-default img.__mce_add_custom__.susan-lordi-signature {
  max-width: 30%; }
  @media (max-width: 500px) {
    .page-default img.__mce_add_custom__.susan-lordi-signature {
      max-width: 50%; } }

.page-default .banners.banners-bottom {
  margin-top: 80px; }

.page-default .banner.rte {
  position: relative; }
  @media (max-width: 800px) {
    .page-default .banner.rte h2 {
      font-size: 1.5rem; } }
  .page-default .banner.rte p {
    margin-bottom: 0; }
  .page-default .banner.rte table {
    width: 100%; }
  .page-default .banner.rte td {
    position: relative; }
    .page-default .banner.rte td h1 {
      position: absolute;
      bottom: 90px;
      width: 100%;
      color: #3e5c59;
      font-style: italic;
      font-size: 3.714rem;
      letter-spacing: 0;
      font-weight: 100; }
      @media (max-width: 1024px) {
        .page-default .banner.rte td h1 {
          font-size: 2.2rem; } }
      @media (max-width: 800px) {
        .page-default .banner.rte td h1 {
          bottom: 92px;
          line-height: 1; } }
      @media (max-width: 640px) {
        .page-default .banner.rte td h1 {
          display: none; } }
    .page-default .banner.rte td a {
      color: #4b7a75;
      line-height: 1.5;
      font-size: 21px;
      text-decoration: none;
      background: rgba(255, 255, 255, 0.6);
      width: auto;
      padding: 13px 20px;
      border: none;
      box-shadow: 0 0 4px #999;
      text-transform: uppercase;
      font-weight: 400; }
      .page-default .banner.rte td a:hover {
        background: white; }
      @media (max-width: 800px) {
        .page-default .banner.rte td a {
          width: 80%;
          font-size: 1.2rem;
          bottom: 18px; } }
      @media (max-width: 500px) {
        .page-default .banner.rte td a {
          width: auto; } }
    .page-default .banner.rte td img {
      width: 100%; }
    .page-default .banner.rte td:first-child {
      padding-right: 8px; }
    .page-default .banner.rte td:nth-child(2) {
      padding-left: 8px; }
    @media (max-width: 500px) {
      .page-default .banner.rte td {
        width: 100%;
        padding: 0 !important;
        display: block; }
        .page-default .banner.rte td:first-child {
          margin-bottom: 20px; } }
  .page-default .banner.rte table:first-child {
    margin-bottom: 20px; }
    .page-default .banner.rte table:first-child td {
      padding-right: 0;
      padding-left: 0; }
      @media (max-width: 500px) {
        .page-default .banner.rte table:first-child td {
          margin-bottom: 0px; } }
    @media (max-width: 500px) {
      .page-default .banner.rte table:first-child {
        margin-bottom: 0px; } }

@media (min-width: 801px) {
  .page-default .heroCarousel-action {
    margin-top: 2.5rem; }
  .page-default .heroCarousel .button--primary {
    font-size: 21px;
    box-shadow: 0 0 4px #999; } }

@media (max-width: 800px) {
  .page-default .slick-dots {
    position: relative !important; }
  .page-default .heroCarousel-content {
    left: 0;
    margin: 0 auto;
    padding: 2.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: transparent; } }

@media (max-width: 500px) {
  .page-default div#slick-slide00 {
    background: url("https://www.willowtree.com/content/homepageHero/willow-tree-hp-slider01-banner.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 70vh; }
  .page-default div#slick-slide01 {
    background: url("https://www.willowtree.com/content/homepageHero/willow-tree-hp-slider02-banner.jpg") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 70vh; }
  .page-default .heroCarousel .slick-slide img {
    opacity: 0 !important; }
  .page-default .page-default .heroCarousel-content {
    left: 0;
    margin: 0 auto;
    padding: 2.25rem;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    text-align: center;
    top: 85% !important; }
  .page-default .heroCarousel-content {
    bottom: 0;
    text-align: center; }
  .page-default .heroCarousel .button--primary {
    bottom: 18px;
    left: 15%;
    width: 70%;
    position: absolute;
    box-shadow: 0 0 4px #999; } }

/********** Category page **********/
.page-category .page {
  padding-left: 0; }

.page-category .actionBar {
  margin: 0; }

.page-category .banners {
  color: #757575;
  padding-right: 25px; }

.page-category .category-desc-top td {
  padding: 2rem; }
  @media all and (max-width: 800px) {
    .page-category .category-desc-top td {
      display: block;
      width: 100%; } }

.actionBar-section .form-field, .form-input {
  border-radius: 0; }

.actionBar-section .form-select {
  height: 40px; }

.category-top-content {
  margin-bottom: 60px; }

.slp-category-image {
  margin-bottom: 20px; }

.category-top-heading.category-description.category-slp {
  max-width: none;
  display: none; }

h3.page-heading.category-slp {
  text-align: left; }

.category-top-heading.category-description.category-slp {
  padding-right: 25px;
  border-top: 1px solid #767676;
  padding-top: 40px;
  margin-top: 40px; }

.category-desc-default {
  padding-top: 20px;
  border-top: 1px solid #767676;
  margin-top: 60px; }

.category-image-default {
  width: 100%; }
  .category-image-default img {
    width: 100%; }

.category-slp-tileimage a.category-slp-link {
  display: block; }

@media all and (max-width: 800px) {
  ul.navList.category-slp {
    display: none; } }

#maintenance-notice {
  display: none; }

.header-logo {
  margin: 4px auto;
  max-width: 200px; }

.search-section.navUser-section {
  float: none;
  padding: 0;
  position: relative; }

.navUser-action:hover, .navUser-action.is-open {
  color: #56564F; }

.search-section.navUser-section .quickSearchResults .productGrid,
.search-section.navUser-section .quickSearchResults > p {
  background: #E5E5E5;
  padding: 30px 15px; }

.search-section.navUser-section #displaySearch {
  float: right;
  width: 268px;
  height: 46px; }

.search-section.navUser-section .form {
  position: relative;
  margin: 0; }

.quickSearchResults .modal-close {
  top: 45px; }

.navUser-action {
  color: #446F6A;
  font-weight: 400;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: inherit; }

.navUser-action .icon {
  height: 17px;
  width: 17px;
  margin: -1px 5px 0 0;
  background: url(../img/top_menu_icons.png) no-repeat right 2px; }

@media (prefers-reduced-motion) {
  .navUser-action svg {
    transition: all 0.15s ease;
    display: none; } }

.navPages-action {
  color: #4b7a75;
  font-size: 16px;
  font-weight: 400;
  text-transform: inherit; }

.navUser-action .icon.icon--phone {
  background-position: right -26px; }

.navUser-action .icon.icon--location {
  background-position: right -54px; }

.navUser-action .icon.icon--heart {
  background-position: right -110px; }

.navUser-action .icon.icon--user {
  background-position: right -82px; }

.navUser-action .icon.icon--bag {
  background-position: right -138px; }

.navUser-action:hover .icon {
  background-position: left 2px; }

.navUser-action:hover .icon.icon--phone {
  background-position: left -26px; }

.navUser-action:hover .icon.icon--location {
  background-position: left -54px; }

.navUser-action:hover .icon.icon--heart {
  background-position: left -110px; }

.navUser-action:hover .icon.icon--user {
  background-position: left -82px; }

.navUser-action:hover .icon.icon--bag {
  background-position: left -138px; }

/************ Footer **************/
.contact-info.mobileonly {
  color: #3e5c59;
  font-size: 14px;
  margin: 20px auto 60px auto;
  display: none; }
  .contact-info.mobileonly p {
    color: #3e5c59 !important;
    font-size: 14px; }
  .contact-info.mobileonly .cta-phone {
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    color: #3e5c59; }
  @media (max-width: 800px) {
    .contact-info.mobileonly {
      display: block; } }

@media (max-width: 586px) {
  img.footer-logo-image.willowtree {
    width: 156px;
    margin-bottom: 30px; } }

/***mega menu style***/
.desktop-nav-wrap {
  border-bottom: 1px solid #767676; }

#desk-menu1 .navPage-subMenu {
  background-color: #f2f2f2; }

#desk-menu1 .navPages-action {
  padding: .78571rem 1rem .78571rem;
  color: #3e5c59; }

#desk-menu1 .navPages-item:first-child a {
  padding-left: 0; }

#desk-menu1 .navPages-item:last-child a {
  padding-right: 0;
  text-align: right; }

#desk-menu1 .navPages {
  max-width: 100%; }

#desk-menu1 .sub-cat-links {
  width: 100%;
  display: inline-block;
  vertical-align: top; }

#desk-menu1 .sub-cat-img {
  width: 30%;
  display: inline-block;
  vertical-align: top; }

#weeken-promo.banners {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 10px; }

#weeken-promo .banner {
  max-width: 100%; }

.mobile-nav-wrap {
  display: none; }

/************* Product Page **************/
.slick-initialized .slick-slide {
  display: inline-block; }

.page-product .productView-thumbnails .slick-next, .page-product .productView-thumbnails .slick-prev {
  top: 53px;
  margin-top: -2.14286rem; }

.back-story {
  padding: 0 0 2rem 0;
  font-style: italic; }

.sidebarBlock .sidebarBlock-heading {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px; }

.facetedSearch h5, .facetedSearch .accordion-title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px; }

.facetedSearch .accordion-title {
  font-weight: bold;
  font-size: 18px; }
  @media (min-width: 801px) {
    .facetedSearch .accordion-title {
      border-bottom: 1px solid #767676;
      padding-bottom: 5px; } }

.facetedSearch .form-input--small {
  padding: 1.5rem 0.8rem; }

.facetedSearch .facetLabel {
  border-radius: 0;
  background-color: #767676;
  color: #56564f; }

@media (min-width: 801px) {
  .facetedSearch .accordion-navigation.toggleLink::before {
    content: "+";
    float: right;
    font-size: 22px;
    font-weight: lighter; } }

@media (min-width: 801px) {
  .facetedSearch .accordion-navigation.toggleLink.is-open::before {
    content: "-";
    float: right;
    font-size: 22px;
    font-weight: lighter; } }

.productView {
  margin-left: 0;
  margin-right: 0; }

.productView-brand {
  margin-bottom: 0; }

.productView-brand a {
  color: #767676;
  text-decoration: none;
  font-size: 18px;
  font-family: open sans;
  font-weight: normal; }

.productView-info > :first-child {
  margin-top: 0; }

.productView-price {
  font-size: 21px;
  margin-bottom: 6px; }

.price.price--withoutTax {
  color: #56564f; }

.price.price--withoutTax.ddp {
  color: #ac8041; }

.retailer_txt {
  font-size: 14px;
  margin-bottom: 20px; }

.productView-rating {
  font-size: 14px;
  color: #767676; }

.productView-reviewLink > a {
  font-size: 14px;
  color: #767676; }

.productView-details {
  margin-bottom: 15px; }

.productView-details > .productView-product {
  padding-bottom: 15px; }

.form-label--alternate {
  font-family: Open Sans;
  font-size: 14px;
  margin-bottom: 5px;
  color: #56564f; }

.form-option {
  border-color: #F3F3F1; }

.form-radio:checked + .form-option {
  color: #56564f;
  border-color: #75756F;
  box-shadow: none; }

.form-option-variant {
  font-size: 15px;
  padding: 8px 0.4rem;
  color: #767676; }

.form-radio:checked + .form-option .form-option-variant {
  color: #56564f; }

.product-keyword {
  padding: 18px 0; }

.form-increment .form-input {
  border: 1px solid #E7E7E7;
  width: 90px;
  text-align: left;
  padding: 10px;
  height: 48px;
  border-right: 0px; }

.form-increment .button {
  display: block;
  border-radius: 0;
  border: 1px solid #E7E7E7; }

.form-select--date, .form-select--small {
  padding: .3rem 2rem .3rem .78571rem; }

.form-increment .button:first-child {
  border-bottom: 0; }

.qty_right {
  display: inline-block;
  vertical-align: top; }

.productView-thumbnails {
  text-align: center; }

.productView-thumbnail {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  margin: 0 3px;
  float: none;
  display: inline-block; }

.productView-thumbnail-link {
  height: 50px;
  width: 50px;
  padding: 0;
  border: 0px; }

.productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
  box-shadow: 0 0 5px #999 !important; }

#videoGallery-content {
  margin-top: 30px; }

.videoGallery-main {
  padding-bottom: 54%; }

.noreviews {
  text-align: center; }

.noreviews .productView-reviewLink {
  display: block;
  margin-top: 20px; }

#product-reviews h3 {
  color: #4b7a75;
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-style: italic; }

.contact-col a {
  color: #4b7a75;
  text-decoration: none;
  margin-left: 10px; }

a.button--primary,
a.button--primary:hover {
  color: #FFF; }

.card-text .price.price--withoutTax {
  color: #56564f;
  font-size: 16px; }

.productView-description .tab-content li {
  margin-bottom: 10px; }

#tab-artist.is-active {
  display: flex; }

#tab-artist > div {
  width: 50%; }

#tab-artist > div:first-child {
  padding-right: 20px; }

@media (max-width: 846px) {
  #desk-menu1 .navPages-action {
    padding: .78571rem 0.3rem; } }

@media (min-width: 801px) {
  #desk-menu1 ul.nav1.navPages-list {
    display: table;
    width: 100%; }
  #desk-menu1 ul.nav1.navPages-list > li {
    display: table-cell;
    float: none; }
  li.navPages-item.quickLinksMenu.navPages-item--account.mobile {
    display: none !important; }
  .cart-item .cart-item-block.cart-item-info {
    padding: 1.5rem 0;
    vertical-align: top;
    position: relative; }
  .cart-item-info.doublePrice .giftWrapping-value.cart-item-value {
    position: absolute;
    bottom: 45px;
    right: 14px;
    margin: 0; }
  .cart-item-info.doubleFullPrice .fulTotal .cart-item-value:last-child {
    position: absolute;
    bottom: 45px;
    margin: 0; }
  .cart-item-info .fulTotal {
    display: inline-block;
    width: 100%; }
  .doubleFullPrice.cart-item-info .fulTotal .cart-item-value {
    display: block; } }

@media (min-width: 1261px) {
  li.navPages-item.quickLinksMenu.navPages-item--account.mobile {
    display: none !important; } }

@media (min-width: 551px) {
  .card-body {
    text-align: center; } }

@media (min-width: 801px) {
  .productView-images {
    width: 45%; } }

@media all and (max-width: 800px) {
  .desktop-nav-wrap {
    display: none; }
  .mobile-nav-wrap {
    display: block; }
  body, .navPages-container.is-open {
    padding-top: 120px; }
  .navUser {
    position: relative;
    top: 50px;
    margin-bottom: -64px;
    background-size: 100% 52px; }
  .navUser-section.freeship {
    float: none;
    text-align: center;
    margin-bottom: 10px;
    max-width: 100%; }
  .mobileMenu-toggle {
    top: 50px; }
  .header_txt_btm.mobile-show {
    text-align: center;
    font-size: 28px;
    color: #4b7a75;
    font-style: italic;
    line-height: normal;
    margin-top: 10px; }
  .header-logo {
    margin: 8px auto 0;
    max-width: 136px; }
  .header-logo-image {
    max-height: 3.3rem; }
  .footer-copyright > .powered-by {
    font-size: 14px; }
  .header .mobile-hide {
    display: none !important; }
  .header .mobile-show {
    display: block !important; } }

@media all and (max-width: 560px) {
  .header_txt_btm.mobile-show {
    font-size: 16px; }
  .footer-copyright > .powered-by {
    font-size: 16px; }
  .footer-info-list li {
    border: 0; } }

/********** Pages template **********/
.page-heading.pages-template {
  padding-left: 0; }

.page-content.page-content--centered.breadcrumbsPage .breadcrumbs {
  padding-left: 0; }

.productView-title {
  font-size: 36px;
  font-weight: normal; }

.productView-rating .icon svg {
  fill: #E7E7E7; }

.productView-rating .icon--ratingFull svg {
  fill: #55554F; }

.productView-options .form-field {
  margin-bottom: 20px; }

.productView-options {
  margin-bottom: 0; }

.productView-options .form-action {
  margin-top: 0; }

.tabs {
  border-bottom: 1px solid #767676; }

.tab.is-active {
  border: 1px solid #767676;
  border-bottom: 1px solid white; }

.productView-description .tab-content {
  padding-left: 5px; }

.productView-description .tab-content li {
  line-height: 26px; }

.productReview {
  margin-bottom: 40px;
  width: 100%; }

.productReview-title {
  font-size: 16px;
  font-family: Open Sans;
  font-weight: normal; }

.productReview-author {
  color: #767676;
  font-size: 13px; }

hr {
  border: solid #E8E8E8;
  border-width: 1px 0 0; }

.card-title {
  font-weight: normal;
  font-size: 16px; }

.card-text .price {
  display: block;
  color: #56564f; }

.card-text .price.price--withoutTax {
  color: #56564f; }

.toggle-title .toggleLink {
  float: none;
  margin: 0 auto;
  max-width: 200px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #767676; }

#product-reviews .pagination-item--next,
#product-reviews .pagination-item--previous {
  float: none; }

#product-reviews .pagination-item .pagination-link {
  border: 1px solid #E8E8E8;
  border-radius: 0;
  padding: 8px 40px;
  color: #56564f; }

.pagination-item {
  text-align: center; }

.rollover_img {
  text-align: center;
  margin: 20px;
  /* ISQ */
  /**display:none;**/ }

.rollover_img .icon {
  width: 24px;
  height: 24px; }

.productView-reviewLink {
  display: block;
  text-align: center;
  margin-bottom: 40px; }

.productView-reviewLink .button {
  font-size: 16px;
  line-height: normal; }

.socialLinks .icon svg {
  fill: #55554E; }

.product-sentiment {
  color: #767676;
  font-style: italic;
  font-size: 1.3rem; }

.inner_page .breadcrumbs {
  padding-left: 0px; }

.ctm_content_wrap {
  display: flex; }

.ctm_sidebar, .ctm_content {
  display: inline-block;
  vertical-align: top; }

.ctm_sidebar {
  width: 100%;
  max-width: 241px; }

.ctm_content {
  width: 100%;
  padding-left: 40px; }

.page-sidebar + .page-content.ctm_content {
  padding-left: 30px;
  width: 100%; }

.inner_page[data-url="Customer Service"] .ctm_sidebar > ul {
  display: none; }

.ctm_sidebar ul {
  list-style: none;
  margin: 0;
  margin-bottom: 26px; }

.ctm_sidebar li {
  line-height: 34px; }

.ctm_sidebar li a {
  font-size: 15px;
  text-decoration: none;
  color: #56564f;
  font-weight: normal; }

.ctm_content h1 {
  margin-top: 0;
  float: none; }

.ctm_content h3 {
  font-size: 22px;
  margin-bottom: 0; }

.ctm_content h4 {
  font-size: 16px;
  color: #4b7a75;
  margin-bottom: 0px;
  margin-top: 10px; }

.ctm_content ul {
  margin-left: 40px;
  color: #767676;
  line-height: 28px; }

.ctm_content ul li {
  padding-bottom: 10px; }

.ctm_content p {
  color: black;
  font-size: 16px;
  line-height: 30px; }

.btm_contact .row {
  display: flex;
  margin-bottom: 10px; }

.btm_contact .row .box {
  color: #767676; }

.btm_contact .row .box:first-child {
  padding-right: 20px;
  width: 75px; }

.btm_contact .row .box a {
  color: #4b7a75;
  text-decoration: none; }

.contact_box {
  border: 1px solid #767676;
  padding: 16px;
  margin-top: 14px; }

.contact_box h3 {
  margin: 0 0 15px; }

.contact_box p {
  color: #767676;
  line-height: 25px; }

.contact_box p strong {
  text-transform: uppercase; }

.contact_box a {
  color: #4b7a75; }

/*About pages*/
.about-page img {
  display: block;
  margin: 0px auto; }

.about-columns {
  display: flex;
  flex-wrap: wrap; }

.about-columns .sec_box {
  width: 48%;
  display: inline-block;
  margin: 1%;
  text-align: center; }

.about-columns .sec_box p {
  padding: 10px 20px; }

.about-page .info-text {
  width: 70%;
  margin: 0px auto;
  padding-top: 55px;
  padding-bottom: 20px; }

.about-page.gift-page {
  text-align: center; }

.about-page.gift-page .gift-subtext {
  margin-top: -40px;
  font-size: 18px;
  margin-bottom: 20px;
  color: #767676; }

.about-page.gift-page .gift-subtext a {
  text-decoration: none; }

.about-page.gift-page .info-text {
  width: 60%; }

.about-page .gift-content-image {
  max-width: 1000px;
  margin: 20px auto 0; }

.gift-page .gift-content {
  float: left;
  width: 45%;
  text-align: left;
  color: #767676;
  max-width: 430px;
  margin-top: 10px; }

.gift-page .gift-image-right {
  float: right;
  width: 54%;
  margin-right: -20px; }

.gift-page .gift-content p a {
  color: #ac8041; }

.gift-page .gift-content .gift-button {
  text-align: left !important; }

/** about-susan-lordi **/
.about-susan {
  position: relative; }

@media only screen and (min-width: 979px) {
  .asl-sm-mobile {
    display: none; }
  .asl-desk-and-tablet {
    display: block; }
  .picture-overlay {
    position: absolute;
    top: 54px;
    width: 40%;
    left: 23px; }
  .asl-signature p {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 0; }
  .asl-signature img {
    width: 44%;
    float: right;
    right: 20px;
    margin-right: 26px;
    margin-top: 12px; }
  .intro-text {
    position: absolute;
    top: 160px;
    width: 100%; }
  .intro-text h1 {
    font-size: 21px;
    color: #3E5C59;
    padding-bottom: 13px; }
  .intro-text p {
    font-size: 1.1rem;
    color: #56564f;
    line-height: 1.5em; } }

@media screen and (min-width: 768px) and (max-width: 978px) {
  .asl-sm-mobile {
    display: none; }
  .asl-desk-and-tablet {
    display: block; }
  .asl-signature {
    position: absolute;
    top: 100px;
    width: 38%;
    left: 70px; }
  .asl-signature p {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 0; }
  .asl-signature img {
    width: 40%;
    float: right;
    right: 20px;
    margin-top: 10px; }
  .intro-text {
    width: 80%;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px; }
  .intro-text h1 {
    font-size: 24px;
    color: #3E5C59; }
  /* Page - Artist Susan Lordi Style */
  .intro-text p {
    font-size: 1.1rem;
    color: #56564f;
    line-height: 1.5em; }
  .gift-page .gift-content {
    width: 100%;
    margin-top: 0;
    max-width: 100%; }
  .about-page .gift-content-image {
    margin: 0 auto; }
  .gift-page .gift-image-right {
    width: 100%;
    margin-right: 0; } }

/* LARGE MOBILE - TEXT & BUTTON SETTING */
@media screen and (max-width: 767px) {
  .asl-sm-mobile {
    display: block; }
  .asl-desk-and-tablet {
    display: none; }
  .asl-signature {
    padding-left: 5px;
    padding-right: 5px;
    clear: both; }
  .asl-signature p {
    font-style: italic;
    margin-bottom: 0;
    margin-top: 0; }
  .asl-signature img {
    width: 40%;
    float: right; }
  .info-text {
    width: 100%;
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 20px; }
  .intro-text {
    width: 100%;
    margin: 0px auto;
    padding-top: 70px;
    padding-bottom: 20px; }
  .intro-text h1 {
    font-size: 24px;
    color: #3E5C59; }
  /* Page - Artist Susan Lordi Style */
  .intro-text p {
    font-size: 1.1em;
    color: #56564f; }
  /******/
  .gift-page .gift-content {
    width: 100%;
    margin-top: 0;
    max-width: 100%; }
  .about-page .gift-content-image {
    margin: 0 auto; }
  .gift-page .gift-image-right {
    width: 100%;
    margin-right: 0; } }

/* customer services */
.customer_serv {
  display: flex;
  flex-wrap: wrap; }

.customer_serv .sec_box {
  width: 49%;
  border: 1px solid #F0F0ED;
  padding: 20px;
  display: flex;
  margin-right: 1%;
  margin-bottom: 18px; }

.customer_serv .sec_box:nth-child(2n) {
  margin-left: 1%;
  margin-right: 0; }

.customer_serv .ctm_icon {
  background: url(../img/customer_services_icons.png) no-repeat left -2px;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  min-width: 70px; }

.customer_serv .ctm_icon.order_status {
  background-position: 0 -396px; }

.customer_serv .ctm_icon.faqs {
  background-position: 0 -132px; }

.customer_serv .ctm_icon.shipping {
  background-position: 0 -528px; }

.customer_serv .ctm_icon.privacy {
  background-position: 0 -265px; }

.customer_serv .ctm_icon.terms {
  background-position: 0 -660px; }

.ctm_txt a {
  color: #4b7a75;
  text-decoration: none;
  font-size: 15px; }

.ctm_txt p {
  margin-bottom: 0; }

.ctm_txt span {
  display: block;
  line-height: normal;
  font-size: 14px;
  color: #696964; }

/********** Account Pages ***********/
.account .breadcrumbs {
  padding-left: 0; }

.account .page-heading {
  text-align: left;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 20px; }

.navBar.navBar--account {
  text-align: left;
  margin-bottom: 30px; }

.navBar.navBar--account .navBar-item:first-child {
  margin-left: 0; }

.navBar--account .navBar-action {
  color: #999999;
  font-size: 15px;
  padding: 0; }

.navBar--account .navBar-item.is-active {
  border-bottom: 1px solid #333333;
  color: #333333; }

div.account .right_align {
  text-align: right; }

.account table tr th {
  font-weight: normal;
  text-transform: uppercase;
  color: #666666;
  font-size: 13px;
  padding: 5px; }

.account .table--line tr td a {
  text-decoration: none;
  color: #006680; }

a.button.edit_icon {
  border: 0px;
  text-indent: -9999px;
  background: url("https://cdn7.bigcommerce.com/s-4phttkde7p/product_images/uploaded_images/edit-pencil.png") no-repeat left top;
  width: 23px;
  height: 23px;
  padding: 0px; }

.account .button {
  padding-top: 13px;
  padding-bottom: 13px; }

.button.delete_icon {
  color: #A7A7A7;
  border: 0px;
  padding: 0;
  background: url("https://cdn7.bigcommerce.com/s-4phttkde7p/product_images/uploaded_images/remove-icon.png") no-repeat left top;
  width: 23px;
  height: 23px;
  text-indent: -9999px; }

.button.delete_icon svg {
  width: 28px;
  height: 28px;
  fill: #A7A7A7; }

.account_form {
  text-align: center; }

.account .card {
  margin-bottom: 2rem; }

.account .card-title > a {
  color: #4f4f4f; }

.account .card-text .price {
  color: #4f4f4f; }

.account .card-body .card-text[data-test-info-type="brandName"] {
  display: none; }

.account .form-label {
  color: #56564f;
  color: #56564f;
  font-size: 14px; }

.account .form-label small {
  text-transform: lowercase;
  color: #767676;
  font-size: 12px; }

.account .form-label small::before {
  content: '*';
  color: #9e1b2a; }

.account .form-input {
  border: 1px solid #767676;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  height: 40px; }

.panel--address .panel-body {
  background-color: #F6F6F6;
  padding: 1.5rem 2.5rem 4.5rem; }

.addressList .address-title {
  font-size: 15px;
  font-family: Open Sans; }

.panel--newAddress .panel-body {
  background: none; }

.panel--newAddress .address-symbol {
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  color: #006680; }

.address-addNew .address-title {
  color: #006680;
  font-weight: normal; }

@media all and (min-width: 801px) {
  .account--fixed {
    width: 80%; } }

.damd_logo {
  display: inline-block;
  max-width: 360px;
  vertical-align: middle;
  margin: 0 10px; }

.damd_txt {
  padding-top: 10px; }

.navUser-item--cart .dropdown-menu.is-open {
  right: 6rem;
  left: auto !important;
  top: auto !important; }

.navUser-item.navUser-item--cart .icon {
  margin: -1px 0px 0 0; }

.navUser-item--cart .navUser-action {
  padding-right: 0;
  text-align: right; }

.countPill {
  background: none;
  color: #4b7a75;
  font-size: 15px;
  text-align: right;
  width: auto;
  vertical-align: bottom; }

.navUser-action:hover .countPill {
  color: #56564f; }

/* Holiday Promotions Page */
.holiday_promo {
  text-align: center; }

.pro_section {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 0px auto 30px; }

.pro_section .box {
  width: 50%;
  padding: 0 10px 30px; }

.gift_main_img {
  margin-bottom: 30px; }

.gift_section .pro_section {
  max-width: 690px;
  margin: 0px auto 30px; }

.gift_section .box {
  width: 33.33%;
  padding: 0 15px 30px; }

.pro_section a {
  font-size: 18px;
  font-style: italic;
  text-decoration: none; }

.pro_section .pro_name {
  display: block;
  font-size: 18px;
  font-style: italic;
  padding-top: 10px; }

.holiday_promo h2 {
  font-size: 36px;
  margin: 0; }

.holiday_promo h5 {
  margin: 0 0 30px; }

.holiday_promo p {
  color: #767676;
  line-height: 30px; }

.holiday_promo p span {
  color: #babab5;
  font-size: 13px; }

.holiday_promo p a {
  color: #4b7a75;
  text-decoration: none; }

.holiday_promo p a:hover {
  color: #56564F; }

/* search page */
.search-page .panel--large .panel-body {
  display: none; }

.custom_filter_row:after {
  clear: left;
  content: '';
  display: table; }

.custom_filter_row .actionBar {
  float: left;
  margin: 0; }

.custom_filter_row .result_count {
  float: right;
  line-height: 42px;
  color: #767676; }

#search-results-heading .page-heading {
  text-align: left;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: normal;
  text-transform: capitalize; }

.alertBox.alertBox--error {
  color: #9e1b2a;
  background: rgba(158, 27, 42, 0.1);
  text-align: center; }

.alertBox--error svg {
  fill: #9e1b2a; }

.alertBox.alertBox--success {
  color: #ac8041;
  background: rgba(178, 128, 65, 0.1); }

.alertBox--success svg {
  fill: #ac8041; }

.alertBox.alertBox--info {
  background: #eee;
  color: #56564f; }

.alertBox--info svg {
  fill: #56564f; }

.facetedSearch .form-input--small {
  padding: 0.5rem .8rem;
  height: 40px; }

.form-minMaxRow .button {
  height: 40px; }

.navList-action--checkbox::before, .navList-action--checkbox::after {
  top: 13px; }

.navList-action {
  color: #767676 !important; }

/*-- Login Page --*/
.login-row-top {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #767676; }

.login-row-top > div {
  width: 100%; }

.login-row-top > div h3 {
  margin: 0 0 10px; }

.login-row-top > div.or {
  max-width: 128px;
  position: relative; }

.login-row-top > div.or::before {
  content: '';
  border-left: 1px solid #767676;
  height: 100%;
  position: absolute;
  left: 50%; }

.login-row-top > div.or::after {
  content: "OR";
  position: absolute;
  top: 46%;
  left: 50%;
  background-color: #FFF;
  margin-left: -10px;
  padding: 10px 0; }

.login-row-top .form-field {
  margin-bottom: 10px; }

.login-row-top .form-actions {
  text-align: left; }

.login-row-top p {
  line-height: 22px; }

.button_list {
  display: flex;
  margin-top: 20px; }

.button_list > div {
  max-width: 194px;
  width: 100%;
  background: #F9F8F6;
  text-align: center;
  margin-right: 10px;
  padding: 20px 10px; }

.button_list .icon {
  display: block;
  width: 48px;
  height: 48px;
  margin: 10px auto 20px;
  background: url(https://cdn7.bigcommerce.com/s-4phttkde7p/product_images/uploaded_images/account-icons.png) no-repeat left top; }

.button_list .icon2 {
  background-position: -77px 0px; }

.button_list .icon3 {
  background-position: -167px 0px; }

.button_list .icon4 {
  background-position: -250px 0px; }

.button_list .icon5 {
  background-position: -328px 0px; }

.button_list p {
  line-height: 22px;
  margin-bottom: 0px; }

.login-sidebar .sidebarBlock + .sidebarBlock {
  border-top: 0px solid #e5e5e5;
  margin-top: 0;
  padding-top: 0; }

.login-sidebar li {
  line-height: 24px; }

.login-sidebar h5 {
  margin-top: 10px;
  font-weight: bold;
  margin-bottom: 5px; }

.order_status_box {
  width: 100%; }

.order_status_box span {
  padding: 20px;
  background: #F9F8F6;
  font-size: 20px;
  text-align: center;
  display: block;
  margin: 20px 0; }

@media all and (min-width: 1025px) {
  .productReview {
    width: 50%; }
  #videoGallery-content {
    padding: 0 50px; } }

@media all and (min-width: 801px) {
  .productView-title {
    font-size: 36px; }
  .navUser {
    padding: 0px; }
  #search-results-heading {
    padding-left: 25%; } }

@media all and (min-width: 768px) {
  .productView-details {
    width: 50%;
    float: right; }
  .productView-images {
    width: 50%; }
  .tab {
    border-top-color: white;
    float: left; }
  .tab-title {
    padding: 0.73333rem 1.5rem; }
  .tab-title.toggle_btn {
    display: none !important; }
  .rollover_img {
    display: block; }
  .productView-images {
    margin-bottom: 0; }
  .tabs-contents {
    margin-bottom: -10px; } }

@media all and (max-width: 1199px) {
  .navUser-item--cart .dropdown-menu.is-open {
    right: 1.5rem; } }

@media all and (min-width: 768px) and (max-width: 1024px) {
  .productView-options .form-action {
    float: none;
    padding: 0;
    width: auto;
    max-width: 220px; } }

@media all and (max-width: 900px) {
  .login-row-top {
    flex-wrap: wrap; }
  .login-row-top > div.or {
    width: 100%;
    max-width: 100%;
    margin: 20px 0; }
  .login-row-top > div.or::before {
    content: '';
    border-left: 1px solid #767676;
    height: 100%;
    position: absolute;
    left: 0;
    border-top: 1px solid #767676;
    width: 100%; }
  .login-row-top > div.or::after {
    content: "OR";
    position: absolute;
    top: -20px;
    left: 50%;
    background-color: #FFF;
    margin-left: -20px;
    padding: 10px 10px; }
  .button_list {
    flex-wrap: wrap; }
  .button_list > div {
    margin-bottom: 10px; }
  .page-sidebar + .page-content.ctm_content {
    padding: 0 0.75rem; } }

@media all and (max-width: 800px) {
  .navPages-container.mobile-menu {
    padding-top: 70px; }
  .navPages-container {
    position: absolute; }
  /*ss 12may2020 Start*/
  .cart-item {
    position: relative; }
  .page-cart .cart-remove {
    width: 2.6rem !important;
    position: absolute;
    top: 15px;
    right: 0;
    height: 2.5rem; }
  /*ss 12may2020 End*/
  body.page-cart.adroll_safari_light_theme {
    padding-right: 0px;
    top: 0px !important; } }

@media all and (max-width: 768px) {
  .customer_serv .sec_box {
    width: 100%; } }

@media all and (max-width: 767px) {
  .about-columns .sec_box {
    width: 98%;
    margin-bottom: 20px; }
  .productView-options {
    text-align: left; }
  .mobile-hide {
    display: none !important; }
  .mobile-show {
    display: block !important; }
  .productView-options .form-action {
    float: none;
    padding: 0;
    width: 100%; }
  .tab-title {
    padding: 1.13333rem 2rem;
    text-align: center;
    text-decoration: none; }
  .toggle_btn {
    position: relative; }
  .tab svg,
  .toggle_btn svg {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 20px; }
  .arrow-up {
    display: block !important; }
  .tab.is-active .arrow-up,
  .toggle_btn.is-open .arrow-up {
    display: none !important; }
  .tab.is-active .arrow-down,
  .toggle_btn.is-open .arrow-down {
    display: block !important; }
  .tab.is-active {
    border-right: 0;
    border-left: 0; }
  .productView-reviewLink + .productView-reviewLink {
    display: inline-block;
    margin-left: 0.73333rem; }
  .toggle_btn {
    position: relative;
    border-top: 1px solid #e5e5e5; }
  .toggle_btn.is-open {
    border-bottom: 1px solid #e5e5e5; }
  .tabs {
    display: none; }
  .tabs-contents {
    border-bottom: 0px;
    margin-bottom: -20px; }
  #tab-artist.is-active {
    display: block; }
  #tab-artist > div:first-child {
    padding-right: 0;
    padding-bottom: 20px; }
  #tab-artist > div {
    width: 100%; }
  #tab-artist .artistImage {
    text-align: center; }
  .ctm_content_wrap {
    flex-wrap: wrap; }
  .ctm_sidebar {
    max-width: none;
    margin-bottom: 20px; }
  .ctm_content {
    padding: 0; } }

@media all and (max-width: 600px) {
  .pro_section .box {
    width: 100%; }
  .button_list {
    max-width: 408px;
    margin: 0 auto; } }

@media all and (max-width: 450px) {
  .button_list > div {
    max-width: 100%; }
  .button_list > div strong {
    display: block; } }

.mobile-nav-wrap .navPages-container.is-open {
  padding: 120px 0 0; }

.header.is-open .mobile-nav-wrap #menu {
  display: block;
  width: 100%; }

.mobile-nav-wrap .navPages {
  width: 100%; }

/*****page-cart*****/
.page-cart .form-increment .form-input {
  height: 49px;
  margin-right: -4px; }

.page-cart .cart-item-value, .page-cart .cart-total-value, .page-cart .cart-total-grandTotal, .page-cart .shipping-estimate-value {
  font-size: 1.3em; }

.page-cart .cart-actions.continue-shopping {
  text-align: right;
  padding: 20px 0; }
  .page-cart .cart-actions.continue-shopping a {
    text-decoration: none;
    color: #3e5c59; }

.page-cart .coupon-code-add, .page-cart .coupon-code-cancel, .page-cart .gift-certificate-add, .page-cart .gift-certificate-cancel, .page-cart .shipping-estimate-hide, .page-cart .shipping-estimate-show {
  font-size: 1rem;
  color: #3e5c59;
  text-decoration: none; }

.page-cart .estimator-form-input .form-input, .page-cart .estimator-form-input .form-select, .page-cart .cart-gift-certificate-form .form-input, .page-cart .coupon-form .form-input {
  height: 45px; }

.page-cart .cart-remove {
  background-color: #fff;
  /*width: 1.6rem !important;*/ }

.page-cart .cart-item-name {
  font-size: 1.4em;
  margin: 0; }
  .page-cart .cart-item-name a {
    text-decoration: none;
    color: #56564f;
    font-weight: normal; }

.page-cart .batches {
  text-align: right;
  padding-top: 40px; }

.page-cart .breadcrumbs {
  display: none; }

.page-cart .page .page-heading {
  padding-left: 0; }

.productView-details {
  /*
    div[data-product-option-change=""] {
        .form-label.form-label--alternate.form-label--inlineSmall { display: none; }
        .form-label {
            background: url("https://cdn7.bigcommerce.com/s-4phttkde7p/product_images/uploaded_images/gift.png?t=1522222240") no-repeat 25px 0px;
            background-size: 15px;
            padding-left: 52px;
        }
    }
    */ }

.other-signup-option.retail .store-image {
  max-width: 134px;
  margin: 11px 0 0; }

.other-signup-option.retail .cta {
  max-width: inherit;
  width: auto;
  text-align: center; }
  .other-signup-option.retail .cta a {
    background: #767676;
    padding: 10px 25px;
    display: block;
    color: #fff;
    text-decoration: none;
    max-width: inherit;
    margin: auto;
    text-align: center;
    color: #56564f; }

.cta h3 {
  font-size: 24px;
  color: #56564f;
  font-weight: 400;
  margin: 0 0 9px !important;
  padding: 0 !important; }

.alertSuccessSection .page-heading {
  text-align: center;
  margin: 0 0 16px; }

.alertSuccessSection p {
  max-width: 458px;
  margin: auto;
  padding: 0 0 30px; }

.b2bLoginPanelDetail .panel-header h2 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans",Arial,Helvetica,sans-serif; }

.b2bLoginPanelDetail .panel-body h2.panel-title {
  padding-top: 21px !important;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  padding-bottom: 10px; }

.login-form form .form-actions {
  text-align: left; }

.new-customer h2.panel-title {
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans",Arial,Helvetica,sans-serif; }

.login-form .form-actions {
  text-align: left; }

h1.page-heading.pageHandling {
  font-family: Amiri,Arial,Helvetica,sans-serif;
  font-weight: normal;
  margin: 0 0 10px 0; }

.page-createaccount .form-row .form-field--link a.alreadyRetailer.movetob2blogin {
  color: #56564f;
  text-decoration: none;
  font-size: 18px; }

.page-createaccount .form-row .form-field--link a.movetoretailer_online {
  background: #767676;
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none;
  max-width: inherit;
  margin: auto;
  text-align: center;
  color: #56564f; }

.page-createaccount .form-row .alreadyRetailer.retail {
  margin-top: 15px; }

.page-createaccount #createNewAccount .form-field--checkbox {
  display: table; }

.page-createaccount .form-field--inputText#FormField_30 {
  clear: none; }

.page-createaccount .form-field--checkbox#FormField_26 .form-label:first-child {
  font-size: 22px;
  text-align: center;
  font-family: Amiri,Arial,Helvetica,sans-serif; }

.page-createaccount h3.alreadyRetailer {
  font-weight: normal; }

.page-createaccount p.max-width-p {
  max-width: 740px;
  text-align: center;
  margin: 0 auto 30px; }

@media (max-width: 767px) and (min-width: 550px) {
  td.cart-item-info.doublePrice p.giftWrapping-value.cart-item-value {
    display: block; }
  .cart-item-info.doubleFullPrice .fulTotal .cart-item-value {
    display: block; } }

/* story page*/
.story-sidebar {
  margin-top: 72px;
  padding: 160px 22px 22px;
  background: #F5F3EB url(../img/story-sidebar-bg.png) no-repeat left top; }

.story-sidebar .sign_box {
  background: #F5F3EB url(https://cdn7.bigcommerce.com/s-4phttkde7p/product_images/uploaded_images/sign-img.png) no-repeat left top;
  width: 140px;
  height: 52px;
  margin: 0px 0 30px; }

.story-sidebar .button {
  padding: 0.85714rem 1.28571rem; }

.story_detail_box h2 {
  font-size: 31px;
  font-weight: normal;
  margin: 0px; }

.story_detail_box p {
  line-height: 22px; }

.story-meta {
  color: #72726a;
  font-size: 14px;
  margin: 0px 0 20px; }

.story_box {
  border-top: 1px solid #767676;
  margin-top: 30px;
  padding-top: 20px; }

.story_box.first {
  border-top: 0px;
  padding-top: 0px; }

.form-label-gift {
  background-image: url("https://cdn7.bigcommerce.com/s-4phttkde7p/product_images/uploaded_images/gift.png?t=1522222240");
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: 15px 20px;
  float: left; }

/*DD & WT Account Section Nav on Mobile*/
.navBar--account {
  display: block !important; }

.navBar.navBar--account .navBar-item:first-child {
  margin-left: 10px !important; }

/************** Find an International Willow Tree Retailer **************/
.international-partner {
  background: #eee;
  padding: 20px;
  margin: 20px auto;
  max-width: 800px; }
  .international-partner a {
    color: #3e5c59;
    text-decoration: none;
    font-weight: bold; }

/********************** GCC Pages **********************/
.gcc-content .gcc-form {
  width: 100%;
  max-width: 440px; }
  .gcc-content .gcc-form .in {
    margin: 0 0 10px 0; }
  .gcc-content .gcc-form label {
    display: block;
    margin: 0 0 4px 0;
    color: #545550; }
  .gcc-content .gcc-form input[type="text"], .gcc-content .gcc-form input[type="email"] {
    width: 100%;
    height: 40px;
    border: solid 1px #e1e1e1;
    padding: 0 12px; }
  .gcc-content .gcc-form input[type="submit"] {
    height: 40px;
    background: #5e7875;
    color: #ffffff;
    border: none;
    width: 82px;
    text-align: center; }
  .gcc-content .gcc-form .example-col {
    font-size: 13px;
    color: #989896;
    margin: 5px 0 0 0;
    display: block;
    text-align: right; }

/* PDP Spacee Removed */
.productView-img-container::after {
  padding-bottom: 102.8%; }

.breadcrumbs {
  margin-bottom: 0.5rem; }

/**/
/* SLP Pages Style */
@media (max-width: 767px) {
  a.category-slp-cta {
    font-size: 2.285em; } }

/*  PLP Pages remove extra space,  */
.card-img-container::after {
  padding-bottom: 97.8%; }

.card {
  margin-bottom: 2rem; }

/** PLP Pages + sliders on homepage... */
.card-figcaption-button {
  font-size: 0.933rem;
  padding: 12px 18px;
  border: 1px solid #56564f;
  height: 40px; }

.card-figcaption-button:hover {
  background-color: #5e7875; }

.card-figure:hover .card-image.lazyautosizes.lazyloaded {
  opacity: 1; }

/** Online exclusives page ... */
.online-exclusve .box {
  display: inline-block;
  margin: 10px 15px;
  text-align: center; }

.online-exclusve .gift-button {
  margin-top: 20px; }

/* Template - PDP Pages Mobile design doesn't match mockup  */
.page-product .form-action .button {
  font-size: 16px !important; }

.tab-title {
  font-weight: bold; }

.menuimg {
  position: relative;
  margin: 17px 0 0; }

.imghover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden; }
  @media (prefers-reduced-motion) {
    .imghover {
      transition: all 0.3s ease-in 0s;
      -webkit-transition: all 0.3s ease-in 0s; } }

.imghover a {
  background: rgba(255, 255, 255, 0.8);
  display: block;
  width: 90%;
  max-width: 250px;
  margin: 24% auto 0;
  text-indent: 0px;
  font-size: 16px;
  text-align: center;
  -webkit-text-decoration: navajowhite;
          text-decoration: navajowhite;
  line-height: 47px; }
  @media (prefers-reduced-motion) {
    .imghover a {
      transition: all 0.3s ease-in 0s;
      -webkit-transition: all 0.3s ease-in 0s; } }

.menuimg:hover .imghover {
  opacity: 10;
  visibility: visible; }

/* Nativity Landing Page */
.boxTitles {
  padding: 10px 0 0 !important; }

/*  Search result 0 message - try again search */
#search-results-heading > span {
  display: block;
  text-align: center;
  margin-bottom: 25px; }

#search-results-heading {
  padding-left: 0; }

#search-results-heading .page-heading {
  text-align: center; }

/* Sitewide Registered Trademark Superscript  */
sup {
  font-size: 60%;
  position: relative; }

/*Faqs*/
.page-content .accordion {
  border: transparent;
  border-bottom: 2px solid #e5e5e5;
  border-radius: 0;
  padding-bottom: 20px; }

.page-content .accordion h3 {
  font-size: 18px;
  margin: 10px 0; }

.page-content .accordion h3.ui-accordion-icons {
  position: relative;
  padding-left: 25px;
  color: #767676;
  outline: none; }

.page-content .accordion h3.ui-accordion-icons:before {
  content: "\f067";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.page-content .accordion h3.ui-state-active {
  color: #767676; }

.page-content .accordion h3.ui-state-active:before {
  content: "\f068"; }

.page-content .accordion .ui-accordion-content-active {
  color: #56564f;
  padding-left: 30px;
  padding-bottom: 20px; }

/* Internation Retailer style */
.page-heading {
  margin: 0 0 1rem; }

.international-partner h3 {
  margin-top: 0.8rem; }

/*PDP Pages Desktop design doesn't match mockup*/
.socialLinks-item.socialLinks-item--print {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px; }

.productView-title {
  margin-top: 0px; }

.tab-title {
  font-weight: bold; }

.tab.is-active .tab-title {
  color: #56564f; }

.productView-description .tab-content li {
  line-height: 20px; }

/* Sitewide - Dropdown Menu style doesn't match design mockup  */
#desk-menu1 .navPages-action {
  color: #4b7a75; }

.navPages-action.is-open {
  background-color: #f2f2f2; }

#desk-menu1 .navPage-subMenu .navPage-subMenu-action.navPages-action.has-subMenu:hover {
  color: #56564f; }

.navPage-subMenu {
  padding: 0.78571rem 1.5rem 0.78571rem !important; }

#desk-menu1 ul.nav1.navPages-list > li a:hover .navPages-action-moreIcon {
  opacity: 1 !important; }

#desk-menu1 ul.nav1.navPages-list > li .is-open .navPages-action-moreIcon {
  opacity: 1 !important; }

#desk-menu1 ul.nav1.navPages-list > li a .navPages-action-moreIcon {
  opacity: 0; }

.navPage-childList .navPage-childList-action:hover {
  color: #4b7a75 !important; }

.navPage-childList .navPage-childList-action {
  padding: 0.4rem !important; }

/* END */
/** Template - PLP Pages + sliders on homepage, recommended products, etc product hover */
.card-figcaption-button {
  font-size: 0.933rem;
  padding: 12px 18px;
  border: 1px solid #56564f;
  height: 40px; }

.card-figcaption-button:hover {
  background-color: #5e7875; }

.card-figure:hover .card-image.lazyautosizes.lazyloaded {
  opacity: 1; }

/**/
/* About Susan - Page - Artist Susan Lordi Style  */
.about-susan p {
  color: #56564f; }

.about-susan h2, .about-susan h1 {
  font-size: 32px; }

@media (max-width: 767px) {
  .about-susan .picture-overlay {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .about-susan .info-text {
    width: 100%; } }

@media (max-width: 767px) {
  .about-susan .info-text p em {
    font-size: 1.1rem; } }

@media (max-width: 767px) {
  .about-susan .info-text p {
    font-size: 1.1rem; } }

/* about Willow Tree */
@media (max-width: 767px) {
  .about-willow-page {
    margin-top: 20px; } }

@media only screen and (min-width: 979px) {
  .about-willow-page {
    position: absolute;
    right: 52px;
    top: 197px;
    width: 40%; } }

@media (min-width: 768px) {
  .about-willow-page p {
    font-size: 18px; } }

@media (max-width: 767px) {
  .about-willow-page p {
    font-size: 16px; } }

@media (max-width: 767px) {
  .about-susan .about-columns .sec_box p {
    padding: 10px 0; } }

@media (max-width: 767px) {
  .about-page.about-susan .picture-overlay .intro-text {
    padding-top: 15px; } }

/* Sitewide - Mobile menu style  */
.quickLinksMenu .fa-phone {
  transform: rotateZ(75deg); }

.mobileOnly .form .icon.icon--search {
  position: absolute;
  right: 14px;
  top: 17px; }

.navPages-item.quickLinksMenu.navPages-item--account.mobile a {
  font-size: 14px; }

.dateTimeInfo {
  font-size: 12px !important; }

/* Template - PLP Pages Filters and Sort by */
@media (max-width: 767px) {
  .productSortingBox {
    height: 40px;
    width: calc(100% - 66px) !important;
    max-width: 100% !important;
    background-position: right 5px center !important; } }

@media (max-width: 767px) {
  .productSortingBoxLBL {
    margin-right: 0 !important; } }

@media (max-width: 767px) {
  .productSortingBoxSection {
    float: left !important;
    width: 100% !important; } }

@media (max-width: 767px) {
  .actionBar-section .form-select {
    float: right; } }

/* FrontPage Banner Two Column after main slider: Homepage Design doesn't match mockup */
.BannerTwoColumn {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  position: unset !important;
  padding: 0 !important; }

.two-column-card-btn {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%; }

.susan-lordi-qoute {
  font-size: 24px; }

blockquote.susan-lordi-qoute {
  font-weight: 400;
  color: #56564f; }

.products_new h4.card-title {
  font-size: 21px; }

.page-default .heroCarousel .button--primary {
  padding: 1.1rem 1.428rem; }

.heroCarousel-content {
  width: 100%; }

@media (min-width: 801px) {
  .heroCarousel-content {
    left: 5%; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .products_new .page-heading {
    font-size: 3rem; } }

@media (max-width: 767px) {
  .products_new .page-heading {
    font-size: 3rem; } }

.share-your-story h2 {
  font-style: italic; }

.share-your-story .signature02 {
  margin: 0px 0 20px 0; }

@media (max-width: 468px) {
  .products_new .page-heading {
    font-size: 2.285rem; } }

.susan-lordi-qoute {
  text-align: left; }

.susan-lordi-qoute em {
  color: #4b7a75; }
  @media (min-width: 768px) {
    .susan-lordi-qoute em {
      font-size: 24px; } }

.products_new h4.card-title {
  font-size: 21px; }

.share-your-story h2 {
  margin-top: 2px;
  font-size: 20px; }

.share-your-story .signature02 {
  padding: 0 5%; }

@media (max-width: 640px) {
  .topBannerHome {
    margin-left: -21px !important;
    margin-right: -21px !important; } }

/*PDP Pages Desktop design doesn't match mockup*/
.socialLinks-item.socialLinks-item--print {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px; }

.tab-title {
  font-weight: bold; }

.tab.is-active .tab-title {
  color: #56564f; }

.productView-description .tab-content li {
  line-height: 20px; }

.button_list > div:last-child {
  margin-right: 0px; }

.uppercaseMobile {
  text-transform: uppercase; }

/**************** Landing Page templates ****************/
.landing-page-templates {
  margin-top: 2.5rem;
  margin-bottom: 6rem;
  margin-left: .75rem;
  margin-right: .75rem;
  padding: 0 5.85rem; }
  .landing-page-templates .page-content--centered {
    width: inherit;
    max-width: 100%; }
  .landing-page-templates h1 {
    font-size: 36px;
    color: #56564f;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
    letter-spacing: 0; }
  .landing-page-templates .landing-page-1 {
    margin-left: 5.85rem;
    margin-right: 5.85rem; }
  .landing-page-templates img.landing-image {
    margin-bottom: 1.5rem; }
  .landing-page-templates p.landing-text {
    font-size: 17px;
    color: #56564f;
    margin-bottom: 1.5rem; }
  .landing-page-templates .landing-btn {
    margin: 0 auto;
    display: table; }
  .landing-page-templates .primary-button {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 1rem;
    letter-spacing: 0;
    text-align: center;
    background: #4b7a75;
    border: 1px solid #006680;
    padding: 1rem 2.23333rem;
    margin: 0 .73333rem 1rem;
    text-decoration: none;
    display: table; }
  .landing-page-templates .primary-button {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 1rem;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #4b7a75;
    padding: 1rem 2.23333rem;
    text-decoration: none;
    display: inline-block; }
  .landing-page-templates .primary-button:hover {
    background: #3e5c59;
    border-color: #3e5c59;
    color: #fff; }
  .landing-page-templates h1, .landing-page-templates h2, .landing-page-templates h3, .landing-page-templates h4, .landing-page-templates h5, .landing-page-templates h6 {
    margin-top: 0; }
  .landing-page-templates h2 {
    font-weight: 400;
    letter-spacing: 0; }
  .landing-page-templates h3 {
    font-weight: 400 !important;
    color: #4b7a75 !important;
    letter-spacing: 0 !important; }
  .landing-page-templates h4 {
    color: #4b7a75;
    font-weight: bold;
    letter-spacing: 0 !important; }
  .landing-page-templates a, .landing-page-templates a:active {
    color: #4b7a75; }
  .landing-page-templates a:hover {
    color: #56564f; }
  .landing-page-templates blockquote, .landing-page-templates blockquote p {
    color: #767676;
    font-style: italic;
    margin: 1.5rem 3.33rem 1.5rem 3.33rem;
    font-size: 1.1rem;
    line-height: 1.5; }
  .landing-page-templates .list-with-margin {
    margin: 1.5rem 3.33rem 1.5rem 3.33rem; }
  .landing-page-templates li {
    margin-bottom: 0.733rem;
    margin-left: 2.3rem; }
  .landing-page-templates .secundary-button {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-weight: 400;
    margin: 0 .73333rem 1rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-color: #ccc;
    color: #666;
    outline: 0;
    vertical-align: middle;
    padding: 1rem 2.23333rem; }
    .landing-page-templates .secundary-button:hover {
      border-color: #56564f; }

.landing-page-templates.withCols {
  margin: 0;
  padding: 0; }
  .landing-page-templates.withCols .section1 {
    padding: 0 2.1rem; }
  .landing-page-templates.withCols table, .landing-page-templates.withCols .div-table {
    max-width: 100%;
    width: 100%;
    display: block; }
  .landing-page-templates.withCols td, .landing-page-templates.withCols .div-td {
    padding: 0 2.1rem;
    vertical-align: top;
    width: 49.5%;
    max-width: 49.5%;
    display: inline-block; }
    .landing-page-templates.withCols td img, .landing-page-templates.withCols .div-td img {
      max-width: 100%; }
  .landing-page-templates.withCols .extrapadding {
    padding: 0 4rem; }
  .landing-page-templates.withCols .landing-text.with-margin {
    padding: 0 4rem; }

@media (max-width: 768px) {
  .landing-page-templates {
    padding: 0;
    margin: 0rem 0rem 6rem; }
  .landing-page-templates.withCols td, .landing-page-templates.withCols .div-td {
    max-width: 100%;
    width: 100%;
    display: inline-grid;
    padding: 0 1rem; }
  .landing-page-templates.withCols .page-content {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 468px) {
  .landing-page-templates .landing-btn {
    margin: 0;
    width: 100%; }
  .landing-page-templates .primary-button, .landing-page-templates .secundary-button {
    width: 100%;
    font-size: 16px; }
  .landing-page-templates.withCols td, .landing-page-templates.withCols .div-td {
    padding: 0; }
  .landing-page-templates.withCols .extrapadding {
    padding: 0; }
  .landing-page-templates.withCols .section1 {
    padding: 0; }
  .landing-page-templates.withCols .page-content {
    padding-left: 0;
    padding-right: 0; }
  .landing-page-templates.withCols .landing-text.with-margin {
    padding: 0rem; } }

/*** CSS BASED SLIDER *****/
.csslider {
  -ms-perspective: 1300px;
  perspective: 1300px;
  display: inline-block;
  text-align: left;
  position: relative;
  margin-bottom: 22px; }

.csslider > input {
  display: none; }

/****21 to 30 ***/
.csslider > input:nth-of-type(30):checked ~ ul li:first-of-type {
  margin-left: -2900%; }

.csslider > input:nth-of-type(29):checked ~ ul li:first-of-type {
  margin-left: -2800%; }

.csslider > input:nth-of-type(28):checked ~ ul li:first-of-type {
  margin-left: -2700%; }

.csslider > input:nth-of-type(27):checked ~ ul li:first-of-type {
  margin-left: -2600%; }

.csslider > input:nth-of-type(26):checked ~ ul li:first-of-type {
  margin-left: -2500%; }

.csslider > input:nth-of-type(25):checked ~ ul li:first-of-type {
  margin-left: -2400%; }

.csslider > input:nth-of-type(24):checked ~ ul li:first-of-type {
  margin-left: -2300%; }

.csslider > input:nth-of-type(23):checked ~ ul li:first-of-type {
  margin-left: -2200%; }

.csslider > input:nth-of-type(22):checked ~ ul li:first-of-type {
  margin-left: -2100%; }

.csslider > input:nth-of-type(21):checked ~ ul li:first-of-type {
  margin-left: -2000%; }

/****11 to 20 ***/
.csslider > input:nth-of-type(20):checked ~ ul li:first-of-type {
  margin-left: -1900%; }

.csslider > input:nth-of-type(19):checked ~ ul li:first-of-type {
  margin-left: -1800%; }

.csslider > input:nth-of-type(18):checked ~ ul li:first-of-type {
  margin-left: -1700%; }

.csslider > input:nth-of-type(17):checked ~ ul li:first-of-type {
  margin-left: -1600%; }

.csslider > input:nth-of-type(16):checked ~ ul li:first-of-type {
  margin-left: -1500%; }

.csslider > input:nth-of-type(15):checked ~ ul li:first-of-type {
  margin-left: -1400%; }

.csslider > input:nth-of-type(14):checked ~ ul li:first-of-type {
  margin-left: -1300%; }

.csslider > input:nth-of-type(13):checked ~ ul li:first-of-type {
  margin-left: -1200%; }

.csslider > input:nth-of-type(12):checked ~ ul li:first-of-type {
  margin-left: -1100%; }

.csslider > input:nth-of-type(11):checked ~ ul li:first-of-type {
  margin-left: -1000%; }

/****1 to 10 ***/
.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%; }

.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%; }

.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%; }

.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%; }

.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%; }

.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%; }

.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%; }

.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%; }

.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%; }

.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%; }

.csslider > ul {
  position: relative;
  width: 820px;
  height: auto;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  background-color: #3A3A3A;
  border: 10px solid #3A3A3A;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box; }

.csslider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal; }
  @media (prefers-reduced-motion) {
    .csslider > ul > li {
      transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1); } }

.csslider > ul > li.scrollable {
  overflow-y: scroll; }

.csslider > .navigation {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 10;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.csslider > .navigation > div {
  margin-left: -100%; }

.csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  background: transparent none repeat scroll 0 0; }

.csslider > .navigation label:hover:after {
  opacity: 1; }

.csslider > .navigation label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: transparent none repeat scroll 0 0;
  border-radius: 50%;
  padding: 6px;
  opacity: 0; }

.csslider > .arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px; }

.csslider.inside .navigation label {
  border: 1px solid #7e7e7e; }

.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after,
.csslider > input:nth-of-type(12):checked ~ .navigation label:nth-of-type(12):after,
.csslider > input:nth-of-type(13):checked ~ .navigation label:nth-of-type(13):after,
.csslider > input:nth-of-type(14):checked ~ .navigation label:nth-of-type(14):after,
.csslider > input:nth-of-type(15):checked ~ .navigation label:nth-of-type(15):after,
.csslider > input:nth-of-type(16):checked ~ .navigation label:nth-of-type(16):after,
.csslider > input:nth-of-type(17):checked ~ .navigation label:nth-of-type(17):after,
.csslider > input:nth-of-type(18):checked ~ .navigation label:nth-of-type(18):after,
.csslider > input:nth-of-type(19):checked ~ .navigation label:nth-of-type(19):after,
.csslider > input:nth-of-type(20):checked ~ .navigation label:nth-of-type(20):after,
.csslider > input:nth-of-type(21):checked ~ .navigation label:nth-of-type(21):after,
.csslider > input:nth-of-type(22):checked ~ .navigation label:nth-of-type(22):after,
.csslider > input:nth-of-type(23):checked ~ .navigation label:nth-of-type(23):after,
.csslider > input:nth-of-type(24):checked ~ .navigation label:nth-of-type(24):after,
.csslider > input:nth-of-type(25):checked ~ .navigation label:nth-of-type(25):after,
.csslider > input:nth-of-type(26):checked ~ .navigation label:nth-of-type(26):after,
.csslider > input:nth-of-type(27):checked ~ .navigation label:nth-of-type(27):after,
.csslider > input:nth-of-type(28):checked ~ .navigation label:nth-of-type(28):after,
.csslider > input:nth-of-type(29):checked ~ .navigation label:nth-of-type(29):after,
.csslider > input:nth-of-type(30):checked ~ .navigation label:nth-of-type(30):after {
  opacity: 1; }

.csslider > .arrows {
  position: absolute;
  left: -31px;
  top: 50%;
  width: 100%;
  height: 26px;
  padding: 0 31px;
  z-index: 0;
  box-sizing: content-box; }

.csslider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 2px -2px 0 1px #3A3A3A;
  cursor: pointer; }
  @media (prefers-reduced-motion) {
    .csslider > .arrows label {
      transition: box-shadow 0.15s, margin 0.15s; } }

.csslider > .arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #71ad37;
  margin: 0 0px; }

.csslider > .arrows label:before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%; }

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(12):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(13):checked ~ .arrows > label:nth-of-type(12),
.csslider > input:nth-of-type(14):checked ~ .arrows > label:nth-of-type(13),
.csslider > input:nth-of-type(15):checked ~ .arrows > label:nth-of-type(14),
.csslider > input:nth-of-type(16):checked ~ .arrows > label:nth-of-type(15),
.csslider > input:nth-of-type(17):checked ~ .arrows > label:nth-of-type(16),
.csslider > input:nth-of-type(18):checked ~ .arrows > label:nth-of-type(17),
.csslider > input:nth-of-type(19):checked ~ .arrows > label:nth-of-type(18),
.csslider > input:nth-of-type(20):checked ~ .arrows > label:nth-of-type(19),
.csslider > input:nth-of-type(21):checked ~ .arrows > label:nth-of-type(20),
.csslider > input:nth-of-type(22):checked ~ .arrows > label:nth-of-type(21),
.csslider > input:nth-of-type(23):checked ~ .arrows > label:nth-of-type(22),
.csslider > input:nth-of-type(24):checked ~ .arrows > label:nth-of-type(23),
.csslider > input:nth-of-type(25):checked ~ .arrows > label:nth-of-type(24),
.csslider > input:nth-of-type(26):checked ~ .arrows > label:nth-of-type(25),
.csslider > input:nth-of-type(27):checked ~ .arrows > label:nth-of-type(26),
.csslider > input:nth-of-type(28):checked ~ .arrows > label:nth-of-type(27),
.csslider > input:nth-of-type(29):checked ~ .arrows > label:nth-of-type(28),
.csslider > input:nth-of-type(30):checked ~ .arrows > label:nth-of-type(29),
.csslider > input:nth-of-type(31):checked ~ .arrows > label:nth-of-type(30) {
  display: block;
  left: 0;
  right: auto;
  transform: rotate(45deg); }

.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12),
.csslider > input:nth-of-type(12):checked ~ .arrows > label:nth-of-type(13),
.csslider > input:nth-of-type(13):checked ~ .arrows > label:nth-of-type(14),
.csslider > input:nth-of-type(14):checked ~ .arrows > label:nth-of-type(15),
.csslider > input:nth-of-type(15):checked ~ .arrows > label:nth-of-type(16),
.csslider > input:nth-of-type(16):checked ~ .arrows > label:nth-of-type(17),
.csslider > input:nth-of-type(17):checked ~ .arrows > label:nth-of-type(18),
.csslider > input:nth-of-type(18):checked ~ .arrows > label:nth-of-type(19),
.csslider > input:nth-of-type(19):checked ~ .arrows > label:nth-of-type(20),
.csslider > input:nth-of-type(20):checked ~ .arrows > label:nth-of-type(21),
.csslider > input:nth-of-type(21):checked ~ .arrows > label:nth-of-type(22),
.csslider > input:nth-of-type(22):checked ~ .arrows > label:nth-of-type(23),
.csslider > input:nth-of-type(23):checked ~ .arrows > label:nth-of-type(24),
.csslider > input:nth-of-type(24):checked ~ .arrows > label:nth-of-type(25),
.csslider > input:nth-of-type(25):checked ~ .arrows > label:nth-of-type(26),
.csslider > input:nth-of-type(26):checked ~ .arrows > label:nth-of-type(27),
.csslider > input:nth-of-type(27):checked ~ .arrows > label:nth-of-type(28),
.csslider > input:nth-of-type(28):checked ~ .arrows > label:nth-of-type(29),
.csslider > input:nth-of-type(29):checked ~ .arrows > label:nth-of-type(30),
.csslider > input:nth-of-type(30):checked ~ .arrows > label:nth-of-type(31) {
  display: block;
  right: 0;
  left: auto;
  transform: rotate(225deg); }

/*___________________________________ LAYOUT ___________________________________ */
#slider1 {
  margin: 20px;
  font-family: 'Lato'; }

#slider1 > ul > li:nth-of-type(3) {
  background: url(https://raw.github.com/drygiel/csslider/master/examples/themes/fruit.jpg); }

#slider1 > input:nth-of-type(3):checked ~ ul #bg {
  width: 80%;
  padding: 22px; }
  @media (prefers-reduced-motion) {
    #slider1 > input:nth-of-type(3):checked ~ ul #bg {
      transition: .5s .5s; } }

@media (prefers-reduced-motion) {
  #slider1 > input:nth-of-type(3):checked ~ ul #bg div {
    transform: translate(0);
    transition: .5s .9s; } }

#slider1 > input:nth-of-type(6):checked ~ ul #dex-sign {
  animation: sign-anim 3.5s 0.5s steps(85) forwards; }

#bg {
  color: #000;
  padding: 22px 0;
  position: absolute;
  left: 0;
  top: 16%;
  height: 20%;
  width: 0;
  z-index: 10;
  overflow: hidden; }

#bg:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 1px;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url(https://raw.github.com/drygiel/csslider/master/examples/themes/fruit.jpg) 1px 23%;
  -webkit-filter: blur(7px); }

#bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none; }

#bg div {
  transform: translate(120%); }

.scrollable p {
  padding: 30px;
  text-align: justify;
  line-height: 140%;
  font-size: 120%; }

#center {
  text-align: center;
  margin-top: 25%; }

#center a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-variant: small-caps; }

/*___________________________________ LINK ___________________________________ */
a.nice-link {
  position: relative;
  color: #71ad37; }

h1 a.nice-link:after {
  border-bottom: 1px solid #a5ff0e; }

a.nice-link:after {
  text-align: justify;
  display: inline-block;
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #a5ff0e;
  min-height: 100%;
  width: 0;
  max-width: 100%;
  background: #3A3A3A; }
  @media (prefers-reduced-motion) {
    a.nice-link:after {
      transition: .3s; } }

a.nice-link:hover {
  color: #71ad37; }

a.nice-link:hover:after {
  width: 100%; }

/*___________________________________ SIGN ___________________________________ */
#dex-sign {
  width: 255px;
  height: 84px;
  position: absolute;
  left: 33%;
  top: 45%;
  opacity: .7; }

#dex-sign:hover {
  opacity: 1;
  -webkit-filter: invert(30%) brightness(80%) sepia(100%) contrast(110%) saturate(953%) hue-rotate(45deg); }

@keyframes sign-anim {
  to {
    background-position: 0 -7140px; } }

.navigation label img {
  width: 100px; }

.csslider > ul {
  width: 100%;
  border: none; }

.csslider > .navigation {
  position: static;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-top: 9px !important; }

.csslider > .navigation > div {
  margin-left: 0; }

.csslider > ul {
  width: 100%;
  border: none; }

.csslider > .navigation {
  position: static;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-top: 9px !important; }

.csslider > .navigation > div {
  margin-left: 0; }

.navigation label p {
  margin: 0;
  padding: 0; }

.csslider > .navigation {
  text-align: left; }

.navigation label img {
  width: 70px; }

.csslider > .navigation label {
  margin: 0 10px 10px 0 !important;
  padding: 0 !important; }

.css-caption {
  text-align: center;
  background: #eff0ee;
  padding: 10px;
  font-size: 15px;
  color: #56564f;
  font-style: italic;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  position: static;
  bottom: 0;
  left: 0;
  width: 100%; }

.shop-btn-blk {
  text-align: center;
  padding: 40px 0 0; }

.shop-btn-blk a {
  background: #5e7875;
  color: #fff;
  display: inline-block;
  padding: 12px 28px 15px;
  text-decoration: none !important;
  line-height: 1;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

.csslider > .arrows {
  top: 210px !important; }

.groupbyfamily h2 {
  text-align: center; }

.csslider > .navigation label {
  margin: 0 8px 10px 0 !important;
  padding: 0 !important; }

.navigation label img {
  width: 70px;
  height: 70px; }

.csslider > ul li img {
  width: 100% !important; }

.csslider > ul > li {
  text-align: center; }

.csslider > ul {
  background: #fff; }

.csslider {
  max-width: 645px !important; }

@media (max-width: 767px) {
  .csslider > ul {
    height: auto !important; }
  .csslider .arrows {
    display: none; } }

/*********** slider <-> owl *****************************************/
.csslider {
  max-width: 786px;
  margin: auto !important;
  width: 100%;
  float: none;
  display: block; }

.csslider .owl-prev {
  position: absolute;
  width: 25px;
  left: -35px;
  top: 50%;
  transform: translate(0, -50%);
  height: 25px;
  z-index: 10; }

.csslider .owl-next {
  position: absolute;
  width: 25px;
  right: -35px;
  top: 50%;
  transform: translate(0, -50%);
  height: 25px;
  z-index: 10; }

.csslider .owl-nav .fa {
  font-size: 30px !important;
  position: relative;
  top: -8px; }

.csslider > .navigation label {
  margin: 0 0px 0px 0 !important;
  padding: 0 !important;
  width: 100%; }

.csslider .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto; }

@media (max-width: 767px) {
  .csslider .owl-prev {
    left: 0px; }
  .csslider .owl-next {
    right: 0px; }
  .navigation label img {
    height: 52px; }
  iframe {
    width: 100% !important;
    max-width: 578px; } }

.category-top-heading.category-description.familygroupingplp {
  width: 100%;
  max-width: 100%; }

.familygroupingplp .banners.banners-top.banners-category {
  padding: 0; }

.familygroupingplp .banner {
  margin: 0 auto;
  width: 100%; }

.familygroupingplp .bnr_text {
  max-width: 947px;
  margin: auto; }

.familygroupingbanner #slider3 {
  margin-bottom: 48px !important; }

.groupbyfamily + .groupbyfamily {
  margin-top: 60px; }

.groupbyfamily h2 {
  margin: 0;
  padding: 0 0 20px; }

a.navPages-action.iteml-lev2-82 i.icon.navPages-action-moreIcon {
  display: none !important; }

div#navPages-82 {
  display: none !important; }

a.navPages-action.iteml-lev2-82 {
  background: none !important; }

.familygrouping-plp .shop-all-slp {
  display: none; }

@media (max-width: 767px) {
  .category-desc-top td {
    padding: 25px 0 0 0 !important; }
  .category-desc-top td h3 {
    margin: 0 !important;
    padding: 0 !important; }
  .category-desc-top td + td {
    padding-top: 0 !important; }
  .category-desc-top td + td br {
    display: none; }
  .category-description h2 {
    font-size: 20px; }
  .category-description .groupbyfamily + .groupbyfamily {
    margin-top: 50px; }
  .banners.banners-bottom.banners-category.familygroupingbanner {
    padding: 0 !important; }
  .familygroupingbanner h2 {
    margin: 0 0 23px !important;
    padding: 0 !important;
    font-size: 20px; } }

@media (min-width: 640px) and (max-width: 767px) {
  .csslider {
    max-width: 500px !important; }
  .csslider > ul {
    height: auto !important; } }

@media (min-width: 480px) and (max-width: 639px) {
  .csslider {
    max-width: 400px !important; }
  .csslider > ul {
    height: auto !important; } }

@media (min-width: 300px) and (max-width: 479px) {
  .csslider {
    max-width: 290px !important; } }

@media (max-width: 299) {
  .csslider {
    max-width: 290px !important; } }

#Cart-Snapshot-Cart-Root .QuoteButton {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-weight: 400;
  margin: 0 .73333rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-color: #ccc;
  color: #666;
  outline: 0;
  vertical-align: middle;
  padding: 1rem 2.23333rem;
  margin: 15px 0; }
  #Cart-Snapshot-Cart-Root .QuoteButton:hover {
    border-color: #56564f; }

@media (max-width: 468px) {
  #Cart-Snapshot-Cart-Root .QuoteButton {
    width: 100%; } }

/*********WT Yotpo Installation************/
.yotpo-regular-box {
  padding: 65px 0 22px !important;
  position: relative; }

.PDP_story .yotpo-regular-box {
  padding: 20px 0 22px !important; }

.yotpo-main a.product-link-wrapper {
  display: block;
  position: absolute;
  top: 25px; }

.yotpo.yotpo-main-widget .yotpo-label .yotpo-icon-btn-big, .yotpo-logo-title, .yotpo.yotpo-main-widget .yotpo-label .yotpo-logo-line {
  display: none; }

.yotpo-label.yotpo-small-box {
  position: relative;
  padding: 0 10px 0 10px !important;
  width: 200px;
  display: inline-block !important;
  vertical-align: top;
  margin-left: 0; }

.yotpo-no-reviews .yotpo-small-box.yotpo-nav.reviews {
  display: none; }

.yotpo-no-reviews .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars-and-sum-reviews {
  display: none; }

.yotpo-no-reviews .yotpo-stars-and-sum-reviews, .yotpo-no-reviews .yotpo-first-review {
  display: none !important; }

.yotpo-no-reviews .yotpo-regular-box {
  border-top: none !important; }

.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button {
  position: static !important; }

.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes {
  text-align: center !important;
  max-width: 360px;
  margin: auto; }

span.yotpo-icon.yotpo-icon-write, span.yotpo-icon.yotpo-icon-double-bubble {
  display: none !important; }

.yotpo-default-button.write-review-button:hover {
  background-color: #3e5c59 !important;
  border-color: #3e5c59 !important; }

.yotpo-default-button.write-question-button {
  border-style: solid !important;
  border-width: 1px !important;
  cursor: pointer;
  font-weight: 400 !important;
  margin: 0 0 1rem !important;
  text-align: center !important;
  text-decoration: none;
  display: inline-block !important;
  border-color: #767676 !important;
  padding: .85714rem 2.28571rem !important;
  outline: 0;
  vertical-align: middle !important;
  background-color: transparent !important;
  color: #56564f !important;
  float: right !important; }
  .yotpo-default-button.write-question-button .yotpo-icon-button-text {
    color: #56564f !important;
    text-transform: capitalize !important; }

.yotpo-default-button.write-question-butto:hover {
  border-color: #56564f !important; }

.yotpo .write-review .yotpo-header, .yotpo .y-label, .yotpo label.y-label, .yotpo .y-label, .yotpo label.y-label {
  border-color: #56564f !important; }

.storypage .yotpo-nav, .storypage .yotpo-label {
  display: none; }

.storypage .yotpo-popup-box-medium.yotpo-modal-bottom-line {
  display: none; }

.storypage #yotpo-testimonials .yotpo-regular-box {
  width: 47%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  float: left;
  min-height: 280px;
  border: none !important; }

.storypage #yotpo-testimonials .yotpo-pager {
  display: inline-block;
  width: 100%;
  margin: 70px 0 0 !important; }

.storypage #yotpo-testimonials .yotpo-regular-box:nth-child(2n) {
  float: right; }

.storypage #yotpo-testimonials .yotpo-header .yotpo-icon-profile {
  display: none; }

.storypage #yotpo-testimonials .yotpo-main {
  padding-left: 0px !important;
  margin-left: 0 !important;
  padding-top: 15px; }

.storypage #yotpo-testimonials .yotpo-footer {
  padding-left: 0px !important;
  margin-left: 0 !important; }

.storypage #yotpo-testimonials .yotpo-regular-box {
  border-bottom: none !important; }

.storypage #yotpo-testimonials .yotpo-regular-box label.yotpo-user-name {
  font-size: 15px;
  color: #56564f;
  padding-bottom: 5px; }

.storypage #yotpo-testimonials .yotpo-regular-box .product-link {
  padding-top: 9px; }

.storypage #yotpo-testimonials .product-link-wrapper .product-link {
  font-weight: 700;
  font-size: 16px;
  color: #4b7a75;
  text-decoration: underline;
  PADDING-BOTTOM: 12PX; }

.storypage .yotpo-main {
  margin-top: -8PX !important; }

.storypage #yotpo-testimonials .yotpo-footer {
  display: none; }

.storypage .yotpo-popup-box-small.yotpo-nav.yotpo-nav-primary {
  display: none; }

.storypage span.y-label.yotpo-user-title.yotpo-action-hover {
  display: none; }

.storypage span.yotpo-review-stars {
  margin-left: -4px; }

@media (max-width: 999px) {
  .storypage #yotpo-testimonials .yotpo-regular-box {
    width: 100% !important;
    min-height: 0px !important; } }

.content-title.yotpo-font-bold {
  display: none !important; }

.storypage .page-heading {
  margin: 0 0 0rem; }

.storypage .subheading {
  text-align: center;
  font-size: 19px; }

/************PDP WT Yotpo Installation*****************/
.PDP_story {
  position: relative; }
  .PDP_story .yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-3-boxes {
    padding: 0 !important; }
  .PDP_story .yotpo-pager {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0%); }
  .PDP_story .yotpo .yotpo-regular-box {
    margin: 0 10px;
    border-top: none !important; }
  .PDP_story .yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-2-boxes {
    text-align: center !important;
    max-width: 650px;
    margin: auto; }
  .PDP_story .yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.pull-right {
    display: none !important; }
  .PDP_story .yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-stars-and-sum-reviews .yotpo-default-button.pull-right {
    display: block !important; }
  .PDP_story .yotpo.yotpo-main-widget .yotpo-display-wrapper .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews {
    width: 162px !important;
    min-width: 0 !important;
    max-width: inherit !important;
    text-align: right; }
  .PDP_story .yotpo.yotpo-main-widget .yotpo-display-wrapper .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews .questions {
    display: none; }
  .PDP_story .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button {
    width: 169px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute;
    top: 62px;
    left: 13px; }
  .PDP_story .yotpo-no-reviews .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button {
    left: auto; }
  .PDP_story .yotpo-reviews .yotpo-user-name {
    font-size: 15px !important;
    color: #56564f !important;
    padding: 0 0 7px !important; }
  .PDP_story .yotpo-default-button.write-question-button {
    border-color: #d1d1d1 !important; }
  .PDP_story .yotpo .yotpo-nav li .yotpo-nav-wrapper {
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 20px;
    max-width: 250px;
    padding: 10px 15px;
    border: transparent solid 1px !important;
    border-bottom: transparent solid 4px !important;
    position: relative;
    bottom: -3px; }
  .PDP_story .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
    border-bottom: 3px solid !important;
    border-color: #fff !important;
    overflow: visible;
    max-width: none;
    border: rgba(0, 39, 59, 0.09) solid 1px !important;
    border-bottom: #fff solid 4px !important;
    bottom: -3px !important;
    position: relative !important;
    z-index: 1;
    border-left: 1px solid #e3e3e3 !important;
    border-top: 1px solid #e3e3e3 !important;
    border-right: 1px solid #e3e3e3 !important; }
  .PDP_story .yotpo-icon-profile {
    display: none !important; }
  .PDP_story .label-with-tooltip {
    display: none !important; }
  .PDP_story .yotpo-main {
    margin-left: 0px !important; }
  .PDP_story .yotpo-footer {
    margin-left: 0px !important; }
  .PDP_story .yotpo-review {
    width: 46%;
    margin-left: 1% !important;
    display: inline-block;
    vertical-align: text-top; }
  .PDP_story .yotpo-review:nth-child(2n) {
    margin-left: 0% !important;
    margin-right: 1% !important; }
  .PDP_story .yotpo-bottomline-empty-state .write-question-button {
    display: block !important; }
  .PDP_story .yotpo-bottomline-empty-state .write-review-button {
    display: block !important; }
  .PDP_story .yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state .write-question-button, .PDP_story .yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state .write-review-button {
    display: block !important;
    position: static !important; }
  .PDP_story .yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
    position: relative !important; }
  .PDP_story .yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
    position: relative !important; }
  .PDP_story .yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button {
    margin: 0px !important;
    margin-right: 15px !important; }
  .PDP_story .yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state .write-question-button, .PDP_story .yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state .write-review-button {
    display: inline-block !important;
    position: static !important;
    vertical-align: top !important; }
  .PDP_story .yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state .write-question-button, .PDP_story .yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state .write-review-button {
    display: inline-block !important;
    position: static !important;
    vertical-align: top !important;
    float: none !important; }
  .PDP_story .yotpo-nav-content {
    padding: 20px 0 0 !important;
    text-align: left; }
  .PDP_story .y-label.yotpo-header-title {
    font-size: 24px !important;
    color: #4b7a75 !important; }
  .PDP_story .write-question-wrapper .y-label {
    font-size: 18px !important;
    color: #4b7a75 !important; }
  .PDP_story .yotpo-submit {
    background: #5e7875 !important;
    font-size: 16px !important; }
  .PDP_story .yotpo-review.yotpo-regular-box .yotpo-footer {
    display: none; }

.yotpo-display-wrapper {
  text-align: center; }

.write-form.visible {
  text-align: left; }

.main-widget.yotpo-display-wrapper .yotpo-display-wrapper {
  width: 100%;
  max-width: 410px;
  display: inline-block !important;
  vertical-align: top;
  text-align: left; }

.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes {
  width: 100%;
  display: inline-block;
  max-width: 460px; }

@media (max-width: 767px) {
  .PDP_story .yotpo-review {
    float: left;
    width: 100%;
    margin: 0 !important; }
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-icon-btn .yotpo-icon-button-text, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-icon-btn .yotpo-icon-button-text {
    display: block !important; }
  .PDP_story .yotpo.yotpo-main-widget .yotpo-display-wrapper .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews {
    width: 100% !important;
    min-width: 0 !important;
    max-width: inherit !important;
    text-align: right;
    padding: 0 0 40px; }
  .PDP_story .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
    position: static !important;
    margin-top: 12px !important; }
  .PDP_story .yotpo.yotpo-main-widget .yotpo-display-wrapper .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews {
    text-align: center; }
  .PDP_story .yotpo-stars-and-sum-reviews .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button {
    float: none !important;
    margin: 0px 0 0 !important;
    width: 169px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: inline-block !important; }
  .PDP_story .yotpo-stars-and-sum-reviews .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
    position: static !important;
    left: 0;
    width: 170px;
    top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 12px !important;
    float: none !important;
    display: inline-block !important; }
  .PDP_story .yotpo-display-wrapper .yotpo-clr {
    height: 25px; } }

.share-your-story a.button.button--primary {
  margin: 0 0 0 0rem !important; }

.yotpo .yotpo-small-box {
  border-bottom: none !important; }

.main-widget.yotpo-display-wrapper.yotpo-no-reviews .yotpo-small-box {
  padding: 25px 10px 0 10px !important;
  max-width: 366px !important;
  margin: auto !important;
  width: 100%;
  display: block !important; }
  .main-widget.yotpo-display-wrapper.yotpo-no-reviews .yotpo-small-box .write-question-button {
    position: absolute;
    top: 25px !important;
    right: 0 !important; }

.main-widget.yotpo-display-wrapper.yotpo-no-reviews .yotpo-nav {
  display: none !important; }

.yotpo .yotpo-review .yotpo-header .yotpo-header-actions {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 700 !important; }

.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  padding-bottom: 40px; }

.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-review-date {
  font-weight: bold !important; }

.yotpo-small-box.yotpo-nav.reviews {
  position: relative;
  width: 100%;
  max-width: none;
  border-bottom: 1px solid #e3e3e3 !important;
  margin-left: 0 !important; }

@media (min-width: 400px) {
  .PDP_story .yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
    position: relative !important;
    left: -185px !important; }
  .PDP_story .yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button {
    position: relative !important;
    right: -185px !important;
    top: 0 !important; } }

.main-widget.yotpo-display-wrapper.yotpo-no-reviews .write-question-button {
  margin: 0 !important; }

@media (max-width: 767px) {
  .PDP_story .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
    margin-top: 0px !important; } }

.doogma-font {
  width: 305px;
  height: 64px;
  float: left;
  border: 1px solid #000;
  position: inherit;
  margin-bottom: -64px;
  z-index: 1;
  position: relative;
  opacity: 0;
  cursor: pointer; }

@media (max-width: 479px) {
  .PDP_story .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
    margin-top: 0 !important;
    width: 153px !important;
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .PDP_story .PDP_story .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button {
    width: 169px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 41px !important; } }

@media (max-width: 359px) {
  .doogma-font {
    width: 250px;
    height: 54px;
    margin-bottom: -54px; }
  .form-option-variant--pattern {
    width: 250px;
    height: 54px; }
  .PDP_story .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-button.write-review-button {
    width: 131px !important; }
  .PDP_story .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button {
    width: 169px !important; } }

.yotpo-first-review-content .write-first-question-button {
  display: block !important;
  float: none !important;
  margin: auto !important; }

span.yotpo-icon.yotpo-icon-linkedin.pull-left, span.yotpo-icon.yotpo-icon-google.pull-left, span.yotpo-icon.yotpo-icon-twitter.pull-left, span.yotpo-icon.yotpo-icon-facebook.pull-left, .socialize .yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon {
  display: block !important; }

span.yotpo-icon.yotpo-icon-star.rating-star.pull-left {
  transform: scale(0.7, 0.7); }

.form-element.yotpo-custom-tag-field {
  display: none; }

.form-element.yotpo-custom-tag-field.yotpo-input-size-limited {
  display: block; }

label.y-label {
  color: #4f4f4f !important; }

.write-review-content {
  padding-bottom: 100px !important; }

.yotpo-custom-tag-field textarea.yotpo-text-box {
  max-height: 32px !important;
  padding: 5px 12px !important;
  min-height: 10px; }

.form-element.yotpo-custom-tag-field.yotpo-mandatory-custom-field {
  display: block !important; }

.yotpo-user-related-fields .text-s {
  display: none !important; }

.landing-form-Sneakpeek {
  text-align: center;
  max-width: 100% !important; }
  .landing-form-Sneakpeek form {
    display: block;
    max-width: 100% !important; }
  .landing-form-Sneakpeek td {
    vertical-align: top; }
  .landing-form-Sneakpeek .primary-button {
    margin: 0; }
  .landing-form-Sneakpeek input {
    height: 44px; }
  .landing-form-Sneakpeek table {
    margin: auto; }

@media (max-width: 800px) {
  .landing-form-Sneakpeek {
    max-width: 100% !important; }
    .landing-form-Sneakpeek form, .landing-form-Sneakpeek table, .landing-form-Sneakpeek tbody, .landing-form-Sneakpeek tr {
      display: block;
      max-width: 100% !important;
      width: 100%; }
    .landing-form-Sneakpeek input {
      width: 100%; }
    .landing-form-Sneakpeek td {
      vertical-align: top;
      display: block;
      margin: 20px; }
    .landing-form-Sneakpeek .primary-button {
      margin: 0;
      width: 100%; } }

/******Hide facets on category pages*******/
.page.Figures .accordion-block.Format {
  display: none; }

.page.Angels .accordion-block.Format {
  display: none; }

.page.Angels .accordion-block.Online.Only {
  display: none; }

.page.Signature.Collection .accordion-block.Format, .page.Signature.Collection .accordion-block.Dimension, .page.Signature.Collection .accordion-block.Country.Of.Origin, .page.Signature.Collection .accordion-block.Brand, .page.Signature.Collection .accordion-block.Other, .page.Signature.Collection .accordion-block.Description, .page.Signature.Collection .accordion-block.Online.Only, .page.Signature.Collection .accordion-block.Attributes {
  display: none; }

.page.Nativity.familygrouping-plp .accordion-block.Format, .page.Nativity.familygrouping-plp .accordion-block.Dimension, .page.Nativity.familygrouping-plp .accordion-block.Country.Of.Origin, .page.Nativity.familygrouping-plp .accordion-block.Brand, .page.Nativity.familygrouping-plp .accordion-block.Other, .page.Nativity.familygrouping-plp .accordion-block.Description, .page.Nativity.familygrouping-plp .accordion-block.Online.Only, .page.Nativity.familygrouping-plp .accordion-block.Attributes {
  display: none; }

.page.Starry.Night.Nativity.familygrouping-plp .accordion-block.Format, .page.Starry.Night.Nativity.familygrouping-plp .accordion-block.Dimension, .page.Starry.Night.Nativity.familygrouping-plp .accordion-block.Country.Of.Origin, .page.Starry.Night.Nativity.familygrouping-plp .accordion-block.Brand, .page.Starry.Night.Nativity.familygrouping-plp .accordion-block.Other, .page.Starry.Night.Nativity.familygrouping-plp .accordion-block.New, .page.Starry.Night.Nativity.familygrouping-plp .accordion-block.Description, .page.Starry.Night.Nativity.familygrouping-plp .accordion-block.Online.Only, .page.The.Holy.Family.familygrouping-plp .accordion-block.Format, .page.The.Holy.Family.familygrouping-plp .accordion-block.Dimension, .page.The.Holy.Family.familygrouping-plp .accordion-block.Country.Of.Origin, .page.The.Holy.Family.familygrouping-plp .accordion-block.Brand, .page.The.Holy.Family.familygrouping-plp .accordion-block.Other, .page.The.Holy.Family.familygrouping-plp .accordion-block.New, .page.The.Holy.Family.familygrouping-plp .accordion-block.Description, .page.The.Holy.Family.familygrouping-plp .accordion-block.Online.Only, .page.The.Christmas.Story.familygrouping-plp .accordion-block.Format, .page.The.Christmas.Story.familygrouping-plp .accordion-block.Dimension, .page.The.Christmas.Story.familygrouping-plp .accordion-block.Country.Of.Origin, .page.The.Christmas.Story.familygrouping-plp .accordion-block.Brand, .page.The.Christmas.Story.familygrouping-plp .accordion-block.Other, .page.The.Christmas.Story.familygrouping-plp .accordion-block.New, .page.The.Christmas.Story.familygrouping-plp .accordion-block.Description, .page.The.Christmas.Story.familygrouping-plp .accordion-block.Online.Only {
  display: none; }

.page.Ornaments .accordion-block.Format, .page.Ornaments .accordion-block.Dimension, .page.Ornaments .accordion-block.Country.Of.Origin, .page.Ornaments .accordion-block.Brand, .page.Ornaments .accordion-block.Other, .page.Ornaments .accordion-block.Online.Only {
  display: none; }

.page.Tree.Toppers .accordion-block.Format, .page.Tree.Toppers .accordion-block.Dimension, .page.Tree.Toppers .accordion-block.Country.Of.Origin, .page.Tree.Toppers .accordion-block.Brand, .page.Tree.Toppers .accordion-block.Other, .page.Tree.Toppers .accordion-block.New, .page.Tree.Toppers .accordion-block.Description, .page.Tree.Toppers .accordion-block.Online.Only, .page.Cake.Toppers .accordion-block.Format, .page.Cake.Toppers .accordion-block.Dimension, .page.Cake.Toppers .accordion-block.Country.Of.Origin, .page.Cake.Toppers .accordion-block.Brand, .page.Cake.Toppers .accordion-block.Other, .page.Cake.Toppers .accordion-block.New, .page.Cake.Toppers .accordion-block.Description, .page.Cake.Toppers .accordion-block.Online.Only, .page.Additional.Formats .accordion-block.Format, .page.Additional.Formats .accordion-block.Dimension, .page.Additional.Formats .accordion-block.Country.Of.Origin, .page.Additional.Formats .accordion-block.Brand, .page.Additional.Formats .accordion-block.Other, .page.Additional.Formats .accordion-block.New, .page.Additional.Formats .accordion-block.Description, .page.Additional.Formats .accordion-block.Online.Only, .page.Online.Promotions .accordion-block.Format, .page.Online.Promotions .accordion-block.Dimension, .page.Online.Promotions .accordion-block.Country.Of.Origin, .page.Online.Promotions .accordion-block.Brand, .page.Online.Promotions .accordion-block.Other, .page.Online.Promotions .accordion-block.New, .page.Online.Promotions .accordion-block.Description, .page.Online.Promotions .accordion-block.Online.Only {
  display: none; }

.page.Dad .accordion-block.Online.Only {
  display: none; }

.page.Children .accordion-block.Online.Only {
  display: none; }

.page.Pets .accordion-block.Description, .page.Pets .accordion-block.Online.Only {
  display: none; }

.page.Couples .accordion-block.Description, .page.Couples .accordion-block.Online.Only {
  display: none; }

.page.What’s.New .accordion-block.New {
  display: none; }

.page.Children.Figures.familygrouping-plp .accordion-block.Format, .page.Children.Figures.familygrouping-plp .accordion-block.Description, .page.Children.Figures.familygrouping-plp .accordion-block.Online.Only, .page.Parent.Figures.familygrouping-plp .accordion-block.Format, .page.Parent.Figures.familygrouping-plp .accordion-block.Description, .page.Parent.Figures.familygrouping-plp .accordion-block.Online.Only, .page.Pet.Figures.familygrouping-plp .accordion-block.Format, .page.Pet.Figures.familygrouping-plp .accordion-block.Description, .page.Pet.Figures.familygrouping-plp .accordion-block.Online.Only {
  display: none; }

.page.Grandparent.Figures.familygrouping-plp .accordion-block.Format, .page.Grandparent.Figures.familygrouping-plp .accordion-block.Dimension, .page.Grandparent.Figures.familygrouping-plp .accordion-block.Country.Of.Origin, .page.Grandparent.Figures.familygrouping-plp .accordion-block.Brand, .page.Grandparent.Figures.familygrouping-plp .accordion-block.Other, .page.Grandparent.Figures.familygrouping-plp .accordion-block.Description, .page.Grandparent.Figures.familygrouping-plp .accordion-block.Online.Only, .page.Grandparent.Figures.familygrouping-plp .accordion-block.Attributes {
  display: none; }

/**************top-header *********************/
.navUser-section li a {
  font-size: 13px;
  height: 33px;
  padding: 0;
  line-height: 1; }

.freeship {
  font-size: 13px;
  font-style: italic;
  color: #816031;
  line-height: 32px;
  padding: 0px 0;
  max-width: 50%;
  height: 33px; }

.navUser-action .icon {
  margin-top: -4px; }

.navUser-item--cart .navUser-action {
  padding-right: 0;
  text-align: right;
  padding: 4px 0 0 15px; }

.navUser-item--cart .navUser-action .countPill {
  position: relative;
  display: inline-block; }

#desk-menu1 .navPages-action {
  color: #3e5c59; }

@media (min-width: 801px) {
  .header-logo-image-container:after {
    padding-bottom: 0; }
  #desk-menu1 ul.nav1.navPages-list {
    display: inline-block;
    width: auto;
    padding: 1px 0 0; }
  #desk-menu1 ul.nav1.navPages-list i.icon.navPages-action-moreIcon {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .navUser {
    top: 0;
    transform: translate(0); }
  .header-logo {
    max-width: 186px; }
  .header .navUser {
    margin-bottom: 0px !important;
    top: 0;
    height: 33px; }
  .header .navUser-section.freeship {
    float: none;
    text-align: center;
    margin-bottom: 10px;
    max-width: 100%; }
  .header .navUser-item--cart .navUser-action {
    padding: 0;
    position: relative;
    top: 10px; }
  .header_txt_btm.mobile-show {
    font-size: 17px !important;
    padding: 15px 0 !important;
    display: block !important;
    width: 100%; }
  .navPages-container.is-open, body {
    padding-top: 150px; }
  .mobile-nav-wrap .navPages-container.is-open {
    padding: 150px 0 0; }
  .countPill {
    color: #56564f; }
  .navUser-action .icon.icon--bag {
    background-position: 0px -138px; } }

@media (max-width: 767px) {
  .navUser {
    top: 0;
    transform: translate(0); }
  .header-logo {
    margin: 8px auto 0;
    max-width: 186px;
    height: 81px;
    padding: 10px 0 0; }
  .header .navUser {
    margin-bottom: 0px !important;
    top: 0;
    height: 33px; }
  .header-logo-image {
    max-height: 45px; }
  .header .navUser-item--cart .navUser-action {
    padding: 0;
    position: relative;
    top: 15px; }
  .header_txt_btm.mobile-show {
    font-size: 17px !important;
    padding: 15px 0 !important;
    display: block !important;
    width: 100%; }
  .navPages-container.is-open, body {
    padding-top: 90px; }
  .mobile-nav-wrap .navPages-container.is-open {
    padding: 91px 0 0; }
  .header-logo {
    margin: 0px auto 0;
    max-width: 186px;
    height: 55px;
    padding: 0; }
  .navPages-container.is-open, body {
    padding-top: 74px; }
  .header_txt_btm.mobile-show {
    font-size: 14px !important;
    padding: 12px 0 !important;
    display: block !important;
    width: 100%; }
  .countPill {
    color: #56564f; }
  .navUser-action .icon.icon--bag {
    background-position: 0px -138px; } }

@media (max-width: 767px) {
  .navPage-subMenu {
    padding: 0 !important; }
  .navPages .navPage-subMenu-list ul {
    display: block;
    border-left: none; }
  .navPages .navPage-subMenu-list ul .navPages-action.is-open {
    background-color: #fff;
    border: none !important;
    font-weight: 400 !important; }
  .navPages .navPage-subMenu-list > li > a {
    color: #767676;
    font-weight: 400 !important;
    font-size: 17px; }
  .navPages .navPage-subMenu-list > li ul li a {
    padding-left: 21px !important;
    font-size: 16px;
    color: #3e5c59; }
  .navPages .navPage-subMenu-list li i {
    display: none; }
  .navPages {
    padding: 0 0 2rem;
    background-color: #f2f2f2; }
  .navPages-action {
    font-size: 19px; }
  .mobileOnly .form .icon.icon--search {
    position: absolute;
    right: 18px;
    top: 14px; }
  .navPages .navPages-action .icon--location svg {
    fill: #5e7875;
    stroke: #5e7875;
    width: 17px;
    height: 17px;
    position: relative;
    left: -5px;
    top: -3px; }
  .sub-cat-img {
    display: none; }
  .search-section.navUser-section {
    margin-top: -62px; }
  .PDP_story .yotpo-display-wrapper .yotpo-clr {
    height: auto; }
  .PDP_story .main-widget.yotpo-display-wrapper .yotpo-display-wrapper {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: inline-block !important;
    vertical-align: top;
    margin-top: 80px; }
  .PDP_story .main-widget.yotpo-display-wrapper {
    text-align: center; }
  .PDP_story .yotpo.yotpo-main-widget .yotpo-display-wrapper .yotpo-bottomline-box-1.yotpo-stars-and-sum-reviews {
    margin: 0 !important; }
  .PDP_story .yotpo-star-distribution {
    padding-left: 0 !important;
    float: none !important; }
  .PDP_story .yotpo-bottomline-box-2 {
    text-align: center; }
  .PDP_story .yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-3-boxes {
    margin: 0 !important; } }

.quickSearchResults {
  margin-top: 12px !important; }

/**************top-header End*********************/
@media (max-width: 767px) {
  .yotpo-label.yotpo-small-box {
    margin-left: 0; } }

.form-prefixPostfix .button, .form-input {
  height: 2.85rem; }

/**************footer End*********************/
.share-your-story h2 {
  text-align: center; }

.about-page.gift-page .gift-subtext {
  margin-top: 0; }

.back-story .morecontent span {
  display: none; }

.about-page .info-text {
  padding-top: 40px;
  padding-bottom: 40px; }

.about-page .info-text {
  margin-top: 0; }

.about-page .info-text p {
  margin: 0px;
  padding: 0px; }

.about-page .info-text h1, .about-page .info-text h2 {
  margin-top: 0px;
  padding-top: 0px; }

.about-columns .sec_box {
  margin-bottom: 0px !important; }

body {
  line-height: 1.3; }

@media (max-width: 800px) {
  .mobileMenu-toggle, .navUser {
    top: 35px; }
  .navUser-section + .navUser-section {
    margin-top: -5px; } }

/*******Faceted nav******/
.page.Figures .accordion-block.Format {
  display: none; }

.page.Angels .accordion-block.Format {
  display: none; }

.page.Angels .accordion-block.Online.Only {
  display: none; }

.page.Signature.Collection .accordion-block.Format, .page.Signature.Collection .accordion-block.Dimension, .page.Signature.Collection .accordion-block.Country.Of.Origin, .page.Signature.Collection .accordion-block.Brand, .page.Signature.Collection .accordion-block.Other, .page.Signature.Collection .accordion-block.Description, .page.Signature.Collection .accordion-block.Online.Only {
  display: none; }

.page.Nativity.familygrouping-plp .accordion-block.Format, .page.Nativity.familygrouping-plp .accordion-block.Dimension, .page.Nativity.familygrouping-plp .accordion-block.Country.Of.Origin, .page.Nativity.familygrouping-plp .accordion-block.Brand, .page.Nativity.familygrouping-plp .accordion-block.Other, .page.Nativity.familygrouping-plp .accordion-block.Description, .page.Nativity.familygrouping-plp .accordion-block.Online.Only, .page.Nativity.familygrouping-plp .accordion-block.Attributes {
  display: none; }

.page.Starry.Night.Nativity.familygrouping-plp .accordion-block.Format, .page.Starry.Night.Nativity.familygrouping-plp .accordion-block.Dimension, .page.Starry.Night.Nativity.familygrouping-plp .accordion-block.Country.Of.Origin, .page.Starry.Night.Nativity.familygrouping-plp .accordion-block.Brand, .page.Starry.Night.Nativity.familygrouping-plp .accordion-block.Other, .page.Starry.Night.Nativity.familygrouping-plp .accordion-block.New, .page.Starry.Night.Nativity.familygrouping-plp .accordion-block.Description, .page.Starry.Night.Nativity.familygrouping-plp .accordion-block.Online.Only, .page.The.Holy.Family.familygrouping-plp .accordion-block.Format, .page.The.Holy.Family.familygrouping-plp .accordion-block.Dimension, .page.The.Holy.Family.familygrouping-plp .accordion-block.Country.Of.Origin, .page.The.Holy.Family.familygrouping-plp .accordion-block.Brand, .page.The.Holy.Family.familygrouping-plp .accordion-block.Other, .page.The.Holy.Family.familygrouping-plp .accordion-block.New, .page.The.Holy.Family.familygrouping-plp .accordion-block.Description, .page.The.Holy.Family.familygrouping-plp .accordion-block.Online.Only, .page.The.Christmas.Story.familygrouping-plp .accordion-block.Format, .page.The.Christmas.Story.familygrouping-plp .accordion-block.Dimension, .page.The.Christmas.Story.familygrouping-plp .accordion-block.Country.Of.Origin, .page.The.Christmas.Story.familygrouping-plp .accordion-block.Brand, .page.The.Christmas.Story.familygrouping-plp .accordion-block.Other, .page.The.Christmas.Story.familygrouping-plp .accordion-block.New, .page.The.Christmas.Story.familygrouping-plp .accordion-block.Description, .page.The.Christmas.Story.familygrouping-plp .accordion-block.Online.Only {
  display: none; }

.page.Ornaments .accordion-block.Format, .page.Ornaments .accordion-block.Dimension, .page.Ornaments .accordion-block.Country.Of.Origin, .page.Ornaments .accordion-block.Brand, .page.Ornaments .accordion-block.Other, .page.Ornaments .accordion-block.Online.Only, .page.Notecards .accordion-block.Format, .page.Notecards .accordion-block.Dimension, .page.Notecards .accordion-block.Country.Of.Origin, .page.Notecards .accordion-block.Brand, .page.Notecards .accordion-block.Other, .page.Notecards .accordion-block.Online.Only {
  display: none; }

.page.Tree.Toppers .accordion-block.Format, .page.Tree.Toppers .accordion-block.Dimension, .page.Tree.Toppers .accordion-block.Country.Of.Origin, .page.Tree.Toppers .accordion-block.Brand, .page.Tree.Toppers .accordion-block.Other, .page.Tree.Toppers .accordion-block.New, .page.Tree.Toppers .accordion-block.Description, .page.Tree.Toppers .accordion-block.Online.Only, .page.Cake.Toppers .accordion-block.Format, .page.Cake.Toppers .accordion-block.Dimension, .page.Cake.Toppers .accordion-block.Country.Of.Origin, .page.Cake.Toppers .accordion-block.Brand, .page.Cake.Toppers .accordion-block.Other, .page.Cake.Toppers .accordion-block.New, .page.Cake.Toppers .accordion-block.Description, .page.Cake.Toppers .accordion-block.Online.Only, .page.Additional.Formats .accordion-block.Format, .page.Additional.Formats .accordion-block.Dimension, .page.Additional.Formats .accordion-block.Country.Of.Origin, .page.Additional.Formats .accordion-block.Brand, .page.Additional.Formats .accordion-block.Other, .page.Additional.Formats .accordion-block.New, .page.Additional.Formats .accordion-block.Description, .page.Additional.Formats .accordion-block.Online.Only, .page.Musicals .accordion-block.Format, .page.Musicals .accordion-block.Dimension, .page.Musicals .accordion-block.Country.Of.Origin, .page.Musicals .accordion-block.Brand, .page.Musicals .accordion-block.Other, .page.Musicals .accordion-block.New, .page.Musicals .accordion-block.Description, .page.Musicals .accordion-block.Online.Only, .page.Online.Promotions .accordion-block.Format, .page.Online.Promotions .accordion-block.Dimension, .page.Online.Promotions .accordion-block.Country.Of.Origin, .page.Online.Promotions .accordion-block.Brand, .page.Online.Promotions .accordion-block.Other, .page.Online.Promotions .accordion-block.New, .page.Online.Promotions .accordion-block.Description, .page.Online.Promotions .accordion-block.Online.Only {
  display: none; }

.page.Dad .accordion-block.Online.Only {
  display: none; }

.page.Children .accordion-block.Online.Only {
  display: none; }

.page.Pets .accordion-block.Description, .page.Pets .accordion-block.Online.Only {
  display: none; }

.page.Couples .accordion-block.Description, .page.Couples .accordion-block.Online.Only {
  display: none; }

.whatIsNewCat .accordion-block.New {
  display: none; }

.page.Children.Figures.familygrouping-plp .accordion-block.Format, .page.Children.Figures.familygrouping-plp .accordion-block.Description, .page.Children.Figures.familygrouping-plp .accordion-block.Online.Only, .page.Parent.Figures.familygrouping-plp .accordion-block.Format, .page.Parent.Figures.familygrouping-plp .accordion-block.Description, .page.Parent.Figures.familygrouping-plp .accordion-block.Online.Only, .page.Pet.Figures.familygrouping-plp .accordion-block.Format, .page.Pet.Figures.familygrouping-plp .accordion-block.Description, .page.Pet.Figures.familygrouping-plp .accordion-block.Online.Only {
  display: none; }

.page.Grandparent.Figures.familygrouping-plp .accordion-block.Format, .page.Grandparent.Figures.familygrouping-plp .accordion-block.Dimension, .page.Grandparent.Figures.familygrouping-plp .accordion-block.Country.Of.Origin, .page.Grandparent.Figures.familygrouping-plp .accordion-block.Brand, .page.Grandparent.Figures.familygrouping-plp .accordion-block.Other, .page.Grandparent.Figures.familygrouping-plp .accordion-block.Description, .page.Grandparent.Figures.familygrouping-plp .accordion-block.Online.Only, .page.Grandparent.Figures.familygrouping-plp .accordion-block.Attributes {
  display: none; }

/*ss*/
/* Just want the shelf? - link */
.shelfclick {
  padding: 0 0 29px; }

.optionPriceCust {
  bottom: 100px;
  position: absolute; }

.productView-image.notDoogmaImage {
  display: none; }

span.form-option-variant.form-option-variant--pattern.Marinaio {
  background: url("https://cdn11.bigcommerce.com/s-uoxhnw7az9/product_images/uploaded_images/marinaio.png?t=1553292007&_ga=2.179012194.714772352.1553291406-562681712.1551809829") !important;
  background-size: contain !important; }

span.form-option-variant.form-option-variant--pattern.Fenotype.Sidecar {
  background: url("https://cdn11.bigcommerce.com/s-uoxhnw7az9/product_images/uploaded_images/fenotype-sidecar.png?t=1553292006&_ga=2.43746275.714772352.1553291406-562681712.1551809829") !important;
  background-size: contain !important; }

span.form-option-variant.form-option-variant--pattern.Snell.Roundhand {
  background: url("https://cdn11.bigcommerce.com/s-uoxhnw7az9/product_images/uploaded_images/snell-roundhand.png?t=1553292008&_ga=2.43746275.714772352.1553291406-562681712.1551809829") !important;
  background-size: contain !important; }

.form-field .form-option {
  max-width: 100%; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 64px;
  width: 300px;
  max-width: 100%; }

.options-No {
  display: none; }

.previewCartCheckout {
  margin-bottom: 0.786rem; }

.card .card-figure .card-figcaption .card-figcaption-body {
  transform: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto; }

.card .card-figure .card-figcaption .card-figcaption-body p {
  margin: 0px; }

.card .card-figure .card-figcaption .card-figcaption-body .button.button--small.card-figcaption-button {
  display: none; }

.card .card-figure .card-figcaption .card-figcaption-body .button.button--small.card-figcaption-button.quickview {
  display: block !important;
  border: 0 none;
  line-height: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  color: #56564f;
  font-size: 14px;
  padding: 0px; }

.card .card-figure .card-figcaption .card-figcaption-body .button.button--small.card-figcaption-button.quickview:hover {
  background: #5e7875;
  color: #fff; }

/****   WT Doogma Installation ****/
/*
#divInitProgress,.rollover_img,.productView-thumbnails{display:none !important;}
.shelfclick{}
*/
.accordion--navList .accordion-indicator, .alertBox--info .alertBox-close svg {
  fill: #56564f; }

@media (min-width: 801px) {
  .header .navUser .navUser-section.navUser-section--alt {
    position: static; }
  .accordion--navList .accordion-indicator {
    visibility: hidden; } }

@media (max-width: 600px) {
  p.visible-m img {
    display: block !important;
    width: 100px !important;
    height: auto;
    margin-left: 0px !important;
    margin-right: 0px !important;
    text-align: center; } }

.navUser-item img {
  height: 25px;
  margin-top: 5px; }

.hideMe {
  display: none !important; }

.css-10z1g2q {
  background-color: #ac8041 !important; }

.css-1k76mzs {
  display: none !important;
  text-align: center;
  background: #eee;
  border: 1px solid #555;
  border-radius: 5px;
  display: inline-block;
  color: #555;
  padding: .75rem 1.9rem; }

.css-bhz559 {
  color: white !important; }

#consent-manager-update-banner {
  display: none; }

#consent-manager {
  z-index: 9999999 !important; }

.share-your-story {
  text-align: center; }

.share-your-story blockquote {
  font-style: italic;
  margin-top: 2px;
  font-size: 20px;
  text-align: center !important; }

.yotpo .font-color-gray {
  color: #767676 !important; }

.yotpo-star-distribution-score-wrapper {
  background-color: #767676 !important; }

.yotpo .font-color-primary {
  color: #5e7875 !important; }

.yotpo .yotpo-review .yotpo-read-more {
  white-space: nowrap;
  color: #5e7875 !important;
  cursor: pointer; }

.yotpo-nav-wrapper span {
  color: #5e7875 !important; }

.tab-title:hover {
  color: #767676; }

.form-input {
  border: solid 1px #767676; }

.cookie-banner {
  position: fixed;
  display: flex;
  align-items: center;
  background-color: #ac8041;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 15px;
  border-radius: 0px;
  justify-content: space-between;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 999999;
  font-size: 14px; }
  @media (max-width: 567px) {
    .cookie-banner {
      font-size: 13px; } }

.cookie-banner .close {
  background-color: white;
  color: #1d2129;
  padding: 7px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.428571429;
  text-align: center;
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin-left: 4px; }

.cookie-banner p, .cookie-banner p a {
  color: #fff;
  margin-bottom: 0px; }

.facetedSearch .facetLabel {
  border-radius: 0;
  background-color: #fff;
  color: #56564f; }

button:-webkit-any-link:focus {
  outline-offset: 1px !important; }

button:focus, .form-field:focus, select:focus, .ui-state-focus:focus {
  outline: -webkit-focus-ring-color auto 1px !important; }

.card--alternate:hover .card-body {
  background-color: #eee !important;
  color: black !important; }

.card--alternate:hover .card-body .card-title a {
  color: black !important; }

.arrowup {
  position: absolute;
  left: calc(50% - 13px);
  top: -8px;
  background-color: white;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  border-left: solid 1px #454344;
  border-top: solid 1px #454344; }

.quickDrop-parent {
  position: relative; }

.quickDrop {
  position: absolute;
  width: 150px;
  background-color: white;
  border: solid 2px #555;
  top: 50px; }

.quickDrop a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #555;
  z-index: 999; }

.quickDrop a:hover {
  display: block;
  text-decoration: none;
  color: white;
  background-color: #555; }

.productView-options .form-field span.error-red {
  font-size: 12px;
  color: #cc4749; }

.account-list h5.account-product-title a:hover {
  background-color: #3e5c59; }

.account-list h5.account-product-title a {
  background-color: #5e7875;
  border-radius: 2px;
  padding: 4px 7px 3px 7px;
  color: white;
  line-height: 1.5em; }

.storeLocator iframe {
  border: 0px;
  height: 600px; }

@media (max-width: 600px) {
  .storeLocator iframe {
    border: 0px;
    height: unset; } }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.form-checkbox + .form-label::before {
  border-radius: 0; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  border: 1px solid #444444 !important; }

h3.fs-18,
.fs-18 {
  font-size: 18px; }

.pdp-h3 {
  margin-top: 14px;
  margin-bottom: 20px; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.form-checkbox:checked + .form-label::before {
  background-color: transparent !important; }

.form-checkbox + .form-label::after {
  background-image: url(../img/tick.svg) !important; }

.easyzoom-flyout:hover {
  cursor: zoom-in; }

.user-is-tabbing *:focus {
  border-radius: 2px;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 2px, 0px 0px 2px 1px #687782; }

body a[href="#mainContent"]:focus, body a[href="#footerContent"]:focus {
  clip: unset !important;
  height: auto !important;
  overflow: unset !important;
  position: absolute !important;
  width: auto !important;
  padding: 10px 20px !important;
  margin: 10px 10px !important;
  background-color: white !important;
  border: solid #555 2px !important;
  z-index: 999999; }

.productView-details #form-action-addToCart, .productView-details #form-action-addToCart:visited, .cart-page .cart-actions a.button--primary, .cart-page .cart-actions a.button--primary:visited, .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-continue, .checkout-steps .checkout-view-content .form-actions button, .checkout-steps .checkout-view-content .guestdiv a, .checkout-step--shipping .form-actions button, .previewCartAction .previewCartAction-viewCart a, .previewCartAction .previewCartAction-viewCart a:visited {
  font-family: "verdana";
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #087781;
  border: 0px solid #087781;
  display: inline-block;
  text-decoration: none; }
  @media (prefers-reduced-motion) {
    .productView-details #form-action-addToCart, .productView-details #form-action-addToCart:visited, .cart-page .cart-actions a.button--primary, .cart-page .cart-actions a.button--primary:visited, .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-continue, .checkout-steps .checkout-view-content .form-actions button, .checkout-steps .checkout-view-content .guestdiv a, .checkout-step--shipping .form-actions button, .previewCartAction .previewCartAction-viewCart a, .previewCartAction .previewCartAction-viewCart a:visited {
      transition: all .3s ease-in;
      border-radius: 0; } }
  @media (max-width: 599px) {
    .productView-details #form-action-addToCart, .productView-details #form-action-addToCart:visited, .cart-page .cart-actions a.button--primary, .cart-page .cart-actions a.button--primary:visited, .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-continue, .checkout-steps .checkout-view-content .form-actions button, .checkout-steps .checkout-view-content .guestdiv a, .checkout-step--shipping .form-actions button, .previewCartAction .previewCartAction-viewCart a, .previewCartAction .previewCartAction-viewCart a:visited {
      width: 100%;
      margin: 0 auto 1rem; } }

.productView-details #form-action-addToCart:hover, .productView-details #form-action-addToCart:focus, .cart-page .cart-actions a.button--primary:hover, .cart-page .cart-actions a.button--primary:focus, .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-continue:hover, .checkout-steps .checkout-view-content .form-actions button:hover, .checkout-steps .checkout-view-content .guestdiv a:hover, .checkout-step--shipping .form-actions button:hover, .previewCartAction .previewCartAction-viewCart a:hover, .previewCartAction .previewCartAction-viewCart a:focus {
  background: #FFAD00;
  border: 0px solid #444444;
  color: #444444; }

.checkout-steps #checkout-customer-returning .form-actions #checkout-customer-cancel, .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action .button, .page--pagelayout .gray-button, .previewCartAction .previewCartAction-checkout a, .previewCartAction .previewCartAction-checkout a:visited {
  font-family: "verdana";
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 0;
  letter-spacing: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #444444;
  display: inline-block;
  text-decoration: none; }
  @media (prefers-reduced-motion) {
    .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-cancel, .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action .button, .page--pagelayout .gray-button, .previewCartAction .previewCartAction-checkout a, .previewCartAction .previewCartAction-checkout a:visited {
      transition: all .3s ease-in; } }
  @media (max-width: 599px) {
    .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-cancel, .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action .button, .page--pagelayout .gray-button, .previewCartAction .previewCartAction-checkout a, .previewCartAction .previewCartAction-checkout a:visited {
      width: 100%;
      margin: 0 auto 1rem; } }

.checkout-steps #checkout-customer-returning .form-actions #checkout-customer-cancel:hover, .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action .button:hover, .previewCartAction .previewCartAction-checkout a:hover, .previewCartAction .previewCartAction-checkout a:focus {
  background: #087781;
  border: 1px solid #087781;
  color: #ffffff; }

/*
———————————————————————————
          INDEX
———————————————————————————
    —  Grid System: CSS styling for creating column and rows

*/
.body {
  margin-bottom: 0; }

#faceted-search-container .sidebarBlock + .sidebarBlock {
  border-top: 0px solid #e5e5e5;
  margin-top: 0;
  padding-top: 0;
  display: block; }

span.pro_customie {
  height: 35px;
  background: #fff;
  width: 100%;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  padding: 8px 0px;
  text-decoration: none;
  margin-bottom: 12px;
  float: left;
  color: #6F4F20;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: italic;
  background-color: rgba(164, 117, 46, 0.2);
  display: block; }

span.pro_customie img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: auto !important; }

.home-banner {
  float: left;
  width: 100%;
  margin-top: -2.5rem; }
  @media (max-width: 1199px) {
    .home-banner {
      margin: 0; } }
  @media (max-width: 1199px) {
    .home-banner .container {
      padding: 0; } }
  .home-banner .slick-list {
    padding-bottom: 30px; }
  .home-banner .slick-dots {
    display: none !important; }
  .home-banner .slick-prev {
    left: 15px;
    background-image: url(../img/arrow_left.png);
    background-repeat: no-repeat;
    background-position: center; }
    .home-banner .slick-prev:before {
      display: none; }
    @media (max-width: 1199px) {
      .home-banner .slick-prev {
        left: 15px;
        top: 50px !important;
        transform: none !important; } }
    @media (max-width: 767px) {
      .home-banner .slick-prev {
        left: 10px;
        top: 50px !important;
        transform: none !important; } }
  .home-banner .slick-next {
    right: 15px;
    background-image: url(../img/arrow_right.png);
    background-repeat: no-repeat;
    background-position: center; }
    .home-banner .slick-next:before {
      display: none; }
    @media (max-width: 1199px) {
      .home-banner .slick-next {
        right: 15px;
        top: 50px !important;
        transform: none !important; } }
    @media (max-width: 767px) {
      .home-banner .slick-next {
        right: 15px;
        top: 50px !important;
        transform: none !important; } }
  .home-banner .slick-arrow {
    background-color: transparent;
    z-index: 1;
    border: 0px solid white;
    margin-top: 0;
    padding: 0;
    width: 19px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%); }
  .home-banner .slick-arrow:hover {
    opacity: 0.7; }
  .home-banner .first-slide {
    float: left;
    width: 100%; }
    .home-banner .first-slide .image-section {
      float: left;
      width: 100%;
      height: 445px;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      background-size: cover; }
      @media (max-width: 1199px) {
        .home-banner .first-slide .image-section {
          height: 279px;
          background-size: 100% 279px; } }
      @media (max-width: 767px) {
        .home-banner .first-slide .image-section {
          height: 116px;
          background-size: 100% 116px; } }
      .home-banner .first-slide .image-section:after {
        background-image: url(../img/first-banner-bg.png);
        background-repeat: no-repeat;
        background-position: bottom;
        content: "";
        width: 474px;
        height: 150px;
        display: inline-block;
        float: right;
        bottom: -150px;
        margin-right: 0;
        position: absolute;
        right: 60px; }
        @media (max-width: 1199px) {
          .home-banner .first-slide .image-section:after {
            width: 295px;
            height: 100px;
            bottom: -100px;
            right: 30px;
            background-size: cover; } }
        @media (max-width: 767px) {
          .home-banner .first-slide .image-section:after {
            width: 119px;
            height: 41px;
            bottom: -40px;
            right: 14px; } }
      .home-banner .first-slide .image-section .text {
        position: absolute;
        top: 80px;
        left: 0;
        max-width: 1050px;
        padding: 0 0 0 184px; }
        @media (max-width: 1199px) {
          .home-banner .first-slide .image-section .text {
            padding-left: 120px;
            top: 50px; } }
        @media (max-width: 767px) {
          .home-banner .first-slide .image-section .text {
            padding-left: 40px;
            top: 20px; } }
        .home-banner .first-slide .image-section .text p {
          text-transform: uppercase;
          font-size: 36px;
          padding-left: 112px;
          font-family: Arial, Helvetica, sans-serif;
          color: #555555;
          line-height: 24px; }
          @media (max-width: 1199px) {
            .home-banner .first-slide .image-section .text p {
              font-size: 22px;
              line-height: 14px;
              padding-left: 39px; } }
          @media (max-width: 767px) {
            .home-banner .first-slide .image-section .text p {
              font-size: 9px;
              line-height: 6px;
              margin-bottom: 5px; } }
        .home-banner .first-slide .image-section .text h2 {
          font-size: 129px;
          line-height: 85px;
          color: #4f6b37;
          margin: 0;
          font-family: "Oranienbaum", serif; }
          @media (max-width: 1199px) {
            .home-banner .first-slide .image-section .text h2 {
              font-size: 80px;
              line-height: 55px; } }
          @media (max-width: 767px) {
            .home-banner .first-slide .image-section .text h2 {
              font-size: 33px;
              line-height: 30px; } }
    .home-banner .first-slide .call-section {
      float: left;
      width: auto;
      padding: 24px 0 0 184px; }
      @media (max-width: 1199px) {
        .home-banner .first-slide .call-section {
          width: 100%;
          padding: 134px 50px 0 50px; } }
      @media (max-width: 767px) {
        .home-banner .first-slide .call-section {
          padding: 54px 20px 0 20px; } }
      .home-banner .first-slide .call-section p {
        font-size: 18px;
        font-weight: 300;
        text-align: left;
        color: #444;
        line-height: 27px;
        font-family: "verdana";
        margin-bottom: 25px; }
        @media (max-width: 1199px) {
          .home-banner .first-slide .call-section p {
            font-size: 18px; } }
      .home-banner .first-slide .call-section a {
        position: relative;
        display: table;
        text-decoration: none;
        padding-bottom: 0;
        font-family: "verdana";
        font-size: 21px;
        color: #8f6427;
        line-height: 40px; }
        @media (max-width: 767px) {
          .home-banner .first-slide .call-section a {
            font-size: 18px; } }
        .home-banner .first-slide .call-section a:after {
          background-image: url(../img/call-to-bg.png);
          background-repeat: no-repeat;
          content: "";
          width: 162px;
          height: 6px;
          display: block; }
        .home-banner .first-slide .call-section a:hover {
          color: #767676; }
          .home-banner .first-slide .call-section a:hover:after {
            background-image: url(../img/brush-link-hover.png);
            background-size: cover; }
        .home-banner .first-slide .call-section a:focus {
          color: #087781; }
          .home-banner .first-slide .call-section a:focus:after {
            background-image: url(../img/brush-link-active.png);
            background-size: cover; }
  .home-banner .second-slide {
    float: left;
    width: 100%;
    background-size: 100% 445px;
    background-repeat: no-repeat;
    position: relative; }
    @media (max-width: 1199px) {
      .home-banner .second-slide {
        background-size: 100% 268px; } }
    @media (max-width: 767px) {
      .home-banner .second-slide {
        background-size: 100% 110px; } }
    .home-banner .second-slide .left-section {
      float: left;
      padding-left: 100px;
      padding-top: 63px;
      padding-right: 42px; }
      @media (max-width: 1199px) {
        .home-banner .second-slide .left-section {
          padding-left: 50px;
          padding-top: 0;
          padding-right: 50px; } }
      @media (max-width: 767px) {
        .home-banner .second-slide .left-section {
          padding-left: 20px;
          padding-top: 0;
          padding-right: 20px; } }
      .home-banner .second-slide .left-section figure {
        margin-bottom: 163px;
        width: calc(100% - 447px - 93px); }
        @media (max-width: 1199px) {
          .home-banner .second-slide .left-section figure {
            width: 240px;
            margin: 60px 0 210px 0; } }
        @media (max-width: 767px) {
          .home-banner .second-slide .left-section figure {
            width: 100px;
            margin: 30px 0 100px 0; } }
      .home-banner .second-slide .left-section img {
        margin-left: 60px;
        margin-top: 20px; }
      .home-banner .second-slide .left-section .text {
        padding-top: 170px; }
      .home-banner .second-slide .left-section .text {
        width: calc(100% - 447px - 93px);
        float: left; }
        @media (max-width: 1199px) {
          .home-banner .second-slide .left-section .text {
            width: 100%; } }
      .home-banner .second-slide .left-section p {
        font-size: 18px;
        text-align: left;
        font-weight: 300;
        color: #444;
        line-height: 27px;
        font-family: "verdana";
        margin-bottom: 25px; }
        @media (max-width: 1199px) {
          .home-banner .second-slide .left-section p {
            font-size: 18px; } }
        @media (max-width: 1199px) {
          .home-banner .second-slide .left-section p {
            font-size: 16px;
            line-height: 24px; } }
      .home-banner .second-slide .left-section a {
        position: relative;
        display: table;
        text-decoration: none;
        padding-bottom: 0;
        font-family: "verdana";
        font-size: 21px;
        color: #8f6427;
        line-height: 40px; }
        @media (max-width: 1199px) {
          .home-banner .second-slide .left-section a {
            font-size: 18px;
            line-height: 20px; } }
        .home-banner .second-slide .left-section a:after {
          background-image: url(../img/call-to-bg.png);
          background-repeat: no-repeat;
          content: "";
          width: 162px;
          height: 6px;
          display: block; }
        .home-banner .second-slide .left-section a:hover {
          color: #767676; }
          .home-banner .second-slide .left-section a:hover:after {
            background-image: url(../img/brush-link-hover.png);
            background-size: cover; }
        .home-banner .second-slide .left-section a:focus {
          color: #087781; }
          .home-banner .second-slide .left-section a:focus:after {
            background-image: url(../img/brush-link-active.png);
            background-size: cover; }
    .home-banner .second-slide .right-section {
      width: 447px;
      height: 600px;
      position: absolute;
      right: 93px;
      background-size: 100%;
      background-repeat: no-repeat;
      float: left;
      margin-right: 0px; }
      @media (max-width: 1199px) {
        .home-banner .second-slide .right-section {
          width: 257px;
          height: 368px;
          right: 50px; } }
      @media (max-width: 767px) {
        .home-banner .second-slide .right-section {
          right: 20px;
          width: 113px;
          height: 150px; } }
  .home-banner .third-slide {
    float: left;
    width: 100%;
    background-size: 100% 445px;
    background-repeat: no-repeat;
    position: relative;
    padding-left: 0; }
    @media (max-width: 1199px) {
      .home-banner .third-slide {
        background-size: 100% 268px; } }
    @media (max-width: 767px) {
      .home-banner .third-slide {
        background-size: 100% 110px; } }
    .home-banner .third-slide .left-section {
      float: right;
      padding-top: 46px;
      padding-right: 30px;
      padding-left: 33px;
      width: calc(100% - 447px - 130px);
      position: relative; }
      @media (max-width: 1199px) {
        .home-banner .third-slide .left-section {
          padding-right: 50px;
          padding-left: 50px;
          width: 100%; } }
      @media (max-width: 767px) {
        .home-banner .third-slide .left-section {
          padding-top: 30px;
          padding-right: 20px;
          padding-left: 20px; } }
      .home-banner .third-slide .left-section figure {
        margin-bottom: 83px;
        margin-left: -150px; }
        @media (max-width: 1199px) {
          .home-banner .third-slide .left-section figure {
            margin-left: 235px;
            width: 320px;
            margin-bottom: 190px; } }
        @media (max-width: 767px) {
          .home-banner .third-slide .left-section figure {
            margin-left: 75px;
            width: 180px;
            margin-bottom: 190px;
            margin-top: 0;
            margin-bottom: 100px; } }
      .home-banner .third-slide .left-section img {
        margin-left: -130px; }
      .home-banner .third-slide .left-section .text {
        padding-top: 150px; }
      .home-banner .third-slide .left-section p {
        font-size: 18px;
        text-align: left;
        font-weight: 300;
        color: #444;
        line-height: 27px;
        font-family: "verdana";
        margin-bottom: 25px; }
        @media (max-width: 1199px) {
          .home-banner .third-slide .left-section p {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .home-banner .third-slide .left-section p {
            font-size: 16px;
            line-height: 20px; } }
      .home-banner .third-slide .left-section a {
        position: relative;
        display: table;
        text-decoration: none;
        padding-bottom: 0;
        font-family: "verdana";
        font-size: 21px;
        color: #8f6427;
        line-height: 27px; }
        .home-banner .third-slide .left-section a:after {
          background-image: url(../img/call-to-bg.png);
          background-repeat: no-repeat;
          content: "";
          width: 162px;
          height: 6px;
          display: block; }
        .home-banner .third-slide .left-section a:hover {
          color: #767676; }
          .home-banner .third-slide .left-section a:hover:after {
            background-image: url(../img/brush-link-hover.png);
            background-size: cover; }
        .home-banner .third-slide .left-section a:focus {
          color: #087781; }
          .home-banner .third-slide .left-section a:focus:after {
            background-image: url(../img/brush-link-active.png);
            background-size: cover; }
    .home-banner .third-slide .right-section {
      width: 447px;
      float: left;
      height: 600px;
      position: absolute;
      left: 130px;
      background-size: 100%;
      background-repeat: no-repeat;
      float: left;
      margin-right: 0px; }
      @media (max-width: 1199px) {
        .home-banner .third-slide .right-section {
          width: 280px;
          height: 370px;
          left: 50px; } }
      @media (max-width: 767px) {
        .home-banner .third-slide .right-section {
          width: 138px;
          height: 176px;
          left: 0; } }

body .slick-slide img {
  width: auto; }

.about-section {
  float: left;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px; }
  @media (max-width: 1199px) {
    .about-section {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 0px; } }
  @media (max-width: 767px) {
    .about-section {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0px; } }
  .about-section .abt-rgt {
    float: right;
    width: 59%;
    position: relative;
    padding: 50px 0 60px 0; }
    @media (max-width: 1199px) {
      .about-section .abt-rgt {
        width: 100%;
        padding-bottom: 60px;
        padding-top: 40px;
        background-position: left 11px top; } }
    @media (max-width: 767px) {
      .about-section .abt-rgt {
        width: 100%;
        padding-bottom: 25px;
        padding-top: 20px;
        background-position: left 5px top; } }
    .about-section .abt-rgt .texture {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
      .about-section .abt-rgt .texture div {
        width: 520px;
        height: 552px; }
        @media (max-width: 1199px) {
          .about-section .abt-rgt .texture div {
            width: 480px;
            height: 462px; } }
        @media (max-width: 767px) {
          .about-section .abt-rgt .texture div {
            width: 90%;
            height: 100%; } }
      .about-section .abt-rgt .texture img {
        width: 520px;
        height: 552px; }
        @media (max-width: 1199px) {
          .about-section .abt-rgt .texture img {
            width: 480px;
            height: 462px; } }
        @media (max-width: 767px) {
          .about-section .abt-rgt .texture img {
            width: 90%;
            height: 100%; } }
    .about-section .abt-rgt img.main-img {
      position: relative; }
  .about-section .abt-lft {
    float: left;
    width: calc(100% - 59%);
    padding-right: 50px;
    padding-top: 50px; }
    @media (max-width: 1199px) {
      .about-section .abt-lft {
        width: 100%;
        padding-top: 5px;
        padding-right: 0; } }
    .about-section .abt-lft h1 {
      font-size: 40px;
      color: #555555;
      line-height: 55px;
      font-family: "Georgia";
      margin: 7px 0 10px 0;
      text-align: left; }
      .about-section .abt-lft h1 span {
        display: block; }
        @media (max-width: 1199px) {
          .about-section .abt-lft h1 span {
            display: inline-block; } }
      @media (max-width: 767px) {
        .about-section .abt-lft h1 {
          font-size: 32px;
          line-height: 44px; } }
    .about-section .abt-lft p {
      font-size: 18px;
      color: #555555;
      line-height: 27px;
      font-family: "verdana";
      margin-bottom: 16px; }
      @media (max-width: 1199px) {
        .about-section .abt-lft p {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .about-section .abt-lft p {
          font-size: 16px;
          line-height: 24px; } }
    .about-section .abt-lft a {
      position: relative;
      text-decoration: none;
      font-family: "verdana";
      font-size: 21px;
      color: #8f6427;
      line-height: 27px; }
      @media (max-width: 767px) {
        .about-section .abt-lft a {
          font-size: 18px; } }
      .about-section .abt-lft a:after {
        background-image: url(../img/about-water.png);
        background-repeat: no-repeat;
        content: "";
        width: 284px;
        height: 6px;
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: -9px; }
        @media (max-width: 767px) {
          .about-section .abt-lft a:after {
            width: 230px;
            background-size: 100%; } }
      .about-section .abt-lft a:hover {
        color: #087781; }
        .about-section .abt-lft a:hover::after {
          background-image: url(../img/brush-link-active.png);
          background-size: cover; }
      .about-section .abt-lft a:focus {
        color: #767676; }
        .about-section .abt-lft a:focus::after {
          background-image: url(../img/brush-link-hover.png);
          background-size: cover; }

.blog-div {
  float: left;
  width: 100%;
  padding-bottom: 96px;
  padding-top: 72px; }
  @media (max-width: 1199px) {
    .blog-div {
      padding-left: 30px;
      padding-top: 75px;
      padding-right: 30px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .blog-div {
      padding-left: 0;
      padding-right: 0;
      paddint-rop: 70px; } }
  .blog-div .container {
    position: relative; }
  .blog-div .blog-lft {
    float: left;
    width: 46%;
    padding-left: 100px; }
    @media (max-width: 1200px) {
      .blog-div .blog-lft {
        padding-left: 40px; } }
    @media (max-width: 1199px) {
      .blog-div .blog-lft {
        width: 100%;
        padding: 0;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .blog-div .blog-lft {
        width: 79%; } }
    .blog-div .blog-lft img.text-img {
      position: absolute;
      top: 45px;
      right: 0; }
      @media (max-width: 1200px) {
        .blog-div .blog-lft img.text-img {
          right: 50px;
          max-width: 85%;
          top: 35px; } }
      @media (max-width: 1199px) {
        .blog-div .blog-lft img.text-img {
          right: -20px;
          max-width: 100%;
          top: 35px; } }
      @media (max-width: 767px) {
        .blog-div .blog-lft img.text-img {
          right: 10px;
          max-width: 89%;
          top: 22px; } }
  .blog-div .blog-rgt {
    width: 46%;
    float: left;
    padding-top: 194px;
    padding-right: 0;
    padding-left: 50px; }
    @media (max-width: 1200px) {
      .blog-div .blog-rgt {
        padding-top: 150px; } }
    @media (max-width: 1199px) {
      .blog-div .blog-rgt {
        width: 100%;
        position: relative;
        height: auto;
        padding: 0;
        right: auto; } }
    .blog-div .blog-rgt h2 {
      font-size: 32px;
      color: #555555;
      line-height: 44px;
      font-family: "Georgia";
      margin-bottom: 14px; }
      @media (max-width: 1199px) {
        .blog-div .blog-rgt h2 {
          margin-top: 22px; } }
      @media (max-width: 767px) {
        .blog-div .blog-rgt h2 {
          font-size: 26px;
          line-height: 36px; } }
    .blog-div .blog-rgt p {
      font-size: 18px;
      color: #555555;
      line-height: 27px;
      font-family: "verdana";
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .blog-div .blog-rgt p {
          font-size: 16px;
          line-height: 24px; } }
    .blog-div .blog-rgt a {
      position: relative;
      text-decoration: none;
      font-family: "verdana";
      font-size: 21px;
      line-height: 27px;
      padding-right: 12px;
      padding-bottom: 10px; }
      @media (max-width: 767px) {
        .blog-div .blog-rgt a {
          font-size: 18px; } }

.products_new {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 80px;
  /*background-image: url(../img/new_product_bg.png);
	background-image: url(../img/new_product_bg_green.png);	
	background-image: url(../img/new_product_bg_purple.png);
	background-image: url(../img/new_product_bg_orange.png);*/ }
  .products_new .texture {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0; }
    .products_new .texture div {
      width: 100%;
      height: 100%; }
    .products_new .texture img {
      width: 100%; }
  @media (max-width: 767px) {
    .products_new {
      margin-bottom: 20px; } }
  @media (max-width: 1199px) {
    .products_new {
      background-size: 100% 288px; } }
  .products_new h2 {
    font-size: 32px;
    color: #555555;
    line-height: 44px;
    font-family: "Georgia";
    font-style: normal;
    text-align: center;
    margin: 0 0 28px 0; }
    @media (max-width: 1199px) {
      .products_new h2 {
        margin-bottom: 21px; } }
    @media (max-width: 767px) {
      .products_new h2 {
        font-size: 26px;
        line-height: 36px; } }
  .products_new .productCarousel {
    padding: 0 50px 70px; }
    @media (max-width: 1199px) {
      .products_new .productCarousel {
        padding-bottom: 50px; } }
    @media (max-width: 767px) {
      .products_new .productCarousel {
        padding-left: 23px;
        padding-right: 23px;
        padding-bottom: 20px; } }
    .products_new .productCarousel .slick-prev {
      left: 0;
      background-image: url(../img/arrow_left.png);
      background-repeat: no-repeat;
      background-position: center; }
      .products_new .productCarousel .slick-prev:before {
        display: none; }
      @media (max-width: 1199px) {
        .products_new .productCarousel .slick-prev {
          left: 15px; } }
      @media (max-width: 767px) {
        .products_new .productCarousel .slick-prev {
          left: 0; } }
    .products_new .productCarousel .slick-next {
      right: 0;
      background-image: url(../img/arrow_right.png);
      background-repeat: no-repeat;
      background-position: center; }
      .products_new .productCarousel .slick-next:before {
        display: none; }
      @media (max-width: 1199px) {
        .products_new .productCarousel .slick-next {
          right: 15px; } }
      @media (max-width: 767px) {
        .products_new .productCarousel .slick-next {
          right: 0; } }
    .products_new .productCarousel .slick-arrow {
      background-color: transparent;
      z-index: 1;
      border: 0px solid white;
      margin-top: 0;
      padding: 0;
      width: 19px;
      height: 35px;
      top: 14px;
      transform: none;
      display: none !important; }
    .products_new .productCarousel .slick-arrow:hover, .products_new .productCarousel .slick-arrow:focus {
      opacity: 0.7; }
    .products_new .productCarousel:hover .slick-arrow {
      display: block !important; }
    .products_new .productCarousel .card {
      background-color: #eee;
      height: 100%; }
      .products_new .productCarousel .card .card-figcaption {
        display: none; }
    .products_new .productCarousel .slick-slide {
      height: auto;
      padding: 0 7px; }
      @media (max-width: 767px) {
        .products_new .productCarousel .slick-slide {
          padding: 0 3px; } }
      .products_new .productCarousel .slick-slide .card-img-container {
        width: 100%;
        height: 100%;
        max-height: 350px;
        max-width: 350px; }
        @media (max-width: 1200px) {
          .products_new .productCarousel .slick-slide .card-img-container {
            width: 100%;
            height: 100%;
            max-height: 250px;
            max-width: 250px; } }
        @media (max-width: 1199px) {
          .products_new .productCarousel .slick-slide .card-img-container {
            width: 100%;
            height: 100%;
            max-height: 200px;
            max-width: 200px; } }
        @media (max-width: 767px) {
          .products_new .productCarousel .slick-slide .card-img-container {
            width: 100%;
            height: 100%;
            max-height: 170px;
            max-width: 170px; } }
      .products_new .productCarousel .slick-slide img {
        width: 100%;
        height: 100%;
        max-height: 350px;
        max-width: 350px; }
      .products_new .productCarousel .slick-slide .card-body {
        padding: 18px 15px 16px; }
        .products_new .productCarousel .slick-slide .card-body .card-title {
          margin: 0; }
          .products_new .productCarousel .slick-slide .card-body .card-title a {
            font-family: "verdana";
            font-size: 20px;
            color: #555555;
            line-height: 20px; }
            .products_new .productCarousel .slick-slide .card-body .card-title a:hover {
              color: #087781; }
            .products_new .productCarousel .slick-slide .card-body .card-title a:focus {
              color: #767676; }
            @media (max-width: 767px) {
              .products_new .productCarousel .slick-slide .card-body .card-title a {
                font-size: 16px; } }
        .products_new .productCarousel .slick-slide .card-body .product-sentiment-card {
          margin-top: 3px;
          font-family: "verdana";
          font-size: 15px;
          color: #6B6B6B;
          font-style: italic;
          line-height: 22px;
          padding: 0; }
          @media (max-width: 767px) {
            .products_new .productCarousel .slick-slide .card-body .product-sentiment-card {
              font-size: 14px; } }
        .products_new .productCarousel .slick-slide .card-body .card-text {
          margin-top: 3px; }
          .products_new .productCarousel .slick-slide .card-body .card-text .price {
            font-family: "verdana";
            font-size: 15px;
            color: #555555;
            line-height: 26px; }
            @media (max-width: 767px) {
              .products_new .productCarousel .slick-slide .card-body .card-text .price {
                font-size: 14px;
                line-height: 24px; } }
    .products_new .productCarousel .slick-track {
      display: flex;
      flex-wrap: wrap; }

.story_div {
  float: left;
  width: 100%; }
  .story_div h2 {
    font-size: 32px;
    color: #444444;
    font-family: "Georgia";
    line-height: 36px;
    margin: 0 0 35px 0;
    text-align: center; }
    @media (max-width: 767px) {
      .story_div h2 {
        font-size: 26px;
        margin-bottom: 10px; } }
  .story_div p {
    position: relative;
    font-family: "verdana";
    font-size: 16px;
    color: #555;
    font-style: italic;
    line-height: 27px;
    margin-bottom: 0px;
    position: relative; }
    @media (max-width: 767px) {
      .story_div p {
        font-size: 16px;
        line-height: 24px; } }
    .story_div p img {
      position: absolute;
      margin-left: 5px; }
      @media (max-width: 1200px) {
        .story_div p img {
          max-width: 100px; } }
      @media (max-width: 767px) {
        .story_div p img {
          max-width: 100px;
          right: 0; } }
  .story_div figure {
    margin-top: 40px; }

main {
  margin-top: 0 !important;
  padding-bottom: 87px; }
  @media (max-width: 1199px) {
    main {
      padding-bottom: 68px; } }
  @media (max-width: 767px) {
    main {
      padding-bottom: 50px; } }

.breadcrumbs {
  padding: 0;
  margin: -10px 0 0 0; }
  @media (max-width: 1199px) {
    .breadcrumbs {
      margin: 42px 0 0 0; } }
  @media (max-width: 767px) {
    .breadcrumbs {
      display: block !important; } }
  .breadcrumbs .breadcrumb {
    font-family: "verdana";
    font-size: 14px;
    color: #888888; }
    .breadcrumbs .breadcrumb a {
      color: #707070; }
      .breadcrumbs .breadcrumb a:hover {
        color: #087781; }
    .breadcrumbs .breadcrumb:before {
      margin: 0 5px 0 9px; }
  .breadcrumbs:last-child:before {
    display: none; }

.breadcrumbs .breadcrumb:first-child:before {
  display: none; }

h1 {
  margin: 10px 0 42px 0;
  text-align: center;
  font-family: "Georgia";
  font-size: 40px;
  line-height: 50px;
  color: #555555;
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    h1 {
      font-size: 32px;
      line-height: 40px;
      margin-top: 27px;
      margin-bottom: 17px; } }

.Category-slp-tiles {
  margin: 100px -13px 0px -13px;
  display: flex;
  flex-wrap: wrap;
  clear: both; }
  @media (max-width: 767px) {
    .Category-slp-tiles {
      margin: 0; } }
  .Category-slp-tiles .category-slp-item {
    width: 33.33%;
    float: left;
    padding: 0 13px 60px; }
    @media (max-width: 1199px) {
      .Category-slp-tiles .category-slp-item {
        width: 50%;
        padding-bottom: 27px; } }
    @media (max-width: 767px) {
      .Category-slp-tiles .category-slp-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
    .Category-slp-tiles .category-slp-item .category-slp-tileimage {
      display: table;
      table-layout: fixed;
      vertical-align: middle;
      text-align: center;
      float: left;
      width: 100%;
      overflow: hidden; }
      .Category-slp-tiles .category-slp-item .category-slp-tileimage .category-slp-link {
        display: table-cell;
        width: 100%;
        text-align: center;
        vertical-align: middle; }
        .Category-slp-tiles .category-slp-item .category-slp-tileimage .category-slp-link img {
          display: inline-block;
          max-width: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
    .Category-slp-tiles .category-slp-item h2 {
      float: left;
      width: 100%;
      margin: 5px 0 5px 0;
      padding: 0; }
      .Category-slp-tiles .category-slp-item h2 a {
        font-family: "Georgia";
        font-size: 24px;
        line-height: 48px;
        color: #92692e;
        border-bottom: 1px solid #92692e;
        text-decoration: none;
        padding-bottom: 4px; }
        @media (max-width: 767px) {
          .Category-slp-tiles .category-slp-item h2 a {
            font-size: 22px;
            line-height: 22px; } }
    .Category-slp-tiles .category-slp-item .description img {
      display: none; }
    .Category-slp-tiles .category-slp-item .description h1, .Category-slp-tiles .category-slp-item .description iframe {
      display: none; }
    .Category-slp-tiles .category-slp-item .description h2, .Category-slp-tiles .category-slp-item .description h3, .Category-slp-tiles .category-slp-item .description h4, .Category-slp-tiles .category-slp-item .description h4, .Category-slp-tiles .category-slp-item .description h5, .Category-slp-tiles .category-slp-item .description h6 {
      display: none; }
    .Category-slp-tiles .category-slp-item .description p {
      font-family: "verdana";
      font-size: 16px;
      color: #555555;
      line-height: 24px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      float: left;
      width: 100%; }
      .Category-slp-tiles .category-slp-item .description p em {
        font-style: normal; }
      @media (max-width: 1199px) {
        .Category-slp-tiles .category-slp-item .description p {
          -webkit-line-clamp: 4;
          height: 96px; } }
      .Category-slp-tiles .category-slp-item .description p:first-child {
        display: none; }
      .Category-slp-tiles .category-slp-item .description p:empty {
        display: none; }
    .Category-slp-tiles .category-slp-item .description td:first-child {
      display: none; }
    .Category-slp-tiles .category-slp-item .description td {
      width: 100%;
      display: block; }
      .Category-slp-tiles .category-slp-item .description td p:last-child {
        display: none; }
  @media (prefers-reduced-motion) {
    .Category-slp-tiles .Category-slp-tiles .category-slp-item:hover img {
      transform: scale(1.1);
      transition: all .3s ease; } }
  .Category-slp-tiles .Category-slp-tiles .category-slp-item:hover h2 a {
    color: #087781; }

#product-listing-container {
  padding: 0 !important;
  text-align: center; }
  @media (max-width: 991px) {
    #product-listing-container {
      margin-top: 0 !important; } }
  #product-listing-container .banners-category {
    float: left;
    width: 100%;
    font-family: "verdana";
    font-size: 16px;
    color: #555;
    line-height: 24px;
    padding: 0;
    margin: 0;
    max-width: 80%;
    float: none;
    display: inline-block;
    margin-top: 26px;
    text-align: left; }
    @media (max-width: 767px) {
      #product-listing-container .banners-category {
        max-width: 100%; } }

.inner_container {
  margin: 0 auto;
  max-width: 1764px;
  padding: 0 20px; }
  @media (max-width: 1200px) {
    .inner_container {
      width: 100%;
      max-width: 100%;
      padding: 0 38px; } }
  @media (max-width: 767px) {
    .inner_container {
      padding: 0 20px; } }

.category-top-content {
  width: calc( 100% - 250px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (max-width: 1200px) {
    .category-top-content {
      width: 100%;
      margin-top: 40px; } }
  .category-top-content .category-top-heading {
    display: none; }
    @media (max-width: 1199px) {
      .category-top-content .category-top-heading {
        display: block; } }
  .category-top-content .category-top-content.category-description {
    display: none; }
  .category-top-content h1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .category-top-content h1 {
        font-size: 36px; } }
  .category-top-content .category-desc-top {
    float: left;
    width: 100%; }
    .category-top-content .category-desc-top .left-large-image {
      float: left;
      width: 100%;
      display: flex;
      clear: both;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-items: center;
      margin-bottom: 40px; }
      .category-top-content .category-desc-top .left-large-image .right-text {
        width: 45%;
        float: right;
        order: 1; }
        @media (max-width: 1200px) {
          .category-top-content .category-desc-top .left-large-image .right-text {
            width: 45%; } }
        @media (max-width: 1199px) {
          .category-top-content .category-desc-top .left-large-image .right-text {
            width: 100%;
            order: 0; } }
        @media (max-width: 1199px) {
          .category-top-content .category-desc-top .left-large-image .right-text h1 {
            display: none; } }
        .category-top-content .category-desc-top .left-large-image .right-text p {
          font-family: "verdana";
          font-size: 16px;
          color: #444444;
          line-height: 24px; }
      .category-top-content .category-desc-top .left-large-image .left-image {
        float: left;
        width: 55%;
        order: 0; }
        @media (max-width: 1200px) {
          .category-top-content .category-desc-top .left-large-image .left-image {
            width: 55%; } }
        @media (max-width: 1199px) {
          .category-top-content .category-desc-top .left-large-image .left-image {
            width: 100%;
            background-size: 100% 400px;
            padding-bottom: 50px;
            padding-right: 50px; } }
        @media (max-width: 767px) {
          .category-top-content .category-desc-top .left-large-image .left-image {
            width: 100%;
            margin: 0;
            order: 1;
            background-size: 94% 149px;
            height: auto;
            padding-right: 30px;
            padding-bottom: 25px; } }
        .category-top-content .category-desc-top .left-large-image .left-image img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
    .category-top-content .category-desc-top .right-small-image {
      float: left;
      width: 100%;
      display: flex;
      clear: both;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-items: center; }
      .category-top-content .category-desc-top .right-small-image h1 {
        margin-bottom: 28px; }
        @media (max-width: 767px) {
          .category-top-content .category-desc-top .right-small-image h1 {
            margin-bottom: 15px; } }
      .category-top-content .category-desc-top .right-small-image .left-text {
        float: left;
        width: 35%; }
        @media (max-width: 1200px) {
          .category-top-content .category-desc-top .right-small-image .left-text {
            margin-right: 2%;
            width: 44%; } }
        @media (max-width: 1199px) {
          .category-top-content .category-desc-top .right-small-image .left-text {
            width: 100%;
            margin: 0; } }
        @media (max-width: 1199px) {
          .category-top-content .category-desc-top .right-small-image .left-text h1 {
            display: none; } }
        .category-top-content .category-desc-top .right-small-image .left-text p {
          font-family: "verdana";
          font-size: 16px;
          color: #444444;
          line-height: 24px;
          font-style: italic; }
      .category-top-content .category-desc-top .right-small-image .right-image {
        float: right;
        width: 52%;
        margin-left: 35px;
        background-image: url(../img/right-image-banner-listing.png);
        background-repeat: no-repeat;
        background-position: bottom left;
        padding: 0 0 50px 102px; }
        @media (max-width: 1200px) {
          .category-top-content .category-desc-top .right-small-image .right-image {
            margin-left: 0;
            width: 54%;
            background-size: 100% 409px; } }
        @media (max-width: 1199px) {
          .category-top-content .category-desc-top .right-small-image .right-image {
            width: 100%;
            background-size: 100% 400px;
            padding-bottom: 50px;
            padding-left: 90px;
            margin-top: 33px; } }
        @media (max-width: 767px) {
          .category-top-content .category-desc-top .right-small-image .right-image {
            width: 100%;
            background-size: 94% 149px;
            padding-bottom: 20px;
            padding-left: 40px;
            margin-top: 38px; } }
        .category-top-content .category-desc-top .right-small-image .right-image img {
          max-height: 443px; }
          @media (max-width: 1199px) {
            .category-top-content .category-desc-top .right-small-image .right-image img {
              max-height: 429px; } }
          @media (max-width: 767px) {
            .category-top-content .category-desc-top .right-small-image .right-image img {
              max-height: 173px; } }

.page-category .listing-page {
  float: left;
  width: 100%;
  margin: 0; }
  .page-category .listing-page #product-listing-container {
    width: calc( 100% - 330px);
    float: right; }
    @media (max-width: 1200px) {
      .page-category .listing-page #product-listing-container {
        width: calc( 100% - 305px); } }
    @media (max-width: 1199px) {
      .page-category .listing-page #product-listing-container {
        width: 100%; } }
    .page-category .listing-page #product-listing-container .actionBar .cat_total {
      float: right;
      font-family: "verdana";
      font-size: 14px;
      color: #444444;
      line-height: 38px; }
      .page-category .listing-page #product-listing-container .actionBar .cat_total p {
        margin: 0; }
      @media (max-width: 1199px) {
        .page-category .listing-page #product-listing-container .actionBar .cat_total {
          width: 100%;
          text-align: center;
          display: none; } }
    .page-category .listing-page #product-listing-container .actionBar-section .form-field {
      border: 1px solid #767676;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .page-category .listing-page #product-listing-container .actionBar-section .form-field {
          text-align: left; } }
    .page-category .listing-page #product-listing-container .actionBar-section label {
      font-size: 14px;
      font-family: "verdana";
      color: #767676;
      margin-right: 2px;
      padding-left: 16px; }
      @media (max-width: 767px) {
        .page-category .listing-page #product-listing-container .actionBar-section label {
          padding-top: 5px; } }
      @media (max-width: 550px) {
        .page-category .listing-page #product-listing-container .actionBar-section label {
          text-align: left;
          float: left; } }
    .page-category .listing-page #product-listing-container .actionBar-section .form-select {
      font-size: 14px;
      font-family: "verdana";
      color: #000;
      height: 38px;
      background-position: right 14px top 50%;
      line-height: 30px;
      padding-right: 35px; }
      @media (max-width: 550px) {
        .page-category .listing-page #product-listing-container .actionBar-section .form-select {
          width: 70%;
          float: left; } }
    .page-category .listing-page #product-listing-container .productGrid {
      margin: -25px;
      display: flex;
      flex-wrap: wrap;
      clear: both; }
      @media (max-width: 1200px) {
        .page-category .listing-page #product-listing-container .productGrid {
          margin: -15px; } }
      @media (max-width: 1199px) {
        .page-category .listing-page #product-listing-container .productGrid {
          margin: -7px; } }
      @media (max-width: 767px) {
        .page-category .listing-page #product-listing-container .productGrid {
          margin: -10px; } }
      .page-category .listing-page #product-listing-container .productGrid .product {
        width: 25%;
        padding: 25px;
        margin-bottom: 30px; }
        @media (max-width: 1200px) {
          .page-category .listing-page #product-listing-container .productGrid .product {
            padding: 15px; } }
        @media (max-width: 1200px) {
          .page-category .listing-page #product-listing-container .productGrid .product {
            width: 33.33%; } }
        @media (max-width: 1199px) {
          .page-category .listing-page #product-listing-container .productGrid .product {
            padding: 7px; } }
        @media (max-width: 767px) {
          .page-category .listing-page #product-listing-container .productGrid .product {
            max-width: 100%;
            margin: 0;
            width: 50%;
            padding: 10px; } }
        .page-category .listing-page #product-listing-container .productGrid .product .card-figure {
          float: left;
          width: 100%; }
          .page-category .listing-page #product-listing-container .productGrid .product .card-figure a {
            display: table;
            table-layout: fixed;
            vertical-align: middle;
            float: left;
            width: 100%; }
            .page-category .listing-page #product-listing-container .productGrid .product .card-figure a .card-img-container {
              display: table-cell;
              height: 310px;
              width: 100%;
              vertical-align: middle;
              text-align: center; }
              @media (max-width: 1200px) {
                .page-category .listing-page #product-listing-container .productGrid .product .card-figure a .card-img-container {
                  width: 100%;
                  height: 100%;
                  max-height: 350px;
                  max-width: 350px; } }
              @media (max-width: 767px) {
                .page-category .listing-page #product-listing-container .productGrid .product .card-figure a .card-img-container {
                  width: 100%;
                  height: 100%;
                  max-height: 150px;
                  max-width: 150px; } }
              .page-category .listing-page #product-listing-container .productGrid .product .card-figure a .card-img-container .card-image {
                height: 100%;
                width: 100%; }
          .page-category .listing-page #product-listing-container .productGrid .product .card-figure .button.button--small.card-figcaption-button {
            background: #FFAD00;
            color: #444444;
            width: 100%;
            height: 39px;
            line-height: 39px;
            font-size: 14px;
            border: 0;
            padding: 0;
            font-family: "verdana"; }
            .page-category .listing-page #product-listing-container .productGrid .product .card-figure .button.button--small.card-figcaption-button:hover {
              background: #087781;
              color: #fff; }
          .page-category .listing-page #product-listing-container .productGrid .product .card-figure .button.button--small.card-figcaption-button.quickview {
            background-color: rgba(255, 255, 255, 0.6);
            width: 100%;
            height: 39px;
            line-height: 39px;
            font-size: 14px;
            font-family: "verdana";
            color: #444; }
            .page-category .listing-page #product-listing-container .productGrid .product .card-figure .button.button--small.card-figcaption-button.quickview:hover {
              background: #087781;
              color: #fff; }
        .page-category .listing-page #product-listing-container .productGrid .product .card-body {
          float: left;
          width: 100%;
          padding: 19px 0 0 0; }
          .page-category .listing-page #product-listing-container .productGrid .product .card-body .card-title {
            float: left;
            width: 100%;
            margin-bottom: 8px; }
            .page-category .listing-page #product-listing-container .productGrid .product .card-body .card-title a {
              font-size: 16px;
              font-family: "verdana";
              color: #444444;
              line-height: 24px;
              display: inline-block;
              width: 100%; }
              .page-category .listing-page #product-listing-container .productGrid .product .card-body .card-title a:hover {
                color: #087781; }
          .page-category .listing-page #product-listing-container .productGrid .product .card-body .product-sentiment-card {
            float: left;
            width: 100%;
            font-size: 14px;
            font-family: "verdana";
            font-style: italic;
            color: #767676;
            line-height: 21px;
            padding-bottom: 10px; }
          .page-category .listing-page #product-listing-container .productGrid .product .card-body .card-text .price.price--withoutTax {
            font-size: 16px;
            font-family: "verdana";
            color: #444444;
            line-height: 24px;
            display: inline-block;
            width: 100%; }
        .page-category .listing-page #product-listing-container .productGrid .product #new-baby-card {
          position: relative; }
        .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col {
          width: 50%;
          position: relative; }
          @media (max-width: 1200px) {
            .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col {
              width: 66.67%; } }
          @media (max-width: 767px) {
            .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col {
              width: 100%; } }
          .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .card-sec {
            float: left;
            width: 100%;
            position: relative; }
            .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .card-sec.card-option-1 {
              height: 518px;
              /*div{height: 100%;}*/ }
              @media (max-width: 1200px) {
                .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .card-sec.card-option-1 {
                  height: 450px; } }
              @media (max-width: 1199px) {
                .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .card-sec.card-option-1 {
                  height: 350px; } }
              @media (max-width: 1199px) {
                .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .card-sec.card-option-1 {
                  height: auto; } }
          .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .feature-card-block {
            float: left;
            width: 100%;
            position: relative; }
          .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .figure {
            margin: 0;
            height: 100%; }
            .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .figure img {
              height: 100%;
              width: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
              @media (max-width: 1199px) {
                .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .figure img {
                  height: auto; } }
          .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block {
            position: absolute;
            right: 30px;
            top: 90px;
            width: 274px;
            padding: 24px;
            background-color: #eeeeee;
            box-shadow: 0px 14px 21.36px 2.64px rgba(0, 0, 0, 0.24);
            text-align: center;
            height: auto !important; }
            @media (max-width: 1199px) {
              .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block {
                width: 200px;
                top: 20px;
                padding: 20px; } }
            @media (max-width: 767px) {
              .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block {
                position: relative;
                width: 100%;
                right: auto;
                top: auto;
                box-shadow: none;
                padding: 30px 20px; } }
            .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block p {
              font-size: 21px;
              font-family: "verdana";
              color: #444444;
              line-height: 24px;
              margin: 0; }
              @media (max-width: 1199px) {
                .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block p {
                  font-size: 18px;
                  margin-bottom: 15px; } }
            .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block a {
              position: relative;
              text-decoration: none;
              padding-bottom: 0;
              font-family: "verdana";
              font-size: 16px;
              color: #ac8041;
              line-height: 40px;
              display: inline-block; }
              .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block a span {
                padding: 0 7px; }
              @media (max-width: 1199px) {
                .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block a {
                  line-height: 24px; } }
              .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block a:after {
                background-image: url(../img/about-water.png);
                background-repeat: no-repeat;
                content: "";
                width: 100%;
                height: 6px;
                display: block;
                background-size: 100%; }
              .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block a:hover {
                color: #087781; }
          .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block-2 {
            position: absolute;
            left: 40px;
            width: 250px;
            text-align: left;
            bottom: 50px; }
            @media (max-width: 1500px) {
              .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block-2 {
                left: 0;
                bottom: 30px;
                padding-left: 20px; } }
            @media (max-width: 1199px) {
              .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block-2 {
                width: 230px;
                padding: 0 0 0 20px;
                bottom: 20px; } }
            @media (max-width: 767px) {
              .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block-2 {
                position: relative;
                width: 100%;
                right: auto;
                top: auto;
                box-shadow: none;
                padding: 0;
                bottom: auto;
                margin-top: 16px; } }
            .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block-2 p {
              font-size: 16px;
              font-family: "verdana";
              color: #444444;
              line-height: 24px;
              margin: 0; }
              @media (max-width: 1500px) {
                .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block-2 p {
                  font-size: 15px; } }
              @media (max-width: 767px) {
                .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block-2 p {
                  font-size: 16px;
                  margin-bottom: 19px; } }
            .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block-2 a {
              position: relative;
              text-decoration: none;
              padding-bottom: 0;
              font-family: "verdana";
              font-size: 16px;
              color: #ac8041;
              line-height: 40px;
              display: inline-block; }
              .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block-2 a span {
                padding: 0 7px; }
              @media (max-width: 1199px) {
                .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block-2 a {
                  line-height: 24px; } }
              .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block-2 a:after {
                background-image: url(../img/about-water.png);
                background-repeat: no-repeat;
                content: "";
                width: 100%;
                height: 6px;
                display: block;
                background-size: 100%; }
              .page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block-2 a:hover {
                color: #087781; }
  .page-category .listing-page #faceted-search-container {
    padding: 0;
    float: left;
    max-width: 300px;
    width: 100%;
    margin-top: 72px;
    margin-right: 30px; }
    @media (max-width: 1200px) {
      .page-category .listing-page #faceted-search-container {
        max-width: 275px; } }
    @media (max-width: 1200px) {
      .page-category .listing-page #faceted-search-container {
        max-width: 275px; } }
    @media (max-width: 1199px) {
      .page-category .listing-page #faceted-search-container {
        max-width: 100%;
        margin: 0; } }
    .page-category .listing-page #faceted-search-container .facetedSearch-toggle.toggleLink {
      border: 1px solid #767676;
      border-radius: 0; }
      @media (max-width: 1199px) {
        .page-category .listing-page #faceted-search-container .facetedSearch-toggle.toggleLink {
          display: flex !important;
          justify-content: center;
          align-content: center;
          align-items: center;
          text-decoration: none; } }
      .page-category .listing-page #faceted-search-container .facetedSearch-toggle.toggleLink .facetedSearch-toggle-text {
        font-size: 13px;
        font-family: "verdana";
        color: #767676;
        line-height: 25px; }
      .page-category .listing-page #faceted-search-container .facetedSearch-toggle.toggleLink .facetedSearch-toggle-indicator {
        font-size: 13px;
        font-family: "verdana";
        color: #767676;
        line-height: 25px; }
    .page-category .listing-page #faceted-search-container .facetedSearch-refineFilters {
      font-size: 16px;
      font-family: "verdana";
      color: #444444;
      line-height: 36px; }
      @media (max-width: 1199px) {
        .page-category .listing-page #faceted-search-container .facetedSearch-refineFilters {
          display: none !important; } }
      .page-category .listing-page #faceted-search-container .facetedSearch-refineFilters .sidebarBlock-heading {
        font-size: 18px;
        font-family: "verdana";
        color: #444444;
        line-height: 25px;
        margin: 0 0 12px 0; }
    .page-category .listing-page #faceted-search-container .facetedSearch-navList {
      margin-top: 17px; }
      @media (max-width: 1199px) {
        .page-category .listing-page #faceted-search-container .facetedSearch-navList {
          display: none !important; } }
      .page-category .listing-page #faceted-search-container .facetedSearch-navList .navList-action--checkbox {
        font-size: 16px;
        font-family: "verdana";
        color: #444444 !important;
        line-height: 24px;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 0 12px 0;
        padding-left: 39px; }
        @media (max-width: 767px) {
          .page-category .listing-page #faceted-search-container .facetedSearch-navList .navList-action--checkbox {
            padding-left: 29px;
            font-size: 14px; } }
        .page-category .listing-page #faceted-search-container .facetedSearch-navList .navList-action--checkbox:hover {
          color: #087781 !important; }
        .page-category .listing-page #faceted-search-container .facetedSearch-navList .navList-action--checkbox:before {
          top: 3px;
          margin: 0;
          height: 18px;
          width: 18px;
          border-radius: 0 !important; }
        .page-category .listing-page #faceted-search-container .facetedSearch-navList .navList-action--checkbox:after {
          top: 5px;
          margin: 0;
          left: 2px; }
    .page-category .listing-page #faceted-search-container .accordion--navList .accordion-content {
      padding: 0; }
    @media (max-width: 1199px) {
      .page-category .listing-page #faceted-search-container .facetedSearch .accordion {
        border: 0;
        border-radius: 0; } }
    .page-category .listing-page #faceted-search-container .facetedSearch .accordion-title {
      border-bottom: 1px solid #444444;
      font-family: "verdana";
      font-size: 18px;
      line-height: 25px;
      color: #444444;
      padding-bottom: 5px;
      position: relative;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .page-category .listing-page #faceted-search-container .facetedSearch .accordion-title {
          font-size: 16px;
          padding-top: 0;
          padding-left: 0; } }
    @media (max-width: 767px) {
      .page-category .listing-page #faceted-search-container .facetedSearch .accordion-navigation {
        border: 0; } }
    .page-category .listing-page #faceted-search-container .facetedSearch .accordion-navigation-actions {
      display: none !important; }
    .page-category .listing-page #faceted-search-container .facetedSearch .accordion-navigation.toggleLink::before {
      display: none; }
    .page-category .listing-page #faceted-search-container .facetedSearch .accordion-navigation.toggleLink h2::before {
      content: "";
      background-image: url(../img/plus.png);
      background-repeat: no-repeat;
      background-position: center;
      height: 13px;
      width: 13px;
      display: inline-block;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
    .page-category .listing-page #faceted-search-container .facetedSearch .accordion-navigation.toggleLink.is-open h2::before {
      content: "";
      background-image: url(../img/minus.png);
      background-repeat: no-repeat;
      background-position: center; }
    .page-category .listing-page #faceted-search-container #facet-range-form {
      margin-top: 10px; }
    .page-category .listing-page #faceted-search-container .form-minMaxRow .button {
      font-family: "verdana";
      border-radius: 0;
      background: #FFAD00;
      border-color: #FFAD00;
      color: #444444;
      font-size: 15px; }
      .page-category .listing-page #faceted-search-container .form-minMaxRow .button:hover {
        background: #087781;
        color: #ffffff;
        border-color: #087781; }

@media (max-width: 1200px) {
  .listing-page #product-listing-container .banners-category {
    width: 100%;
    max-width: 100%; } }

.page-category .listing-page #faceted-search-container .facetedSearch-toggle.toggleLink.is-open + #facetedSearch-navList {
  display: block !important;
  border: 0; }

.facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation, .facetedSearch-navList.is-open .accordion-block .accordion-navigation {
  border: 0; }

.pagination {
  float: left;
  width: 100%;
  margin-top: 43px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .pagination {
      margin-top: 33px; } }
  .pagination .pagination-list {
    float: none;
    display: inline-block; }
    @media (max-width: 767px) {
      .pagination .pagination-list {
        margin-bottom: 6px; } }
    .pagination .pagination-list .pagination-item a {
      font-size: 15px;
      font-family: "verdana";
      color: #000;
      line-height: 24px;
      padding: 2px 9px; }
    .pagination .pagination-list .pagination-item.pagination-item--previous a {
      font-size: 15px;
      font-family: "verdana";
      color: #767676;
      line-height: 24px; }
      .pagination .pagination-list .pagination-item.pagination-item--previous a:hover {
        color: #087781; }
    @media (max-width: 767px) {
      .pagination .pagination-list .pagination-item.pagination-item--previous {
        width: 49%;
        float: none;
        display: inline-block;
        margin: 0;
        text-align: left;
        margin-bottom: 11px; } }
    @media (max-width: 767px) {
      .pagination .pagination-list .pagination-item.pagination-item--previous + .pagination-item--next {
        width: 49%;
        display: inline-block;
        float: none;
        margin: 0;
        text-align: right;
        margin-bottom: 11px; } }
    .pagination .pagination-list .pagination-item.pagination-item--next a {
      font-size: 15px;
      font-family: "verdana";
      color: #767676;
      line-height: 24px; }
      .pagination .pagination-list .pagination-item.pagination-item--next a:hover {
        color: #087781; }
    @media (max-width: 767px) {
      .pagination .pagination-list .pagination-item.pagination-item--next {
        width: 100%;
        display: inline-block;
        float: none;
        margin: 0;
        text-align: center;
        margin-bottom: 11px; } }
    .pagination .pagination-list .pagination-item.pagination-item--current a {
      background-color: #757575;
      color: #fff;
      border-radius: 5px;
      border: 0; }

.page-category .listing-page-custom {
  float: left;
  width: 100%;
  position: relative; }
  .page-category .listing-page-custom #faceted-search-container {
    width: 285px;
    max-width: 100%;
    margin: 0;
    float: left;
    position: absolute;
    left: 306px;
    border: 1px solid #757575;
    background-color: #fff;
    z-index: 9; }
    @media (max-width: 1199px) {
      .page-category .listing-page-custom #faceted-search-container {
        width: 100%;
        max-width: 100%;
        margin: 0 0 2rem 0;
        float: left;
        position: relative;
        left: 0; } }
    .page-category .listing-page-custom #faceted-search-container .facetedSearch-toggle.toggleLink {
      display: block !important;
      border: 0;
      margin: 0 !important;
      max-width: 100%;
      padding: 6px 15px 7px; }
    .page-category .listing-page-custom #faceted-search-container .facetedSearch-toggle.toggleLink.is-open + .facetedSearch-navList {
      display: block !important; }
    .page-category .listing-page-custom #faceted-search-container .facetedSearch-navList {
      display: none !important;
      margin: 0 !important; }
      .page-category .listing-page-custom #faceted-search-container .facetedSearch-navList .accordion--navList {
        margin: 0; }
      .page-category .listing-page-custom #faceted-search-container .facetedSearch-navList .accordion-block {
        margin: 0; }
        .page-category .listing-page-custom #faceted-search-container .facetedSearch-navList .accordion-block .accordion-title {
          padding: 15px;
          margin: 0; }
          .page-category .listing-page-custom #faceted-search-container .facetedSearch-navList .accordion-block .accordion-title:before {
            right: 15px !important; }
        .page-category .listing-page-custom #faceted-search-container .facetedSearch-navList .accordion-block .accordion-content {
          padding: 0 15px;
          margin-top: 11px;
          margin-bottom: 5px; }
        .page-category .listing-page-custom #faceted-search-container .facetedSearch-navList .accordion-block.Price {
          margin-bottom: -1px; }
          .page-category .listing-page-custom #faceted-search-container .facetedSearch-navList .accordion-block.Price .accordion-content {
            margin-top: 16px;
            margin-bottom: 16px; }
    .page-category .listing-page-custom #faceted-search-container .facetedSearch-navList.is-open {
      display: block !important;
      width: 100%; }
    .page-category .listing-page-custom #faceted-search-container .facetedSearch-refineFilters {
      padding: 0 15px;
      margin-top: 17px; }
      .page-category .listing-page-custom #faceted-search-container .facetedSearch-refineFilters .sidebarBlock-heading {
        margin-bottom: 6px; }
  .page-category .listing-page-custom #product-listing-container {
    width: 100%; }
    .page-category .listing-page-custom #product-listing-container .actionBar-section {
      float: left;
      width: 285px; }
      @media (max-width: 1199px) {
        .page-category .listing-page-custom #product-listing-container .actionBar-section {
          width: 250px; } }
      @media (max-width: 767px) {
        .page-category .listing-page-custom #product-listing-container .actionBar-section {
          width: 100%; } }
      @media (max-width: 767px) {
        .page-category .listing-page-custom #product-listing-container .actionBar-section label {
          float: left; } }
    .page-category .listing-page-custom #product-listing-container .productGrid .product {
      width: 20%; }
      @media (max-width: 1200px) {
        .page-category .listing-page-custom #product-listing-container .productGrid .product {
          width: 25%; } }
      @media (max-width: 1199px) {
        .page-category .listing-page-custom #product-listing-container .productGrid .product {
          width: 33.33%; } }
      @media (max-width: 767px) {
        .page-category .listing-page-custom #product-listing-container .productGrid .product {
          width: 50%; } }
      .page-category .listing-page-custom #product-listing-container .productGrid .product.feature-card-col {
        width: 40%; }
        @media (max-width: 1200px) {
          .page-category .listing-page-custom #product-listing-container .productGrid .product.feature-card-col {
            width: 50%; } }
        @media (max-width: 1199px) {
          .page-category .listing-page-custom #product-listing-container .productGrid .product.feature-card-col {
            width: 66.67%; } }
        @media (max-width: 767px) {
          .page-category .listing-page-custom #product-listing-container .productGrid .product.feature-card-col {
            width: 100%; } }

@media (max-width: 767px) {
  .page-product {
    overflow-x: hidden; } }

.productView {
  margin: 0;
  background-image: url(../img/turqoise_wood.png);
  /*background-image: url(../img/new_product_bg.png);
	background-image: url(../img/new_product_bg_green.png);	
	/*background-image: url(../img/new_product_bg_purple.png);
	background-image: url(../img/new_product_bg_orange.png);*/
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 90% 368px;
  padding: 70px 80px 0 0;
  float: left;
  width: 100%; }
  @media (max-width: 1199px) {
    .productView {
      padding: 40px 40px 0 0;
      background-size: 87% 200px; } }
  @media (max-width: 767px) {
    .productView {
      background: none;
      padding: 42px 0 0 0;
      position: relative; }
      .productView:before {
        background-image: url(../img/turqoise_wood.png);
        /*background-image: url(../img/new_product_bg.png);
	background-image: url(../img/new_product_bg_green.png);	
	background-image: url(../img/new_product_bg_purple.png);
	background-image: url(../img/new_product_bg_orange.png);*/
        background-repeat: no-repeat;
        background-position: top center;
        content: "";
        width: auto;
        display: block;
        position: absolute;
        top: 0;
        left: -20px;
        right: -20px;
        height: 120px;
        z-index: -1; } }
  .productView .reviews-section-title {
    float: left;
    width: 100%; }
  .productView h2.productView-title {
    font-family: "Georgia";
    font-size: 40px;
    color: #087781;
    line-height: 40px;
    margin: 0 0 15px 0;
    text-align: left;
    float: left;
    width: 100%; }
    @media (max-width: 1199px) {
      .productView h2.productView-title {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .productView h2.productView-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 9px;
        display: none; } }
  .productView .product-sentiment {
    float: left;
    width: 100%;
    color: #087781;
    font-family: "Georgia";
    font-style: italic;
    font-size: 18px;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .productView .product-sentiment {
        margin-bottom: 0; } }
  .productView .about-div {
    float: left;
    width: 100%;
    padding-left: 105px;
    padding-top: 110px; }
    @media (max-width: 1199px) {
      .productView .about-div {
        padding-left: 65px;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .productView .about-div {
        padding-left: 0;
        padding-right: 0;
        padding-top: 40px; } }
    .productView .about-div .abt-cnt {
      float: left;
      width: 46%;
      margin-bottom: 50px;
      padding-right: 30px; }
      @media (max-width: 1199px) {
        .productView .about-div .abt-cnt {
          width: 100%;
          padding-right: 0px; } }
      .productView .about-div .abt-cnt h2 {
        font-size: 32px;
        color: #444444;
        font-family: "Georgia";
        line-height: 36px;
        margin: 0 0 10px 0; }
        @media (max-width: 767px) {
          .productView .about-div .abt-cnt h2 {
            font-size: 26px;
            margin-bottom: 8px; } }
      .productView .about-div .abt-cnt p {
        font-size: 18px;
        font-style: italic;
        font-family: "verdana";
        line-height: 25px; }
    .productView .about-div .abt-img {
      margin-bottom: 50px;
      float: right;
      width: 50%; }
      @media (max-width: 1199px) {
        .productView .about-div .abt-img {
          width: 100%;
          text-align: left;
          margin-top: 26px; } }
      @media (max-width: 767px) {
        .productView .about-div .abt-img {
          margin-top: 7px; } }
      .productView .about-div .abt-img figure {
        margin: 0;
        text-align: center; }

.PDP_story {
  float: left;
  width: 100%;
  margin: 0;
  border: 0; }
  @media (max-width: 1199px) {
    .PDP_story {
      padding-left: 65px;
      padding-right: 20px;
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .PDP_story {
      padding-left: 0;
      padding-right: 0;
      margin-top: 30px; } }
  .PDP_story h2 {
    font-size: 32px;
    color: #444444;
    font-family: "Georgia";
    line-height: 36px;
    margin: 0 0 10px 0;
    text-align: center; }
    @media (max-width: 767px) {
      .PDP_story h2 {
        font-size: 26px; } }

.photos-div.product-reviews {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0 105px;
  border: 0;
  text-align: center; }
  @media (max-width: 1199px) {
    .photos-div.product-reviews {
      padding-left: 65px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .photos-div.product-reviews {
      padding-left: 0;
      padding-right: 0; } }
  .photos-div.product-reviews h2 {
    font-size: 32px;
    color: #444444;
    font-family: "Georgia";
    line-height: 36px;
    margin: 0 0 16px 0;
    text-align: center; }
    @media (max-width: 767px) {
      .photos-div.product-reviews h2 {
        font-size: 26px; } }
  .photos-div.product-reviews p {
    font-size: 18px;
    font-family: Georgia;
    line-height: 24px;
    color: #444444; }
    .photos-div.product-reviews p a {
      color: #444444; }
      .photos-div.product-reviews p a:hover {
        color: #087781; }

.related_products {
  float: left;
  width: 100%;
  margin: 20px 0 47px 0;
  padding: 0px;
  border: 0; }
  .related_products .similar_pro {
    background-image: url(../img/turqoise_wood.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    /*background-image: url(../img/new_product_bg.png);
	background-image: url(../img/new_product_bg_green.png);	
	background-image: url(../img/new_product_bg_purple.png);
	background-image: url(../img/new_product_bg_orange.png);*/ }
    @media (max-width: 1199px) {
      .related_products .similar_pro {
        background-size: 100% 288px; } }
  @media (max-width: 1199px) {
    .related_products {
      padding-left: 65px;
      padding-right: 20px;
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .related_products {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0px; } }
  .related_products h2 {
    font-size: 32px;
    color: #444444;
    font-family: "Georgia";
    line-height: 36px;
    margin: 0 0 26px 0;
    text-align: center; }
    @media (max-width: 767px) {
      .related_products h2 {
        font-size: 26px; } }
  .related_products .productCarousel {
    padding: 0 50px 70px; }
    @media (max-width: 1199px) {
      .related_products .productCarousel {
        padding-bottom: 50px; } }
    @media (max-width: 767px) {
      .related_products .productCarousel {
        padding-left: 23px;
        padding-right: 23px; } }
    .related_products .productCarousel .slick-prev {
      left: 0;
      background-image: url(../img/arrow_left.png);
      background-repeat: no-repeat;
      background-position: center; }
      .related_products .productCarousel .slick-prev:before {
        display: none; }
      @media (max-width: 1199px) {
        .related_products .productCarousel .slick-prev {
          left: 15px; } }
      @media (max-width: 767px) {
        .related_products .productCarousel .slick-prev {
          left: 0; } }
    .related_products .productCarousel .slick-next {
      right: 0;
      background-image: url(../img/arrow_right.png);
      background-repeat: no-repeat;
      background-position: center; }
      .related_products .productCarousel .slick-next:before {
        display: none; }
      @media (max-width: 1199px) {
        .related_products .productCarousel .slick-next {
          right: 15px; } }
      @media (max-width: 767px) {
        .related_products .productCarousel .slick-next {
          right: 0; } }
    .related_products .productCarousel .slick-arrow {
      background-color: transparent;
      z-index: 1;
      border: 0px solid white;
      margin-top: 0;
      padding: 0;
      width: 19px;
      height: 35px;
      top: 14px;
      transform: none; }
    .related_products .productCarousel .card {
      background-color: #eee;
      height: 100%; }
      .related_products .productCarousel .card .card-figcaption {
        display: none; }
    .related_products .productCarousel .slick-slide {
      height: auto;
      padding: 0 7px; }
      @media (max-width: 767px) {
        .related_products .productCarousel .slick-slide {
          padding: 0 3px; } }
      .related_products .productCarousel .slick-slide .card-img-container {
        max-width: 100%;
        height: 0px !important;
        padding-top: 100%; }
        @media (max-width: 1199px) {
          .related_products .productCarousel .slick-slide .card-img-container {
            width: 100%;
            height: 100%;
            max-height: 193px;
            max-width: 193px; } }
        @media (max-width: 767px) {
          .related_products .productCarousel .slick-slide .card-img-container {
            width: 100%;
            height: 100%;
            max-height: 109px;
            max-width: 109px; } }
      .related_products .productCarousel .slick-slide img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%; }
      .related_products .productCarousel .slick-slide .card-body {
        padding: 18px 15px 16px; }
        .related_products .productCarousel .slick-slide .card-body .card-title {
          margin: 0; }
          .related_products .productCarousel .slick-slide .card-body .card-title a {
            font-family: "verdana";
            font-size: 17px;
            color: #555555;
            line-height: 25px; }
            .related_products .productCarousel .slick-slide .card-body .card-title a:hover {
              color: #087781; }
            @media (max-width: 767px) {
              .related_products .productCarousel .slick-slide .card-body .card-title a {
                font-size: 16px; } }
        .related_products .productCarousel .slick-slide .card-body .product-sentiment-card {
          margin-top: 3px;
          font-family: "verdana";
          font-size: 15px;
          color: #6B6B6B;
          font-style: italic;
          line-height: 22px;
          padding: 0; }
          @media (max-width: 767px) {
            .related_products .productCarousel .slick-slide .card-body .product-sentiment-card {
              font-size: 14px; } }
        .related_products .productCarousel .slick-slide .card-body .card-text {
          margin-top: 3px; }
          .related_products .productCarousel .slick-slide .card-body .card-text .price {
            font-family: "verdana";
            font-size: 15px;
            color: #555555;
            line-height: 26px; }
            @media (max-width: 767px) {
              .related_products .productCarousel .slick-slide .card-body .card-text .price {
                font-size: 14px;
                line-height: 24px; } }
    .related_products .productCarousel .slick-track {
      display: flex;
      flex-wrap: wrap; }

.productView-images {
  float: left;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 52%;
  background-color: #fff;
  min-height: 500px; }
  .productView-images .doogma-product {
    width: 100% !important; }
  @media (max-width: 767px) {
    .productView-images {
      width: 100%;
      order: 0;
      height: auto;
      margin-bottom: 32px; } }
  .productView-images .product-detail {
    display: none; }
    @media (max-width: 767px) {
      .productView-images .product-detail {
        display: block;
        background-color: #eeeeee;
        padding: 20px 10px;
        width: 100%; } }
  .productView-images .mobile-hide {
    display: none; }
  .productView-images .rollover_img {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #56564f; }
    .productView-images .rollover_img i {
      margin: 0 8px 0 0; }
  .productView-images .productView-thumbnails {
    float: left;
    width: 90px;
    order: 0;
    padding: 38px 0;
    margin: 0 15px 0 0; }
    @media (max-width: 1199px) {
      .productView-images .productView-thumbnails {
        width: 50px; } }
    @media (max-width: 767px) {
      .productView-images .productView-thumbnails {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 0;
        display: none; } }
    .productView-images .productView-thumbnails.mobile-show {
      display: none; }
      @media (max-width: 767px) {
        .productView-images .productView-thumbnails.mobile-show {
          display: block; } }
    .productView-images .productView-thumbnails.mobile-show + .rollover_img {
      display: none; }
      @media (max-width: 767px) {
        .productView-images .productView-thumbnails.mobile-show + .rollover_img {
          display: block;
          width: 100%;
          margin: 26px 0 0 0; } }
    @media (max-width: 767px) {
      .productView-images .productView-thumbnails .slick-dots {
        display: block !important;
        bottom: -12px; } }
    .productView-images .productView-thumbnails .productView-thumbnail {
      display: table;
      table-layout: fixed;
      vertical-align: middle;
      text-align: center;
      float: left;
      width: 100%;
      padding: 6px 0; }
      @media (max-width: 767px) {
        .productView-images .productView-thumbnails .productView-thumbnail {
          margin: 0;
          padding: 0; } }
      .productView-images .productView-thumbnails .productView-thumbnail a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 100%;
        height: 88px; }
        @media (max-width: 1199px) {
          .productView-images .productView-thumbnails .productView-thumbnail a {
            height: 54px; } }
        @media (max-width: 767px) {
          .productView-images .productView-thumbnails .productView-thumbnail a {
            height: 275px; } }
        .productView-images .productView-thumbnails .productView-thumbnail a img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
    .productView-images .productView-thumbnails .slick-list {
      width: 100%;
      margin: 0; }
    .productView-images .productView-thumbnails .slick-next {
      bottom: 0;
      padding: 0;
      transform: none;
      margin: 0;
      height: 27px;
      width: 100%;
      border: 0;
      top: auto;
      background-image: url(../img/arrow_right.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 17px 27px;
      transform: rotate(90deg);
      background-color: transparent; }
      .productView-images .productView-thumbnails .slick-next:before {
        display: none; }
      .productView-images .productView-thumbnails .slick-next:hover {
        opacity: 0.5; }
      @media (max-width: 767px) {
        .productView-images .productView-thumbnails .slick-next {
          display: none !important; } }
    .productView-images .productView-thumbnails .slick-prev {
      top: 0;
      padding: 0;
      transform: none;
      margin: 0;
      height: 27px;
      width: 100%;
      border: 0;
      background-image: url(../img/arrow_left.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 17px 27px;
      transform: rotate(90deg);
      background-color: transparent; }
      .productView-images .productView-thumbnails .slick-prev:before {
        display: none; }
      .productView-images .productView-thumbnails .slick-prev:hover {
        opacity: 0.5; }
      @media (max-width: 767px) {
        .productView-images .productView-thumbnails .slick-prev {
          display: none !important; } }
    .productView-images .productView-thumbnails .rollover_img {
      display: none; }
      @media (max-width: 767px) {
        .productView-images .productView-thumbnails .rollover_img {
          display: block;
          float: left;
          width: 100%; } }
  .productView-images .productView-image {
    float: left;
    width: calc(100% - 105px);
    order: 1;
    margin: 0;
    min-height: inherit;
    flex-wrap: wrap; }
    @media (max-width: 1199px) {
      .productView-images .productView-image {
        width: calc(100% - 65px); } }
    @media (max-width: 767px) {
      .productView-images .productView-image {
        width: 100%;
        display: none; } }
    .productView-images .productView-image .productView-img-container {
      position: relative;
      margin: auto;
      max-width: 100%;
      width: 100%;
      float: left;
      display: table;
      table-layout: fixed;
      vertical-align: middle;
      height: 100%; }
      .productView-images .productView-image .productView-img-container a {
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .productView-images .productView-image .productView-img-container a img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }

.productView-details {
  margin-bottom: 0;
  float: left;
  width: 48%;
  padding: 30px 30px 0 40px;
  box-sizing: border-box;
  text-align: left;
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .productView-details {
      width: 100%;
      padding: 0 !important;
      background: transparent; } }
  @media (max-width: 767px) {
    .productView-details h1 {
      display: none; } }
  @media (max-width: 767px) {
    .productView-details .product-sentiment {
      display: none; } }
  @media (max-width: 1199px) {
    .productView-details {
      padding-left: 20px;
      padding-right: 20px; } }
  .productView-details .option-details {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    background: none;
    width: 100%; }
  .productView-details .productView-product {
    border: 0;
    padding: 0;
    float: left;
    width: 100%; }
  .productView-details .sku-row {
    float: left;
    width: 100%;
    margin-bottom: 11px; }
    .productView-details .sku-row .productView-info {
      float: left;
      width: auto;
      margin: 0 18px 0 0;
      font-size: 14px;
      font-family: "verdana";
      color: #444444;
      line-height: 24px; }
      @media (max-width: 1199px) {
        .productView-details .sku-row .productView-info {
          width: 100%;
          margin: 0; } }
      .productView-details .sku-row .productView-info .productView-info-name {
        float: left;
        width: auto;
        margin: 0 6px 0 0;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px; }
      .productView-details .sku-row .productView-info .productView-info-value {
        float: left;
        width: auto;
        margin: 0; }
    .productView-details .sku-row .stock_txt {
      float: left;
      color: #8f6427;
      font-size: 14px;
      font-family: "verdana";
      line-height: 24px; }
      .productView-details .sku-row .stock_txt.out {
        background-color: #f5f0e9;
        color: #8f6427; }
  .productView-details .gift-optionss {
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: "verdana";
    color: #444444;
    line-height: 30px; }
  @media (max-width: 767px) {
    .productView-details .productView-options {
      margin-top: 22px; } }
  .productView-details .productView-options .form-label {
    font-size: 14px;
    font-family: "verdana";
    color: #444444;
    line-height: 20px; }
  .productView-details .productView-options select {
    background-color: transparent;
    border: 1px solid #444444;
    height: 40px;
    border-radius: 0;
    background-position: right 17px top 50%;
    max-width: 300px;
    width: 100%;
    font-size: 14px;
    font-family: "verdana";
    color: #444444; }
    .productView-details .productView-options select option {
      font-size: 14px;
      font-family: "verdana";
      color: #444444; }
  .productView-details .productView-options .form-input {
    background-color: transparent;
    border: 1px solid #444444;
    height: 40px;
    border-radius: 0;
    background-position: right 17px top 50%;
    max-width: 300px;
    width: 100%;
    font-size: 14px;
    font-family: "verdana";
    color: #444444; }
  .productView-details .productView-options .shelfclick {
    font-size: 14px;
    font-family: "verdana";
    color: #444444;
    line-height: 20px; }
    .productView-details .productView-options .shelfclick a {
      color: #8f6427;
      text-decoration: underline; }
      .productView-details .productView-options .shelfclick a:hover {
        color: #087781; }
  .productView-details .productView-options .customization_terms a {
    color: #8f6427;
    text-decoration: underline; }
    .productView-details .productView-options .customization_terms a:hover {
      color: #087781; }
  .productView-details .productView-options .form-checkbox + .form-label::before {
    border-radius: 0; }
  .productView-details .productView-price {
    float: left;
    margin: 0 32px 0 0; }
    .productView-details .productView-price .price {
      font-size: 24px;
      font-family: "verdana";
      color: #444444;
      line-height: 44px; }
  .productView-details .form-field--increments {
    float: left;
    margin-right: 18px; }
    .productView-details .form-field--increments label {
      display: none; }
    .productView-details .form-field--increments button {
      float: left;
      width: 30px;
      height: 44px;
      border: 1px solid #444444 !important; }
    .productView-details .form-field--increments .form-input {
      width: 46px;
      float: left;
      height: 44px;
      border: 1px solid #444444;
      margin-left: -1px;
      margin-right: -1px;
      text-align: center;
      padding: 0 7px;
      font-size: 15px;
      color: #444444; }
  .productView-details #form-action-addToCart {
    height: 44px;
    width: 166px; }
  .productView-details form {
    float: left;
    width: 100%;
    margin: 0; }
  .productView-details .social-row {
    float: left;
    width: 100%;
    margin-top: 10px; }
    .productView-details .social-row .addthis_toolbox {
      float: left; }
      .productView-details .social-row .addthis_toolbox .socialLinks {
        line-height: normal;
        float: left; }
        .productView-details .social-row .addthis_toolbox .socialLinks .socialLinks-item {
          margin: 0 16px 0 0;
          line-height: normal; }
          .productView-details .social-row .addthis_toolbox .socialLinks .socialLinks-item a {
            height: auto;
            width: auto;
            margin: 0; }
      .productView-details .social-row .addthis_toolbox .socialLinks .icon svg {
        width: 14px;
        height: 20px; }
    .productView-details .social-row form {
      float: left;
      width: auto;
      margin: 3px 0 0 0; }
      .productView-details .social-row form .button {
        border: 0;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #9fa09f;
        font-family: "verdana";
        color: #444444;
        font-size: 14px;
        line-height: 24px;
        border-radius: 0; }
        .productView-details .social-row form .button:hover {
          color: #087781;
          border-color: #087781; }

.productView #videoGallery-content.videoGallery {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px; }
  .productView #videoGallery-content.videoGallery .videoGallery-main {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 471px;
    float: none;
    display: inline-block; }
    @media (max-width: 1199px) {
      .productView #videoGallery-content.videoGallery .videoGallery-main {
        width: 604px;
        height: 340px; } }
    @media (max-width: 767px) {
      .productView #videoGallery-content.videoGallery .videoGallery-main {
        width: 100%;
        height: 200px; } }
  @media (max-width: 1199px) {
    .productView #videoGallery-content.videoGallery {
      padding-left: 65px;
      padding-right: 20px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .productView #videoGallery-content.videoGallery {
      padding-left: 0;
      padding-right: 0; } }
  .productView #videoGallery-content.videoGallery iframe {
    width: 100%;
    height: 100%;
    float: none;
    display: inline-block;
    position: relative; }

.productView .description-div {
  float: left;
  width: 100%;
  padding: 0 0 0 105px;
  font-family: "verdana";
  color: #444444;
  font-size: 16px;
  line-height: 20px; }
  @media (max-width: 1199px) {
    .productView .description-div {
      padding-left: 65px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .productView .description-div {
      padding-left: 0;
      padding-right: 0; } }
  .productView .description-div h2 {
    font-size: 32px;
    color: #444444;
    font-family: "Georgia";
    line-height: 36px;
    margin: 0 0 11px 0; }
    @media (max-width: 767px) {
      .productView .description-div h2 {
        font-size: 26px; } }
  .productView .description-div ul li {
    color: #444444;
    font-size: 18px;
    font-family: "verdana";
    line-height: 25px;
    margin-bottom: 16px; }
    .productView .description-div ul li:last-child {
      margin-bottom: 0; }
  .productView .description-div a {
    color: #8f6427;
    text-decoration: underline; }
    .productView .description-div a:hover {
      color: #087781; }
  .productView .description-div .product-desc-div {
    float: left;
    width: 50%;
    padding-right: 76px; }
    @media (max-width: 1199px) {
      .productView .description-div .product-desc-div {
        width: 100%;
        margin-bottom: 63px;
        padding: 0; } }
    @media (max-width: 767px) {
      .productView .description-div .product-desc-div {
        margin-bottom: 43px; } }
  .productView .description-div .artist-div {
    float: left;
    width: 50%; }
    @media (max-width: 1199px) {
      .productView .description-div .artist-div {
        width: 100%; } }
  .productView .description-div .content {
    font-size: 18px;
    font-family: "verdana";
    line-height: 25px; }

.page-product h1.product-title {
  font-family: "verdana";
  font-size: 18px;
  color: #444444;
  line-height: 25px;
  margin: 0;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left; }

#desc-tab {
  float: left;
  width: 100%; }

@media (max-width: 550px) {
  body .productView-options .form-field > .form-checkbox + .form-label, body .productView-options .form-field > .form-radio + .form-label {
    margin: 0; } }

.form-select {
  border: solid 1px #767676;
  border-radius: 0; }

.cart-page {
  display: inline-block;
  position: relative; }
  .cart-page .page-heading {
    margin: 0 0 25px 0; }
  .cart-page .cart-status {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 0; }
    .cart-page .cart-status .alertBox.alertBox--info {
      text-align: center;
      float: left;
      display: inline-block;
      float: none;
      width: auto;
      color: #087781;
      font-size: 15px;
      font-family: verdana;
      line-height: 24px;
      background-color: #cee4e6;
      padding: 10px;
      width: 100%;
      margin: 5px 0px;
      border-radius: 0px; }
      .cart-page .cart-status .alertBox.alertBox--info .alertBox-icon {
        margin: 0;
        padding: 0 9px 0 0; }
        .cart-page .cart-status .alertBox.alertBox--info .alertBox-icon .icon {
          height: 21px;
          width: 19px; }
      .cart-page .cart-status .alertBox.alertBox--info .alertBox-message {
        width: auto; }
      .cart-page .cart-status .alertBox.alertBox--info svg {
        fill: #087781;
        height: 19px;
        width: 19px; }
  .cart-page .coupon-form .button--primary {
    height: 45px;
    border-radius: 0;
    background: #FFAD00;
    color: #444444;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: "verdana";
    padding: 0;
    text-align: center; }
    .cart-page .coupon-form .button--primary:hover {
      color: #fff;
      background-color: #087781; }
  @media (max-width: 1199px) {
    .cart-page .cart .cart-header {
      display: none; } }
  .cart-page .cart .cart-header .cart-header-item {
    padding-bottom: 1rem;
    background: #ededed;
    border: 0;
    padding: 7px 14px;
    font-family: "verdana";
    font-size: 14px;
    color: #444444;
    line-height: 24px;
    font-weight: 400; }
  .cart-page .cart .cart-header .cart-header-item.cart-header-quantity {
    padding-left: 90px;
    text-align: left; }
  .cart-page .cart .cart-header .cart-header-item.price {
    text-align: right; }
  .cart-page .cart .price {
    width: 10%;
    text-align: right; }
  .cart-page .cart .cart-header-quantity, .cart-page .cart .cart-item-quantity {
    width: 27%; }
  .cart-page .cart .total {
    width: 10%;
    text-align: right; }
  .cart-page .cart .remove {
    width: 8%;
    text-align: center; }
    .cart-page .cart .remove .cart-remove {
      float: none;
      margin: 11px 0 0 0;
      padding: 0;
      height: 25px;
      width: 25px; }
  .cart-page .cart .cart-list {
    border-top: 0; }
    .cart-page .cart .cart-list tr {
      border-bottom: 1px solid #888888; }
      @media (max-width: 1199px) {
        .cart-page .cart .cart-list tr {
          position: relative;
          border-bottom: 0px solid #888888;
          border-top: 1px solid #888888;
          display: inline-block;
          width: 100%;
          padding-left: 115px; } }
      @media (max-width: 767px) {
        .cart-page .cart .cart-list tr {
          padding-left: 0;
          float: left;
          width: 100%;
          padding-bottom: 0; } }
    @media (max-width: 1199px) {
      .cart-page .cart .cart-list tr:last-child {
        border-bottom: 1px solid #888888; } }
    .cart-page .cart .cart-list td {
      padding: 14px 0 22px 0;
      border: 0;
      vertical-align: top; }
      .cart-page .cart .cart-list td .cart-item-value, .cart-page .cart .cart-list td .cart-total-value, .cart-page .cart .cart-list td .cart-total-grandTotal, .cart-page .cart .cart-list td .shipping-estimate-value {
        color: #444444;
        font-family: Verdana;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 24px; }
    .cart-page .cart .cart-list .cart-item-figure {
      width: 9%; }
      .cart-page .cart .cart-list .cart-item-figure img {
        max-width: 100%;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto; }
      .cart-page .cart .cart-list .cart-item-figure:after {
        padding-bottom: 0; }
      @media (max-width: 1199px) {
        .cart-page .cart .cart-list .cart-item-figure {
          left: 0;
          width: 100px;
          margin: 0;
          position: absolute;
          padding: 0; } }
      @media (max-width: 767px) {
        .cart-page .cart .cart-list .cart-item-figure {
          width: 80px; } }
    .cart-page .cart .cart-list .cart-item-title {
      width: 36%;
      padding-left: 20px; }
      @media (max-width: 1199px) {
        .cart-page .cart .cart-list .cart-item-title {
          padding: 0;
          width: 100%; } }
      @media (max-width: 767px) {
        .cart-page .cart .cart-list .cart-item-title {
          padding-left: 94px;
          padding-right: 30px;
          padding-bottom: 24px; } }
      .cart-page .cart .cart-list .cart-item-title .cart-item-name {
        font-size: 18px;
        margin-top: 11px;
        font-family: "verdana";
        line-height: 24px; }
        @media (max-width: 767px) {
          .cart-page .cart .cart-list .cart-item-title .cart-item-name {
            margin-top: 0; } }
        .cart-page .cart .cart-list .cart-item-title .cart-item-name a {
          color: #444444; }
          .cart-page .cart .cart-list .cart-item-title .cart-item-name a:hover {
            color: #087781; }
      .cart-page .cart .cart-list .cart-item-title .definitionList .definitionList-key {
        font-size: 15px;
        color: #444444;
        line-height: 21px;
        font-family: "verdana"; }
      .cart-page .cart .cart-list .cart-item-title .definitionList .options-Yes .row {
        float: left;
        width: 100%; }
      .cart-page .cart .cart-list .cart-item-title .definitionList .options-Yes dt {
        font-size: 13px;
        color: #444444;
        line-height: 21px;
        font-family: "verdana";
        font-weight: 700;
        float: left; }
      .cart-page .cart .cart-list .cart-item-title .definitionList .options-Yes dd {
        font-size: 13px;
        color: #444444;
        line-height: 21px;
        font-family: "verdana";
        float: left; }
      .cart-page .cart .cart-list .cart-item-title .cart-item-options--giftWrapping {
        margin: 17px 0 0 0; }
        .cart-page .cart .cart-list .cart-item-title .cart-item-options--giftWrapping .cart-item-option-title.main-title {
          background-image: url("https://cdn7.bigcommerce.com/s-4phttkde7p/product_images/uploaded_images/gift.png");
          padding-left: 20px;
          background-repeat: no-repeat;
          background-size: 13px 16px; }
        .cart-page .cart .cart-list .cart-item-title .cart-item-options--giftWrapping .cart-item-option-title {
          float: left;
          font-size: 16px;
          color: #444444;
          line-height: 24px;
          font-family: "verdana";
          font-weight: 400;
          margin-bottom: 0; }
        .cart-page .cart .cart-list .cart-item-title .cart-item-options--giftWrapping .cart-item-option-description {
          float: left;
          font-size: 16px;
          color: #444444;
          line-height: 24px;
          font-family: "verdana";
          font-weight: 400;
          margin-left: 10px;
          margin-bottom: 0; }
          .cart-page .cart .cart-list .cart-item-title .cart-item-options--giftWrapping .cart-item-option-description a {
            color: #8f6427;
            text-decoration: underline; }
            .cart-page .cart .cart-list .cart-item-title .cart-item-options--giftWrapping .cart-item-option-description a:hover {
              color: #087781; }
      .cart-page .cart .cart-list .cart-item-title .availability {
        font-size: 15px;
        color: #087781;
        font-family: "verdana";
        line-height: 24px; }
      .cart-page .cart .cart-list .cart-item-title.out {
        color: red; }
    .cart-page .cart .cart-list .cart-item-remove {
      text-align: center; }
      .cart-page .cart .cart-list .cart-item-remove .cart-remove {
        float: initial;
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0; }
    @media (max-width: 1199px) {
      .cart-page .cart .cart-list .remove {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 25px;
        height: 25px; } }
    .cart-page .cart .cart-list .remove .cart-remove {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      width: 25px !important;
      height: 25px; }
      @media (max-width: 1199px) {
        .cart-page .cart .cart-list .remove .cart-remove {
          margin-top: 0; } }
    .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.price {
      padding-left: 14px;
      padding-right: 14px;
      font-size: 18px;
      color: #444444;
      font-family: "verdana";
      line-height: 27px; }
      .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.price span {
        margin-top: 10px;
        float: right; }
        @media (max-width: 1199px) {
          .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.price span {
            float: left;
            text-align: left;
            padding: 0;
            margin: 0; } }
        .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.price span.cart-item-label {
          font-size: 14px;
          font-family: "verdanabold";
          color: #444444;
          line-height: 24px; }
          @media (max-width: 767px) {
            .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.price span.cart-item-label {
              width: 90px;
              text-align: left; } }
      @media (max-width: 1199px) {
        .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.price {
          width: 32%;
          display: inline-block;
          padding: 0; } }
      @media (max-width: 767px) {
        .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.price {
          width: 100%;
          float: left; } }
      .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.price .giftWrapping-value {
        font-size: 18px;
        color: #444444;
        font-family: "verdana";
        line-height: 27px; }
        @media (max-width: 1199px) {
          .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.price .giftWrapping-value {
            float: left;
            font-size: 18px;
            color: #444444;
            font-family: "verdana";
            line-height: 27px;
            padding-left: 1.5rem; } }
    .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.total {
      padding-left: 14px;
      padding-right: 14px;
      font-size: 18px;
      color: #444444;
      font-family: "verdana";
      line-height: 27px; }
      .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.total span {
        margin-top: 10px;
        float: right; }
        @media (max-width: 1199px) {
          .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.total span {
            float: left;
            text-align: left;
            padding: 0;
            margin: 0; } }
        .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.total span.cart-item-label {
          font-size: 14px;
          font-family: "verdanabold";
          color: #444444;
          line-height: 24px; }
          @media (max-width: 767px) {
            .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.total span.cart-item-label {
              width: 90px;
              text-align: left; } }
      @media (max-width: 1199px) {
        .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.total {
          width: 32%;
          display: inline-block;
          padding: 0;
          margin: 0; } }
      @media (max-width: 767px) {
        .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.total {
          width: 100%;
          margin-top: 23px;
          margin-bottom: 20px;
          float: left; } }
      .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.total .giftWrapping-value {
        font-size: 18px;
        color: #444444;
        font-family: "verdana";
        line-height: 27px; }
        @media (max-width: 1199px) {
          .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.total .giftWrapping-value {
            float: left;
            font-size: 18px;
            color: #444444;
            font-family: "verdana";
            line-height: 27px;
            padding-left: 1.5rem; } }
    @media (max-width: 1199px) {
      .cart-page .cart .cart-list .cart-item-label {
        display: block; } }
    .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.cart-item-quantity {
      padding-left: 90px;
      text-align: left; }
      .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.cart-item-quantity .form-increment {
        margin: 14px 0 0 0; }
        @media (max-width: 767px) {
          .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.cart-item-quantity .form-increment {
            margin: 20px 0 0 0; } }
        .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.cart-item-quantity .form-increment button {
          float: left;
          width: 30px;
          height: 44px;
          border: 1px solid #444444 !important; }
        .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.cart-item-quantity .form-increment .form-input {
          width: 46px;
          float: left;
          height: 44px;
          border: 1px solid #444444;
          margin-left: -1px;
          margin-right: -1px;
          text-align: center;
          padding: 0 7px;
          font-size: 15px;
          color: #444444; }
      .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.cart-item-quantity .cart-item-label {
        font-size: 14px;
        font-family: "verdanabold";
        color: #444444;
        line-height: 24px; }
        @media (max-width: 1199px) {
          .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.cart-item-quantity .cart-item-label {
            padding: 0;
            margin: 0; } }
        @media (max-width: 767px) {
          .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.cart-item-quantity .cart-item-label {
            width: 90px;
            text-align: left;
            vertical-align: bottom;
            display: inline-block;
            float: none; } }
      @media (max-width: 1199px) {
        .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.cart-item-quantity {
          width: 32%;
          display: inline-block;
          padding: 0;
          margin: 0; } }
      @media (max-width: 767px) {
        .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.cart-item-quantity {
          width: 100%;
          float: left; } }
  .cart-page .cart-totals {
    width: 33.33%;
    margin-top: 5px; }
    @media (max-width: 1199px) {
      .cart-page .cart-totals {
        width: 57%; } }
    @media (max-width: 767px) {
      .cart-page .cart-totals {
        width: 100%;
        margin-top: 15px;
        float: left; } }
    .cart-page .cart-totals .cart-total-label {
      padding: 0 0 5px 0;
      font-size: 18px;
      font-family: 'verdana';
      color: #444444;
      line-height: 27px;
      font-weight: 400; }
      .cart-page .cart-totals .cart-total-label strong {
        font-weight: 400; }
      @media (max-width: 1199px) {
        .cart-page .cart-totals .cart-total-label {
          float: left;
          text-align: left; } }
      @media (max-width: 767px) {
        .cart-page .cart-totals .cart-total-label {
          width: 160px; } }
    .cart-page .cart-totals .cart-total-value {
      padding: 0 0 5px 0;
      font-size: 18px;
      font-family: 'verdana';
      color: #444444;
      line-height: 27px;
      font-weight: 400; }
      .cart-page .cart-totals .cart-total-value strong {
        font-weight: 400; }
      .cart-page .cart-totals .cart-total-value .coupon-code-add, .cart-page .cart-totals .cart-total-value .coupon-code-cancel {
        font-size: 18px;
        font-family: "verdana";
        color: #8f6427;
        line-height: 27px;
        font-weight: 400;
        text-decoration: underline; }
      @media (max-width: 1199px) {
        .cart-page .cart-totals .cart-total-value {
          float: right; } }
  .cart-page .cart-total + .cart-total {
    border-top-color: #878787; }
    @media (max-width: 1199px) {
      .cart-page .cart-total + .cart-total {
        border-top: 1px solid #878787; } }
  .cart-page .grand_total {
    margin-top: 20px;
    padding-top: 18px;
    margin-bottom: 16px; }
    .cart-page .grand_total .cart-total-label {
      font-size: 24px;
      font-family: "verdanabold"; }
      @media (max-width: 767px) {
        .cart-page .grand_total .cart-total-label {
          font-size: 21px; } }
    .cart-page .grand_total .cart-total-value {
      font-size: 24px;
      font-family: "verdanabold"; }
      @media (max-width: 767px) {
        .cart-page .grand_total .cart-total-value {
          font-size: 21px; } }
  .cart-page .cart-actions {
    width: 33.33%;
    float: right; }
    @media (max-width: 1199px) {
      .cart-page .cart-actions {
        width: 57%; } }
    @media (max-width: 767px) {
      .cart-page .cart-actions {
        width: 100%; } }
    .cart-page .cart-actions a.button--primary {
      width: 100%;
      line-height: 55px !important;
      font-size: 18px !important; }
    .cart-page .cart-actions.continue-shopping {
      /*padding: 0;*/
      text-align: center; }
      .cart-page .cart-actions.continue-shopping a {
        font-size: 16px;
        color: #8f6427;
        text-decoration: underline;
        line-height: 36px;
        font-family: "verdana";
        font-weight: 400; }
        .cart-page .cart-actions.continue-shopping a:hover {
          color: #087781; }
    .cart-page .cart-actions.batches {
      text-align: center;
      padding: 0;
      margin-top: 12px; }
  .cart-page .cart-additionalCheckoutButtons .FloatRight p {
    color: #444;
    text-align: center; }

.page-cart .breadcrumbs {
  display: none !important; }

.giftWrapping-form .form-actions .button {
  border-radius: 0;
  background-color: #087781;
  color: #fff;
  border: 0; }
  .giftWrapping-form .form-actions .button:hover {
    background-color: #ffad00;
    color: #444444; }

#previewModal .modal-content .modal-header {
  text-align: center; }

#previewModal .modal-content.modal .productView {
  background: #fff !important; }

.previewCart .productView-title, #previewModal .modal-content .modal-header .modal-header-title, .previewCart .productView-title {
  font-family: 'verdana'; }

#previewModal .modal-content .modal-body .productView .productView-details {
  background-image: none;
  background-color: #e5e5e5; }

.previewCartCheckout .button {
  background-color: #5e7875;
  border-color: #5e7875;
  color: #fff; }

.page-category .listing-page #product-listing-container .productGrid .product .card-figure .button.button--small.card-figcaption-button {
  display: none; }

.related_products .similar_pro {
  background-size: contain; }

.head-middle .mleft a {
  z-index: 1;
  position: relative; }

.Category-slp-tiles .category-slp-item h2 a:hover {
  color: #767676;
  text-decoration: underline; }

.Category-slp-tiles .category-slp-item h2 a:focus {
  color: #087781;
  text-decoration: underline; }

.blog-post-details {
  width: 100%;
  margin: 0 auto; }
  .blog-post-details .top-content {
    max-width: 1025px;
    width: 100%;
    margin: 0 auto; }
  .blog-post-details .blog .blog-post-body {
    width: 100%;
    max-width: 1025px; }
    .blog-post-details .blog .blog-post-body .blog-post-figure {
      max-width: 612px;
      width: 100%; }
    .blog-post-details .blog .blog-post-body p {
      font-family: 'verdana' !important; }
    .blog-post-details .blog .blog-post-body .gray-button {
      border: none;
      width: auto;
      padding: 0;
      position: relative;
      text-decoration: none;
      font-family: "verdana";
      font-size: 21px;
      color: #8f6427;
      line-height: 27px; }
      .blog-post-details .blog .blog-post-body .gray-button::after {
        background-image: url(../img/about-water.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        width: 100%;
        height: 6px;
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: -9px; }
      .blog-post-details .blog .blog-post-body .gray-button:hover {
        color: #087781; }
        .blog-post-details .blog .blog-post-body .gray-button:hover::after {
          background-image: url(../img/brush-link-active.png);
          background-size: contain; }
      .blog-post-details .blog .blog-post-body .gray-button:focus {
        color: #767676; }
        .blog-post-details .blog .blog-post-body .gray-button:focus::after {
          background-image: url(../img/brush-link-hover.png);
          background-size: contain; }

@media (max-width: 1199px) {
  .cart-item-info.doubleFullPrice .fulTotal .cart-item-value:last-child, .cart-item-info.doublePrice .giftWrapping-value.cart-item-value {
    position: relative;
    bottom: auto;
    right: auto;
    margin-bottom: 0; }
  .cart-page .cart .cart-list .cart-item-title {
    margin-bottom: 1.5rem;
    display: inline-block;
    height: auto; } }

@media (max-width: 767px) {
  .cart-page .cart .cart-list .cart-item-title {
    margin-bottom: 0;
    display: inline-block;
    height: auto; } }

.form-select {
  border: solid 1px #767676;
  border-radius: 0; }

.Backtocart {
  font-size: 15px;
  font-family: "verdana";
  margin-top: 40px;
  margin-bottom: 0; }
  .Backtocart a {
    color: #8f6427;
    text-decoration: underline; }
    .Backtocart a:hover {
      color: #087781; }
    .Backtocart a:focus {
      color: #087781; }

.checkout-steps {
  padding: 0 !important; }
  .checkout-steps .checkout-step {
    padding: 0;
    border: 0; }
  .checkout-steps .stepHeader {
    padding: 24px 10px;
    border-bottom: none; }
    @media (max-width: 968px) {
      .checkout-steps .stepHeader {
        padding-bottom: 15px;
        padding-top: 15px; } }
    @media (max-width: 767px) {
      .checkout-steps .stepHeader div.stepHeader-body {
        padding-left: 30px !important;
        width: 100% !important;
        margin: 10px 0 0 0 !important;
        padding-right: 0 !important; } }
    @media (max-width: 767px) {
      .checkout-steps .stepHeader div.stepHeader-body .customerView-body {
        padding-left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        padding-right: 0 !important; } }
    .checkout-steps .stepHeader .stepHeader-counter--complete {
      transform: none; }
    .checkout-steps .stepHeader .optimizedCheckout-step {
      height: 35px;
      width: 35px;
      background-color: #757575;
      font-size: 24px;
      font-family: "Georgia";
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center; }
      .checkout-steps .stepHeader .optimizedCheckout-step:before {
        height: 35px;
        width: 35px;
        font-size: 24px;
        font-family: "Georgia";
        color: #fff;
        line-height: normal; }
    .checkout-steps .stepHeader .stepHeader-counter--complete {
      background-color: #087781; }
      .checkout-steps .stepHeader .stepHeader-counter--complete:before {
        height: 0;
        width: 0; }
    .checkout-steps .stepHeader .optimizedCheckout-headingPrimary {
      font-family: "Georgia";
      font-size: 32px;
      color: #444444;
      line-height: 24px;
      margin: 0 0 0 15px; }
    .checkout-steps .stepHeader .customerView div[data-test="customer-info"] {
      font-size: 16px;
      font-family: "verdana";
      color: #444444; }
    .checkout-steps .stepHeader .stepHeader-actions .optimizedCheckout-buttonSecondary {
      width: 74px;
      height: 44px;
      border: 1px solid #434343;
      font-size: 15px;
      font-family: "verdana";
      color: #444444;
      margin-top: -6px;
      border-radius: 0; }
      .checkout-steps .stepHeader .stepHeader-actions .optimizedCheckout-buttonSecondary:hover {
        background-color: #087781;
        color: #fff;
        border-color: #087781; }
      @media (max-width: 767px) {
        .checkout-steps .stepHeader .stepHeader-actions .optimizedCheckout-buttonSecondary {
          width: 22px;
          height: 22px;
          border: 0;
          background-image: url("https://cdn11.bigcommerce.com/s-uoxhnw7az9/product_images/uploaded_images/edit.png");
          background-repeat: no-repeat;
          background-position: center;
          margin-top: 5px;
          font-size: 0; } }
    .checkout-steps .stepHeader .customerView-actions .optimizedCheckout-buttonSecondary {
      width: auto;
      height: 44px;
      border: 1px solid #434343;
      font-size: 15px;
      font-family: "verdana";
      color: #444444;
      margin-top: -6px;
      border-radius: 0; }
      .checkout-steps .stepHeader .customerView-actions .optimizedCheckout-buttonSecondary:hover {
        background-color: #087781;
        color: #fff;
        border-color: #087781; }
      @media (max-width: 599px) {
        .checkout-steps .stepHeader .customerView-actions .optimizedCheckout-buttonSecondary {
          margin-top: -2px;
          font-size: 11px;
          height: 35px;
          padding: 7px; } }
  .checkout-steps #checkout-customer-returning .form-field a[data-test="forgot-password-link"] {
    color: #8F6427;
    float: left;
    margin-top: 10px;
    font-size: 15px;
    text-decoration: underline; }
    .checkout-steps #checkout-customer-returning .form-field a[data-test="forgot-password-link"]:hover {
      color: #087781; }
  .checkout-steps #checkout-customer-returning .form-actions {
    margin-bottom: 0; }
    .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-continue {
      width: 166px;
      height: 44px !important;
      text-transform: capitalize; }
      @media (max-width: 599px) {
        .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-continue {
          width: 100%; } }
    .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-cancel {
      width: 207px;
      line-height: 42px !important;
      padding: 0;
      text-transform: capitalize; }
      @media (max-width: 599px) {
        .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-cancel {
          width: 100%; } }
  .checkout-steps .checkout-view-content {
    border-bottom: 1px solid #4a4a4a;
    padding: 10px 0 50px 0; }
    @media (max-width: 968px) {
      .checkout-steps .checkout-view-content {
        padding-right: 135px; } }
    @media (max-width: 767px) {
      .checkout-steps .checkout-view-content {
        padding-right: 0; } }
    .checkout-steps .checkout-view-content .customerEmail-body {
      width: 100%; }
    .checkout-steps .checkout-view-content .shippingOptions-container .form-checklist {
      border: 1px solid #444;
      border-radius: 0;
      background: #fff;
      float: left;
      width: 100%; }
      .checkout-steps .checkout-view-content .shippingOptions-container .form-checklist .form-checklist-item {
        background-color: #fff;
        float: left;
        width: 100%; }
        .checkout-steps .checkout-view-content .shippingOptions-container .form-checklist .form-checklist-item .form-field {
          float: left;
          width: 100%; }
          .checkout-steps .checkout-view-content .shippingOptions-container .form-checklist .form-checklist-item .form-field label {
            float: left;
            width: 100%;
            margin-bottom: 0; }
    .checkout-steps .checkout-view-content .form-actions {
      margin-bottom: 0; }
      .checkout-steps .checkout-view-content .form-actions button {
        padding: 0;
        margin-bottom: 0;
        width: 166px;
        height: 44px !important;
        text-transform: capitalize; }
    .checkout-steps .checkout-view-content .checkout-form {
      margin: 0; }
      .checkout-steps .checkout-view-content .checkout-form .form-body p:first-child {
        display: none; }
      .checkout-steps .checkout-view-content .checkout-form .customsubscribe {
        display: none; }
    .checkout-steps .checkout-view-content label[for="email"] {
      position: relative; }
      .checkout-steps .checkout-view-content label[for="email"]:before {
        content: "*required";
        position: absolute;
        right: 0;
        color: #9d1010;
        font-size: 12px;
        font-family: "verdana"; }
    .checkout-steps .checkout-view-content label {
      font-size: 14px;
      font-family: "verdana";
      color: #444444;
      margin-bottom: 5px; }
      .checkout-steps .checkout-view-content label.form-inlineMessage {
        color: red;
        font-size: 12px; }
        .checkout-steps .checkout-view-content label.form-inlineMessage:before {
          content: "";
          position: relative; }
    .checkout-steps .checkout-view-content .optimizedCheckout-form-input {
      height: 40px;
      border: 1px solid #4a4a4a;
      border-radius: 0;
      padding: 0 15px;
      font-size: 14px;
      color: #444444;
      font-family: "verdana"; }
    .checkout-steps .checkout-view-content .optimizedCheckout-form-select {
      height: 40px;
      border: 1px solid #4a4a4a;
      border-radius: 0;
      padding: 0 15px;
      font-size: 14px;
      color: #444444;
      font-family: "verdana"; }
    .checkout-steps .checkout-view-content .form-checkbox + .form-label:before {
      border-radius: 0;
      border: 1px solid #444; }
    .checkout-steps .checkout-view-content .customerEmail-body .optimizedCheckout-form-label {
      margin-top: 19px; }
      @media (max-width: 599px) {
        .checkout-steps .checkout-view-content .customerEmail-body .optimizedCheckout-form-label {
          margin-top: 7px;
          line-height: 24px; } }
      @media (max-width: 599px) {
        .checkout-steps .checkout-view-content .customerEmail-body .optimizedCheckout-form-label:before {
          margin-top: 5px; } }
    .checkout-steps .checkout-view-content .guestdiv {
      float: left;
      margin: 15px 12px 0 0; }
      @media (max-width: 599px) {
        .checkout-steps .checkout-view-content .guestdiv {
          width: 100%;
          margin-top: 0; } }
      .checkout-steps .checkout-view-content .guestdiv a {
        width: 166px;
        line-height: 44px !important;
        text-transform: capitalize; }
        @media (max-width: 599px) {
          .checkout-steps .checkout-view-content .guestdiv a {
            width: 100%;
            margin-bottom: 15px; } }
    .checkout-steps .checkout-view-content .GuestBtn {
      float: left;
      margin: 15px 0 0 0; }
      @media (max-width: 599px) {
        .checkout-steps .checkout-view-content .GuestBtn {
          width: 100%;
          margin-top: 0; } }
      .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action {
        margin: 0;
        padding: 0;
        width: auto; }
        @media (max-width: 599px) {
          .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action {
            width: 100%;
            margin-top: 0; } }
        .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action .button {
          width: 207px;
          height: 44px;
          padding: 0;
          text-transform: capitalize; }
          @media (max-width: 599px) {
            .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action .button {
              width: 100%; } }
  .checkout-steps .form-legend-container .form-legend {
    font-size: 24px;
    font-family: "verdana";
    color: #444444;
    line-height: 24px;
    text-transform: capitalize;
    padding: 23px 0 22px 0;
    border: 0;
    float: left;
    width: 100%; }
  .checkout-steps #checkout-shipping-options .form-legend {
    font-size: 24px;
    font-family: "verdana";
    color: #444444;
    line-height: 24px;
    text-transform: capitalize;
    padding: 37px 0 22px 0;
    border: 0;
    float: left;
    width: 100%; }
    @media (max-width: 767px) {
      .checkout-steps #checkout-shipping-options .form-legend {
        padding-top: 17px; } }
  .checkout-steps .checkout-address .RequiredMn {
    position: absolute;
    right: 0;
    top: 0;
    color: #9d1010;
    font-size: 12px;
    font-family: "verdana"; }
  .checkout-steps .checkout-address .dynamic-form-field {
    margin-bottom: 27px; }
    .checkout-steps .checkout-address .dynamic-form-field.dynamic-form-field--addressLine1 {
      flex-basis: 50%; }
      @media (max-width: 767px) {
        .checkout-steps .checkout-address .dynamic-form-field.dynamic-form-field--addressLine1 {
          flex-basis: 100%; } }
    .checkout-steps .checkout-address .dynamic-form-field.dynamic-form-field--addressLine2 {
      flex-basis: 50%; }
      @media (max-width: 767px) {
        .checkout-steps .checkout-address .dynamic-form-field.dynamic-form-field--addressLine2 {
          flex-basis: 100%; } }
    .checkout-steps .checkout-address .dynamic-form-field.dynamic-form-field--postCode {
      flex-basis: 50%; }
      @media (max-width: 767px) {
        .checkout-steps .checkout-address .dynamic-form-field.dynamic-form-field--postCode {
          flex-basis: 100%; } }
    .checkout-steps .checkout-address .dynamic-form-field.dynamic-form-field--countryCode {
      flex-basis: 50%; }
      @media (max-width: 767px) {
        .checkout-steps .checkout-address .dynamic-form-field.dynamic-form-field--countryCode {
          flex-basis: 100%; } }
    .checkout-steps .checkout-address .dynamic-form-field .customphonecheck {
      display: none; }
  .checkout-steps .staticConsignment p {
    font-size: 16px;
    color: #444;
    font-family: "verdana";
    line-height: 24px; }
  .checkout-steps .staticConsignment .shippingOption span {
    font-size: 16px;
    color: #444;
    font-family: "verdana";
    line-height: 24px;
    font-weight: 400; }

#checkoutShippingAddress {
  margin-bottom: 5px; }

.checkout-step--shipping .shippingOptions-panel {
  border: 1px solid #434343;
  min-height: 138px; }
  .checkout-step--shipping .shippingOptions-panel .shippingOptions-panel-message {
    display: inline-block !important;
    font-size: 15px;
    color: #767676;
    font-family: "verdana"; }

.checkout-step--shipping .form-actions {
  margin-bottom: 0; }
  .checkout-step--shipping .form-actions button {
    padding: 0;
    margin-bottom: 0;
    width: 166px;
    height: 44px !important;
    text-transform: capitalize; }

@media (max-width: 800px) {
  #checkout-app {
    padding-top: 100px; } }

#checkout-app .optimizedCheckout-contentPrimary {
  max-width: 1135px;
  padding: 0; }
  @media (max-width: 1200px) {
    #checkout-app .optimizedCheckout-contentPrimary {
      width: 100%;
      max-width: 100%;
      padding: 0 20px; } }
  @media (max-width: 767px) {
    #checkout-app .optimizedCheckout-contentPrimary {
      width: 100%;
      max-width: 100%;
      padding: 0 20px; } }
  #checkout-app .optimizedCheckout-contentPrimary .layout-main {
    padding: 0;
    width: 52%; }
    @media (max-width: 968px) {
      #checkout-app .optimizedCheckout-contentPrimary .layout-main {
        width: 100%; } }
  #checkout-app .optimizedCheckout-contentPrimary .layout-cart {
    width: 41%;
    padding: 0;
    float: right; }

#checkout-app .cartDrawer.optimizedCheckout-orderSummary {
  margin: 0;
  border-color: #444;
  background: #fff;
  border-radius: 0;
  box-shadow: none; }
  #checkout-app .cartDrawer.optimizedCheckout-orderSummary .cartDrawer-figure--stack:after {
    display: none; }
  #checkout-app .cartDrawer.optimizedCheckout-orderSummary .cartDrawer-body h3 {
    font-size: 16px;
    font-family: "verdana";
    color: #444444;
    line-height: 24px; }
  #checkout-app .cartDrawer.optimizedCheckout-orderSummary .cartDrawer-body a {
    font-size: 14px;
    font-family: "verdana";
    color: #8f6427;
    text-decoration: underline;
    text-transform: capitalize;
    line-height: 24px; }
    #checkout-app .cartDrawer.optimizedCheckout-orderSummary .cartDrawer-body a:hover {
      color: #087781; }
  #checkout-app .cartDrawer.optimizedCheckout-orderSummary .cartDrawer-actions h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "verdanabold";
    color: #087781; }

#checkoutShippingAddress .dynamic-form-field--phone label {
  float: left;
  width: auto; }
  #checkoutShippingAddress .dynamic-form-field--phone label .optimizedCheckout-contentSecondary {
    position: relative;
    width: 15px;
    height: 14px;
    background-image: url("https://cdn11.bigcommerce.com/s-uoxhnw7az9/product_images/uploaded_images/tooltip-icon.png");
    font-size: 0;
    display: inline-block;
    margin-left: 5px; }
    #checkoutShippingAddress .dynamic-form-field--phone label .optimizedCheckout-contentSecondary:after {
      content: attr(data-tooltip);
      position: absolute;
      bottom: 130%;
      left: -95px;
      width: 219px;
      border: 1px solid #444;
      background: #fff;
      padding: 10px 17px;
      border-radius: 0;
      white-space: nowrap;
      opacity: 0;
      /* At time of this creation, only Fx4 doing pseduo transitions */
      color: #444444;
      font-family: "verdana";
      font-size: 14px;
      letter-spacing: 0;
      line-height: 18px;
      margin-bottom: 10px;
      white-space: break-spaces; }
      @media (prefers-reduced-motion) {
        #checkoutShippingAddress .dynamic-form-field--phone label .optimizedCheckout-contentSecondary:after {
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease; } }
    #checkoutShippingAddress .dynamic-form-field--phone label .optimizedCheckout-contentSecondary:hover:after {
      bottom: 100%;
      opacity: 1; }

.checkout-steps .checkout-view-content .form-field--ccName .optimizedCheckout-form-input {
  margin-top: 21px; }

.checkout-steps .checkout-view-content #firstdatae4v14-ccExpiry {
  margin-top: 21px;
  padding: 0 10px; }

#checkoutBillingAddress .dynamic-form-field--phone label {
  float: left;
  width: auto; }
  #checkoutBillingAddress .dynamic-form-field--phone label .optimizedCheckout-contentSecondary {
    position: relative;
    width: 15px;
    height: 14px;
    background-image: url("https://cdn11.bigcommerce.com/s-uoxhnw7az9/product_images/uploaded_images/tooltip-icon.png");
    font-size: 0;
    display: inline-block;
    margin-left: 5px; }
    #checkoutBillingAddress .dynamic-form-field--phone label .optimizedCheckout-contentSecondary:after {
      content: attr(data-tooltip);
      position: absolute;
      bottom: 130%;
      left: -95px;
      width: 219px;
      border: 1px solid #444;
      background: #fff;
      padding: 10px 17px;
      border-radius: 0;
      white-space: nowrap;
      opacity: 0;
      /* At time of this creation, only Fx4 doing pseduo transitions */
      color: #444444;
      font-family: "verdana";
      font-size: 14px;
      letter-spacing: 0;
      line-height: 18px;
      margin-bottom: 10px;
      white-space: break-spaces; }
      @media (prefers-reduced-motion) {
        #checkoutBillingAddress .dynamic-form-field--phone label .optimizedCheckout-contentSecondary:after {
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease; } }
    #checkoutBillingAddress .dynamic-form-field--phone label .optimizedCheckout-contentSecondary:hover:after {
      bottom: 100%;
      opacity: 1; }

#shippingAddresses .dropdownTrigger #addressToggle {
  font-size: 14px;
  font-family: verdana;
  color: #444;
  border: 1px solid #4a4a4a;
  border-radius: 0;
  margin-bottom: 15px; }

#billingAddresses .dropdownTrigger #addressToggle {
  font-size: 14px;
  font-family: verdana;
  color: #444;
  border: 1px solid #4a4a4a;
  border-radius: 0;
  margin-bottom: 15px; }

.checkout-step--billing .checkout-address .dynamic-form-field {
  margin-bottom: 27px; }
  .checkout-step--billing .checkout-address .dynamic-form-field.dynamic-form-field--phone {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%; }
    @media (max-width: 767px) {
      .checkout-step--billing .checkout-address .dynamic-form-field.dynamic-form-field--phone {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; } }

#checkout-app .layout.optimizedCheckout-contentPrimary {
  padding-bottom: 64px; }

.checkout-step--billing .checkout-address--static p {
  font-size: 16px;
  color: #444;
  font-family: "verdana";
  line-height: 24px; }

.checkout-step--billing .checkout-address--static span {
  font-size: 16px;
  color: #444;
  font-family: "verdana";
  line-height: 24px;
  font-weight: 400; }

.checkout-step--payment .form-checklist {
  border: 0px solid #444;
  border-radius: 0;
  background: #fff;
  float: left;
  width: 100%; }
  .checkout-step--payment .form-checklist .form-checklist-item {
    background-color: #fff;
    float: left;
    width: 100%; }
    .checkout-step--payment .form-checklist .form-checklist-item .form-field {
      float: left;
      width: 100%; }
      .checkout-step--payment .form-checklist .form-checklist-item .form-field label {
        float: left;
        width: 100%;
        margin-bottom: 0; }

.checkout-step--payment .paymentMethod {
  width: 100%; }

.checkout-step--payment .form-input.has-icon + .icon, .checkout-step--payment .has-icon.widget--stripev3 + .icon {
  margin-top: 18px; }

.checkout-steps .checkout-view-content #braintree-ccExpiry.optimizedCheckout-form-input {
  margin-top: 20px; }

.checkout-steps .checkout-view-content #braintree-ccName.optimizedCheckout-form-input {
  margin-top: 20px; }

.checkout-steps .checkout-view-content #bigpaypay-ccExpiry.optimizedCheckout-form-input {
  margin-top: 20px; }

.checkout-steps .checkout-view-content #bigpaypay-ccName.optimizedCheckout-form-input {
  margin-top: 20px; }

.checkout-steps .checkout-view-content .form-actions #checkout-payment-continue {
  width: 100%; }

.layout-cart .cart.optimizedCheckout-orderSummary {
  box-shadow: none;
  border-radius: 0;
  border-color: #444; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-header {
    background-color: #eee;
    padding: 18px 20px; }
    .layout-cart .cart.optimizedCheckout-orderSummary .cart-header h3 {
      font-size: 24px;
      font-family: "Georgia";
      color: #444444;
      line-height: 36px; }
    .layout-cart .cart.optimizedCheckout-orderSummary .cart-header #cart-edit-link {
      color: #8f6427;
      text-decoration: underline;
      font-size: 16px;
      font-family: "verdana"; }
      .layout-cart .cart.optimizedCheckout-orderSummary .cart-header #cart-edit-link:hover {
        color: #087781; }
  .layout-cart .cart.optimizedCheckout-orderSummary .optimizedCheckout-orderSummary-cartSection {
    border: 0; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-section .cart-section-heading {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-section .productList-item {
    border-bottom: 1px solid #444;
    padding-bottom: 1.5rem; }
    .layout-cart .cart.optimizedCheckout-orderSummary .cart-section .productList-item .product-figure {
      padding-right: 7px;
      width: 100px; }
    .layout-cart .cart.optimizedCheckout-orderSummary .cart-section .productList-item .product-title {
      font-size: 16px;
      color: #444444;
      font-family: "verdana";
      line-height: 24px; }
    .layout-cart .cart.optimizedCheckout-orderSummary .cart-section .productList-item .product-price {
      font-size: 16px;
      color: #444444;
      font-family: "verdana";
      line-height: 24px; }
    .layout-cart .cart.optimizedCheckout-orderSummary .cart-section .productList-item .product-options li {
      font-size: 12px;
      color: #444; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-section .cart-actions .button {
    width: 180px;
    height: 44px;
    color: #444;
    border: 1px solid #444;
    font-size: 16px;
    float: none;
    font-family: "verdana";
    margin-top: 36px; }
    .layout-cart .cart.optimizedCheckout-orderSummary .cart-section .cart-actions .button .icon {
      margin-top: -3px; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-section div[data-test="cart-subtotal"] .cart-priceItem-label {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-section div[data-test="cart-subtotal"] .cart-priceItem-value {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-section div[data-test="cart-shipping"] .cart-priceItem-label {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-section div[data-test="cart-shipping"] .cart-priceItem-value {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-section div[data-test="cart-taxes"] .cart-priceItem-label {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-section div[data-test="cart-taxes"] .cart-priceItem-value {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-section .redeemable-label {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-section div[data-test="cart-total"] .cart-priceItem-label {
    font-size: 24px;
    color: #087781;
    font-family: "verdanabold";
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-section div[data-test="cart-total"] .cart-priceItem-value {
    font-size: 24px;
    color: #087781;
    font-family: "verdanabold";
    font-weight: 700;
    line-height: 24px; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-section .optimizedCheckout-form-input {
    height: 40px;
    border: 1px solid #4a4a4a;
    box-shadow: none;
    border-radius: 0;
    padding: 0 15px;
    font-size: 14px;
    color: #444;
    font-family: verdana; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-section .form-prefixPostfix .button {
    height: 40px;
    border-radius: 0;
    border: 0;
    background-color: #077781;
    font-family: "verdana";
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    padding-top: 0;
    padding-bottom: 0; }
    .layout-cart .cart.optimizedCheckout-orderSummary .cart-section .form-prefixPostfix .button:hover {
      background: #ffad00;
      color: #444; }
  .layout-cart .cart.optimizedCheckout-orderSummary .cart-section:nth-child(4) {
    background: #ededed; }
  .layout-cart .cart.optimizedCheckout-orderSummary .LastInfo {
    padding: 1.5rem;
    text-align: center; }
    .layout-cart .cart.optimizedCheckout-orderSummary .LastInfo h3 {
      padding: 0;
      margin: 0;
      font-size: 16px;
      color: #444;
      line-height: 24px;
      font-family: "verdanabold";
      font-weight: 700;
      font-style: italic; }
    .layout-cart .cart.optimizedCheckout-orderSummary .LastInfo p {
      padding: 0;
      margin: 0;
      font-size: 16px;
      color: #444;
      line-height: 24px;
      font-family: "verdana"; }
      .layout-cart .cart.optimizedCheckout-orderSummary .LastInfo p a {
        color: #444444; }
        .layout-cart .cart.optimizedCheckout-orderSummary .LastInfo p a:hover {
          color: #087781; }

.has-activeModal .modal-header-title {
  display: inline-block; }

.has-activeModal .modal.is-active, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen {
  left: 50%;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #444;
  transform: translate(-50%, -50%); }
  .has-activeModal .modal.is-active .cart-modal-body, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-modal-body {
    padding: 0; }
  .has-activeModal .modal.is-active .cart-modal-header, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-modal-header {
    background-color: #eee;
    padding: 18px 20px;
    box-shadow: none;
    border: 0; }
    .has-activeModal .modal.is-active .cart-modal-header .cart-modal-close, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-modal-header .cart-modal-close {
      width: 40px; }
      .has-activeModal .modal.is-active .cart-modal-header .cart-modal-close .icon, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-modal-header .cart-modal-close .icon {
        height: 40px;
        width: 40px; }
        .has-activeModal .modal.is-active .cart-modal-header .cart-modal-close .icon svg, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-modal-header .cart-modal-close .icon svg {
          height: 40px;
          width: 40px; }
    .has-activeModal .modal.is-active .cart-modal-header h2, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-modal-header h2 {
      font-size: 24px;
      font-family: "Georgia";
      color: #444444;
      line-height: 36px; }
      @media (max-width: 599px) {
        .has-activeModal .modal.is-active .cart-modal-header h2, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-modal-header h2 {
          width: calc(100% - 40px - 22px);
          display: table-cell;
          font-size: 20px; } }
    .has-activeModal .modal.is-active .cart-modal-header #cart-edit-link, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-modal-header #cart-edit-link {
      color: #8f6427;
      text-decoration: underline;
      font-size: 16px;
      font-family: "verdana"; }
      .has-activeModal .modal.is-active .cart-modal-header #cart-edit-link:hover, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-modal-header #cart-edit-link:hover {
        color: #087781; }
      @media (max-width: 599px) {
        .has-activeModal .modal.is-active .cart-modal-header #cart-edit-link, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-modal-header #cart-edit-link {
          width: 22px;
          height: 22px;
          border: 0;
          background-image: url("https://cdn11.bigcommerce.com/s-uoxhnw7az9/product_images/uploaded_images/edit.png");
          background-repeat: no-repeat;
          background-position: center;
          margin-top: 5px;
          font-size: 0; } }
  .has-activeModal .modal.is-active .optimizedCheckout-orderSummary-cartSection, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .optimizedCheckout-orderSummary-cartSection {
    border: 0; }
  .has-activeModal .modal.is-active .cart-section .cart-section-heading, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section .cart-section-heading {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .has-activeModal .modal.is-active .cart-section .productList-item, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section .productList-item {
    border-bottom: 1px solid #444;
    padding-bottom: 1.5rem; }
    .has-activeModal .modal.is-active .cart-section .productList-item .product-figure, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section .productList-item .product-figure {
      padding-right: 7px;
      width: 100px; }
    .has-activeModal .modal.is-active .cart-section .productList-item .product-title, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section .productList-item .product-title {
      font-size: 16px;
      color: #444444;
      font-family: "verdana";
      line-height: 24px; }
    .has-activeModal .modal.is-active .cart-section .productList-item .product-price, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section .productList-item .product-price {
      font-size: 16px;
      color: #444444;
      font-family: "verdana";
      line-height: 24px; }
    .has-activeModal .modal.is-active .cart-section .productList-item .product-options li, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section .productList-item .product-options li {
      font-size: 12px;
      color: #444; }
  .has-activeModal .modal.is-active .cart-section .cart-actions .button, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section .cart-actions .button {
    width: 180px;
    height: 44px;
    color: #444;
    border: 1px solid #444;
    font-size: 16px;
    float: none;
    font-family: "verdana";
    margin-top: 36px;
    display: inline-block; }
    .has-activeModal .modal.is-active .cart-section .cart-actions .button .icon, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section .cart-actions .button .icon {
      margin-top: -3px; }
  .has-activeModal .modal.is-active .cart-section div[data-test="cart-subtotal"] .cart-priceItem-label, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section div[data-test="cart-subtotal"] .cart-priceItem-label {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .has-activeModal .modal.is-active .cart-section div[data-test="cart-subtotal"] .cart-priceItem-value, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section div[data-test="cart-subtotal"] .cart-priceItem-value {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .has-activeModal .modal.is-active .cart-section div[data-test="cart-shipping"] .cart-priceItem-label, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section div[data-test="cart-shipping"] .cart-priceItem-label {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .has-activeModal .modal.is-active .cart-section div[data-test="cart-shipping"] .cart-priceItem-value, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section div[data-test="cart-shipping"] .cart-priceItem-value {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .has-activeModal .modal.is-active .cart-section div[data-test="cart-taxes"] .cart-priceItem-label, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section div[data-test="cart-taxes"] .cart-priceItem-label {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .has-activeModal .modal.is-active .cart-section div[data-test="cart-taxes"] .cart-priceItem-value, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section div[data-test="cart-taxes"] .cart-priceItem-value {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .has-activeModal .modal.is-active .cart-section .redeemable-label, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section .redeemable-label {
    font-size: 16px;
    color: #444444;
    font-family: "verdana";
    line-height: 24px; }
  .has-activeModal .modal.is-active .cart-section div[data-test="cart-total"] .cart-priceItem-label, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section div[data-test="cart-total"] .cart-priceItem-label {
    font-size: 24px;
    color: #087781;
    font-family: "verdanabold";
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
  .has-activeModal .modal.is-active .cart-section div[data-test="cart-total"] .cart-priceItem-value, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section div[data-test="cart-total"] .cart-priceItem-value {
    font-size: 24px;
    color: #087781;
    font-family: "verdanabold";
    font-weight: 700;
    line-height: 24px; }
  .has-activeModal .modal.is-active .cart-section .optimizedCheckout-form-input, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section .optimizedCheckout-form-input {
    height: 40px;
    border: 1px solid #4a4a4a;
    box-shadow: none;
    border-radius: 0;
    padding: 0 15px;
    font-size: 14px;
    color: #444;
    font-family: verdana; }
  @media (max-width: 599px) {
    .has-activeModal .modal.is-active .cart-section .form-prefixPostfix, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section .form-prefixPostfix {
      display: inline-block;
      width: 100%; } }
  .has-activeModal .modal.is-active .cart-section .form-prefixPostfix .button, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section .form-prefixPostfix .button {
    height: 40px;
    border-radius: 0;
    border: 0;
    background-color: #077781;
    font-family: "verdana";
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    padding: 0;
    width: 180px; }
    .has-activeModal .modal.is-active .cart-section .form-prefixPostfix .button:hover, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section .form-prefixPostfix .button:hover {
      background: #ffad00;
      color: #444; }
    @media (max-width: 599px) {
      .has-activeModal .modal.is-active .cart-section .form-prefixPostfix .button, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section .form-prefixPostfix .button {
        display: inline-block;
        width: 100%;
        margin-left: 0;
        margin-top: 10px; } }
  .has-activeModal .modal.is-active .cart-section + .cart-section + .cart-section, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-section + .cart-section + .cart-section {
    background: #ededed; }
  .has-activeModal .modal.is-active .LastInfo, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .LastInfo {
    padding: 1.5rem;
    text-align: center; }
    .has-activeModal .modal.is-active .LastInfo h3, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .LastInfo h3 {
      padding: 0;
      margin: 0;
      font-size: 16px;
      color: #444;
      line-height: 24px;
      font-family: "verdanabold";
      font-weight: 700;
      font-style: italic; }
    .has-activeModal .modal.is-active .LastInfo p, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .LastInfo p {
      padding: 0;
      margin: 0;
      font-size: 16px;
      color: #444;
      line-height: 24px;
      font-family: "verdana"; }
      .has-activeModal .modal.is-active .LastInfo p a, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .LastInfo p a {
        color: #444444; }
        .has-activeModal .modal.is-active .LastInfo p a:hover, .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .LastInfo p a:hover {
          color: #087781; }

.previewCartItem-content h6 a, .previewCartItem-content .previewCartItem-price {
  font-family: "verdana"; }

.chk-conf-div {
  float: left;
  width: 100%; }
  @media (max-width: 767px) {
    .chk-conf-div #checkout-app .optimizedCheckout-contentPrimary .cartDrawer {
      display: none; } }
  .chk-conf-div #checkout-app .optimizedCheckout-contentPrimary .layout-cart {
    display: none; }
  .chk-conf-div #checkout-app .optimizedCheckout-contentPrimary {
    min-height: inherit; }
  .chk-conf-div #checkout-app .optimizedCheckout-contentPrimary .layout-main {
    width: 100%;
    text-align: center; }
    .chk-conf-div #checkout-app .optimizedCheckout-contentPrimary .layout-main .orderConfirmation-section {
      display: none; }
    .chk-conf-div #checkout-app .optimizedCheckout-contentPrimary .layout-main .continueButtonContainer {
      display: none; }
  .chk-conf-div #checkout-app .layout.optimizedCheckout-contentPrimary {
    padding: 0;
    width: 100%;
    max-width: 100%; }
  .chk-conf-div .optimizedCheckout-headingPrimary {
    font-size: 40px;
    color: #444444;
    font-family: "Georgia";
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 40px;
    margin-top: 13px; }
    @media (max-width: 767px) {
      .chk-conf-div .optimizedCheckout-headingPrimary {
        font-size: 32px;
        margin-bottom: 20px; } }
  .chk-conf-div .oc_page_custom {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 30px; }
    .chk-conf-div .oc_page_custom .message-txt {
      font-size: 16px;
      color: #444;
      line-height: 24px;
      font-family: verdana;
      max-width: 630px;
      float: none;
      display: inline-block; }
    .chk-conf-div .oc_page_custom .insta_block h3 {
      margin: 0 0 5px 0;
      font-size: 26px;
      color: #444;
      font-family: "Georgia";
      line-height: 36px;
      font-weight: 400; }
    .chk-conf-div .oc_page_custom .insta_block p {
      font-size: 16px;
      color: #444;
      line-height: 24px;
      font-family: verdana; }
    .chk-conf-div .oc_page_custom .insta_block ul {
      padding: 0;
      margin: 0; }
      .chk-conf-div .oc_page_custom .insta_block ul li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 25px; }
      .chk-conf-div .oc_page_custom .insta_block ul li:last-child {
        margin-right: 0; }
    .chk-conf-div .oc_page_custom .question-block h3 {
      font-size: 26px;
      color: #444;
      font-family: "Georgia";
      line-height: 36px;
      font-weight: 400;
      margin: 0 0 10px 0; }
    .chk-conf-div .oc_page_custom .question-block p {
      font-size: 15px;
      color: #444;
      line-height: 24px;
      font-family: "Georgia"; }
      .chk-conf-div .oc_page_custom .question-block p a {
        color: #444; }
      .chk-conf-div .oc_page_custom .question-block p a:hover {
        color: #087781; }

.texture .color-teal {
  background: #01575f;
  mix-blend-mode: color;
  width: 931px;
  height: 309px;
  position: absolute; }

.texture .color-denim {
  background-color: #154673;
  mix-blend-mode: color;
  width: 931px;
  height: 309px;
  position: absolute; }

.texture .color-sunshine {
  background-color: #ffad00;
  mix-blend-mode: screen;
  width: 931px;
  height: 309px;
  position: absolute; }

.texture .color-tangerine {
  background-color: #ff5a00;
  mix-blend-mode: screen;
  width: 931px;
  height: 309px;
  position: absolute; }

.texture .color-wine {
  background-color: #a91c8e;
  mix-blend-mode: screen;
  width: 931px;
  height: 309px;
  position: absolute; }

.texture .color-plum {
  background-color: #480388;
  mix-blend-mode: screen;
  width: 931px;
  height: 309px;
  position: absolute; }

.texture .color-citron {
  background-color: #cedf00;
  mix-blend-mode: screen;
  width: 931px;
  height: 309px;
  position: absolute; }

.texture .color-avocado {
  background-color: #5e8501;
  mix-blend-mode: screen;
  width: 931px;
  height: 309px;
  position: absolute; }

.page-blog main {
  padding: 0 0 40px 0; }

.page-blog .body div.page {
  margin: 0;
  width: 100%;
  padding: 0; }

.page-blog h1 {
  text-align: left;
  font-size: 18px;
  font-family: "verdana";
  color: #444; }

.page-blog .top-content {
  float: left;
  width: 100%;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .page-blog .top-content {
      margin-bottom: 14px; } }
  .page-blog .top-content figure {
    margin: 0 0 14px 0; }
  .page-blog .top-content p {
    font-size: 16px;
    color: #444;
    line-height: 24px;
    font-family: "verdana";
    text-align: center; }

.page-blog .pagination {
  text-align: center; }

p {
  font-size: 16px; }

.blog .blog-post-body .blog-post div h2 {
  color: #444444;
  font-family: Georgia;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 48px; }

.blog .blog-post-body .blog-post div p {
  color: #444444;
  font-family: Georgia;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px; }
  .blog .blog-post-body .blog-post div p a {
    font-weight: bold;
    color: #444444; }

.blog-main-div {
  display: flex;
  flex-wrap: wrap;
  margin: -32px;
  clear: both; }
  @media (max-width: 1199px) {
    .blog-main-div {
      margin: -12px; } }
  @media (max-width: 767px) {
    .blog-main-div {
      margin: 0; } }
  .blog-main-div .blog {
    float: left;
    width: 50%;
    padding: 32px;
    text-align: left; }
    @media (max-width: 1199px) {
      .blog-main-div .blog {
        padding: 12px; } }
    @media (max-width: 767px) {
      .blog-main-div .blog {
        width: 100%;
        padding: 0; } }
    .blog-main-div .blog .blog-post-figure {
      width: 100%; }
      .blog-main-div .blog .blog-post-figure .blog-thumbnail {
        max-width: 100%;
        margin: 0 0 10px 0; }
    .blog-main-div .blog .blog-post-body {
      width: 100%;
      text-align: left;
      padding: 17px 15px;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .blog-main-div .blog .blog-post-body {
          padding: 17px 8px; } }
      .blog-main-div .blog .blog-post-body .blog-title {
        float: left;
        width: 100%;
        margin: 0 0 3px 0;
        font-size: 28px;
        font-family: "Georgia"; }
        @media (max-width: 767px) {
          .blog-main-div .blog .blog-post-body .blog-title {
            font-size: 26px; } }
        .blog-main-div .blog .blog-post-body .blog-title a {
          color: #444; }
          .blog-main-div .blog .blog-post-body .blog-title a:hover {
            color: #087781; }
          .blog-main-div .blog .blog-post-body .blog-title a:focus {
            color: #767676; }
      .blog-main-div .blog .blog-post-body .blog-date {
        text-align: left;
        font-size: 16px;
        font-family: "verdana";
        color: #767676;
        line-height: 24px;
        float: left;
        width: 100%;
        margin: 0; }
      .blog-main-div .blog .blog-post-body .blog-post {
        text-align: left;
        font-size: 16px;
        font-family: "verdana";
        color: #444444;
        line-height: 24px; }
        .blog-main-div .blog .blog-post-body .blog-post a {
          position: relative;
          display: block;
          clear: both;
          text-decoration: none;
          padding-bottom: 0;
          font-family: "verdana";
          font-size: 16px;
          color: #8f6427;
          line-height: 24px;
          text-transform: capitalize;
          margin-top: 9px; }
          .blog-main-div .blog .blog-post-body .blog-post a:after {
            background-image: url(../img/call-to-bg.png);
            background-repeat: no-repeat;
            content: "";
            width: 90px;
            height: 6px;
            display: block;
            background-size: 100%; }
          .blog-main-div .blog .blog-post-body .blog-post a:hover {
            color: #087781; }
            .blog-main-div .blog .blog-post-body .blog-post a:hover::after {
              background-image: url(../img/brush-link-active.png);
              background-size: contain; }
          .blog-main-div .blog .blog-post-body .blog-post a:focus {
            color: #767676; }
            .blog-main-div .blog .blog-post-body .blog-post a:focus::after {
              background-image: url(../img/brush-link-hover.png);
              background-size: contain; }
    .blog-main-div .blog + .blog {
      margin: 0;
      border: 0; }

@media (max-width: 1199px) {
  #popupShareCart {
    overflow: auto; }
    #popupShareCart .modal-body {
      max-height: none !important; } }

@media (max-width: 767px) {
  .navUser ul li.navUser-item--cart.top-cart {
    position: absolute;
    right: 20px;
    top: 48px;
    width: 43px;
    text-align: right; }
  .mright .navUser ul li.navUser-item--cart.top-cart {
    right: 0;
    top: 0; }
  /*#checkout-app{
		.cartDrawer{
			&.optimizedCheckout-orderSummary{
				border-width: 15px;
				border-color: #fff;
				&:before{
					content: "";
					border: 1px solid #444;
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
				}
			}
		}
	}*/ }

@media (max-width: 599px) {
  .checkout-steps .checkout-view-content .customerEmail-body .optimizedCheckout-form-label {
    font-size: 16px; }
    .checkout-steps .checkout-view-content .customerEmail-body .optimizedCheckout-form-label:before {
      margin-top: 4px; }
    .checkout-steps .checkout-view-content .customerEmail-body .optimizedCheckout-form-label:after {
      margin-top: 4px; }
  .has-activeModal .modal.is-active .cart-modal-header .cart-modal-close .icon,
  .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-modal-header .cart-modal-close .icon,
  .has-activeModal .modal.is-active .cart-modal-header .cart-modal-close .icon svg,
  .has-activeModal .modal.optimizedCheckout-contentPrimary.modal--afterOpen .cart-modal-header .cart-modal-close .icon svg {
    width: 30px;
    height: 30px; }
  #checkout-app .cartDrawer.optimizedCheckout-orderSummary .cartDrawer-actions h3 {
    font-size: 16px; } }

/*------------
    GIRD SYSTEM
------------*/
.page--pagelayout {
  width: 100%;
  float: left; }
  .page--pagelayout .row {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left; }
    .page--pagelayout .row.four-column-row {
      margin-left: -0.625rem;
      margin-right: -0.625rem;
      width: auto; }
      @media (min-width: 551px) {
        .page--pagelayout .row.four-column-row {
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 1261px) {
        .page--pagelayout .row.four-column-row {
          margin-left: 0;
          margin-right: 0; } }
  .page--pagelayout .figure {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
  .page--pagelayout .single {
    width: 100%;
    padding: 0;
    margin-bottom: 4rem;
    float: left; }
    @media (min-width: 551px) {
      .page--pagelayout .single {
        padding: 0 3.625rem; } }
    @media (min-width: 1261px) {
      .page--pagelayout .single {
        padding: 0 15rem; } }
  .page--pagelayout .single_wide {
    width: 100%;
    padding: 0;
    margin-bottom: 4rem;
    float: left; }
    @media (min-width: 551px) {
      .page--pagelayout .single_wide {
        padding: 0 1rem; } }
    @media (min-width: 1261px) {
      .page--pagelayout .single_wide {
        padding: 0 2rem; } }
  .page--pagelayout .sidebar_left {
    padding: 0;
    margin-bottom: 4rem;
    float: left;
    width: 100%; }
    @media (min-width: 551px) {
      .page--pagelayout .sidebar_left {
        padding: 0 1rem;
        width: 30%; } }
    @media (min-width: 1261px) {
      .page--pagelayout .sidebar_left {
        padding: 0 2rem;
        width: 30%; } }
  .page--pagelayout .sidebar_right {
    padding: 0;
    margin-bottom: 4rem;
    float: left;
    width: 100%; }
    @media (min-width: 551px) {
      .page--pagelayout .sidebar_right {
        padding: 0 1rem;
        width: 70%; } }
    @media (min-width: 1261px) {
      .page--pagelayout .sidebar_right {
        padding: 0 2rem;
        width: 70%; } }
  .page--pagelayout .two-column {
    padding: 0;
    margin-bottom: 4rem;
    width: 100%;
    float: left; }
    @media (min-width: 551px) {
      .page--pagelayout .two-column {
        padding: 0 1rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .page--pagelayout .two-column {
        padding: 0 2rem;
        width: 50%; } }
  .page--pagelayout .three-column {
    padding: 0;
    margin-bottom: 4rem;
    width: 100%;
    float: left; }
    @media (min-width: 551px) {
      .page--pagelayout .three-column {
        padding: 0 1rem;
        width: 33.3333%; } }
    @media (min-width: 1261px) {
      .page--pagelayout .three-column {
        padding: 0 2rem;
        width: 33.3333%; } }
  .page--pagelayout .four-column {
    padding: 0 0.625rem;
    margin-bottom: 4rem;
    width: 50%;
    float: left; }
    @media (min-width: 551px) {
      .page--pagelayout .four-column {
        padding: 0 1rem;
        width: 25%; } }
    @media (min-width: 1261px) {
      .page--pagelayout .four-column {
        padding: 0 2rem;
        width: 25%; } }
  .page--pagelayout .ctabtn-row {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
  .page--pagelayout .gray-button {
    line-height: 21px;
    padding: 0.75rem 2.9rem;
    margin: 0.5rem 0rem 0; }
  .page--pagelayout .twothirds-column {
    padding: 0;
    margin-bottom: 1.5rem;
    width: 100%;
    float: left; }
    @media (min-width: 551px) {
      .page--pagelayout .twothirds-column {
        padding: 0 1rem;
        width: 66.6666%; } }
    @media (min-width: 1261px) {
      .page--pagelayout .twothirds-column {
        padding: 0px 0.75rem;
        width: 66.6666%; } }
  .page--pagelayout .ctabtn-row {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
  .page--pagelayout .gray-button {
    line-height: 21px;
    padding: 0.75rem 2.9rem;
    margin: 0.5rem 0rem 0; }
  .page--pagelayout .primary-button {
    background: #006680;
    margin: 0 auto 1rem;
    font-family: Open Sans;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0;
    text-align: center;
    border: 1px solid #5e7875;
    padding: 1rem 2.23333rem;
    text-decoration: none;
    display: inline-block;
    border-radius: 0; }
  .page--pagelayout ul {
    margin-left: 1.15rem; }
  .page--pagelayout li {
    margin-bottom: .733rem;
    margin-left: 2.3rem; }

.Category-slp-tiles .category-slp-item h2 a {
  border-bottom: none;
  position: relative; }
  .Category-slp-tiles .category-slp-item h2 a::after {
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 6px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -9px;
    background-size: contain; }

.page-category .listing-page #product-listing-container .productGrid .product.feature-card-col .content-block-2 a {
  font-family: verdana; }

.custom-column {
  /*------------------------------*\
        Grid System
    \*------------------------------*/
  /*------------------------------*\
        Styling
    \*------------------------------*/
  /* GLOBAL */ }
  .custom-column .row, .custom-column .column {
    box-sizing: border-box; }
  .custom-column .row:before, .custom-column .row:after {
    content: " ";
    display: table; }
  .custom-column .row:after {
    clear: both; }
  .custom-column .column {
    position: relative;
    float: left;
    display: block; }
  .custom-column .column + .column {
    margin-left: 1.6%; }
  .custom-column .column-1 {
    width: 6.86666666667%; }
  .custom-column .column-2 {
    width: 15.3333333333%; }
  .custom-column .column-3 {
    width: 23.8%; }
  .custom-column .column-4 {
    width: 32.2666666667%; }
  .custom-column .column-5 {
    width: 40.7333333333%; }
  .custom-column .column-6 {
    width: 49.2%; }
  .custom-column .column-7 {
    width: 57.6666666667%; }
  .custom-column .column-8 {
    width: 66.1333333333%; }
  .custom-column .column-9 {
    width: 74.6%; }
  .custom-column .column-10 {
    width: 83.0666666667%; }
  .custom-column .column-11 {
    width: 91.5333333333%; }
  .custom-column .column-12 {
    width: 100%;
    margin-left: 0; }
  @media screen and (max-width: 4000px) {
    .custom-column .column-lg-1 {
      width: 6.86666666667%; }
    .custom-column .column-lg-2 {
      width: 15.3333333333%; }
    .custom-column .column-lg-3 {
      width: 23.8%; }
    .custom-column .column-lg-4 {
      width: 32.2666666667%; }
    .custom-column .column-lg-5 {
      width: 40.7333333333%; }
    .custom-column .column-lg-6 {
      width: 49.2%; }
    .custom-column .column-lg-7 {
      width: 57.6666666667%; }
    .custom-column .column-lg-8 {
      width: 66.1333333333%; }
    .custom-column .column-lg-9 {
      width: 74.6%; }
    .custom-column .column-lg-10 {
      width: 83.0666666667%; }
    .custom-column .column-lg-11 {
      width: 91.5333333333%; }
    .custom-column .column-lg-12 {
      width: 100%;
      margin-left: 0; }
    .custom-column .offset-lg-1 {
      margin-left: calc(6.86666666667% + 1.6%) !important; }
    .custom-column .offset-lg-2 {
      margin-left: calc(15.3333333333% + 1.6%) !important; }
    .custom-column .offset-lg-3 {
      margin-left: calc(23.8% + 1.6%) !important; }
    .custom-column .offset-lg-4 {
      margin-left: calc(32.2666666667% + 1.6%) !important; }
    .custom-column .offset-lg-5 {
      margin-left: calc(40.7333333333% + 1.6%) !important; }
    .custom-column .offset-lg-6 {
      margin-left: calc(49.2% + 1.6%) !important; }
    .custom-column .offset-lg-7 {
      margin-left: calc(57.6666666667% + 1.6%) !important; }
    .custom-column .offset-lg-8 {
      margin-left: calc(66.1333333333% + 1.6%) !important; }
    .custom-column .offset-lg-9 {
      margin-left: calc(74.6% + 1.6%) !important; }
    .custom-column .offset-lg-10 {
      margin-left: calc(83.0666666667% + 1.6%) !important; }
    .custom-column .offset-lg-11 {
      margin-left: calc(91.5333333333% + 1.6%) !important; }
    .custom-column .displayNone-lg {
      display: none; }
    .custom-column .displayBlock-lg {
      display: block; }
    .custom-column .marginZero-lg {
      margin: 0px !important; } }
  @media screen and (max-width: 1280px) {
    .custom-column .column-md-1 {
      width: 6.86666666667%; }
    .custom-column .column-md-2 {
      width: 15.3333333333%; }
    .custom-column .column-md-3 {
      width: 23.8%; }
    .custom-column .column-md-4 {
      width: 32.2666666667%; }
    .custom-column .column-md-5 {
      width: 40.7333333333%; }
    .custom-column .column-md-6 {
      width: 49.2%; }
    .custom-column .column-md-7 {
      width: 57.6666666667%; }
    .custom-column .column-md-8 {
      width: 66.1333333333%; }
    .custom-column .column-md-9 {
      width: 74.6%; }
    .custom-column .column-md-10 {
      width: 83.0666666667%; }
    .custom-column .column-md-11 {
      width: 91.5333333333%; }
    .custom-column .column-md-12 {
      width: 100%;
      margin-left: 0; }
    .custom-column .offset-md-1 {
      margin-left: calc(6.86666666667% + 1.6%) !important; }
    .custom-column .offset-md-2 {
      margin-left: calc(15.3333333333% + 1.6%) !important; }
    .custom-column .offset-md-3 {
      margin-left: calc(23.8% + 1.6%) !important; }
    .custom-column .offset-md-4 {
      margin-left: calc(32.2666666667% + 1.6%) !important; }
    .custom-column .offset-md-5 {
      margin-left: calc(40.7333333333% + 1.6%) !important; }
    .custom-column .offset-md-6 {
      margin-left: calc(49.2% + 1.6%) !important; }
    .custom-column .offset-md-7 {
      margin-left: calc(57.6666666667% + 1.6%) !important; }
    .custom-column .offset-md-8 {
      margin-left: calc(66.1333333333% + 1.6%) !important; }
    .custom-column .offset-md-9 {
      margin-left: calc(74.6% + 1.6%) !important; }
    .custom-column .offset-md-10 {
      margin-left: calc(83.0666666667% + 1.6%) !important; }
    .custom-column .offset-md-11 {
      margin-left: calc(91.5333333333% + 1.6%) !important; }
    .custom-column .displayNone-md {
      display: none; }
    .custom-column .displayBlock-md {
      display: block; }
    .custom-column .marginZero-md {
      margin: 0px !important; } }
  @media screen and (max-width: 900px) {
    .custom-column .column-sm-1 {
      width: 6.86666666667%; }
    .custom-column .column-sm-2 {
      width: 15.3333333333%; }
    .custom-column .column-sm-3 {
      width: 23.8%; }
    .custom-column .column-sm-4 {
      width: 32.2666666667%; }
    .custom-column .column-sm-5 {
      width: 40.7333333333%; }
    .custom-column .column-sm-6 {
      width: 49.2%; }
    .custom-column .column-sm-7 {
      width: 57.6666666667%; }
    .custom-column .column-sm-8 {
      width: 66.1333333333%; }
    .custom-column .column-sm-9 {
      width: 74.6%; }
    .custom-column .column-sm-10 {
      width: 83.0666666667%; }
    .custom-column .column-sm-11 {
      width: 91.5333333333%; }
    .custom-column .column-sm-12 {
      width: 100%;
      margin-left: 0; }
    .custom-column .offset-sm-0 {
      margin-left: calc(1.6%) !important; }
    .custom-column .offset-sm-1 {
      margin-left: calc(6.86666666667% + 1.6%) !important; }
    .custom-column .offset-sm-2 {
      margin-left: calc(15.3333333333% + 1.6%) !important; }
    .custom-column .offset-sm-3 {
      margin-left: calc(23.8% + 1.6%) !important; }
    .custom-column .offset-sm-4 {
      margin-left: calc(32.2666666667% + 1.6%) !important; }
    .custom-column .offset-sm-5 {
      margin-left: calc(40.7333333333% + 1.6%) !important; }
    .custom-column .offset-sm-6 {
      margin-left: calc(49.2% + 1.6%) !important; }
    .custom-column .offset-sm-7 {
      margin-left: calc(57.6666666667% + 1.6%) !important; }
    .custom-column .offset-sm-8 {
      margin-left: calc(66.1333333333% + 1.6%) !important; }
    .custom-column .offset-sm-9 {
      margin-left: calc(74.6% + 1.6%) !important; }
    .custom-column .offset-sm-10 {
      margin-left: calc(83.0666666667% + 1.6%) !important; }
    .custom-column .offset-sm-11 {
      margin-left: calc(91.5333333333% + 1.6%) !important; }
    .custom-column .displayNone-sm {
      display: none; }
    .custom-column .displayBlock-sm {
      display: block; }
    .custom-column .marginZero-sm {
      margin: 0px !important; } }
  @media screen and (max-width: 550px) {
    .custom-column .column-1, .custom-column .column-2, .custom-column .column-3, .custom-column .column-4, .custom-column .column-5, .custom-column .column-6, .custom-column .column-7, .custom-column .column-8, .custom-column .column-9, .custom-column .column-10, .custom-column .column-11, .custom-column .column-12 {
      float: none;
      width: auto; }
    .custom-column .column + .column {
      margin-left: 0; }
    .custom-column .column-xs-1 {
      width: 6.86666666667%; }
    .custom-column .column-xs-2 {
      width: 15.3333333333%; }
    .custom-column .column-xs-3 {
      width: 23.8%; }
    .custom-column .column-xs-4 {
      width: 32.2666666667%; }
    .custom-column .column-xs-5 {
      width: 40.7333333333%; }
    .custom-column .column-xs-6 {
      width: 49.2%; }
    .custom-column .column-xs-7 {
      width: 57.6666666667%; }
    .custom-column .column-xs-8 {
      width: 66.1333333333%; }
    .custom-column .column-xs-9 {
      width: 74.6%; }
    .custom-column .column-xs-10 {
      width: 83.0666666667%; }
    .custom-column .column-xs-11 {
      width: 91.5333333333%; }
    .custom-column .column-xs-12 {
      width: 100%;
      margin-left: 0; }
    .custom-column .offset-xs-1 {
      margin-left: calc(6.86666666667% + 1.6%) !important; }
    .custom-column .offset-xs-2 {
      margin-left: calc(15.3333333333% + 1.6%) !important; }
    .custom-column .offset-xs-3 {
      margin-left: calc(23.8% + 1.6%) !important; }
    .custom-column .offset-xs-4 {
      margin-left: calc(32.2666666667% + 1.6%) !important; }
    .custom-column .offset-xs-5 {
      margin-left: calc(40.7333333333% + 1.6%) !important; }
    .custom-column .offset-xs-6 {
      margin-left: calc(49.2% + 1.6%) !important; }
    .custom-column .offset-xs-7 {
      margin-left: calc(57.6666666667% + 1.6%) !important; }
    .custom-column .offset-xs-8 {
      margin-left: calc(66.1333333333% + 1.6%) !important; }
    .custom-column .offset-xs-9 {
      margin-left: calc(74.6% + 1.6%) !important; }
    .custom-column .offset-xs-10 {
      margin-left: calc(83.0666666667% + 1.6%) !important; }
    .custom-column .offset-xs-11 {
      margin-left: calc(91.5333333333% + 1.6%) !important; }
    .custom-column .displayNone-xs {
      display: none; }
    .custom-column .displayBlock-xs {
      display: block; }
    .custom-column .marginZero-xs {
      margin: 0px !important; }
    .custom-column .offset-xs-0 {
      margin-left: calc(0%) !important; } }
  @media screen and (max-width: 550px) {
    .custom-column .row {
      margin-bottom: 0; }
    .custom-column .column {
      margin-bottom: 10px; }
    .custom-column .row:last-child .column:last-child {
      margin-bottom: 0; } }
  .custom-column .offset-1 {
    margin-left: calc(6.86666666667% + 1.6%) !important; }
  .custom-column .offset-2 {
    margin-left: calc(15.3333333333% + 1.6%) !important; }
  .custom-column .offset-3 {
    margin-left: calc(23.8% + 1.6%) !important; }
  .custom-column .offset-4 {
    margin-left: calc(32.2666666667% + 1.6%) !important; }
  .custom-column .offset-5 {
    margin-left: calc(40.7333333333% + 1.6%) !important; }
  .custom-column .offset-6 {
    margin-left: calc(49.2% + 1.6%) !important; }
  .custom-column .offset-7 {
    margin-left: calc(57.6666666667% + 1.6%) !important; }
  .custom-column .offset-8 {
    margin-left: calc(66.1333333333% + 1.6%) !important; }
  .custom-column .offset-9 {
    margin-left: calc(74.6% + 1.6%) !important; }
  .custom-column .offset-10 {
    margin-left: calc(83.0666666667% + 1.6%) !important; }
  .custom-column .offset-11 {
    margin-left: calc(91.5333333333% + 1.6%) !important; }
  .custom-column .clearfix {
    clear: both; }
  .custom-column .vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .custom-column .full-width-parent {
    width: 99.5vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
  @media screen and (min-width: 1920px) {
    .custom-column .displayNone-md {
      display: none; }
    .custom-column .displayNone-lg {
      display: none; }
    .custom-column .offset-lg-1 {
      margin-left: calc(6.86666666667% + 1.6%) !important; }
    .custom-column .offset-lg-2 {
      margin-left: calc(15.3333333333% + 1.6%) !important; } }

@media (max-width: 1199px) {
  .cart-item-info {
    clear: none;
    float: left;
    overflow: hidden;
    width: 33.33333%; }
  .page-cart .cart-remove {
    width: 2.6rem !important;
    position: absolute;
    top: 15px;
    right: 0;
    height: 2.5rem; }
  .cart-page .cart .cart-list td {
    padding: 0;
    margin-top: 0; }
  .cart-page .cart .cart-list .cart-item-label, .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.cart-item-quantity .cart-item-label {
    color: #444444;
    font-family: Verdana;
    font-size: 14.02px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 0px; }
  .home-banner .third-slide .left-section .text {
    padding-top: 400px; }
  .home-banner .third-slide .left-section img {
    margin-left: 170px; }
  .home-banner .second-slide .left-section img {
    margin-left: 0;
    width: 60%; }
  .products_new .productCarousel .slick-arrow {
    display: block !important; }
  .productView .about-div .abt-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center; }
    .productView .about-div .abt-container .abt-cnt {
      order: 2;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .productView .about-div .abt-container .abt-cnt div {
        margin: auto; }
    .productView .about-div .abt-container .abt-img {
      order: 1; } }

@media (max-width: 991px) {
  .texture .color-denim {
    width: 100%; } }

@media (max-width: 767px) {
  .cart-list .cart-item-info {
    width: 100%;
    display: flex;
    margin-bottom: 24px; }
  .cart-list .cart-item-label {
    width: 70px;
    text-align: left; }
  .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.cart-item-quantity .form-increment {
    margin: 0px; }
  .cart-page .cart .cart-list .cart-item .cart-item-block.cart-item-info.cart-item-quantity {
    margin-bottom: 24px; }
  .productView .product-detail > h2.productView-title {
    display: block; }
  .home-banner .third-slide .left-section p, .home-banner .first-slide .call-section p, .home-banner .second-slide .left-section p {
    text-align: left; }
  .home-banner .slick-list {
    padding-bottom: 0 !important; }
  .home-banner .third-slide .left-section img {
    margin-left: 80px;
    max-width: 100%;
    width: 80%; }
  .home-banner .second-slide .left-section .text, .home-banner .third-slide .left-section .text {
    padding-top: 100px; }
  .products_new .texture {
    height: 70%; }
    .products_new .texture img {
      height: 100%; }
  .productView h2.productView-title {
    font-size: 32px;
    line-height: normal; }
  .productView-images .productView-thumbnails .productView-thumbnail a img {
    height: auto; } }

/*------------
    TEMP CLASSES
------------*/
.story_div {
  display: none !important; }

/*------------
    HOMEPAGE BANNER
------------*/
@media (min-width: 300px) {
  body.hasAdminBar .banners {
    margin-top: 0.75rem !important; } }

@media only screen and (max-width: 1199px) {
  .head-bottom {
    display: none !important; }
  body.hasAdminBar .banners {
    padding: 0px !important;
    margin-top: 0rem !important; } }

@media only screen and (max-width: 800px) {
  body.hasAdminBar .banners {
    margin-top: 0.75rem !important; } }

.home-banner .slides img {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto; }

.home-banner .slides .right-text {
  padding-right: 30px; }

.home-banner .slides .left-text {
  padding-left: 30px;
  padding-right: 30px; }

.slides p {
  font-size: 18px;
  text-align: left;
  font-weight: 300;
  color: #444;
  line-height: 27px;
  font-family: verdana;
  margin-bottom: 25px; }

.slides a {
  position: relative;
  display: table;
  text-decoration: none;
  padding-bottom: 0px;
  padding-top: 20px;
  font-family: verdana;
  font-size: 21px;
  color: #8f6427;
  line-height: 27px;
  font-weight: normal !important; }

.slides a:hover {
  color: #767676; }

.slides a:focus {
  color: #087781; }

.slides a:after {
  background-image: url(../img/call-to-bg.png);
  background-repeat: no-repeat;
  content: "";
  width: 162px;
  height: 6px;
  display: block; }

.slides a:hover:after {
  background-image: url(../img/brush-link-hover.png);
  background-size: cover; }

.slides a:focus:after {
  background-image: url(../img/brush-link-active.png);
  background-size: cover; }

@media (max-width: 1199px) {
  .home-banner .slides .right-text {
    width: 100%; }
  .home-banner .slides .left-text {
    width: 100%; }
  .home-banner .slides .column {
    height: 650px; } }

@media (max-width: 740px) {
  .home-banner .slides .column {
    height: 530px; }
  .home-banner .slides .right-text {
    padding-right: 0px; }
  .home-banner .slides .left-text {
    padding-left: 0px; } }

.slideSize .slideHeight {
  height: 430px; }

@media (max-width: 600px) {
  .slideSize .slideHeight {
    height: 220px; }
  .productView .about-div .abt-container .abt-cnt div .MoreGreen {
    width: 110px;
    font-size: 10px; }
  .productView .about-div .abt-container .abt-cnt div .proCustomDetail {
    width: 220px;
    font-size: 13px; } }

/*------------
    HTML
------------*/
@media (min-width: 801px) {
  .body {
    margin-top: 1.7rem; } }

/*-----------
    SLP
------------*/
.Category-slp-tiles .category-slp-item .description .right-text {
  display: none; }

.category-top-content .category-desc-top .seo-text {
  display: none; }

.Category-slp-tiles .category-slp-item .description .seo-text {
  display: block; }

.Category-slp-tiles .category-slp-item .description p:first-child {
  display: block; }

/*-----------
    UTILITY CLASSES
------------*/
a.primary-button-gold {
  text-decoration: none;
  padding-bottom: 0;
  font-family: verdana;
  font-size: 21px;
  color: #8f6427;
  line-height: 27px; }

a.primary-button-gold.rightAlign:after {
  background-image: url(../img/call-to-bg.png);
  background-repeat: no-repeat;
  content: "";
  width: 162px;
  height: 6px;
  display: block;
  margin: 5px 0px 26px 0px; }

a.primary-button-gold:hover {
  color: #767676; }

a.primary-button-gold:focus {
  color: #087781; }

a.primary-button-gold:after {
  background-image: url(../img/call-to-bg.png);
  background-repeat: no-repeat;
  content: "";
  width: 162px;
  height: 6px;
  display: block;
  margin: 5px auto; }

a.primary-button-gold:hover:after {
  background-image: url(../img/brush-link-hover.png);
  background-size: cover; }

a.primary-button-gold:focus:after {
  background-image: url(../img/brush-link-active.png);
  background-size: cover; }

.videoWrapper {
  position: relative  !important;
  padding-bottom: 56.25%  !important;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  position: absolute !important;
  top: 0  !important;
  left: 0  !important;
  width: 100%  !important;
  height: 100%  !important; }

/*------------------------------
GLOBAL CLASSES
------------------------------*/
h1, h2 {
  color: #56564f;
  font-family: "Georgia",Arial,Helvetica,sans-serif;
  font-weight: 400;
  letter-spacing: .25px;
  margin-bottom: 0.78571rem; }

h3, h4, h5, h6 {
  color: #56564f;
  font-family: "Verdana",Arial,Helvetica,sans-serif;
  font-weight: 400;
  letter-spacing: .25px;
  margin-bottom: 0.78571rem; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

a {
  color: #8f6427;
  line-height: inherit;
  text-decoration: underline; }

.PDP_story .yotpo-default-button.yotpo-icon-btn.pull-right.yotpo-hidden-mobile.write-question-button {
  display: none !important; }

.blog-post-details .blog .blog-post-body .blog-post .blog-detail-title {
  color: #56564f;
  font-family: Georgia,Arial,Helvetica,sans-serif;
  font-weight: 400;
  letter-spacing: .25px;
  margin-bottom: 0.78571rem;
  font-size: 2.5rem;
  width: 100%;
  text-align: center;
  line-height: 50px;
  display: block; }

.blog-post-details .blog .blog-post-body .blog-post .blog-detail-subtitle {
  color: #56564f;
  font-family: Georgia,Arial,Helvetica,sans-serif;
  font-weight: 400;
  letter-spacing: .25px;
  margin-bottom: 0.78571rem;
  text-align: center;
  margin-top: 50px;
  font-size: 2rem;
  display: block; }

.main-widget.yotpo-display-wrapper.yotpo-no-reviews .yotpo-small-box {
  max-width: 195px !important; }

.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
  margin-right: -15%; }

#GiftWrapMn {
  display: block; }

.new-flag-badge {
  width: 100%; }
  .new-flag-badge .new-flag-badge-text {
    position: inherit;
    top: 30px;
    right: 15px;
    float: right; }

.new-flag-badge {
  position: relative;
  width: auto;
  float: right; }
  .new-flag-badge .new-flag-badge-text {
    padding: 4px 10px;
    color: #A67733;
    text-transform: uppercase;
    border-radius: 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    font-size: 14px;
    font-weight: 700;
    border: solid 1px #A67733; }
    @media (min-width: 551px) {
      .new-flag-badge .new-flag-badge-text {
        padding: 5px 13px;
        top: 30px;
        right: 15px; } }

.yotpo-reviews-carousel .yotpo-small-box {
  display: none !important; }

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
  clear: both; }

#checkout-shipping-options legend.form-legend.optimizedCheckout-headingSecondary {
  height: 0px;
  padding: 0px !important; }

/* slider css*/
.home-bottom-section-yotpo h2 {
  text-align: center; }

.home-bottom-section-yotpo .container > p {
  position: relative; }
  .home-bottom-section-yotpo .container > p > img {
    position: absolute; }

.home-bottom-section-yotpo .yotpo {
  margin-top: 50px; }
  .home-bottom-section-yotpo .yotpo .scroller {
    margin: 0 auto; }
    .home-bottom-section-yotpo .yotpo .scroller .standard-layout .small-version {
      /*display: flex !important; flex-wrap: wrap;*/
      background-color: #FFFFFF;
      padding: 20px; }
    .home-bottom-section-yotpo .yotpo .scroller .standard-layout .carousel-review-title {
      order: 1;
      color: #555555;
      font-family: Verdana;
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 23px;
      margin-bottom: 0 !important; }
    .home-bottom-section-yotpo .yotpo .scroller .standard-layout .stars-container {
      order: 2;
      width: 100%; }
      .home-bottom-section-yotpo .yotpo .scroller .standard-layout .stars-container .carousel-review-date {
        display: none !important; }
    .home-bottom-section-yotpo .yotpo .scroller .standard-layout .product-link-container {
      order: 3; }
      .home-bottom-section-yotpo .yotpo .scroller .standard-layout .product-link-container .product-name {
        color: #4B7A75;
        font-family: Verdana;
        font-size: 15.98px;
        letter-spacing: 0;
        line-height: 23.97px;
        text-decoration: underline !important; }
      .home-bottom-section-yotpo .yotpo .scroller .standard-layout .product-link-container .product-image-container {
        width: 119px !important; }
        .home-bottom-section-yotpo .yotpo .scroller .standard-layout .product-link-container .product-image-container .y-carousel-product-image {
          width: 119px !important;
          height: 119px !important; }
    .home-bottom-section-yotpo .yotpo .scroller .standard-layout .right-side {
      order: 4;
      margin-left: 15px;
      width: 48% !important; }
      .home-bottom-section-yotpo .yotpo .scroller .standard-layout .right-side .carousel-review-body {
        color: #555555;
        font-family: Verdana;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 23px; }
        .home-bottom-section-yotpo .yotpo .scroller .standard-layout .right-side .carousel-review-body .carousel-read-more {
          color: #4B7A75;
          font-family: Verdana;
          font-size: 15px;
          letter-spacing: 0;
          line-height: 23px; }
  .home-bottom-section-yotpo .yotpo .yotpo-label {
    display: none !important; }

.home-bottom-section-yotpo .yotpo-with-bg {
  position: relative;
  padding-bottom: 60px; }
  .home-bottom-section-yotpo .yotpo-with-bg .texture {
    position: absolute;
    bottom: 0;
    left: 30px; }
    .home-bottom-section-yotpo .yotpo-with-bg .texture .color-denim {
      width: 100%; }

.home-bottom-section-yotpo span.yotpo-page-element.yotpo-icon.yotpo-icon-left-arrow-thin.yotpo_previous {
  contain: '';
  position: absolute;
  left: -15px;
  top: 17%;
  width: 19px !important;
  height: 35px;
  background: url("../img/arrow_left.png"); }
  .home-bottom-section-yotpo span.yotpo-page-element.yotpo-icon.yotpo-icon-left-arrow-thin.yotpo_previous:before {
    display: none; }

.home-bottom-section-yotpo span.yotpo-page-element.yotpo-icon.yotpo-icon-right-arrow-thin.yotpo_next {
  position: absolute;
  right: -15px;
  top: 17%;
  width: 19px !important;
  height: 35px;
  background: url("../img/arrow_right.png"); }
  .home-bottom-section-yotpo span.yotpo-page-element.yotpo-icon.yotpo-icon-right-arrow-thin.yotpo_next:before {
    display: none; }

@media (max-width: 768px) {
  .home-bottom-section-yotpo .container > p {
    text-align: center; }
  .home-bottom-section-yotpo .container > p > img {
    position: inherit; }
  .home-bottom-section-yotpo .yotpo-with-bg .texture {
    display: none; }
  .yotpo-reviews-carousel .carousel-display-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .navUser ul li.navUser-item--cart.top-cart {
    top: initial;
    bottom: 10px; }
  .header .navUser.head-top .navUser-section.navUser-section--alt {
    position: relative; }
  .top-cart .navUser-action .countPill {
    padding: 2px 0 0 0 !important; }
  .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
    margin-right: 0px; }
  .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .big-version {
    width: 100%; }
  .yotpo-reviews-carousel {
    background: none; }
  /*
.home-bottom-section-yotpo .yotpo .scroller .standard-layout{background: url(https://cdn11.bigcommerce.com/s-4phttkde7p/product_images/uploaded_images/1508809316-denim-copy.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;}*/ }

@media only screen and (min-width: 620px) and (max-width: 720px) {
  .home-bottom-section-yotpo .yotpo .scroller .standard-layout .product-link-container {
    margin-right: 20px; }
  .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .big-version {
    display: none !important; } }

@media only screen and (min-width: 560px) and (max-width: 619px) {
  .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .big-version {
    display: flex !important; } }

#cartPaymentMethods .AmazonPayCheckout .AmazonPayContainer {
  width: 410px !important;
  margin: 0px auto; }

#cartPaymentMethods .paypalCommerce-smart-buttons > div {
  width: 410px !important;
  max-width: unset;
  margin: 20px auto  0px auto; }

div#paypal-commerce-cart-messaging-banner {
  display: none !important; }

@media screen and (max-width: 500px) {
  #cartPaymentMethods .AmazonPayCheckout .AmazonPayContainer {
    width: 100% !important;
    margin: 0px auto; }
  #cartPaymentMethods .paypalCommerce-smart-buttons > div {
    width: 100% !important;
    max-width: unset;
    margin: 20px auto  0px auto; }
  #cartPaymentMethods .paypalCommerce-smart-buttons > div {
    width: 100% !important;
    max-width: unset;
    margin: 20px auto 0 auto; }
  #cartPaymentMethods {
    float: unset !important; } }

.yotpo-reviews-carousel {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  padding-bottom: 20px !important; }

#EmptySearch input[type="submit"] {
  height: 18px;
  width: 18px;
  background-image: url(../img/top_menu-images.png);
  background-repeat: no-repeat;
  background-position: 0 -89px;
  font-size: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background-color: transparent; }

#EmptySearch input {
  width: 100%;
  height: 35px;
  border-radius: 0;
  border: 1px solid #878787;
  color: #888888;
  font-size: 14px;
  font-family: "verdana";
  padding: 0 40px 0 13px;
  box-sizing: border-box; }

#EmptySearch {
  position: relative; }

.PDP_story .yotpo-main-widget .main-widget.yotpo-display-wrapper .yotpo-display-wrapper {
  display: none !important; }

.PDP_story .yotpo-main-widget .yotpo-nav {
  display: none !important; }

.PDP_story .yotpo-main-widget .yotpo-nav-content > div.yotpo-active {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center; }

.PDP_story .yotpo-main-widget .yotpo-review.yotpo-regular-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 0px !important;
  max-width: 20%; }

.PDP_story .yotpo-main-widget .yotpo-question-field {
  display: none; }

.PDP_story .yotpo-main-widget .yotpo-user-name {
  text-align: center;
  font-size: 18px !important;
  font-weight: bold;
  color: #A67733 !important; }

.PDP_story .yotpo-main-widget .yotpo-review-date {
  text-align: center;
  padding: 0px 0px 5px 0px;
  font-style: italic; }

.PDP_story .yotpo-main-widget .yotpo-review-stars {
  margin: 0px !important;
  float: unset; }

.PDP_story .yotpo-main-widget .yotpo-main {
  margin-top: 0px;
  padding: 0px 1em; }

.PDP_story .yotpo-main-widget .yotpo-main .content-review, .PDP_story .yotpo-main-widget .yotpo-main .rest-content-collapsed {
  font-size: 16px;
  line-height: 1.5em; }

.PDP_story .yotpo-main-widget .yotpo-user-related-fields {
  display: none; }

.PDP_story .yotpo-main-widget .yotpo-multiple-rating-fields {
  display: none; }

.PDP_story .yotpo-main-widget .yotpo-default-button:hover {
  background: #FFAD00 !important;
  border: 0px solid #444444  !important;
  color: #444444  !important;
  float: none; }

.PDP_story .yotpo-main-widget .yotpo-default-button {
  float: none;
  font-family: "verdana";
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #087781;
  border: 0px solid #087781;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
  padding: 10px 15px !important;
  font-weight: normal;
  font-style: normal; }
  @media (prefers-reduced-motion) {
    .PDP_story .yotpo-main-widget .yotpo-default-button {
      transition: all .3s ease-in; } }

button.pro_custom_detail {
  background-color: #A67733;
  color: #fff;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0px;
  line-height: 48px;
  text-align: left;
  display: flex;
  text-decoration: none;
  clear: both;
  align-items: center;
  margin: 10px auto;
  max-width: 590px; }

.pro_custom_detail div {
  margin: 0px auto;
  text-align: center; }

@media (max-width: 1024px) {
  button.pro_custom_detail {
    margin: 0px; }
  .custom-column {
    margin-top: 0px !important; }
  .rowButtonProduct .button {
    padding: 0px !important; } }

@media (max-width: 900px) {
  button.pro_custom_detail {
    margin: 0px; }
  .custom-column .offset-sm-0 {
    margin-left: 0% !important; } }

@media (max-width: 1200px) {
  button.pro_custom_detail {
    max-width: 417px !important; }
  .rowButtonProduct .button {
    padding: 0px !important; } }

@media (max-width: 1060px) {
  .rowButtonProduct {
    flex-wrap: wrap;
    flex-direction: column;
    display: block !important; }
  .productView-options #addToCartActionx {
    width: calc(100% - 114px) !important;
    float: left !important;
    margin: 0px; }
  .rowButtonProduct #wishlistAction {
    width: 100% !important;
    margin: 10px 0px 0px 0px;
    clear: both;
    padding-top: 10px; }
  .productView-details .form-field--increments {
    float: left !important; }
  .productView-options .form-action {
    max-width: unset; } }

@media (min-width: 1024px) and (max-width: 1060px) {
  .rowButtonProduct {
    flex-wrap: wrap;
    flex-direction: column;
    display: flex !important; } }

@media (max-width: 770px) {
  .productView-details {
    width: 100% !important; }
  button.pro_custom_detail {
    max-width: unset !important; }
  .productView-title {
    text-align: center; }
  .productView-details .productView-price {
    float: unset !important;
    margin: 0px auto !important;
    text-align: center !important; }
  .productView-details .productView-options {
    margin-top: 0px !important; }
  .addthis_toolbox {
    display: none !important; }
  .consumerTools {
    display: unset !important;
    align-items: center;
    justify-content: end;
    text-align: center; }
  .productView-details > .productView-product {
    margin-bottom: 0px;
    border-bottom: 0px solid #ccc5c5 !important; }
  .wtKeywords {
    text-align: center; } }

.BTN-prim:hover {
  background: #FFAD00;
  border: 0px solid #444444;
  color: #444444; }

.BTN-prim {
  font-family: "verdana";
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #087781;
  border: 0px solid #087781;
  display: inline-block;
  text-decoration: none;
  border-radius: 0;
  padding: 10px 15px;
  font-weight: normal;
  font-style: normal; }
  @media (prefers-reduced-motion) {
    .BTN-prim {
      transition: all .3s ease-in; } }

.productView .about-div .abt-cnt {
  float: left;
  width: 50%;
  margin-bottom: 0px;
  padding-right: 30px; }

.container {
  padding: 0;
  max-width: 1500px; }

@media (max-width: 1500px) {
  .container {
    padding: 20px;
    max-width: 1280px; } }

.productView-details {
  margin-bottom: 0;
  float: left;
  width: 48%;
  padding: 30px 30px 0 40px;
  box-sizing: border-box;
  text-align: left;
  background-image: linear-gradient(to bottom, #fefefe, #ffffff);
  background-repeat: no-repeat; }

.productView-details .content ul {
  margin-bottom: 0.5rem; }

.consumerTools {
  display: flex;
  align-items: center;
  justify-content: end; }

.socialLinks .socialLinks-item {
  margin: 0px 3px; }

.productView-details .form-field--increments {
  float: left;
  margin: 0px; }

.form-action .button {
  margin: 0px;
  height: 44px; }

.rowButtonProduct {
  display: flex;
  flex-direction: column;
  align-items: center; }

@media (min-width: 1280px) {
  .rowButtonProduct {
    flex-direction: column; } }

.rowButtonProduct div {
  margin-right: 10px; }

.productView-details .productView-price .price {
  font-size: 24px;
  font-family: "verdana";
  color: #087781 !important;
  line-height: 44px; }

.productView-details #form-action-addToCart {
  height: 44px;
  width: 100%; }

.productView-options .form-action {
  width: calc(50% - 72px); }

.productView-options .form-action .button[value="Add to Wish List"] {
  margin-right: 0.78571rem;
  width: 100%;
  border-radius: 0px;
  color: #087781 !important;
  border: 2px solid #087781 !important; }

.productView-images .productView-image .productView-img-container {
  position: relative;
  margin: auto;
  max-width: 100%;
  width: 100%;
  float: left;
  display: table;
  table-layout: fixed;
  vertical-align: middle;
  height: 100%;
  padding-top: 100%; }

.productView .about-div {
  float: left;
  width: 100%;
  padding-left: 105px;
  padding-top: 100px; }

.productView .product-sentiment {
  float: left;
  width: 100%;
  color: #087781;
  font-family: "Georgia";
  font-style: italic;
  font-size: 18px;
  margin-bottom: 5px; }

.productView-details form {
  float: unset;
  width: 100%;
  margin: 0px 0px 10px 0px; }

.productView-images {
  position: relative; }

.comingSoon {
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 20px;
  color: #A67733;
  border: solid 2px #A67733;
  padding: 5px 10px;
  border-radius: 5px; }

.outOfStock {
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 20px;
  color: #9A3324;
  border: solid 2px #9A3324;
  padding: 5px 10px;
  border-radius: 5px; }

.outOfStock-m {
  display: none; }

@media (max-width: 770px) {
  .product-detail {
    text-align: center; }
  h2.productView-title {
    text-align: center !important; }
  .outOfStock {
    display: none; }
  .outOfStock-m {
    color: #9a3324;
    border: solid 2px #9a3324;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0px auto;
    display: inline-block;
    text-align: center;
    clear: both;
    display: block; }
  .productView .about-div {
    float: unset;
    width: 100%;
    padding: 0px;
    margin: 0px; }
  .productView .about-div .abt-cnt {
    margin-top: 20px;
    float: unset;
    width: 100%;
    margin-bottom: 0;
    padding-right: 30px;
    text-align: center; } }

@media (max-width: 1024px) {
  .hideDesktop {
    display: none; }
  .showDesktop {
    display: block; } }

@media (max-width: 770px) {
  .hidePhone {
    display: none; }
  .showPhone {
    display: block; }
  .breadcrumb {
    display: none; }
  h1.product-title {
    text-align: center !important;
    margin-top: 0px !important; }
  .productView .about-div .abt-cnt h2 {
    padding-top: 18px; }
  .rowButtonProduct #wishlistAction {
    padding-top: 0px; }
  .about-div .wt-keyword {
    display: flex;
    flex-direction: column; }
  .abt-cnt {
    order: 2; }
  .abt-img {
    order: 1;
    margin-top: 40px !important;
    margin-bottom: 0px !important; }
  .rollover_img {
    display: none; }
  .PDP_story .yotpo-main-widget .yotpo-review.yotpo-regular-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    max-width: 100% !important; } }

.yotpo-review-date {
  display: none !important; }

.productView-reviewLink {
  margin-bottom: 0px; }

.productView-rating {
  display: none !important;
  align-items: center;
  margin-right: auto; }

.PDP_story {
  display: block; }

.PDP_story .yotpo-header-element {
  flex-direction: column;
  display: flex !important;
  align-items: center; }

.PDP_story .yotpo-icon-profile {
  display: none !important; }

.PDP_story {
  display: none; }

.productView-options .form {
  display: flex;
  width: 100%; }

.productView-details .form-field--increments {
  display: flex;
  width: 125px; }

@media (max-width: 820px) {
  .productView-details .rowButtonProduct div {
    margin-right: 0px; } }

.shoppableimage {
  position: relative; }

.shoppableshop-btn {
  position: absolute;
  display: justified;
  bottom: 2%;
  left: 1%;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: white;
  color: #ffffff;
  border-radius: 20px;
  transition: width 1.25s, height 1.5s, border-radius 2s, z-index 1s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 1; }

.shoppableproduct {
  height: 0px;
  opacity: 0;
  transition: opacity 1.5s, height 1.5s;
  z-index: 0;
  overflow-y: auto;
  overflow-x: hidden; }

.shoppabletagicon {
  width: 24px;
  margin-top: 6px;
  margin-left: 4px; }

.shoppabletagtext {
  color: white !important;
  font-size: 15px !important;
  margin: auto;
  margin-left: 8px;
  width: 0px;
  display: block;
  transition-delay: 0s;
  transition-property: width; }

.shoppablebuttoninner {
  color: #087781;
  width: 34px;
  height: 34px; }

.shoppableproductinner {
  width: 99%;
  margin-left: 0;
  border-radius: 4px;
  margin-bottom: 6px;
  color: black;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly; }

.shoppableproduct-title {
  text-align: left;
  font-size: 12px !important;
  padding-top: 4px;
  color: #05464d !important;
  line-height: normal !important; }

.shoppableproduct-img {
  width: 100%;
  border-radius: 5px;
  border: 2px solid #e0e0e0;
  z-index: 0;
  position: relative; }

.shoppableproduct-img-div {
  width: 25%;
  margin-left: 1%;
  display: inline-block; }

.shoppableproduct-title-div {
  width: 60%;
  margin-left: 3%;
  display: inline-block;
  text-align: left; }

.shoppableleftdata {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-right: 1%; }

.shoppablerightdata {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-left: 1%; }

.shoppablequartering {
  width: 23%;
  margin-right: 1%;
  display: inline-block;
  vertical-align: top; }

.shoppablebuttoninner {
  position: absolute;
  inset: 0 0 0 0;
  margin: auto;
  height: 34px;
  width: 34px;
  background-color: #087781;
  border-radius: 50px;
  display: block;
  margin-bottom: 3px;
  margin-left: 3px;
  transition: 1.25s;
  z-index: 3; }

.shoppableshop-btn:hover {
  border-radius: 4px;
  width: 300px;
  height: 350px;
  z-index: 2;
  padding-top: 5px; }

.shoppableshop-btn:hover > .test > .shoppablebuttoninner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 3px;
  height: 34px;
  width: 294px;
  background-color: #087781;
  border-radius: 50px;
  transition: width 1.25s, height 1.5s;
  display: block; }

.shoppableshop-btn:hover > .shoppableproduct {
  height: 305px;
  opacity: 1; }

.shoppableshop-btn:hover > .shoppabletagicon {
  width: 24px;
  margin-left: 0; }

.shoppableshop-btn:hover .shoppabletagtext {
  width: 290px;
  transition-delay: 1.25s;
  transition-property: width; }

.shoppableproductinner:hover {
  background-color: #e0e0e0;
  cursor: pointer; }

.shoppableshop-btn:hover > .shoppablelister {
  display: block !important;
  margin: 0em; }

.shoppablemainimage {
  margin: 0px auto !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 800px !important;
  height: auto !important; }

.left-text {
  width: 48%;
  align-content: left; }

.right-image {
  width: 48%;
  align-content: right; }

.EVDPage {
  display: flex;
  justify-content: center; }
  .EVDPage .main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center; }
    .EVDPage .main .subContent {
      width: 100%;
      display: flex;
      justify-content: center;
      text-align: center;
      flex-direction: row;
      align-items: flex-start; }
      .EVDPage .main .subContent .leftcolumn {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 49%; }
      .EVDPage .main .subContent .rightcolumn {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 49%; }

.productView-details #form-action-addToCart, .productView-details #form-action-addToCart:visited, .cart-page .cart-actions a.button--primary, .cart-page .cart-actions a.button--primary:visited, .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-continue, .checkout-steps .checkout-view-content .form-actions button, .checkout-steps .checkout-view-content .guestdiv a, .checkout-step--shipping .form-actions button, .previewCartAction .previewCartAction-viewCart a, .previewCartAction .previewCartAction-viewCart a:visited {
  font-family: "verdana";
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #087781;
  border: 0px solid #087781;
  display: inline-block;
  text-decoration: none; }
  @media (prefers-reduced-motion) {
    .productView-details #form-action-addToCart, .productView-details #form-action-addToCart:visited, .cart-page .cart-actions a.button--primary, .cart-page .cart-actions a.button--primary:visited, .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-continue, .checkout-steps .checkout-view-content .form-actions button, .checkout-steps .checkout-view-content .guestdiv a, .checkout-step--shipping .form-actions button, .previewCartAction .previewCartAction-viewCart a, .previewCartAction .previewCartAction-viewCart a:visited {
      transition: all .3s ease-in;
      border-radius: 0; } }
  @media (max-width: 599px) {
    .productView-details #form-action-addToCart, .productView-details #form-action-addToCart:visited, .cart-page .cart-actions a.button--primary, .cart-page .cart-actions a.button--primary:visited, .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-continue, .checkout-steps .checkout-view-content .form-actions button, .checkout-steps .checkout-view-content .guestdiv a, .checkout-step--shipping .form-actions button, .previewCartAction .previewCartAction-viewCart a, .previewCartAction .previewCartAction-viewCart a:visited {
      width: 100%;
      margin: 0 auto 1rem; } }

.productView-details #form-action-addToCart:hover, .productView-details #form-action-addToCart:focus, .cart-page .cart-actions a.button--primary:hover, .cart-page .cart-actions a.button--primary:focus, .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-continue:hover, .checkout-steps .checkout-view-content .form-actions button:hover, .checkout-steps .checkout-view-content .guestdiv a:hover, .checkout-step--shipping .form-actions button:hover, .previewCartAction .previewCartAction-viewCart a:hover, .previewCartAction .previewCartAction-viewCart a:focus {
  background: #FFAD00;
  border: 0px solid #444444;
  color: #444444; }

.checkout-steps #checkout-customer-returning .form-actions #checkout-customer-cancel, .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action .button, .page--pagelayout .gray-button, .previewCartAction .previewCartAction-checkout a, .previewCartAction .previewCartAction-checkout a:visited {
  font-family: "verdana";
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 0;
  letter-spacing: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #444444;
  display: inline-block;
  text-decoration: none; }
  @media (prefers-reduced-motion) {
    .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-cancel, .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action .button, .page--pagelayout .gray-button, .previewCartAction .previewCartAction-checkout a, .previewCartAction .previewCartAction-checkout a:visited {
      transition: all .3s ease-in; } }
  @media (max-width: 599px) {
    .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-cancel, .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action .button, .page--pagelayout .gray-button, .previewCartAction .previewCartAction-checkout a, .previewCartAction .previewCartAction-checkout a:visited {
      width: 100%;
      margin: 0 auto 1rem; } }

.checkout-steps #checkout-customer-returning .form-actions #checkout-customer-cancel:hover, .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action .button:hover, .previewCartAction .previewCartAction-checkout a:hover, .previewCartAction .previewCartAction-checkout a:focus {
  background: #087781;
  border: 1px solid #087781;
  color: #ffffff; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important; }

@font-face {
  font-family: 'verdanabold';
  src: url("../fonts/verdana_bold-webfont.woff2") format("woff2"), url("../fonts/verdana_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'verdanaregular';
  src: url("../fonts/verdana-webfont.woff2") format("woff2"), url("../fonts/verdana-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ArialMT Regular';
  font-style: normal;
  font-weight: normal;
  src: local("ArialMT Regular"), url("../fonts/arialmt.woff") format("woff"); }

@font-face {
  font-family: 'Georgia';
  src: url("../fonts/Georgia.woff2") format("woff2"), url("../fonts/Georgia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

input:focus, button:focus, textarea:focus, select:focus, details:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, [contenteditable="true"]:focus {
  outline: 0 solid #000 !important;
  outline-offset: 0 !important; }

body .header-logo-image-container::after {
  padding-bottom: 0; }

html body {
  font-family: "verdana"; }

a:focus {
  color: #087781; }

.head-top {
  background-image: url(../img/promo-banner.jpg);
  background-repeat: repeat;
  background-position: bottom center;
  background-size: contain;
  background-size: 278px 100%;
  padding: 0; }
  .head-top:before {
    content: "";
    display: table;
    clear: both; }
  .head-top:after {
    content: "";
    display: table;
    clear: both; }

.free-shipping {
  color: #444444;
  padding: 6px 0 10px 0;
  font-family: "verdana";
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 23.98px;
  float: left; }

.header .navUser {
  height: auto; }

.top-right {
  float: right; }

.head-top .navUser-section li a {
  height: auto; }

.quickDrop-parent {
  padding: 6px 0 10px 0;
  float: left;
  position: relative;
  margin-right: 32px; }

.quickDrop-parent .navUser-action {
  color: #444444;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 23.98px;
  text-transform: none;
  padding: 0;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  height: auto; }

.quickDrop-parent .navUser-action::before {
  background-image: url(../img/top_menu-images.png);
  background-repeat: no-repeat;
  background-position: -2px 0;
  content: "";
  width: 10px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px; }

.quickDrop-parent .navUser-action:hover {
  color: #087781; }

.quickDrop-parent .navUser-action:focus {
  color: #767676; }

.quickDrop-parent .navUser-action:hover:before, .quickDrop-parent .navUser-action:focus:before {
  background-position: -22px 0; }

.quickDrop-parent .quickDrop {
  display: none;
  position: absolute;
  left: -40%;
  margin: 0 auto;
  right: auto;
  width: 162px;
  border-radius: 0px;
  border: 1px solid #454344;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  z-index: 99;
  background-color: #ffffff;
  margin-top: 0;
  top: 34px; }

.navUser .dropdown-menu.is-open::before {
  border-color: transparent transparent #434343 transparent; }

.quickDrop-parent .quickDrop ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .quickDrop-parent .quickDrop ul:before {
    content: "";
    display: table;
    clear: both; }
  .quickDrop-parent .quickDrop ul:after {
    content: "";
    display: table;
    clear: both; }

.quickDrop-parent .quickDrop ul li {
  list-style: none; }
  .quickDrop-parent .quickDrop ul li:before {
    content: "";
    display: table;
    clear: both; }
  .quickDrop-parent .quickDrop ul li:after {
    content: "";
    display: table;
    clear: both; }

.quickDrop-parent .quickDrop a {
  font-size: 13px;
  color: #444444;
  text-decoration: none;
  padding: 10px;
  border-bottom: 1px solid #434343; }
  .quickDrop-parent .quickDrop a:before {
    content: "";
    display: table;
    clear: both; }
  .quickDrop-parent .quickDrop a:after {
    content: "";
    display: table;
    clear: both; }

.quickDrop-parent .quickDrop ul li:last-child a {
  border-bottom: 0; }

.quickDrop-parent .quickDrop a:hover, .quickDrop-parent .quickDrop a:focus {
  background-color: #434343;
  color: #ffffff; }

.quickDrop-parent:hover .quickDrop {
  display: block; }

.account-link {
  float: left;
  position: relative;
  margin-right: 28px;
  padding: 6px 0 10px 0; }

.account-link .navUser-action {
  color: #444444;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 23.98px;
  text-transform: none;
  padding: 0;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px; }

.account-link .navUser-action::before {
  background-image: url(../img/top_menu-images.png);
  background-repeat: no-repeat;
  background-position: 0 -31px;
  content: "";
  width: 14px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.account-link .navUser-action:hover {
  color: #087781; }

.account-link .navUser-action:focus {
  color: #767676; }

.account-link .navUser-action:hover:before, .account-link .navUser-action:focus:before {
  background-position: -20px -31px; }

.top-cart {
  float: left;
  position: relative; }

.top-cart .navUser-action {
  color: #444444;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 23.98px;
  text-transform: none;
  padding: 0;
  font-weight: 400;
  position: relative;
  padding: 6px 0 10px 0; }

.top-cart .navUser-action .navUser-item-cartLabel {
  background-image: url(../img/top_menu-images.png);
  background-repeat: no-repeat;
  background-position: 0 -56px;
  content: "";
  width: 14px;
  height: 24px;
  display: inline-block;
  font-size: 0;
  vertical-align: top; }

.top-cart .navUser-action:hover .countPill {
  color: #087781; }

.top-cart .navUser-action:hover .navUser-item-cartLabel {
  background-position: -19px -56px; }

.top-cart .navUser-action:focus .countPill {
  color: #767676; }

.top-cart .navUser-action:focus .navUser-item-cartLabel {
  background-position: -19px -56px; }

.top-cart .navUser-action .countPill {
  display: inline-block;
  background-color: transparent;
  color: #444444;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 23.98px;
  text-transform: none;
  padding: 0;
  font-weight: 400;
  width: auto;
  margin: 0 0 0 6px;
  height: auto; }

.header-logo {
  margin: 0;
  z-index: 99; }

.head-middle {
  margin-top: 12px; }
  .head-middle:before {
    content: "";
    display: table;
    clear: both; }
  .head-middle:after {
    content: "";
    display: table;
    clear: both; }

.head-middle .mleft {
  float: left;
  width: 66px; }

.header-logo .header-logo-image-container {
  min-height: inherit;
  height: 138px; }

.header-logo .header-logo-image {
  max-height: none;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto; }

.header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 150px; }

.mright {
  float: right;
  width: 100%;
  margin-top: -27px;
  position: relative; }

.mright .navUser {
  display: none; }

.mright .head-text {
  max-width: 275px;
  text-align: center;
  font-style: italic;
  color: #444444;
  line-height: 18px;
  font-size: 14px;
  float: right; }

.mright .top-cart {
  display: none; }

.mright .head-text span {
  display: block; }

.search {
  float: right;
  clear: both;
  margin-top: 40px;
  width: 100%; }

.search-section.navUser-section {
  float: right;
  padding: 0;
  position: relative;
  width: 100%; }

.quickSearchResults {
  width: 100%;
  max-width: 100%; }

.search form {
  margin-bottom: 0; }

.search .form-field {
  max-width: 220px;
  position: relative;
  float: left;
  margin: 0; }

.search .form-field input {
  width: 100%;
  height: 35px;
  border-radius: 0;
  border: 1px solid #878787;
  color: #888888;
  font-size: 14px;
  font-family: "verdana";
  padding: 0 40px 0 13px;
  box-sizing: border-box; }

.search .form-field input[type="submit"] {
  height: 18px;
  width: 18px;
  background-image: url(../img/top_menu-images.png);
  background-repeat: no-repeat;
  background-position: 0 -89px;
  font-size: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background-color: transparent; }

.quickSearchResults #menu_wrap {
  border-bottom: 1px solid #767676;
  margin-top: 12px; }
  .quickSearchResults #menu_wrap:before {
    content: "";
    display: table;
    clear: both; }
  .quickSearchResults #menu_wrap:after {
    content: "";
    display: table;
    clear: both; }

#menu_wrap .navPages-action {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 22px;
  text-transform: none;
  line-height: 32px;
  position: relative; }

#menu_wrap .navPages-action:hover {
  color: #087781;
  font-weight: 700; }

#menu_wrap .navPages-action:focus {
  color: #767676;
  font-weight: 700; }

#menu_wrap ul > li:first-child > a {
  font-style: italic; }

#menu_wrap ul > li:first-child > a:after {
  content: "";
  background-color: #878787;
  width: 1px;
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

#menu_wrap .navPages-action.has-subMenu .icon {
  display: none; }

#menu_wrap .navPages-action.has-subMenu.is-open {
  font-weight: 700;
  background-color: #ededed;
  font-family: "verdana"; }

#menu_wrap .navPage-subMenu {
  border-top: 1px solid #767676;
  background-color: #ededed;
  padding: 34px 75px !important; }

#menu_wrap .navPages .navPage-subMenu-list {
  max-width: 100%;
  width: 100%;
  margin: 0; }

#menu_wrap .navPage-subMenu-action {
  font-size: 15px;
  color: #087781;
  text-transform: capitalize;
  padding: 0 0 12px 0;
  font-family: "verdana";
  margin-bottom: 0;
  border-bottom: 1px solid #757575;
  margin-bottom: 5px; }

#desk-menu1 .navPage-subMenu .navPage-subMenu-action.navPages-action.has-subMenu:focus {
  color: #767676; }

#menu_wrap .navPage-subMenu ul > li:first-child > a::after {
  display: none; }

#menu_wrap .navPage-subMenu ul > li:first-child > a {
  font-style: normal; }

#menu_wrap .navPage-subMenu ul > li.mother-li {
  display: none; }

#navPages-64.navPage-subMenu {
  display: none; }

#menu_wrap #navPages-21.navPage-subMenu li.mother-li {
  display: block;
  float: left;
  width: 34%; }

#menu_wrap #navPages-21.navPage-subMenu li.mother-li figure {
  position: relative;
  margin: 0; }
  #menu_wrap #navPages-21.navPage-subMenu li.mother-li figure:before {
    content: "";
    display: table;
    clear: both; }
  #menu_wrap #navPages-21.navPage-subMenu li.mother-li figure:after {
    content: "";
    display: table;
    clear: both; }

.imghover a {
  width: 254px;
  line-height: 58px;
  background-color: #fff;
  border: 1px solid #434343;
  color: #444444;
  font-size: 18px;
  text-decoration: none;
  text-align: center; }

.imghover a:hover {
  background-color: #444444;
  color: #ffffff; }

#menu_wrap #navPages-21.navPage-subMenu li.mother-li figure .overlay {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }

#menu_wrap #navPages-21.navPage-subMenu .navPage-subMenu-item {
  width: 17%;
  padding: 0 0 0 0 !important;
  margin-right: 3%; }

#menu_wrap .navPages-action.navPage-childList-action {
  line-height: 21px;
  font-size: 14px;
  padding: 12px 0 0 0 !important; }

#menu_wrap .navPages-action.navPage-childList-action:hover {
  color: #087781; }

#desk-menu1 ul.nav1.navPages-list > li:focus .navPage-subMenu, #desk-menu1 ul.nav1.navPages-list > li:focus .navPage-subMenu.is-open {
  display: block !important;
  left: 0;
  width: 100%; }

.top-cart #cart-preview-dropdown {
  width: 319px;
  max-width: 319px;
  border-radius: 5px;
  border: 1px solid #434343;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 12px;
  left: auto !important;
  right: -10px;
  border-radius: 0;
  display: none !important;
  background-color: #fff;
  z-index: 99; }

.top-cart #cart-preview-dropdown.is-open {
  display: block !important; }

.previewCart {
  max-width: 100%; }

#menu_wrap .navPages-action.navPage-childList-action:hover {
  color: #087781; }

#menu_wrap .navPages-action.navPage-childList-action:focus {
  color: #767676; }

.previewCartWrapper::before {
  top: -20px;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border-color: transparent transparent #454344 transparent;
  border-width: 10px;
  position: absolute;
  right: 13px;
  z-index: 99;
  border-style: solid; }

.previewCartWrapper::after {
  top: -19px;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 10px;
  position: absolute;
  right: 13px;
  z-index: 99;
  border-style: solid; }

.previewCartItem-content .previewCartItem-brand {
  display: none; }

.previewCartItem-content {
  padding-top: 17px;
  vertical-align: top; }

.previewCartItem-content h6 a {
  font-size: 16px;
  color: #444444;
  line-height: 24px;
  display: inline-block;
  width: 100%; }

.previewCartItem-content h6 a:hover {
  color: #087781; }

.previewCartItem-content .previewCartItem-name {
  margin-bottom: 0; }

.previewCartList .previewCartItem-image img {
  height: 81px;
  margin-top: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%); }

.previewCartItem-content .previewCartItem-price {
  font-size: 16px;
  color: #767676;
  line-height: 24px;
  display: inline-block;
  width: 100%; }

.previewCart-additionalCheckoutButtons {
  display: none; }

.previewCartItem {
  border-bottom: 1px solid #434343; }

.previewCartAction {
  border: 0; }

.previewCartAction .previewCartAction-checkout {
  float: right; }

.previewCartAction .previewCartAction-checkout a {
  line-height: 30px;
  height: auto;
  padding: 4px 0; }

.previewCartAction .previewCartAction-viewCart a {
  line-height: 30px;
  height: auto;
  padding: 5px 0 !important; }

.mobile-logo {
  display: none; }

.navPages-container .top-right, .head-bottom {
  display: none; }

.header {
  border: 0; }

main:before, .footer:before {
  content: "";
  display: table;
  clear: both; }

main:after, .footer:after {
  content: "";
  display: table;
  clear: both; }

.skip-to-main-link, body .heroCarousel {
  display: none; }

.inventory-sec {
  display: none; }

#menu_wrap:before {
  content: "";
  display: table;
  clear: both; }

#menu_wrap:after {
  content: "";
  display: table;
  clear: both; }

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 20px; } }

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 20px; }
  .header .navUser.head-top .navUser-section.navUser-section--alt .quickDrop-parent, .header .navUser.head-top .navUser-section.navUser-section--alt .account-link {
    display: none; }
  .mright .navUser {
    display: block; }
  .header.is-open .head-top {
    display: none; }
  .header-logo .header-logo-image-container {
    height: 53px; }
  .header-logo .header-logo-image.mobile-show {
    display: inline-block !important; }
  .header-logo .header-logo-image.mobile-hide {
    display: none !important; }
  .top-right .quickDrop-parent, .top-right .account-link {
    display: none; }
  .mright ul.navUser-section--alt li.navUser-item {
    display: none; }
  .mright ul.navUser-section--alt {
    margin: 0; }
  .mright {
    float: right;
    width: auto;
    margin-top: 0;
    position: relative;
    right: 0;
    top: 50%;
    margin-top: 10px; }
  .mright ul.navUser-section--alt li.top-cart {
    display: block; }
  .quickDrop-parent .navUser-action::before {
    left: 8px; }
  .account-link .navUser-action::before {
    left: 8px; }
  #menu .navPage-subMenu .sub-cat-img {
    display: none; }
  .navPages-container .top-right .account-link a, .navPages-container .top-right .quickDrop-parent .navUser-action {
    padding-left: 32px; }
  .free-shipping {
    text-align: center;
    width: 100%; }
  .mobile-logo {
    display: inline-block; }
  .header-logo {
    position: relative;
    width: auto;
    display: inline-block;
    height: 53px; }
  .desk-logo {
    display: none; }
  .mright .search, .mright .head-text {
    display: none; }
  body.has-activeNavPages .scrollTop {
    z-index: 9; }
  .mright .top-cart {
    display: inline-block; }
  .head-middle .mobileMenu-toggle {
    display: inline-block;
    z-index: 50;
    left: 20px;
    padding: 0;
    height: 30px;
    width: 20px;
    top: 6px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 18px; }
  .head-middle {
    margin: 0;
    border-bottom: 1px solid #989898;
    padding: 4px 0;
    position: relative; }
  .header .mright .navUser-item--cart .navUser-action {
    height: auto; }
  .head-bottom {
    display: inline-block;
    width: 100%;
    background-color: #fff; }
  .head-bottom .access-div {
    float: left;
    width: 66px; }
  .head-middle .mleft {
    display: none; }
  .head-bottom {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 10px; }
  .header-logo {
    position: relative;
    width: auto;
    display: inline-block; }
  .head-bottom .head-text {
    max-width: 275px;
    text-align: center;
    font-style: italic;
    color: #444444;
    line-height: 18px;
    font-size: 14px;
    display: inline-block; }
  .navPages-container {
    display: none; }
  .navPages {
    background-color: #ededed;
    height: 100%;
    overflow-y: auto;
    padding: 0; }
  .header {
    border-bottom: 0; }
  .header.is-open {
    height: 100%; }
  #menu.navPages-container.is-open {
    margin-left: 0;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    height: auto;
    bottom: 0;
    top: 62px;
    padding-top: 0;
    border: 0;
    padding: 0;
    margin-top: 0; }
  .navPages-quickSearch {
    display: block; }
  .head-top:before {
    content: "";
    display: table;
    clear: both; }
  .head-top:after {
    content: "";
    display: table;
    clear: both; }
  .navPages-quickSearch {
    border-bottom: 1px solid #757575;
    padding: 20px;
    margin-bottom: 0; }
  .navPages-container .navPages-list {
    width: 100%; }
  .navPages-container .navPages-item {
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #757575; }
    .navPages-container .navPages-item:before {
      content: "";
      display: table;
      clear: both; }
    .navPages-container .navPages-item:after {
      content: "";
      display: table;
      clear: both; }
  #menu ul > li:first-child > a::after {
    display: none; }
  #menu .navPages-action {
    padding: 6px 22px; }
  #menu .navPage-subMenu {
    background-color: #fff;
    padding: 22px !important;
    position: relative; }
  #menu #navPages-21.navPage-subMenu .navPage-subMenu-item {
    width: 100%;
    padding: 0 0 0 0 !important;
    margin-right: 0; }
  #menu .navPages-action.navPage-subMenu-action {
    padding: 0;
    border: 0; }
  .navPages ul.navPage-childList {
    padding-left: 17px; }
  #menu .navPages-action.navPage-childList-action {
    padding-top: 8px; }
  #menu .navPages-action.has-subMenu {
    position: relative; }
  #menu .navPages-list li {
    position: relative; }
  #menu .navPages-list .navPages-action {
    display: inline-block;
    position: relative;
    width: 100%; }
  #menu .navPages-list .navPages-action.navPage-subMenu-action.has-subMenu::after {
    display: none; }
  #menu #navPages-21.navPage-subMenu .navPage-subMenu-item {
    margin-bottom: 50px; }
  #menu #navPages-21.navPage-subMenu .navPage-subMenu-item:last-child {
    margin-bottom: 0; }
  #menu #navPages-21.navPage-subMenu li.mother-li {
    display: none; }
  #menu .navPages-list .navPages-action.has-subMenu::after {
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 6px;
    height: 10px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%); }
  .quickSearchResults {
    margin-top: 0; }
  .navPages-quickSearch .form-field {
    position: relative; }
  .navPages-quickSearch .form-field input[type="submit"] {
    height: 18px;
    width: 18px;
    background-image: url(../img/top_menu-images.png);
    background-repeat: no-repeat;
    background-position: 0 -89px;
    font-size: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent; }
  .navPages-quickSearch .form-field input {
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 1px solid #878787;
    color: #888888;
    font-size: 14px;
    font-family: "verdana";
    padding: 0 40px 0 13px;
    box-sizing: border-box; }
  .navPages-container .top-right .quickDrop-parent, .navPages-container .top-right .account-link {
    display: block; }
  .navPages-container .top-right {
    padding: 0; }
  .quickDrop-parent .quickDrop {
    position: relative;
    left: 0;
    margin: 0 auto;
    right: auto;
    border: 0px solid #454344;
    box-shadow: none;
    background-color: #ffffff;
    margin-top: 0px;
    width: 100%; }
  .quickDrop-parent .quickDrop::before, .quickDrop-parent .quickDrop::after {
    display: none; }
  .navPages-container .top-right .account-link, .navPages-container .top-right .quickDrop-parent {
    width: 100%;
    text-align: center;
    margin: 0 auto; }
  .account-link .navUser-action, .navPages-container .top-right .quickDrop-parent .navUser-action {
    width: 96%;
    text-align: left;
    float: none;
    display: inline-block; }
  .navPages-container .top-right .quickDrop-parent {
    padding-top: 15px; }
  .navPages-container .top-right .quickDrop-parent .navUser-action {
    padding-bottom: 0;
    padding-top: 0; }
  .navPages-container .top-right .account-link a {
    padding-bottom: 0;
    padding-top: 0; }
  .navPages-container .top-right .quickDrop-parent .quickDrop ul li a {
    padding: 7px 37px;
    font-style: normal !important; }
  .navPages-container .top-right .quickDrop-parent .quickDrop ul li a {
    border: 0; }
  .navPages-container .top-right {
    text-align: center; }
  .navPages-container .top-right {
    float: left;
    position: relative;
    right: auto;
    top: auto;
    z-index: 999;
    width: 100%;
    display: block; }
    .navPages-container .top-right:before {
      content: "";
      display: table;
      clear: both; }
    .navPages-container .top-right:after {
      content: "";
      display: table;
      clear: both; }
  .navPages-container .navPages-list.navPages-list--user {
    display: none; }
  .quickDrop-parent .quickDrop ul li {
    text-align: left; }
  .quickDrop-parent .quickDrop {
    display: block;
    padding-bottom: 0; }
  #menu .navPages-list .navPages-action.has-subMenu.is-open::after {
    transform: translateY(-50%) rotate(90deg); }
  .mobile-nav-wrap {
    display: block; }
  .quickSearchResults {
    display: none; }
  .quickDrop-parent .quickDrop {
    top: 0;
    margin-top: 15px; }
  .body {
    margin-bottom: 0;
    margin-top: 0; }
  #menu_wrap {
    border-bottom: 0px solid #767676;
    margin-top: 0; }
    #menu_wrap:before {
      content: "";
      display: table;
      clear: both; }
    #menu_wrap:after {
      content: "";
      display: table;
      clear: both; }
  .quickDrop-parent .navUser-action, .quickDrop-parent .quickDrop a, .account-link .navUser-action {
    font-size: 14px; } }

@media only screen and (max-width: 991px) {
  .header-logo__link {
    width: 100%; }
  .header-logo {
    position: relative;
    width: auto;
    display: inline-block; }
  .head-middle .mobileMenu-toggle {
    top: 6px; }
  #menu .navPage-childList {
    display: block;
    margin: 0 !important;
    border: 0; }
  #menu .navPage-subMenu-action .collapsible-icon-wrapper {
    display: none; }
  body {
    padding-top: 0; }
  .skip-to-main-link {
    display: none; }
  .home-banner {
    margin: 0; }
  .header-logo > a {
    width: 100%;
    padding: 0; }
  .header .navUser-item--cart .navUser-action {
    top: 0 !important; }
  #menu.navPages-container.is-open {
    top: 62px; }
  #menu .navPages-list .navPages-action {
    border-bottom: 0; }
  li.navPages-item.quickLinksMenu.navPages-item--account.mobile {
    display: none !important; }
  .header .navUser.head-top .navUser-section.navUser-section--alt {
    top: 58px; } }

@media only screen and (max-width: 767px) {
  .head-bottom .access-div {
    display: none; }
  .header-logo__link {
    width: 100%; }
  .top-cart #cart-preview-dropdown {
    width: 300px !important; }
  .free-shipping {
    line-height: 19.98px; } }

.productView-details #form-action-addToCart, .productView-details #form-action-addToCart:visited, .cart-page .cart-actions a.button--primary, .cart-page .cart-actions a.button--primary:visited, .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-continue, .checkout-steps .checkout-view-content .form-actions button, .checkout-steps .checkout-view-content .guestdiv a, .checkout-step--shipping .form-actions button, .previewCartAction .previewCartAction-viewCart a, .previewCartAction .previewCartAction-viewCart a:visited {
  font-family: "verdana";
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #087781;
  border: 0px solid #087781;
  display: inline-block;
  text-decoration: none; }
  @media (prefers-reduced-motion) {
    .productView-details #form-action-addToCart, .productView-details #form-action-addToCart:visited, .cart-page .cart-actions a.button--primary, .cart-page .cart-actions a.button--primary:visited, .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-continue, .checkout-steps .checkout-view-content .form-actions button, .checkout-steps .checkout-view-content .guestdiv a, .checkout-step--shipping .form-actions button, .previewCartAction .previewCartAction-viewCart a, .previewCartAction .previewCartAction-viewCart a:visited {
      transition: all .3s ease-in;
      border-radius: 0; } }
  @media (max-width: 599px) {
    .productView-details #form-action-addToCart, .productView-details #form-action-addToCart:visited, .cart-page .cart-actions a.button--primary, .cart-page .cart-actions a.button--primary:visited, .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-continue, .checkout-steps .checkout-view-content .form-actions button, .checkout-steps .checkout-view-content .guestdiv a, .checkout-step--shipping .form-actions button, .previewCartAction .previewCartAction-viewCart a, .previewCartAction .previewCartAction-viewCart a:visited {
      width: 100%;
      margin: 0 auto 1rem; } }

.productView-details #form-action-addToCart:hover, .productView-details #form-action-addToCart:focus, .cart-page .cart-actions a.button--primary:hover, .cart-page .cart-actions a.button--primary:focus, .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-continue:hover, .checkout-steps .checkout-view-content .form-actions button:hover, .checkout-steps .checkout-view-content .guestdiv a:hover, .checkout-step--shipping .form-actions button:hover, .previewCartAction .previewCartAction-viewCart a:hover, .previewCartAction .previewCartAction-viewCart a:focus {
  background: #FFAD00;
  border: 0px solid #444444;
  color: #444444; }

.checkout-steps #checkout-customer-returning .form-actions #checkout-customer-cancel, .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action .button, .page--pagelayout .gray-button, .previewCartAction .previewCartAction-checkout a, .previewCartAction .previewCartAction-checkout a:visited {
  font-family: "verdana";
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 0;
  letter-spacing: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #444444;
  display: inline-block;
  text-decoration: none; }
  @media (prefers-reduced-motion) {
    .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-cancel, .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action .button, .page--pagelayout .gray-button, .previewCartAction .previewCartAction-checkout a, .previewCartAction .previewCartAction-checkout a:visited {
      transition: all .3s ease-in; } }
  @media (max-width: 599px) {
    .checkout-steps #checkout-customer-returning .form-actions #checkout-customer-cancel, .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action .button, .page--pagelayout .gray-button, .previewCartAction .previewCartAction-checkout a, .previewCartAction .previewCartAction-checkout a:visited {
      width: 100%;
      margin: 0 auto 1rem; } }

.checkout-steps #checkout-customer-returning .form-actions #checkout-customer-cancel:hover, .checkout-steps .checkout-view-content .GuestBtn .customerEmail-action .button:hover, .previewCartAction .previewCartAction-checkout a:hover, .previewCartAction .previewCartAction-checkout a:focus {
  background: #087781;
  border: 1px solid #087781;
  color: #ffffff; }

.footer {
  border-top-color: #888888;
  border-top-width: 1px;
  padding: 15px 0; }
  .footer .footer-top {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px; }
    .footer .footer-top .connect-dv {
      width: 380px;
      float: left; }
      @media screen and (max-width: 767px) {
        .footer .footer-top .connect-dv {
          max-width: 400px;
          float: none;
          margin: auto;
          width: 90%;
          text-align: center; } }
      .footer .footer-top .connect-dv p {
        color: #444444;
        font-size: 13px;
        padding: 0;
        margin: 5px 0 11px; }
      .footer .footer-top .connect-dv .form {
        margin: 0 0 18px; }
      .footer .footer-top .connect-dv input#nl_email {
        border-color: #888888;
        border-radius: 0; }
        @media (max-width: 1199px) {
          .footer .footer-top .connect-dv input#nl_email {
            max-width: 267px; } }
        @media (max-width: 767px) {
          .footer .footer-top .connect-dv input#nl_email {
            max-width: 100%; } }
      .footer .footer-top .connect-dv .button {
        font-family: "verdana";
        border-radius: 0;
        background: #FFAD00;
        border-color: #FFAD00;
        color: #444444;
        font-size: 15px; }
        .footer .footer-top .connect-dv .button:hover {
          background: #767676;
          color: #ffffff;
          border-color: #767676; }
        @media (max-width: 1199px) {
          .footer .footer-top .connect-dv .button {
            width: 98px;
            margin: 0 0 0 5px;
            padding: 0; } }
        @media (max-width: 767px) {
          .footer .footer-top .connect-dv .button {
            width: 100%;
            margin: 8px 0 0 0; } }
      .footer .footer-top .connect-dv .form-field {
        margin-bottom: 0; }
      .footer .footer-top .connect-dv .socialLinks {
        line-height: 1;
        font-size: 0; }
        @media screen and (max-width: 1199px) {
          .footer .footer-top .connect-dv .socialLinks {
            text-align: left; } }
        @media screen and (max-width: 767px) {
          .footer .footer-top .connect-dv .socialLinks {
            text-align: center; } }
        .footer .footer-top .connect-dv .socialLinks .socialLinks-item {
          margin: 0 25px 0 0; }
          .footer .footer-top .connect-dv .socialLinks .socialLinks-item:hover {
            opacity: 0.7; }
    .footer .footer-top .footer-top-right {
      width: calc(100% - 460px);
      width: -webkit-calc(100% - 460px);
      float: right; }
      @media screen and (max-width: 1199px) {
        .footer .footer-top .footer-top-right {
          -webkit-width: calc(100% - 0px);
          width: calc(100% - 0px);
          padding: 0;
          margin-top: 20px; } }
      .footer .footer-top .footer-top-right ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .footer .footer-top .footer-top-right ul li {
          margin: 0 0 3px 0;
          font-size: 13px;
          line-height: 1.3rem; }
          .footer .footer-top .footer-top-right ul li a {
            color: #444444;
            text-decoration: none; }
            .footer .footer-top .footer-top-right ul li a:hover {
              color: #087781; }
            .footer .footer-top .footer-top-right ul li a:focus {
              color: #767676; }
      .footer .footer-top .footer-top-right p {
        font-size: 13px;
        color: #444444;
        line-height: 1.3rem; }
        .footer .footer-top .footer-top-right p a {
          color: #444444;
          text-decoration: none; }
          .footer .footer-top .footer-top-right p a:hover {
            color: #087781; }
          .footer .footer-top .footer-top-right p a:focus {
            color: #767676; }
    .footer .footer-top .col-4 {
      width: 33.333%;
      float: left; }
      @media screen and (max-width: 767px) {
        .footer .footer-top .col-4 {
          width: 100%;
          text-align: center;
          margin-top: 30px; } }
    .footer .footer-top h3 {
      font-family: "verdana";
      margin: 0 0 5px 0;
      padding: 0;
      font-size: 15px;
      text-transform: uppercase;
      color: #087781;
      font-weight: 700; }
  .footer .footer-middle {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px; }
    .footer .footer-middle .footer-logo-image {
      margin: 10px 10px;
      max-width: 180px; }
    .footer .footer-middle .demdaco_logo {
      display: inline-block;
      vertical-align: middle;
      margin: 10px;
      max-width: 330px; }
    .footer .footer-middle .demdaco_txt {
      font-family: "verdana";
      width: 100%;
      display: inline-block;
      vertical-align: top;
      color: #444444;
      font-size: .85rem;
      margin-top: 15px; }
  .footer .visible-m.ada-icon {
    text-align: center;
    width: 100px;
    margin: 0px auto 15px auto; }
    @media screen and (min-width: 767px) {
      .footer .visible-m.ada-icon {
        display: none; } }
  .footer .footer-copyright {
    font-family: "verdana";
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .footer .footer-copyright {
        padding: 0 40px; } }
    @media screen and (max-width: 767px) {
      .footer .footer-copyright {
        padding: 0 10px; } }
    .footer .footer-copyright .powered-by {
      line-height: 20px;
      color: #444444;
      font-size: 12px;
      margin: 0; }
      .footer .footer-copyright .powered-by .footer_links {
        display: block; }
        .footer .footer-copyright .powered-by .footer_links a {
          padding: 0 5px;
          color: #444444; }
          .footer .footer-copyright .powered-by .footer_links a:hover {
            color: #087781; }

.footer .footer-top .connect-dv .form-field {
  margin-bottom: 18px; }

.scrollTop {
  width: 44px;
  height: 44px;
  background-image: url(../img/top-up-arrow.png);
  background-repeat: no-repeat;
  background-color: #ffad00;
  background-position: center 8px;
  position: fixed;
  bottom: 0;
  right: 0px;
  z-index: 10000;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  font-family: "verdana";
  font-size: 14px;
  color: #444444;
  padding-top: 15px; }
  .scrollTop:hover {
    background: #767676 url(../img/top-up-arrow-h.png) center 8px no-repeat;
    color: #fff; }

.paginationNav {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .paginationNav div {
    width: -moz-min-content;
    width: min-content;
    padding: 0px 5px; }
    .paginationNav div button {
      padding: 10px 20px;
      width: -moz-min-content;
      width: min-content;
      height: -moz-min-content;
      height: min-content;
      background-color: #F6F6F6;
      color: #404040;
      border-radius: 5px;
      border-width: 0;
      border-color: black;
      margin: 1px; }
      .paginationNav div button:hover {
        width: -moz-min-content;
        width: min-content;
        height: -moz-min-content;
        height: min-content;
        background-color: #e6e6e6;
        color: #000000;
        border-radius: 5px;
        margin: 1px; }
      .paginationNav div button p {
        margin: 0; }
  .paginationNav .paginationinnernumber {
    display: none; }
  .paginationNav .paginationfinInnerNum {
    display: flex; }
  .paginationNav .paginationselectedNum button {
    background-color: #0C6C76 !important;
    color: white !important; }

.paginationitems .paginated-inline {
  display: show !important; }

.paginationitems .paginated-none {
  display: none !important; }

.paginationitems .paginatecopacity {
  opacity: 0.25 !important;
  transition: 0.2s !important; }

.paginationitems .paginatearrow:hover {
  background-color: #d9d9d9; }

.paginationitems .paginatephoto {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 1;
  transition: 0.2s !important; }

.paginationitems .cardtitle {
  margin: 0; }

.paginationitems .cardprice {
  margin: 0; }

.nativity-primary-button {
  font-family: "Verdana";
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding: 1rem;
  text-decoration: none;
  display: inline-block;
  width: 24%;
  padding: 0; }
  .nativity-primary-button:hover {
    color: #f2f2f2; }
  .nativity-primary-button .fourbuttonclass {
    background: #0C6C76;
    display: flex;
    justify-content: center;
    min-height: 48px;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill;
    align-items: center; }
    .nativity-primary-button .fourbuttonclass:hover {
      background: #0d7480; }

.productCard {
  width: 27%;
  margin: 0;
  display: inline-block; }
  .productCard img {
    margin-bottom: 20px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

@media all and (max-width: 800px) {
  .storyBlockMobileLeft {
    flex-direction: column; }
  .storyBlockMobileRight {
    flex-direction: column-reverse; }
  .storyBlockMobileImg {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px !important; }
  .storyBlockMobileStoryBlock {
    width: 100% !important;
    text-align: center; }
  .nativity-primary-button {
    width: 48%;
    margin-bottom: 10px; }
  .fourbuttoncontainer {
    flex-wrap: wrap; } }

.yotpo-nav-content {
  display: none; }

.reviewsContainer {
  width: 92vw;
  max-width: 1400px;
  margin: 0px auto;
  padding: 30px 0px;
  text-align: center;
  min-height: 260px; }
  .reviewsContainer .slick-arrow {
    background-color: transparent;
    border-color: transparent; }
  .reviewsContainer .reviewsHeader {
    text-align: center; }
    .reviewsContainer .reviewsHeader p {
      margin-top: 10px;
      margin-bottom: 30px;
      max-width: 100%;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      font-size: 28px;
      font-family: Palatino Linotype;
      line-height: normal; }
  .reviewsContainer hr {
    width: 80%;
    margin: 10px auto 40px auto; }
  .reviewsContainer #reviewList {
    text-align: center;
    font-family: "Roboto";
    display: flex;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px; }
    .reviewsContainer #reviewList .noReview {
      text-align: center;
      font-family: "Roboto";
      display: flex;
      justify-content: center;
      font-size: 23px; }
    .reviewsContainer #reviewList .reviewCard {
      min-height: 200px;
      padding: 0px 10px;
      width: 100%;
      min-width: 250px;
      max-width: 400px; }
      .reviewsContainer #reviewList .reviewCard .reviewRating p {
        color: #9e9e97;
        font-family: "Roboto";
        font-size: 13px;
        margin: 0px;
        margin-top: 5px;
        letter-spacing: 8px; }
      .reviewsContainer #reviewList .reviewCard .reviewTitle p {
        font-size: 24px;
        font-family: "Roboto";
        margin: 0px;
        margin-top: 12px;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .reviewsContainer #reviewList .reviewCard .reviewCopy {
        overflow: hidden;
        display: -webkit-box;
        display: box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        box-orient: vertical; }
        .reviewsContainer #reviewList .reviewCard .reviewCopy p {
          font-size: 16px;
          font-family: "Roboto";
          margin: 0px;
          margin-top: 12px; }
      .reviewsContainer #reviewList .reviewCard .reviewMore button {
        margin: 3px;
        margin-top: 6px;
        font-family: "Roboto";
        font-size: 13px;
        text-decoration: underline;
        background-color: transparent;
        border: transparent;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto; }
      .reviewsContainer #reviewList .reviewCard .reviewName p {
        color: #a67733;
        font-size: 18px;
        font-weight: bolder;
        font-family: Open Sans;
        margin: 0px;
        margin-top: 12px;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .reviewsContainer #reviewList ul.slick-dots {
      display: block !important; }

@media (min-width: 801px) {
  .navPage-subMenu-item {
    padding-left: .75rem;
    padding-right: .75rem;
    width: 20%;
    float: left;
    padding: 0 .75rem !important; } }

[contenteditable=true]:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, button:focus, details:focus, input:focus, select:focus, textarea:focus {
  outline: 0 solid #000 !important;
  outline-offset: 0 !important; }
