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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .button--icon svg {
    fill: #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: #555555;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #757575;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #9a3324;
    border-color: #9a3324; }
  .switch--checked .switch-toggle {
    background-color: #4c6a50;
    border-color: #4c6a50; }
  .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: #4c6a50; }

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

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #4c6a50; }

.form-field--success .form-input-indicator > svg {
  fill: #4c6a50; }

.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: #9a3324; }

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

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

.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: #9a3324; }

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

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

/*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: 14px;
  line-height: 14px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox--info {
  background-color: #425563;
  border-color: #425563;
  color: #333333; }
  .alertBox--info svg {
    fill: #d9dde0; }

.alertBox--success {
  background-color: #dbe1dc;
  border-color: #dbe1dc;
  color: white; }
  .alertBox--success svg {
    fill: #4c6a50; }

.alertBox--warning {
  background-color: #9a3324;
  border-color: #9a3324;
  color: #333333; }
  .alertBox--warning svg {
    fill: #9a3324; }

.alertBox--error {
  background-color: #ebd6d3;
  border-color: #ebd6d3;
  color: white; }
  .alertBox--error svg {
    fill: #9a3324; }

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: 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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -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 #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

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

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

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

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

.slick-slide .card-image,
.slick-slide .heroCarousel-image {
  -webkit-touch-callout: default; }

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

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

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 40px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

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

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

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.78571rem; } }

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

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

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

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

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

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

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

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(154, 51, 36, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-title {
  font-size: 16px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #333333;
    display: block;
    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-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.42857rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem;
  width: 100%;
  max-width: unset; }
  @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;
      max-width: unset; }
      .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:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPages .navPage-subMenu-list {
    margin-right: 0; }

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

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }

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

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

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

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

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.35714rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.78571rem;
    width: 0.78571rem;
    margin: 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.78571rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

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

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

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

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

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

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

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @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: block; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

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

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

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

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

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

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 14px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-acceleratedCheckoutButtons {
  align-items: end;
  display: flex;
  flex-direction: column;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCart-acceleratedCheckoutButtons {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCartCheckout-acceleratedCheckoutButtons {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-detail-heading {
  color: #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: 16px;
  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: 18px; }

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

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

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

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

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

.account-sidebar-block {
  font-size: 16px; }
  .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: 16px;
  padding-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paymentMethodForm-heading {
  color: #333333;
  font-family: "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; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

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

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

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

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

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

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

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

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

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 60%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

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

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

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.21429rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw;
      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;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 32px; } }

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

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

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

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

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

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

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

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

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  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: #333333; }

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

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

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

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

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

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

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

.blog-title {
  font-size: 24px;
  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: 16px;
  text-align: left; }

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

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

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

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #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 {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

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

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

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

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

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

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

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

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

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

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

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

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

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

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

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

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

.product {
  overflow: hidden; }

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

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  display: inline-block;
  min-width: 100%;
  position: relative; }

.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 {
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.vakata-context {
  display: none; }

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

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

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

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

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

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

.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 {
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
  position: relative; }

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

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

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

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

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

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

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

.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 {
  border-left: 0;
  border-right: 1px solid #e2e3e3;
  margin: 0 2.4em 0 0; }

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

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

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

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

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

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

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

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

#jstree-dnd .jstree-copy {
  margin: 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-color: transparent;
  background-repeat: no-repeat; }

.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 #ccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666; }

.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 {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  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 */
  opacity: 0.8; }

.jstree-default .jstree-search {
  color: #8b0000;
  font-style: italic;
  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 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
  display: inline-block;
  min-width: 100%; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  border-radius: 0;
  box-shadow: none; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  line-height: 24px;
  margin-left: 24px;
  min-height: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon {
  height: 24px;
  line-height: 24px;
  width: 24px; }

.jstree-default .jstree-icon:empty {
  height: 24px;
  line-height: 24px;
  width: 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 {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  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 */
  opacity: 0.8; }

.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-color: transparent;
  background-image: url("../../../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default i {
  background: transparent;
  height: 24px;
  line-height: 24px;
  width: 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 {
  line-height: 18px;
  margin-left: 18px;
  min-height: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon {
  height: 18px;
  line-height: 18px;
  width: 18px; }

.jstree-default-small .jstree-icon:empty {
  height: 18px;
  line-height: 18px;
  width: 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 {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  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 */
  opacity: 0.8; }

.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-color: transparent;
  background-image: url("../../../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  height: 18px;
  line-height: 18px;
  width: 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 {
  line-height: 32px;
  margin-left: 32px;
  min-height: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon {
  height: 32px;
  line-height: 32px;
  width: 32px; }

.jstree-default-large .jstree-icon:empty {
  height: 32px;
  line-height: 32px;
  width: 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 0;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0; }

.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 0; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 0; }

.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 0; }

.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 0; }

.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 0; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  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 */
  opacity: 0.8; }

.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: 0 -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 0 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-color: transparent;
  background-image: url("../../../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  height: 32px;
  line-height: 32px;
  width: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0 -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 {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 40px;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    height: 40px;
    width: 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-bottom-width: 10px;
    border-left-width: 10px;
    border-top-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .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 {
    line-height: 40px;
    margin-left: 40px;
    min-height: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    height: 40px;
    line-height: 40px;
    width: 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 0 !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 0 !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-size: 1.1em;
    font-weight: bold;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    background: #ebebeb;
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    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 #666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    border-top: 0;
    box-shadow: inset 0 6px 3px -5px #666; }
  .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; } }

.footer-sign-btn a, .footer-sign-btn a:visited, .career-page .blue-button, .career-page .blue-button:visited, .productView .productView-details.productView-bottom .form-action .button--primary, .productView .productView-details.productView-bottom .form-action .button--primary:visited, .productView .instock-notify-div .actions .button, .cart-container .cart-actions.checkout-btn .button, .cart-container .cart-actions.checkout-btn .button:visited, .wholesale-div .blue-button, .wholesale-div .blue-button:visited, .qo_main .qo_step .quickorderright .addToCart, .qo_main .qo_step .quickorderright .addToCart:visited, .wholesale-login-button a, .wholesale-login-button a:visited {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #425563;
  border: 1px solid #425563;
  border-radius: 0.3125rem;
  padding: 0.75rem 1.5rem;
  margin: 0.5rem 1rem 0;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  @media (max-width: 599px) {
    .footer-sign-btn a, .footer-sign-btn a:visited, .career-page .blue-button, .career-page .blue-button:visited, .productView .productView-details.productView-bottom .form-action .button--primary, .productView .productView-details.productView-bottom .form-action .button--primary:visited, .productView .instock-notify-div .actions .button, .cart-container .cart-actions.checkout-btn .button, .cart-container .cart-actions.checkout-btn .button:visited, .wholesale-div .blue-button, .wholesale-div .blue-button:visited, .qo_main .qo_step .quickorderright .addToCart, .qo_main .qo_step .quickorderright .addToCart:visited, .wholesale-login-button a, .wholesale-login-button a:visited {
      width: 100%;
      margin: 0 auto 1rem; } }

.footer-sign-btn a:hover, .footer-sign-btn a:focus, .career-page .blue-button:hover, .career-page .blue-button:focus, .productView .productView-details.productView-bottom .form-action .button--primary:hover, .productView .productView-details.productView-bottom .form-action .button--primary:focus, .productView .instock-notify-div .actions .button:hover, .cart-container .cart-actions.checkout-btn .button:hover, .cart-container .cart-actions.checkout-btn .button:focus, .wholesale-div .blue-button:hover, .wholesale-div .blue-button:focus, .qo_main .qo_step .quickorderright .addToCart:hover, .qo_main .qo_step .quickorderright .addToCart:focus, .wholesale-login-button a:hover, .wholesale-login-button a:focus {
  background: #687782;
  border: 1px solid #687782;
  color: #ffffff; }

h1 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 0;
  margin-top: 0px !important;
  margin-bottom: 8px !important;
  margin-top: 0px;
  margin-bottom: 8px; }
  @media (max-width: 599px) {
    h1 {
      font-size: 32px;
      line-height: 44px; } }

h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0;
  margin-top: 36px;
  margin-bottom: 8px; }
  @media (max-width: 599px) {
    h2 {
      font-size: 26px;
      line-height: 36px; } }

h3 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0;
  margin-top: 36px;
  margin-bottom: 8px; }
  @media (max-width: 599px) {
    h3 {
      font-size: 22px;
      line-height: 30px; } }

h4 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0;
  margin-top: 36px;
  margin-bottom: 8px; }
  @media (max-width: 599px) {
    h4 {
      font-size: 18px;
      line-height: 25px; } }

h5 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  margin-top: 36px;
  margin-bottom: 8px; }
  @media (max-width: 599px) {
    h5 {
      font-size: 16px;
      line-height: 22px; } }

p {
  font-family: Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 16px; }

blockquote {
  font-family: Filson Pro;
  color: #425563;
  font-size: 21px;
  font-weight: 400;
  line-height: 31.5px;
  letter-spacing: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 40px;
  margin-right: 40px; }
  @media (max-width: 599px) {
    blockquote {
      font-size: 20px;
      line-height: 28px;
      margin-left: 20px;
      margin-right: 20px; } }

sup {
  font-size: 0.5rem;
  vertical-align: baseline;
  position: relative;
  top: -0.5rem; }

a:visited {
  color: #687782; }

a:hover {
  color: #767676; }

a:focus {
  color: #767676; }

a.active {
  color: #7d5841; }

.form-input {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #767676;
  font-size: 15px;
  color: #767676;
  padding: 0 13px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  width: 100%; }

::-webkit-input-placeholder {
  /* Edge */
  opacity: 1 !important;
  color: #555 !important; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1 !important;
  color: #555 !important; }

::placeholder {
  opacity: 1 !important;
  color: #555 !important; }

@font-face {
  font-family: 'Palatino-Roman';
  src: url("../fonts/Palatino-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/Palatino-Roman.woff") format("woff"), url("../fonts/Palatino-Roman.ttf") format("truetype"), url("../fonts/Palatino-Roman.svg#Palatino-Roman") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  outline: none; }

body .yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {
  background-color: #555555; }

body .yotpo .yotpo-review .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark {
  color: #4c6a50; }

body .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: #555555; }

.mobile-menu {
  display: none; }

ul.wtwo-colmn {
  width: 560px !important; }

ul.wtwo-colmn .wtwo-colmn-f {
  width: 50%;
  float: left; }

ul.wtwo-colmn .wtwo-colmn-f li {
  width: 100% !important; }

ul.wtwo-colmn li {
  width: 50% !important; }

ul.mbl-signuplink {
  margin-top: 20px !important; }

ul.mbl-signuplink li {
  border-bottom: none !important;
  font-size: 14px !important; }

ul.mbl-signuplink li a {
  border-bottom: none !important;
  font-size: 14px !important; }

body {
  font-family: arial, sans-serif;
  float: left;
  width: 100%; }

.banners {
  max-width: 100%; }

.topSkinny.banners p {
  color: #fff;
  font-size: 14px;
  text-align: left;
  max-width: 1198px;
  margin: 0px auto; }

.banners {
  padding: 0 30px;
  float: unset;
  width: 100%; }

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0;
  margin: 0 auto; }

.page-default .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto; }

.body {
  padding: 0 2.4em 2.4em 2.4em;
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box; }

.body .main.full {
  text-align: center; }

.heroCarousel .slick-list {
  width: 100%; }

.banners {
  background-color: #425563;
  padding-top: 5px;
  padding-bottom: 4px;
  float: unset;
  width: 100%;
  font-size: 14px; }

.navPages-container {
  float: left;
  width: auto;
  text-align: left; }

.navUser {
  padding: 0;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  z-index: 50;
  float: right;
  transform: none;
  width: auto; }

.home-sliders {
  padding: 0 2.4em; }

.banners a.log-block {
  text-decoration: underline;
  font-size: 12px; }

.slick-dots li.slick-active button::before {
  display: none; }

.slick-dots li.slick-active button {
  background-color: #757575;
  border: 1px solid #757575; }

.slick-dots li button {
  background-color: #fff;
  border: 1px solid #757575 !important; }

.navPages-action, .navUser-action {
  padding: 0; }

.heroCarousel {
  margin-top: 0; }

.header-logo > a {
  display: block;
  width: auto;
  margin: 0px auto; }

.header-logo {
  margin: 0;
  z-index: 0; }

.head-right {
  float: right;
  width: auto;
  position: relative;
  z-index: 9;
  margin-top: 0;
  padding: 23px 0; }

.search-div .form-field, .search-div .form {
  margin: 0; }

.navPages-action, .navUser-action {
  font-weight: 400;
  text-transform: capitalize;
  color: #555555;
  font-size: 16px; }

.navPages-action:hover, .navPages-action.activePage {
  color: #4D6e86;
  font-weight: 700; }

.navPages-action.activePage {
  font-weight: 700; }

.navPages ul li {
  padding: 0; }

.navPages ul li a {
  padding: 0px 0; }

.header.sticky .navPages ul li a {
  padding: 0px 0; }

.header.sticky .head-right {
  padding: 16px 0; }

.navPages ul li:last-child {
  margin-right: 0; }

.head-right .navUser-section .quickSearch .navUser-action--quickSearch {
  display: none; }

.search-div {
  width: 219px; }

.search-div .form-input {
  height: 35px;
  padding: 0 40px 0 13px;
  border-color: #767676;
  border-radius: 5px;
  width: 100%;
  color: #767676;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }

.search-div .btn {
  background: url(../img/search-btn-img.png) no-repeat center center;
  position: absolute;
  right: 12px;
  text-indent: -9999px;
  box-shadow: none;
  border: 0;
  width: 17px;
  height: 35px;
  top: 0; }

.search-div .form-field {
  position: relative; }

.footer {
  float: left;
  width: 100%;
  border: 0;
  padding: 0;
  border-top: #767676 solid 1px; }

.navUser-item--account .signin-icon {
  float: left;
  background: url(../img/account-icn.png) left center no-repeat;
  font-size: 13px;
  line-height: 20px;
  padding-left: 21px;
  margin-left: 13px;
  position: relative; }

.account-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  width: 162px;
  display: none;
  display: none;
  padding-top: 12px; }

.navUser-item--account .signin-icon:hover .account-dropdown {
  display: block; }

.account-dropdown ul {
  position: relative;
  padding: 5px 0;
  box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #767676;
  background: #fff;
  border-radius: 5px; }

.account-dropdown ul::after, .account-dropdown ul::before {
  content: '';
  display: block;
  position: absolute;
  left: 68%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotate(-90deg);
  margin-top: -20px; }

.signin-icon .account-link {
  cursor: pointer; }

.navUser-item--account .signin-icon.active {
  background: url(../img/account-icn-active.png) left center no-repeat; }

.signin-icon.active .account-link {
  color: #4D6e86; }

.account-dropdown ul li {
  width: 100%; }

.account-dropdown ul li a {
  font-size: 15px;
  padding: 6px 19px;
  width: 100%; }

.navUser-item--account .signin-icon .account-dropdown ul li a:hover {
  background: #767676;
  color: #fff; }

/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
.account-dropdown ul:after {
  top: 0;
  border-color: transparent transparent transparent #fff;
  border-width: 10px; }

/* this border color controlls the outside, thin border */
.account-dropdown ul::before {
  top: -1px;
  border-color: transparent transparent transparent #767676;
  border-width: 10px;
  right: 0; }

.home-card-section {
  float: left;
  width: 100%;
  margin: 2.4em 0; }

.home-card-section ul {
  margin: 0 -1.2rem;
  list-style: none;
  display: flex; }

.home-card-section ul li {
  float: left;
  width: 33.33%;
  margin: 0 1.2rem;
  background: #eee; }

.home-card-section ul li .figure {
  width: 100%;
  float: left; }

.home-card-section ul li .content {
  background: #eeeeee;
  float: left;
  width: 100%;
  padding: 2.4rem;
  text-align: left; }

.home-card-section ul li h3 {
  font-size: 36px;
  line-height: 49px;
  margin: 0 0 4px 0; }

.home-card-section ul li h3 a {
  color: #555555;
  text-decoration: none; }

.home-card-section ul li:hover h3 a {
  color: #4D6e86; }

.home-card-section ul li p {
  font-size: 19px;
  color: #555555;
  line-height: 33px; }

.home-card-section ul li .gray-button {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #555555;
  border: 1px solid #555555;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/
  background-color: #eeeeee;
  color: #555555;
  font-size: 19px;
  line-height: 28px;
  padding: 0.75rem 1.9rem; }
  .home-card-section ul li .gray-button:hover {
    background: #767676;
    border-color: #767676;
    color: #ffffff; }
  @media (max-width: 599px) {
    .home-card-section ul li .gray-button {
      width: 100%;
      margin: 0 auto 1rem; } }

.home-card-section ul li:hover .gray-button {
  background-color: #555555;
  color: #ffffff; }

.home-trending {
  float: left;
  width: 100%;
  margin-bottom: 50px; }

.home-trending .productCarousel {
  padding: 0 25px 0 25px;
  margin: 60px 0 0 0;
  box-sizing: border-box; }

.home-trending .slick-prev {
  left: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  width: auto; }

.home-trending .slick-next {
  right: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  width: auto; }

.home-trending .productCarousel-slide {
  padding: 0 17px; }

.home-trending h2 {
  margin: 0;
  font-size: 50px;
  color: #555555;
  line-height: 1.375;
  border-bottom: 1px solid #767676;
  padding-bottom: 21px; }

.home-trending .card {
  float: left;
  width: 100%; }

.home-trending .card-figure {
  float: left;
  width: 100%; }

.home-trending .card-body {
  float: left;
  width: 100%;
  text-align: center; }

.home-trending .card-body h4 {
  font-size: 19px;
  font-weight: 700;
  line-height: 31px;
  font-family: arial, sans-serif; }

.home-trending .card-body h4 a:hover {
  color: #7d5841; }

.home-trending .card-body .prd-sku {
  display: none; }

.home-trending .card-text .price {
  font-size: 19px;
  color: #555555;
  line-height: 31px; }

.home-trending .slick-dots {
  bottom: -30px;
  left: 0; }

.home-trending .slick-dots li {
  height: 16px;
  width: 16px;
  margin: 0;
  padding: 0;
  margin-right: 22px; }

.home-trending .slick-dots li:last-child {
  margin-right: 0; }

.home-trending .slick-dots li button {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  border: 1px solid #56564f; }

.home-trending .slick-dots li button.active {
  background: #56564f; }

.about-section {
  float: left;
  width: 100%;
  background: #eeeeee;
  padding: 2.4rem;
  margin-top: 38px; }

.about-section h2 {
  font-size: 50px;
  line-height: 63px;
  color: #555555;
  margin: 0 0 9px 0; }

.about-section p {
  font-size: 19px;
  color: #555555;
  line-height: 28px;
  margin-bottom: 12px; }

.about-section p:last-child {
  margin-bottom: 0; }

.about-section a {
  font-size: 19px;
  text-decoration: underline;
  line-height: 28px;
  color: #4D6e86; }

.about-section a:hover {
  color: #7d5841; }

.home-card-section.home-blog-section .content .secondry {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif; }

.home-card-section.home-blog-section .content .secondry a {
  text-decoration: none;
  text-transform: uppercase;
  color: #687782; }

.home-card-section.home-blog-section .content .secondry a:hover {
  color: #555555; }

.home-card-section.home-blog-section .content a.text-link {
  color: #687782;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif; }

.home-card-section.home-blog-section .content a.text-link:hover {
  color: #555555; }

.home-follow-on-instagram {
  float: left;
  width: 100%;
  padding: 1.5rem 2.4rem 2.4rem 2.4rem;
  margin: 0 0 2.4em 0; }

.home-follow-on-instagram h2 {
  font-size: 50px;
  line-height: 63px;
  color: #555555;
  margin: 0 0 15px 0; }

.home-follow-on-instagram h2 a {
  color: #687782; }

.home-follow-on-instagram h2 a:hover {
  color: #555555; }

.home-follow-on-instagram p {
  font-size: 19px;
  line-height: 28px;
  margin: 0 0 20px 0; }

.home-trending.review-slider {
  margin-bottom: 0; }

#carousel-top-panel {
  border: none !important;
  padding: 0 !important; }

#carousel-top-panel .headline {
  display: none; }

.review-slider .review {
  background: #f1f1f1;
  min-height: 300px !important; }

.review-slider .review .big-version {
  padding: 20px 30px;
  min-height: 300px; }

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .big-version .right-side {
  width: 60% !important;
  text-align: left; }

.review-slider .review .carousel-review-title {
  font-family: Arial, Helvetica, sans-serif !important;
  color: #555555 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important; }

.review-slider .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body {
  text-align: left !important;
  margin-left: 0 !important;
  color: #555555 !important;
  line-height: 25px;
  font-style: normal !important;
  font-size: 16px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  margin-bottom: 8px !important; }

.review-slider .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body .carousel-read-more {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  margin-bottom: 20px !important;
  color: #547689;
  text-decoration: underline;
  margin-top: 10px !important; }

.review-slider .yotpo-reviews-carousel .carousel-display-wrapper .stars-container {
  margin-bottom: 15px; }

.review-slider .review .big-version .carousel-review-author {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  color: #56564f !important;
  font-style: italic !important;
  font-weight: 400 !important; }

.review-slider .review .carousel-review-date {
  display: none; }

.review-slider .yotpo-logo-link-new {
  display: none; }

.review-slider .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-slider-container .single-carousel .product-image-container {
  width: 120px; }

.review-slider .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .y-slider-container .single-carousel .product-image-container .y-carousel-product-image {
  width: 120px;
  height: 120px; }

.review-slider .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .product-name.carousel-review-product-text {
  font-size: 18px;
  height: auto !important;
  color: #547689 !important;
  line-height: 23px !important;
  text-decoration: underline; }

.footer-bottom {
  float: left;
  width: 100%;
  padding: 0 2.4rem; }

.footer-bottom {
  float: left;
  width: 100%; }

footer .container {
  width: 100%;
  max-width: 100%; }

.footer-bottom .container {
  padding: 23px 0 0 0; }

.footer-bottom .footer-info-col {
  width: 25%;
  padding: 0 12px;
  margin: 0; }

.footer-bottom .footer-info {
  margin: 0; }

.footer-bottom .footer-info-col h3 {
  text-transform: uppercase;
  color: #29546b;
  font-weight: 700;
  line-height: 31px;
  float: left;
  width: 100%;
  margin: 0 0 7px 0;
  font-size: 17px;
  font-family: arial, sans-serif; }

.footer-bottom .footer-info-col p {
  font-size: 15px;
  color: #555555;
  line-height: 22px;
  float: left;
  width: 100%;
  margin: 0 0 16px 0; }

.footer-bottom .footer-info-col ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: -3px 0 0 0; }

.footer-bottom .footer-info-col ul li {
  float: left;
  width: 100%; }

.footer-bottom .footer-info-col ul li a {
  font-size: 15px;
  text-transform: capitalize;
  line-height: 23px;
  color: #555555;
  text-decoration: none; }

.footer-bottom .footer-info-col ul li a:hover {
  color: #7d5841; }

.footer-bottom .phone-div {
  float: left;
  width: 100%;
  background-image: url(../img/phone-icn.png);
  background-repeat: no-repeat;
  background-position: left top 5px;
  padding-left: 30px;
  margin-bottom: 12px; }

.footer-bottom .phone-div p {
  line-height: 20px;
  margin-bottom: 0; }

.footer-bottom .phone-div p a {
  color: #555555;
  text-decoration: none; }

.footer-bottom .phone-div p a:hover {
  color: #7d5841; }

.footer-bottom .email-div {
  float: left;
  width: 100%;
  background-image: url(../img/mail.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px; }

.footer-bottom .email-div p a {
  color: #555555;
  text-decoration: none; }

.footer-bottom .email-div p a:hover {
  color: #7d5841; }

.footer-bottom .email-div p {
  line-height: 20px;
  margin-bottom: 0; }

.footer-bottom .phone-div p span {
  display: block; }

.footer-bottom .newsletter-div {
  float: left;
  width: 100%; }

.footer-bottom .newsletter-div .form-prefixPostfix {
  float: left;
  width: 100%;
  display: table;
  table-layout: fixed;
  flex-wrap: inherit;
  flex-direction: inherit;
  font-size: 0; }

.footer-bottom .newsletter-div p {
  margin: 0 0 10px 0; }

.footer-bottom .newsletter-div form {
  float: left;
  width: 100%; }

.footer-bottom .newsletter-div .form-input {
  width: 57%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: top; }

.footer-bottom .newsletter-div .gray-button {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #555555;
  border: 1px solid #555555;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/
  width: 40%;
  height: 40px;
  padding: 0;
  margin-bottom: 0;
  font-family: arial, sans-serif;
  vertical-align: top; }
  .footer-bottom .newsletter-div .gray-button:hover {
    background: #767676;
    border-color: #767676;
    color: #ffffff; }
  @media (max-width: 599px) {
    .footer-bottom .newsletter-div .gray-button {
      width: 100%;
      margin: 0 auto 1rem; } }

.footer-bottom .newsletter-div .form-field, .footer-bottom .newsletter-div .form {
  margin: 0; }

.footer-bottom .footer-info-storeinfo .socialLinks {
  margin-top: 20px; }

.footer-bottom .footer-info-storeinfo .socialLinks li {
  float: left;
  width: auto;
  margin: 0; }

.footer-bottom .footer-info-storeinfo .socialLinks li a {
  background-image: url(../img/social-sprite.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 30px;
  background-position: 6px 0;
  display: inline-block;
  margin-right: 25px; }

.footer-bottom .footer-info-storeinfo .socialLinks li a:hover {
  opacity: 0.8; }

.footer-bottom .footer-info-storeinfo .socialLinks li:last-child a {
  margin-right: 0; }

.footer-bottom .footer-info-storeinfo .socialLinks li a svg {
  display: none; }

.footer-bottom .footer-info-storeinfo .socialLinks li a.icon--facebook {
  margin-left: -6px; }

.footer-bottom .footer-info-storeinfo .socialLinks li a.icon--twitter {
  background-position: -47px 0; }

.footer-bottom .footer-info-storeinfo .socialLinks li a.icon--instagram {
  background-position: -100px 0; }

.footer-bottom .footer-info-storeinfo .socialLinks li a.icon--pinterest {
  background-position: -152px 0; }

.footer-bottom .footer-info-storeinfo .socialLinks li a.icon--linkedin {
  background-position: -206px 0; }

.footer-bottom .footer-info-storeinfo .socialLinks li a.icon--youtube {
  background-position: -259px 0; }

.footer-copyright {
  float: left;
  width: 100%;
  margin-top: 35px;
  padding-bottom: 53px; }

.footer-copyright > p.powered-by {
  color: #555;
  font-size: 13px;
  float: left;
  width: 100%;
  font-family: arial, sans-serif;
  margin-bottom: 4px; }

.footer-copyright ul {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none; }

.footer-copyright ul li {
  float: left;
  width: auto;
  margin-right: 17px; }

.footer-copyright ul li:last-child {
  margin-right: 0; }

.footer-copyright ul li a {
  color: #555;
  font-size: 13px; }

.footer-copyright ul li a:hover {
  color: #7d5841; }

.navUser-item--cart .dropdown-menu {
  max-width: 319px;
  border-radius: 5px;
  border: 1px solid #767676;
  box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 12px; }

.navUser-item--cart .dropdown-menu.is-open::after {
  top: 0;
  border-color: transparent transparent white transparent;
  border-width: 10px; }

.navUser-item--cart .dropdown-menu .previewCartItem-brand {
  display: none; }

.navUser-item--cart .dropdown-menu .previewCartItem-image {
  width: 33%;
  display: inline-block; }

.navUser-item--cart .dropdown-menu .previewCartItem-content {
  width: 65%;
  display: inline-block; }

.navUser-item--cart .dropdown-menu .previewCartItem {
  border-bottom: 1px solid #767676;
  padding: 5px 10px; }

.navUser-item--cart .dropdown-menu .previewCartItem h6 {
  font-family: arial, sans-serif; }

.navUser-item--cart .dropdown-menu .previewCartItem a {
  color: #555555;
  font-size: 16px;
  line-height: 24px; }

.navUser-item--cart .dropdown-menu .previewCartItem a:hover {
  color: #7d5841; }

.navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-price {
  color: #767676;
  font-size: 16px; }

.navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-content {
  padding-left: 0.3rem;
  padding-right: 0; }

.navUser-item--cart .dropdown-menu .previewCartAction {
  padding: 22px 0;
  text-align: center; }

.navUser-item--cart .dropdown-menu .previewCartAction a {
  width: 132px;
  display: inline-block;
  line-height: 44px;
  font-size: 16px;
  color: #555555;
  border: 1px solid #555555;
  border-radius: 5px;
  display: inline-block;
  font-family: arial, sans-serif;
  background-color: #fff;
  padding: 0; }

.navUser-item--cart .dropdown-menu .previewCartAction a:hover {
  background-color: #555555;
  color: #fff; }

.navUser-item--cart .dropdown-menu .previewCartAction .previewCartAction-viewCart {
  margin-right: 7px; }

.navUser-item--cart .dropdown-menu .previewCartAction .previewCartAction-viewCart a {
  background-color: #425563;
  border-color: #425563;
  color: #fff; }

.navUser-item--cart .dropdown-menu .previewCartAction .previewCartAction-viewCart a:hover {
  background-color: #698797;
  border-color: #698797; }

.navUser-item--cart .dropdown-menu .previewCartAction .previewCartAction-viewCart, .navUser-item--cart .dropdown-menu .previewCartAction .previewCartAction-checkout {
  float: none;
  display: inline-block;
  padding: 0;
  width: auto; }

.navPages-container .has-subMenu .navPages-action-moreIcon {
  display: none; }

.slider .item .mobile-img {
  display: none; }

.search-div .form-field {
  display: block; }

.navUser-item.navUser-item--divider {
  display: none; }

.footer-sign-btn {
  position: fixed;
  right: 0;
  bottom: 0; }

.career-page .gray-button {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #555555;
  border: 1px solid #555555;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/
  margin: 0; }
  .career-page .gray-button:hover {
    background: #767676;
    border-color: #767676;
    color: #ffffff; }
  @media (max-width: 599px) {
    .career-page .gray-button {
      width: 100%;
      margin: 0 auto 1rem; } }

.career-page .blue-button {
  margin: 0; }

.productView {
  margin: 0 auto;
  padding: 17px 0 0 0; }
  .productView .productView-images {
    width: 52%;
    padding: 0; }
    .productView .productView-images .slick-dots {
      display: none !important; }
    .productView .productView-images .productView-image {
      float: left;
      width: 100%; }
    .productView .productView-images .productView-img-container {
      max-height: 500px;
      width: 100%; }
    .productView .productView-images .rollover_img {
      text-align: center;
      margin: 16px 0 20px 0;
      float: left;
      width: 100%; }
      .productView .productView-images .rollover_img span {
        background: url(../img/zoom-img.png) no-repeat left center;
        display: inline-block;
        margin: 0 auto;
        padding-left: 26px;
        font-size: 15px;
        color: #56564f; }
    .productView .productView-images .productView-thumbnails {
      margin: 0;
      float: left;
      width: 100%;
      position: relative;
      text-align: center; }
      .productView .productView-images .productView-thumbnails .productView-thumbnail {
        float: none;
        display: inline-block;
        vertical-align: top; }
      .productView .productView-images .productView-thumbnails .productView-thumbnail-link {
        border: 0px solid #e5e5e5;
        height: 82px;
        max-width: 82px;
        padding: 0; }
        .productView .productView-images .productView-thumbnails .productView-thumbnail-link img {
          max-width: 100%;
          width: 100%;
          height: auto; }
      .productView .productView-images .productView-thumbnails .slick-arrow {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto; }
  .productView .mobile-hide {
    float: left;
    margin-top: 32px;
    width: 100%; }
    .productView .mobile-hide .videoGallery {
      float: left;
      width: 100%; }
    @media (max-width: 599px) {
      .productView .mobile-hide {
        display: none; } }
  .productView .productView-details {
    width: 48%;
    padding-left: 31px;
    padding-right: 0;
    margin-bottom: 0; }
    .productView .productView-details .productView-title {
      float: left;
      width: 100%;
      margin: 16px 0 6px 0 !important;
      line-height: 55px;
      font-size: 40px; }
    .productView .productView-details .sku-row {
      float: left;
      width: 100%;
      margin-bottom: 12px;
      font-size: 14px;
      color: #555555;
      line-height: 22px; }
      .productView .productView-details .sku-row .productView-info-name {
        float: left;
        width: auto;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 22px; }
      .productView .productView-details .sku-row dt {
        margin-bottom: 0; }
      .productView .productView-details .sku-row dd {
        margin-bottom: 0; }
    .productView .productView-details .form-input {
      width: 44px; }
    .productView .productView-details.productView-bottom .productView-options .form-field {
      margin-bottom: 27px; }
      .productView .productView-details.productView-bottom .productView-options .form-field label {
        font-family: Arial, Helvetica, sans-serif; }
        .productView .productView-details.productView-bottom .productView-options .form-field label.form-label {
          font-size: 15px;
          line-height: 23px;
          color: #555555;
          margin-bottom: 4px; }
          .productView .productView-details.productView-bottom .productView-options .form-field label.form-label small {
            display: none; }
        .productView .productView-details.productView-bottom .productView-options .form-field label.form-option {
          font-size: 15px;
          line-height: 23px;
          color: #555555;
          margin-bottom: 0;
          border: 1px solid #767676;
          border-radius: 5px;
          padding: 9px 13px;
          margin-right: 15px; }
      .productView .productView-details.productView-bottom .productView-options .form-field .form-increment .button {
        height: 44px;
        width: 30px;
        border: 1px solid #767676; }
        .productView .productView-details.productView-bottom .productView-options .form-field .form-increment .button[data-action="dec"] {
          border-radius: 5px 0px 0px 5px; }
        .productView .productView-details.productView-bottom .productView-options .form-field .form-increment .button[data-action="inc"] {
          border-radius: 0 5px 5px 0px; }
      .productView .productView-details.productView-bottom .productView-options .form-field .form-increment .form-input {
        width: 46px;
        height: 44px;
        margin-left: -1px;
        margin-right: -1px;
        border: 1px solid #767676;
        border-radius: 0;
        padding: 0 3px;
        background: #fff; }
      .productView .productView-details.productView-bottom .productView-options .form-field.form-field--increments {
        margin-bottom: 2px; }
    .productView .productView-details.productView-bottom .productView-options .share-class {
      float: left;
      width: 100%;
      margin-top: 8px; }
      .productView .productView-details.productView-bottom .productView-options .share-class .form-wishlist {
        float: left;
        width: auto;
        margin: 0 17px 0 0;
        padding-left: 0; }
        .productView .productView-details.productView-bottom .productView-options .share-class .form-wishlist input {
          padding: 0;
          border: 0;
          margin: 0;
          font-size: 15px;
          color: #547689;
          font-family: Arial, Helvetica, sans-serif;
          border-bottom: #547689 solid 1px;
          line-height: 1;
          border-radius: 0; }
          .productView .productView-details.productView-bottom .productView-options .share-class .form-wishlist input:hover {
            color: #7d5841;
            border-bottom-color: #7d5841; }
      .productView .productView-details.productView-bottom .productView-options .share-class .addthis_toolbox {
        float: left;
        width: auto; }
    .productView .productView-details.productView-bottom .min-order-qty-div {
      margin-top: 0;
      font-size: 14px;
      color: #767676;
      line-height: 23px; }
      .productView .productView-details.productView-bottom .min-order-qty-div .productView-info-value {
        margin-bottom: 0; }
    .productView .productView-details.productView-bottom .form-action {
      float: left;
      width: 100%;
      margin-top: 23px;
      margin-bottom: 18px; }
      .productView .productView-details.productView-bottom .form-action .button--primary {
        float: left;
        width: 100%;
        margin: 0 !important;
        font-size: 18px;
        height: 55px; }
  .productView .mobile-show {
    display: none; }
    .productView .mobile-show .videoGallery {
      float: left;
      width: 100%; }
    @media (max-width: 599px) {
      .productView .mobile-show {
        display: block; } }
  .productView .home-trending {
    margin-bottom: 65px; }
    .productView .home-trending h2 {
      font-size: 32px;
      text-align: center;
      padding: 0 0 5px 0;
      line-height: 1.375; }
    .productView .home-trending .productCarousel {
      padding-left: 0;
      padding-right: 0; }
      .productView .home-trending .productCarousel .card-text .price {
        font-size: 16px; }
    .productView .home-trending .slick-dots {
      bottom: -40px; }
  .productView .related-out-trending {
    border: 1px solid #767676;
    border-radius: 10px;
    padding: 17px 22px 60px 22px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 7px 0 rgba(0, 0, 0, 0.2); }
    .productView .related-out-trending .productCarousel {
      margin-top: 20px; }
  .productView .instock-notify-div {
    float: left;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 6px;
    margin-bottom: 21px; }
    .productView .instock-notify-div p {
      line-height: 32px;
      font-size: 16px;
      margin-bottom: 10px; }
    .productView .instock-notify-div input {
      height: 44px;
      margin: 0;
      padding: 0;
      width: 100% !important; }
    .productView .instock-notify-div .field {
      float: left;
      width: 64%; }
      .productView .instock-notify-div .field .form-input {
        width: 100%;
        background-color: #fff;
        padding: 0 17px;
        box-sizing: border-box;
        border-color: #555;
        color: #555; }
        .productView .instock-notify-div .field .form-input:invalid {
          box-shadow: none !important; }
    .productView .instock-notify-div .actions {
      float: right;
      width: 33%; }
      .productView .instock-notify-div .actions .button {
        margin: 0 !important; }

.productView-product {
  border-bottom: 0px solid #e5e5e5;
  padding-bottom: 0; }
  .productView-product .new-flag-badge {
    width: 100%; }
    .productView-product .new-flag-badge .new-flag-badge-text {
      position: inherit;
      top: inherit;
      left: inherit;
      float: left; }
  .productView-product .artist-name {
    font-size: 18px;
    line-height: 27px;
    color: #555555;
    float: left;
    width: 100%; }
  .productView-product .productView-price {
    float: left;
    width: 100%;
    margin: 0 0 2px 0; }
    .productView-product .productView-price .price-section {
      float: left;
      font-size: 21px;
      color: #9a3324;
      line-height: 24px; }
      .productView-product .productView-price .price-section.non-sale-price--withoutTax {
        margin-right: 12px;
        color: #555555; }
      .productView-product .productView-price .price-section.normal-price {
        color: #555555; }
    .productView-product .productView-price .rrp-price--withoutTax {
      display: none !important; }
    .productView-product .productView-price .price-section--saving {
      display: none !important; }
  .productView-product .productView-info.msrp {
    float: left;
    width: 100%;
    color: #767676;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 8px 0; }
    .productView-product .productView-info.msrp .pro_info {
      margin: 0;
      float: left;
      width: 100%; }
    .productView-product .productView-info.msrp dt {
      float: left;
      margin: 0;
      margin-right: 6px;
      line-height: 25px; }
    .productView-product .productView-info.msrp dd {
      float: left;
      margin: 0; }
  .productView-product .productView-rating {
    float: left;
    width: 100%;
    margin-bottom: 12px; }
  .productView-product .release-date {
    font-size: 16px;
    font-weight: 700;
    color: #9a3324;
    line-height: 27px;
    float: left;
    width: 100%;
    margin: 0 0 11px 0; }
  .productView-product .availability {
    font-size: 16px;
    color: #4c6a50;
    line-height: 24px;
    float: left;
    width: 100%;
    margin: 0; }
    .productView-product .availability.estimated p {
      margin-bottom: 0; }
    .productView-product .availability.out {
      font-weight: 700;
      color: #9a3324; }
  .productView-product .product-desc-top {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 13px;
    font-size: 16px; }
    .productView-product .product-desc-top p {
      margin-bottom: 0; }
  .productView-product .artist-div {
    float: left;
    width: 100%;
    margin-bottom: 24px; }
    .productView-product .artist-div .artistImage {
      width: 120px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 16px; }
    .productView-product .artist-div .artist-right {
      display: inline-block;
      vertical-align: middle; }
      .productView-product .artist-div .artist-right .artistName {
        font-size: 24px;
        color: #555555;
        line-height: 24px;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }
        .productView-product .artist-div .artist-right .artistName span {
          display: block; }
          .productView-product .artist-div .artist-right .artistName span.created {
            font-size: 15px; }
      .productView-product .artist-div .artist-right .artistlink {
        font-size: 15px;
        text-decoration: underline;
        color: #547689;
        line-height: 24px;
        margin-top: 12px; }
        .productView-product .artist-div .artist-right .artistlink a {
          color: #547689; }
          .productView-product .artist-div .artist-right .artistlink a:hover {
            color: #7d5841; }
  .productView-product .gift-div {
    float: left;
    width: 100%; }
    .productView-product .gift-div label {
      font-size: 15px;
      font-family: Arial, Helvetica, sans-serif;
      text-transform: capitalize;
      color: #555555;
      background-image: url(../img/gift-icn.png);
      background-repeat: no-repeat;
      background-position: left top;
      text-decoration: none;
      padding-left: 24px;
      line-height: 26px;
      display: block; }
    .productView-product .gift-div label:hover {
      color: #425563; }

.form-label-gift {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #555555;
  background-image: url(../img/gift-icn.png);
  background-repeat: no-repeat;
  background-position: left top;
  text-decoration: none;
  padding-left: 24px;
  line-height: 26px !important;
  display: block;
  margin-bottom: 15px !important; }

.productView-bottom.HasGiftOption .form-field textarea {
  width: 100%;
  height: 3.5rem;
  padding: 0.75rem 1rem;
  border-radius: 0; }

.page-product .previewCartCheckout a.button.button--primary {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #555555;
  border: 1px solid #555555;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/ }
  .page-product .previewCartCheckout a.button.button--primary:hover {
    background: #767676;
    border-color: #767676;
    color: #ffffff; }
  @media (max-width: 599px) {
    .page-product .previewCartCheckout a.button.button--primary {
      width: 100%;
      margin: 0 auto 1rem; } }

.page-product .previewCartCheckout a.button {
  font-family: Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #767676;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  /*   
   &:click{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
   
   &:focus{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
*/ }
  .page-product .previewCartCheckout a.button:hover {
    background: #555555;
    border-color: #555555;
    color: #ffffff; }
  @media (max-width: 599px) {
    .page-product .previewCartCheckout a.button {
      width: 100%;
      margin: 0 auto 1rem; } }

.quickview-detail {
  float: left;
  width: 100%;
  margin-top: 0;
  display: none; }
  .quickview-detail a {
    font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid #767676;
    border-radius: 5px;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    /*   
   &:click{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
   
   &:focus{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
*/
    width: 100%; }
    .quickview-detail a:hover {
      background: #555555;
      border-color: #555555;
      color: #ffffff; }
    @media (max-width: 599px) {
      .quickview-detail a {
        width: 100%;
        margin: 0 auto 1rem; } }
    .quickview-detail a:hover {
      background: #555555 !important;
      border-color: #555555 !important;
      color: #ffffff !important; }
    .quickview-detail a:focus {
      background: #555555 !important;
      border-color: #555555 !important;
      color: #ffffff !important; }

.addthis_toolbox .socialLinks li {
  float: left;
  width: 18px;
  margin-right: 15px; }
  .addthis_toolbox .socialLinks li a {
    background-image: url(../img/social-sprite-share.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 20px;
    float: left;
    width: 100%; }
    .addthis_toolbox .socialLinks li a svg {
      display: none; }
    .addthis_toolbox .socialLinks li a.icon--facebook {
      background-position: 0 0; }
    .addthis_toolbox .socialLinks li a.icon--email {
      background-position: -24px 0; }
    .addthis_toolbox .socialLinks li a.icon--twitter {
      background-position: -58px 0; }
    .addthis_toolbox .socialLinks li a.icon--pinterest {
      background-position: -91px 0; }
  .addthis_toolbox .socialLinks li.socialLinks-item--facebook {
    margin-right: 6px; }

.productView-description {
  clear: right;
  float: right;
  width: 48%;
  padding: 0 0 0 31px;
  margin-top: 30px; }
  .productView-description .tabs {
    border-color: #555555; }
    .productView-description .tabs li {
      font-size: 14px;
      text-transform: capitalize;
      color: #555555;
      font-family: Arial, Helvetica, sans-serif;
      border-radius: 5px 5px 0px 0px; }
      .productView-description .tabs li a {
        color: #555555;
        padding: 0;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        padding: 12px 51px 12px 53px;
        font-weight: 700; }
      .productView-description .tabs li.is-active {
        border-color: #555555;
        border-bottom-color: #ffffff; }
        .productView-description .tabs li.is-active a {
          color: #425563;
          font-weight: 700; }
  .productView-description .tab-content {
    padding: 19px 0;
    float: left;
    width: 100%;
    position: relative;
    font-size: 15px;
    line-height: 26px; }
    .productView-description .tab-content ul li {
      font-size: 15px;
      color: #555555;
      line-height: 22px;
      margin-bottom: 5px; }
    .productView-description .tab-content .artistImage {
      float: left;
      width: 42%;
      margin-right: 18px; }
    .productView-description .tab-content .artistBio {
      float: left;
      width: 54%; }
    .productView-description .tab-content .artistname {
      float: left;
      width: 54%; }
      .productView-description .tab-content .artistname h3 {
        margin-top: 0; }

.related-none {
  display: none; }

.mobile-meta-show {
  display: none; }

.custom_toggle .toggle_btn {
  display: none; }

.related-trending .card-body .price-section .price.price--withoutTax {
  color: #555; }

.tab svg, .toggle_btn svg {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 20px; }

svg:not(:root) {
  overflow: hidden; }

.productView-main-slider {
  display: none;
  margin: 0; }

.cart-container {
  max-width: 1100px;
  margin: 36px auto 0;
  float: none; }
  .cart-container .change-link {
    display: none; }
  .cart-container thead th {
    background-color: #eeeeee;
    padding: 6px 15px 8px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #555555;
    line-height: 23px; }
  .cart-container .cart-list td {
    padding: 28px 14px 28px 14px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 23px;
    vertical-align: top;
    border-bottom: 1px solid #555;
    height: 132px; }
    .cart-container .cart-list td.cart-item-title {
      padding-left: 0; }
      .cart-container .cart-list td.cart-item-title figure {
        display: table-cell;
        vertical-align: top;
        max-width: 100px;
        height: 100px;
        margin-right: 18px;
        position: relative; }
        .cart-container .cart-list td.cart-item-title figure img {
          width: auto;
          max-width: 100px;
          bottom: inherit; }
      .cart-container .cart-list td.cart-item-title .cart-details {
        display: table-cell;
        vertical-align: top;
        padding-left: 114px; }
      .cart-container .cart-list td.cart-item-title .cart-item-name {
        font-size: 18px;
        color: #555555;
        line-height: 24px;
        font-family: Arial, Helvetica, sans-serif;
        min-width: 335px; }
        .cart-container .cart-list td.cart-item-title .cart-item-name a {
          color: #555555;
          text-decoration: none; }
          .cart-container .cart-list td.cart-item-title .cart-item-name a:hover {
            color: #7d5841; }
      .cart-container .cart-list td.cart-item-title .definitionList {
        margin-bottom: 0; }
      .cart-container .cart-list td.cart-item-title .availability {
        color: #4c6a50;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 400; }
        .cart-container .cart-list td.cart-item-title .availability.out {
          font-weight: 700;
          color: #9a3324; }
    .cart-container .cart-list td.mobile-block {
      display: none; }
  .cart-container .cart-list .cart-item-info {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    line-height: 24px; }
  .cart-container .price {
    text-align: right; }
  .cart-container .gift_wrapping_price {
    display: block; }
  .cart-container .quantity {
    text-align: left;
    padding-left: 93px; }
  .cart-container .free-shipping {
    float: left;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 30px; }
    .cart-container .free-shipping .alertBox--info {
      background-color: rgba(66, 85, 99, 0.2);
      text-align: center;
      font-size: 15px;
      color: #425563;
      border-radius: 5px;
      padding: 15px;
      margin-bottom: 1.5rem;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center; }
      .cart-container .free-shipping .alertBox--info svg {
        fill: #425563; }
      .cart-container .free-shipping .alertBox--info .alertBox-column {
        display: inline-block;
        width: auto;
        font-size: 15px;
        color: #425563; }
      .cart-container .free-shipping .alertBox--info:last-child {
        margin-bottom: 0; }
    .cart-container .free-shipping .alertBox-icon {
      padding: 0 7px 0 0; }
      .cart-container .free-shipping .alertBox-icon .icon {
        height: 23px;
        width: 23px; }
  .cart-container .form-increment {
    font-size: 0;
    margin: 0; }
    .cart-container .form-increment .button {
      height: 44px;
      width: 30px;
      border: 1px solid #767676; }
    .cart-container .form-increment .button[data-action="dec"] {
      border-radius: 5px 0px 0px 5px; }
    .cart-container .form-increment .button[data-action="inc"] {
      border-radius: 0 5px 5px 0px; }
    .cart-container .form-increment .form-input {
      width: 46px;
      height: 44px;
      margin-left: -1px;
      margin-right: -1px;
      border: 1px solid #767676;
      border-radius: 0;
      padding: 0 3px; }
  .cart-container th.cart-header-quantity {
    padding-left: 0;
    padding-right: 0;
    text-align: left; }
  .cart-container td.cart-item-quantity {
    text-align: left;
    padding-left: 0;
    padding-right: 0; }
    .cart-container td.cart-item-quantity .productView-info-value {
      font-size: 14px;
      line-height: 23px;
      margin: 9px 0 0 0;
      font-weight: 400; }
  .cart-container .cart-remove {
    margin-left: 0;
    background: transparent;
    height: 35px;
    width: 35px;
    padding: 0; }
  .cart-container .cart-totals {
    width: 38%;
    margin-top: 4px; }
    .cart-container .cart-totals .cart-total {
      margin-bottom: 5px;
      float: left;
      width: 100%; }
      .cart-container .cart-totals .cart-total.cart_grand_total {
        border-top: 1px solid #555;
        margin-top: 13px;
        padding-top: 20px;
        margin-bottom: 0; }
        .cart-container .cart-totals .cart-total.cart_grand_total .cart-total-label {
          font-family: "Open Sans", Arial, Helvetica, sans-serif;
          font-size: 24px;
          font-weight: 700; }
          .cart-container .cart-totals .cart-total.cart_grand_total .cart-total-label strong {
            font-weight: 700; }
        .cart-container .cart-totals .cart-total.cart_grand_total .cart-total-value {
          font-family: "Open Sans", Arial, Helvetica, sans-serif;
          font-size: 24px;
          font-weight: 700; }
          .cart-container .cart-totals .cart-total.cart_grand_total .cart-total-value p {
            font-size: 24px;
            font-weight: 700;
            font-family: "Open Sans", Arial, Helvetica, sans-serif;
            line-height: 27px; }
    .cart-container .cart-totals .cart-total-label {
      padding: 0;
      font-size: 18px;
      color: #555;
      font-weight: 400;
      line-height: 27px; }
      .cart-container .cart-totals .cart-total-label strong {
        font-weight: 400; }
    .cart-container .cart-totals .shipping-estimator {
      float: left;
      width: 100%;
      margin-top: 10px; }
      .cart-container .cart-totals .shipping-estimator .estimator-form .button--primary {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        color: #ffffff;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        text-align: center;
        background: #555555;
        border: 1px solid #555555;
        border-radius: 5px;
        padding: 0.75rem 1.5rem;
        text-decoration: none;
        display: inline-block;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/ }
        .cart-container .cart-totals .shipping-estimator .estimator-form .button--primary:hover {
          background: #767676;
          border-color: #767676;
          color: #ffffff; }
        @media (max-width: 599px) {
          .cart-container .cart-totals .shipping-estimator .estimator-form .button--primary {
            width: 100%;
            margin: 0 auto 1rem; } }
      .cart-container .cart-totals .shipping-estimator .form-select {
        height: 40px;
        border-radius: 5px;
        border: 1px solid #767676;
        font-size: 15px;
        color: #767676;
        padding: 0 13px;
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        width: 100%; }
      .cart-container .cart-totals .shipping-estimator .font-input {
        height: 40px !important; }
    .cart-container .cart-totals .coupon-code {
      float: left;
      width: 100%;
      margin-top: 10px; }
      .cart-container .cart-totals .coupon-code .form-input {
        float: left;
        width: 100%;
        height: 40px !important; }
      .cart-container .cart-totals .coupon-code .button {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        color: #ffffff;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        text-align: center;
        background: #555555;
        border: 1px solid #555555;
        border-radius: 5px;
        padding: 0.75rem 1.5rem;
        text-decoration: none;
        display: inline-block;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/
        margin-left: 0;
        margin-top: 5px; }
        .cart-container .cart-totals .coupon-code .button:hover {
          background: #767676;
          border-color: #767676;
          color: #ffffff; }
        @media (max-width: 599px) {
          .cart-container .cart-totals .coupon-code .button {
            width: 100%;
            margin: 0 auto 1rem; } }
    .cart-container .cart-totals .cart-total-value {
      padding: 0;
      font-size: 18px;
      color: #555;
      font-weight: 400;
      line-height: 27px; }
      .cart-container .cart-totals .cart-total-value button {
        font-size: 18px;
        color: #687782 !important;
        font-weight: 400;
        line-height: 27px;
        text-decoration: underline;
        font-style: normal !important; }
      .cart-container .cart-totals .cart-total-value button:hover {
        color: #7d5841 !important; }
      .cart-container .cart-totals .cart-total-value span {
        float: right;
        line-height: 27px; }
      .cart-container .cart-totals .cart-total-value p {
        margin-bottom: 0; }
  .cart-container .cart-total + .cart-total {
    border-top: 0px solid #e5e5e5; }
  .cart-container .cart-actions {
    float: right;
    width: 38%; }
    .cart-container .cart-actions.checkout-btn {
      margin-top: 17px; }
      .cart-container .cart-actions.checkout-btn .button {
        width: 100%;
        margin: 0 !important;
        line-height: 32px !important;
        font-size: 18px !important; }
    .cart-container .cart-actions.continue_shopping {
      margin: 16px 0 0 0; }
      .cart-container .cart-actions.continue_shopping .button {
        width: 100%;
        border: 0;
        text-decoration: underline;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px !important;
        color: #698797 !important; }
      .cart-container .cart-actions.continue_shopping .button:hover {
        color: #7d5841 !important; }
    .cart-container .cart-actions.share_cart {
      margin: 0; }
      .cart-container .cart-actions.share_cart .button {
        width: 100%;
        border: 0;
        text-decoration: underline;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px !important;
        color: #698797 !important; }
      .cart-container .cart-actions.share_cart .button:hover {
        color: #7d5841 !important; }
  .cart-container .batches {
    float: right;
    width: 38%;
    clear: both;
    margin-bottom: 31px;
    text-align: center;
    margin-top: 13px; }
  .cart-container .cart-content {
    float: left;
    width: 100%; }

.cart-item-options--giftWrapping {
  margin-top: 1.8rem; }
  .cart-item-options--giftWrapping .cart-item-option-title {
    float: left;
    background-image: url(../img/gift-icn.png);
    background-repeat: no-repeat;
    background-position: left 2px;
    text-decoration: none;
    padding-left: 20px;
    line-height: 22px;
    background-size: 13px 16px;
    font-size: 16px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 3px;
    margin-bottom: 0; }
    .cart-item-options--giftWrapping .cart-item-option-title.gift_message {
      background: none;
      padding-left: 0; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    margin-bottom: 0;
    font-size: 16px;
    color: #555555; }
  .cart-item-options--giftWrapping .gift_message_des {
    font-style: italic; }
  .cart-item-options--giftWrapping .cart-item-option-actions {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif; }
    .cart-item-options--giftWrapping .cart-item-option-actions a {
      color: #4D6e86;
      text-decoration: underline; }

#yotpo-testimonials-custom-tab #yotpo-testimonials {
  margin-top: 47px; }

.productView .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes, .productView .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-3-boxes {
  position: relative;
  margin: 0 !important;
  width: 100%;
  padding: 0; }

#yotpo-testimonials-custom-tab .yotpo-nav, #yotpo-testimonials-custom-tab .yotpo-label, #yotpo-testimonials-custom-tab .yotpo-modal-bottom-line {
  display: none; }

#yotpo-testimonials-custom-tab #yotpo-product-reviews-tab {
  display: block !important; }

.productView .yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: #555555; }

.yotpo-main-reviews .yotpo-label.yotpo-small-box {
  display: none; }

.productView .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-sum-reviews {
  font-size: 14px;
  display: block;
  color: #555555;
  padding: 0; }

.productView .yotpo.yotpo-main-widget .yotpo-bottomline .questions {
  margin: 7px 0 0 0; }

.productView .yotpo.yotpo-main-widget .yotpo-bottomline .questions a {
  color: #555555 !important; }

.productView .yotpo.yotpo-main-widget .yotpo-bottomline .questions a:hover {
  color: #7d5841 !important; }

.productView .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 0 !important; }

.productView .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button {
  width: 180px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #767676;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  /*   
   &:click{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
   
   &:focus{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
*/
  padding: 9px 0;
  color: #555; }
  .productView .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button:hover {
    background: #555555;
    border-color: #555555;
    color: #ffffff; }
  @media (max-width: 599px) {
    .productView .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button {
      width: 100%;
      margin: 0 auto 1rem; } }

.productView .yotpo .write-question-wrapper .connect-wrapper {
  padding-left: 0; }

.yotpo.yotpo-main-widget .write-review-wrapper .yotpo-icon-btn .yotpo-icon {
  color: #555 !important; }

.yotpo.yotpo-main-widget .write-review-wrapper .yotpo-icon-btn .yotpo-icon:hover {
  color: #fff !important; }

.productView .yotpo .y-input, .productView .yotpo .text-box {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #767676;
  font-size: 15px;
  color: #767676;
  padding: 0 13px;
  font-family: Palatino-Roman; }

.productView .yotpo .yotpo-text-box {
  height: 140px;
  border-radius: 5px;
  border: 1px solid #767676;
  font-size: 15px;
  color: #767676;
  padding: 13px;
  font-family: Palatino-Roman; }

.yotpo-main-reviews .yotpo .yotpo-nav.reviews {
  border-color: transparent;
  margin-top: 25px; }

.yotpo-main-reviews .yotpo-nav-content {
  margin-top: 17px;
  float: left;
  width: 100%; }

.yotpo-main-reviews .main-widget .yotpo-nav-primary ul {
  width: 100% !important;
  border-bottom: 1px solid #555555;
  float: left;
  font-size: 0; }

.yotpo-main-reviews .main-widget .yotpo-nav-primary ul li {
  border: 1px solid #fff;
  border-radius: 5px 5px 0px 0px;
  padding: 0;
  float: left;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  height: 45px;
  padding: 14px 52px 5px 52px;
  position: relative; }

.yotpo-main-reviews .main-widget .yotpo-nav-primary ul li.yotpo-active {
  border-color: #555;
  border-bottom-color: #fff;
  margin-bottom: -1px; }

.yotpo-main-reviews .main-widget .yotpo-nav-primary ul li.yotpo-active:after {
  background: #fff;
  height: 1px;
  width: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0; }

.yotpo-main-reviews .main-widget .yotpo-nav-primary ul li span {
  color: #555555;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block; }

.yotpo-main-reviews .main-widget .yotpo-nav-primary ul li:hover span, .yotpo-main-reviews .main-widget .yotpo-nav-primary ul li.yotpo-active span {
  color: #29546b;
  font-weight: 700; }

.yotpo-main-reviews .main-widget .yotpo-nav-primary ul li.yotpo-active .yotpo-nav-wrapper {
  border: 0;
  padding: 0; }

.productView .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button:hover .yotpo-icon-button-text {
  color: #fff; }

.productView .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button:hover .yotpo-icon {
  color: #fff; }

.productView .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button .yotpo-icon-button-text {
  color: #555;
  text-transform: capitalize; }

.productView .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button .yotpo-icon {
  color: #555;
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0; }

.productView .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button {
  top: 59px; }

.productView .yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-question-button.write-question-button {
  top: 1px; }

.productView .yotpo.yotpo-main-widget {
  margin-top: 19px; }

.productView .yotpo .yotpo-regular-box {
  float: left;
  width: 50%;
  margin: 0 0 80px 0 !important;
  border-top: 0;
  padding: 0; }

.productView .yotpo .yotpo-regular-box:nth-child(even) {
  padding: 0 30px 0 15px; }

.productView .yotpo .yotpo-regular-box:nth-child(odd) {
  padding: 0 15px 0 30px; }

.productView .yotpo .yotpo-popup-box-large {
  padding: 0; }

.productView .yotpo .yotpo-regular-box-filters-padding {
  padding: 0; }

.productView .yotpo .yotpo-icon-profile {
  background-color: #767676 !important; }

.productView .yotpo .yotpo-icon-circle-checkmark {
  color: #4c6a50 !important; }

.productView .yotpo .yotpo-header-element .yotpo-user-name {
  font-size: 13px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  color: #555555; }

.productView .yotpo .yotpo-header-element .label-with-tooltip {
  font-size: 13px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  color: #555555; }

.productView .yotpo .yotpo-star-distribution-graph-score {
  background-color: #56554f !important; }

.productView .yotpo .yotpo-nav-dropdown.sorting {
  display: none; }

.productView .yotpo .yotpo-review span {
  color: #555; }

.productView .yotpo .yotpo-review .yotpo-footer {
  color: #555;
  font-family: Arial, Helvetica, sans-serif; }
  .productView .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover {
    color: #7d5841; }
    .productView .yotpo .yotpo-review .yotpo-footer .yotpo-action:hover span {
      color: #7d5841; }

.productView .yotpo .yotpo-review-date {
  font-size: 13px !important;
  color: #767676 !important;
  font-family: Arial, Helvetica, sans-serif !important; }

.productView .yotpo .yotpo-default-button, .productView .yotpo input[type="button"].yotpo-default-button {
  font-family: Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #767676;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  /*   
   &:click{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
   
   &:focus{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
*/ }
  .productView .yotpo .yotpo-default-button:hover, .productView .yotpo input[type="button"].yotpo-default-button:hover {
    background: #555555;
    border-color: #555555;
    color: #ffffff; }
  @media (max-width: 599px) {
    .productView .yotpo .yotpo-default-button, .productView .yotpo input[type="button"].yotpo-default-button {
      width: 100%;
      margin: 0 auto 1rem; } }

.productView .yotpo .yotpo-default-button:hover, .productView .yotpo input[type="button"].yotpo-default-button:hover {
  background: #555555 !important;
  border: 1px solid #555555 !important; }

.productView .yotpo .yotpo-first-review {
  margin-top: 20px; }

.productView .yotpo .yotpo-review .yotpo-main .content-title {
  font-size: 16px;
  color: #555;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 7px; }

.productView .yotpo .yotpo-review .yotpo-main .yotpo-review-wrapper {
  font-size: 16px;
  color: #555;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px; }

.yotpo-testimonial-div {
  float: left;
  width: 100%;
  /*.yotpo-footer{display: none !important;}*/ }
  .yotpo-testimonial-div h2 {
    font-size: 32px;
    text-align: center;
    margin: 0;
    color: #555;
    line-height: 1.375;
    border-bottom: 1px solid #767676;
    padding-bottom: 6px; }
  .yotpo-testimonial-div .product-link-wrapper {
    display: none !important; }
  .yotpo-testimonial-div .yotpo-first-review-content {
    margin-bottom: 80px; }

.product-blog {
  float: left;
  width: 100%; }
  .product-blog h2 {
    font-size: 32px;
    text-align: center;
    margin: 0;
    color: #555;
    line-height: 1.375;
    border-bottom: 1px solid #767676;
    padding-bottom: 6px; }

.yotpo-main-reviews {
  float: left;
  width: 100%;
  margin-bottom: 62px; }
  .yotpo-main-reviews h2 {
    font-size: 32px;
    text-align: center;
    margin: 0;
    color: #555;
    line-height: 1.375;
    border-bottom: 1px solid #767676;
    padding-bottom: 6px; }

.productView .yotpo .write-question-wrapper .yotpo-regular-box {
  padding: 0;
  width: 100%;
  margin-top: 15px !important;
  margin-bottom: 0 !important; }

.productView .yotpo .write-review-wrapper .yotpo-regular-box {
  padding: 0;
  width: 100%;
  margin-top: 15px !important;
  margin-bottom: 0 !important; }

.productView .yotpo .write-review-wrapper .y-label, .productView .yotpo .write-review-wrapper span.y-label {
  padding-bottom: 8px;
  margin-top: 15px; }

.productView .yotpo .write-review-wrapper input, .productView .yotpo .write-review-wrapper .y-input {
  margin: 7px 0 5px 0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; }

.productView .yotpo .primary-color-btn.yotpo-disabled, .productView .yotpo input[type="button"].primary-color-btn.yotpo-disabled {
  background: #fff;
  color: #555;
  opacity: 0.5; }

.productView .yotpo .primary-color-btn.yotpo-disabled:hover, .productView .yotpo input[type="button"].primary-color-btn.yotpo-disabled:hover {
  border: 1px solid #555 !important;
  background-color: #555 !important;
  color: #fff !important; }

.yotpo .yotpo-review .yotpo-footer .footer-actions .share-options-wrapper {
  display: block !important;
  margin-top: 3px; }

.product-blog {
  margin-bottom: 54px; }
  .product-blog .BlogPDP {
    margin: 0 -1.5%;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    padding-top: 26px;
    flex-wrap: wrap; }
    .product-blog .BlogPDP .blog {
      float: left;
      width: 30.33%;
      margin: 0 1.5%;
      background: #eee;
      padding: 0; }
      .product-blog .BlogPDP .blog .blog-post-figure {
        width: 100%; }
        .product-blog .BlogPDP .blog .blog-post-figure .blog-thumbnail {
          max-width: 100%;
          display: table;
          table-layout: fixed;
          vertical-align: middle;
          width: 100%; }
          .product-blog .BlogPDP .blog .blog-post-figure .blog-thumbnail a {
            display: table-cell;
            height: 250px;
            text-align: center;
            vertical-align: middle;
            width: 100%; }
            .product-blog .BlogPDP .blog .blog-post-figure .blog-thumbnail a img {
              width: 100%;
              max-width: 100%;
              height: auto;
              max-height: 100%;
              display: inline-block;
              vertical-align: middle; }
      .product-blog .BlogPDP .blog .blog-post-body {
        width: 100%;
        padding: 18px;
        text-align: left;
        float: left; }
        .product-blog .BlogPDP .blog .blog-post-body h2 {
          text-align: left;
          font-size: 24px;
          font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
          line-height: 35px;
          padding: 0;
          border: 0;
          margin-bottom: 2px; }
          .product-blog .BlogPDP .blog .blog-post-body h2 a {
            color: #555555; }
            .product-blog .BlogPDP .blog .blog-post-body h2 a:hover {
              color: #7d5841; }
        .product-blog .BlogPDP .blog .blog-post-body p {
          width: 100%;
          line-height: 24px;
          float: left;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          height: 48px;
          margin-bottom: 7px; }
        .product-blog .BlogPDP .blog .blog-post-body .blog-date {
          display: none; }
        .product-blog .BlogPDP .blog .blog-post-body .blog-readmore {
          float: left;
          width: 100%; }
          .product-blog .BlogPDP .blog .blog-post-body .blog-readmore a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #547689; }
            .product-blog .BlogPDP .blog .blog-post-body .blog-readmore a:hover {
              color: #7d5841; }
      .product-blog .BlogPDP .blog .blog-thumbnail {
        margin-bottom: 0; }

.yotpo-btns-container {
  float: left;
  width: 100%; }

.yotpo-btns-container .yotpo.bottomLine a {
  color: #547689 !important;
  font-size: 15px !important;
  text-decoration: underline !important; }

.yotpo-btns-container .yotpo.QABottomLine a {
  color: #547689 !important;
  font-size: 15px !important;
  text-decoration: underline !important; }

.after-add-cart-product .productView .productView-img-container::after {
  padding-bottom: 99.8%; }

.after-add-cart-product .productView .productView-details {
  padding-left: .75rem;
  padding-right: .75rem;
  float: left; }

.after-add-cart-product .productView .productView-details .productView-title {
  line-height: 43px;
  font-size: 34px; }

.after-add-cart-product .productView .productView-details .productView-price {
  font-size: 21px;
  line-height: 24px;
  color: #555555;
  margin-bottom: 2rem; }

.after-add-cart-product .productView .productView-details .productView-brand {
  font-size: 16px; }

.after-add-cart-product .previewCartCheckout .button {
  font-family: Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #767676;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  /*   
   &:click{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
   
   &:focus{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
*/ }
  .after-add-cart-product .previewCartCheckout .button:hover {
    background: #555555;
    border-color: #555555;
    color: #ffffff; }
  @media (max-width: 599px) {
    .after-add-cart-product .previewCartCheckout .button {
      width: 100%;
      margin: 0 auto 1rem; } }

.after-add-cart-product .previewCartCheckout .button.button--primary {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #555555;
  border: 1px solid #555555;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/ }
  .after-add-cart-product .previewCartCheckout .button.button--primary:hover {
    background: #767676;
    border-color: #767676;
    color: #ffffff; }
  @media (max-width: 599px) {
    .after-add-cart-product .previewCartCheckout .button.button--primary {
      width: 100%;
      margin: 0 auto 1rem; } }

.after-add-cart-product .suggestiveCart h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px; }

.after-add-cart-product .previewCartCheckout .button {
  color: #56564f;
  border-color: #ebebe7;
  background-color: transparent; }

.after-add-cart-product .previewCartCheckout .button:hover {
  background-color: transparent;
  border-color: #555;
  color: #555; }

.wholesale-website-m {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #d9dde0;
  padding: 13px;
  box-sizing: border-box;
  border-radius: 5px; }

.store-image {
  max-width: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.cta-text-block {
  width: auto;
  display: inline-block;
  vertical-align: middle; }

.cta-text-block h2 {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0; }

.cta-text-block h3 {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0; }

a.movetob2site {
  font-family: Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #767676;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  /*   
   &:click{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
   
   &:focus{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
*/
  background: transparent;
  border-color: #555;
  color: #555 !important; }
  a.movetob2site:hover {
    background: #555555;
    border-color: #555555;
    color: #ffffff; }
  @media (max-width: 599px) {
    a.movetob2site {
      width: 100%;
      margin: 0 auto 1rem; } }

a.movetob2site:hover {
  color: #fff !important; }

.login {
  max-width: 930px;
  margin: 0 auto 70px auto !important; }
  .login h1.page-heading {
    margin-bottom: 30px !important;
    margin-top: 30px !important; }
  .login .login-row {
    margin-top: 45px; }
  .login .login-form {
    margin-top: 0;
    padding-left: 0;
    padding-right: 1rem; }
  .login .form-field {
    margin: 0 0 25px 0; }
  .login .form-actions {
    float: left;
    width: 100%;
    text-align: left;
    margin: 8px 0 0 0; }
    .login .form-actions .button--primary {
      font-family: Arial, Helvetica, sans-serif;
      color: #ffffff;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0;
      text-align: center;
      background: #555555;
      border: 1px solid #555555;
      border-radius: 5px;
      padding: 0.75rem 1.5rem;
      text-decoration: none;
      display: inline-block;
      -webkit-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      -ms-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in;
      /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/
      max-width: 166px;
      width: 100%;
      padding: 0;
      height: 44px;
      text-transform: capitalize;
      float: none;
      display: inline-block;
      vertical-align: middle; }
      .login .form-actions .button--primary:hover {
        background: #767676;
        border-color: #767676;
        color: #ffffff; }
      @media (max-width: 599px) {
        .login .form-actions .button--primary {
          width: 100%;
          margin: 0 auto 1rem; } }
    .login .form-actions .forgot-password {
      float: none;
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      text-transform: capitalize;
      color: #4D6e86;
      font-family: Arial, Helvetica, sans-serif;
      margin: 0 0 0 23px; }
      .login .form-actions .forgot-password:hover {
        color: #7d5841; }
  .login .new-customer {
    padding-right: 0;
    padding-left: 1rem; }
  .login .new-customer .panel-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px; }
  .login .new-customer .new-customer-intro {
    margin-bottom: 10px; }
  .login .new-customer .panel {
    background: #eee;
    border-radius: 5px; }
  .login .new-customer .panel-header {
    background: transparent;
    padding: 25px 33px 0; }
  .login .new-customer .panel-body {
    background: transparent;
    padding: 5px 33px 27px; }
  .login .new-customer .panel-body ul {
    margin-left: 24px;
    margin-bottom: 15px; }
  .login .new-customer .panel-body ul li {
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    padding-left: 0;
    margin-bottom: 5px; }
  .login .new-customer .panel-body ul li:last-child {
    margin-bottom: 0; }
  .login .new-customer .panel-body .button--primary {
    margin-bottom: 0;
    line-height: 18px; }
  .login .hide-mobile {
    display: inline; }
  .login .hide-desktop-tablet {
    display: none; }

body .form-label {
  font-size: 14px;
  color: #555555;
  text-transform: capitalize;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 5px; }

.showroom-table {
  width: 100%; }

#tabmenu {
  float: left;
  width: 100%;
  margin-top: 30px; }

#faq-nav {
  list-style: none;
  margin: 0;
  float: left;
  width: 100%; }

#faq-nav li {
  float: left; }

#faq-nav li a {
  float: left;
  color: #767676 !important;
  padding: 13px 20px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-bottom: 0;
  font-size: 14px; }

#faq-nav li a.active {
  background: #f4f4f4;
  border: 1px solid #000;
  border-bottom: 0;
  font-weight: 700; }

#tabmenu #tab-content {
  float: left;
  width: 100%;
  border: 1px solid #000;
  padding: 10px 30px 30px 30px;
  box-sizing: border-box; }

#tabmenu #tab-content .pull-div {
  float: left;
  width: 100%; }

#tabmenu #tab-content .pull-div .accordion-dv {
  float: left;
  width: 100%; }

#tabmenu #tab-content .pull-div .accordion-dv h4 {
  margin-top: 20px; }

.wholesale-div .gray-button {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #555555;
  border: 1px solid #555555;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/ }
  .wholesale-div .gray-button:hover {
    background: #767676;
    border-color: #767676;
    color: #ffffff; }
  @media (max-width: 599px) {
    .wholesale-div .gray-button {
      width: 100%;
      margin: 0 auto 1rem; } }

.wholesale-div .white-button {
  font-family: Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #767676;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  /*   
   &:click{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
   
   &:focus{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
*/ }
  .wholesale-div .white-button:hover {
    background: #555555;
    border-color: #555555;
    color: #ffffff; }
  @media (max-width: 599px) {
    .wholesale-div .white-button {
      width: 100%;
      margin: 0 auto 1rem; } }

.wholesale-div .landing-btn {
  text-align: center; }

.wholesale-div td {
  padding: 1.5rem 2.1rem;
  vertical-align: top;
  width: 49.5%;
  max-width: 49.5%;
  display: inline-block;
  box-sizing: border-box; }

.page-page .page-content--centered {
  width: 100%; }

.CreditThank {
  min-height: 510px;
  float: none;
  width: 100%;
  padding-top: 29px;
  text-align: center;
  max-width: 840px;
  margin: 0 auto; }
  .CreditThank h1 {
    margin-bottom: 23px !important; }
  .CreditThank .gray-button {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    background: #555555;
    border: 1px solid #555555;
    border-radius: 5px;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/
    padding: .66rem 2rem; }
    .CreditThank .gray-button:hover {
      background: #767676;
      border-color: #767676;
      color: #ffffff; }
    @media (max-width: 599px) {
      .CreditThank .gray-button {
        width: 100%;
        margin: 0 auto 1rem; } }
  .CreditThank p {
    margin-bottom: 29px; }

.qo_main .qo_step ul.tabs {
  margin-bottom: 63px; }

.qo_main .qo_step .quickorderright {
  border-top: 1px solid #767676;
  padding-top: 20px;
  text-align: right !important; }
  .qo_main .qo_step .quickorderright .addToCart {
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    width: 166px;
    height: 44px;
    margin: 0 !important; }

.qo_main .qo_step .quickorderfooter {
  text-align: left !important; }
  .qo_main .qo_step .quickorderfooter #addMoreItems {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    background: #555555;
    border: 1px solid #555555;
    border-radius: 5px;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/
    padding: 0;
    width: 190px;
    height: 44px;
    margin: 22px 0 17px 0; }
    .qo_main .qo_step .quickorderfooter #addMoreItems:hover {
      background: #767676;
      border-color: #767676;
      color: #ffffff; }
    @media (max-width: 599px) {
      .qo_main .qo_step .quickorderfooter #addMoreItems {
        width: 100%;
        margin: 0 auto 1rem; } }
    .qo_main .qo_step .quickorderfooter #addMoreItems .icon {
      margin-top: -1px; }
      .qo_main .qo_step .quickorderfooter #addMoreItems .icon svg {
        fill: #fff; }

.utilityTable {
  width: 100%; }
  .utilityTable th {
    font-size: 14px;
    color: #555555;
    padding: 10px;
    text-align: left;
    border-bottom: 0px solid #E7E7E7;
    background: #eeeeee;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif; }
  .utilityTable tbody tr {
    border-bottom: 1px solid #767676; }
    .utilityTable tbody tr td {
      padding: 20px 10px; }
  .utilityTable .removeitemcolumn {
    text-align: center;
    width: 134px;
    padding-left: 41px; }
    .utilityTable .removeitemcolumn .icon {
      height: 42px;
      width: 42px; }
      .utilityTable .removeitemcolumn .icon svg {
        fill: #555555; }
  .utilityTable .pricecolumn {
    text-align: center;
    width: 120px; }
  .utilityTable .unitpricecolumn {
    text-align: center; }
    .utilityTable .unitpricecolumn .standardprice {
      font-size: 16px;
      color: #555555;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 24px; }
  .utilityTable .unitpricecolumnnotsign {
    text-align: center; }
    .utilityTable .unitpricecolumnnotsign .NotLoggedin a {
      text-decoration: none;
      font-size: 16px;
      color: #555555;
      font-family: Arial, Helvetica, sans-serif; }
  .utilityTable .itemnumbercolumn {
    width: 210px; }
    .utilityTable .itemnumbercolumn input {
      width: 192px;
      border-radius: 5px;
      border: 1px solid #767676;
      font-size: 15px;
      color: #555555;
      padding: 0 13px;
      font-family: Arial, Helvetica, sans-serif;
      height: 40px; }
  .utilityTable .productcolumn {
    width: 465px; }
    .utilityTable .productcolumn img {
      max-width: 70px;
      margin-right: 10px;
      float: left; }
    .utilityTable .productcolumn .productname.default {
      float: left;
      width: 100%; }
    .utilityTable .productcolumn .productname {
      font-size: 16px;
      font-family: Arial, Helvetica, sans-serif;
      color: #555555;
      line-height: 24px;
      width: calc(100% - 80px);
      float: right; }
    .utilityTable .productcolumn .productname.Notfind {
      background-color: #ebd6d3;
      background-image: url(https://cdn11.bigcommerce.com/s-t0ahxsctcb/product_images/uploaded_images/alert-icon.png);
      color: #9a3324;
      font-size: 15px;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 23px;
      border-radius: 5px;
      padding: 8px 18px 8px 48px;
      width: 100%;
      background-repeat: no-repeat;
      background-position: left 18px top 10px; }
    .utilityTable .productcolumn .stockstatus {
      width: calc(100% - 80px);
      float: right; }
    .utilityTable .productcolumn .stockstatus.default {
      float: left;
      width: 100%; }
    .utilityTable .productcolumn .avail {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 15px;
      color: #4c6a50;
      font-size: 15px;
      line-height: 24px; }
    .utilityTable .productcolumn .preorder {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 15px;
      color: #9e3323;
      font-size: 15px;
      line-height: 24px;
      font-weight: 700; }
    .utilityTable .productcolumn .avail.out {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 15px;
      color: #9e3323;
      font-size: 15px;
      line-height: 24px;
      font-weight: 700; }
  .utilityTable .quantitycolumn {
    width: 175px; }
    .utilityTable .quantitycolumn .button {
      height: 44px;
      width: 30px;
      border: 1px solid #767676;
      padding: .21429rem .35714rem;
      box-sizing: border-box;
      float: left;
      margin-bottom: 10px; }
    .utilityTable .quantitycolumn .button.qtyminus {
      border-radius: 5px 0 0 5px; }
    .utilityTable .quantitycolumn .button.qtyplus {
      border-radius: 0 5px 5px 0; }
    .utilityTable .quantitycolumn .quantity {
      width: 46px;
      height: 44px;
      margin-left: -1px;
      margin-right: -1px;
      border: 1px solid #767676;
      border-radius: 0;
      padding: 0 5px;
      background: #fff;
      float: left;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif; }
    .utilityTable .quantitycolumn .min {
      display: block;
      clear: both;
      font-family: Arial, Helvetica, sans-serif;
      color: #767676;
      font-size: 14px;
      line-height: 23px; }
    .utilityTable .quantitycolumn .motm {
      display: block;
      clear: both;
      font-family: Arial, Helvetica, sans-serif;
      color: #767676;
      font-size: 14px;
      line-height: 23px; }

.qo_main .qo_step .tab-content.has-import {
  padding: 0;
  text-align: center; }
  .qo_main .qo_step .tab-content.has-import p {
    margin-bottom: 33px; }
  .qo_main .qo_step .tab-content.has-import .btn.csvbtn {
    font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid #767676;
    border-radius: 5px;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    /*   
   &:click{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
   
   &:focus{
    background: $text-color-standard-gray;border-color: $text-color-standard-gray; color: $color-white;
   }
*/
    vertical-align: top;
    width: 248px; }
    .qo_main .qo_step .tab-content.has-import .btn.csvbtn:hover {
      background: #555555;
      border-color: #555555;
      color: #ffffff; }
    @media (max-width: 599px) {
      .qo_main .qo_step .tab-content.has-import .btn.csvbtn {
        width: 100%;
        margin: 0 auto 1rem; } }
    .qo_main .qo_step .tab-content.has-import .btn.csvbtn:hover .icon svg {
      fill: #fff; }
  .qo_main .qo_step .tab-content.has-import .button.uploadProcess {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 0;
    padding: 0; }
    .qo_main .qo_step .tab-content.has-import .button.uploadProcess span {
      font-family: Arial, Helvetica, sans-serif;
      color: #ffffff;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0;
      text-align: center;
      background: #555555;
      border: 1px solid #555555;
      border-radius: 5px;
      padding: 0.75rem 1.5rem;
      text-decoration: none;
      display: inline-block;
      -webkit-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      -ms-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in;
      /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/
      width: 187px; }
      .qo_main .qo_step .tab-content.has-import .button.uploadProcess span:hover {
        background: #767676;
        border-color: #767676;
        color: #ffffff; }
      @media (max-width: 599px) {
        .qo_main .qo_step .tab-content.has-import .button.uploadProcess span {
          width: 100%;
          margin: 0 auto 1rem; } }
      .qo_main .qo_step .tab-content.has-import .button.uploadProcess span .icon svg {
        fill: #fff; }
      .qo_main .qo_step .tab-content.has-import .button.uploadProcess span input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0; }

.qo_main .qo_step .tab-content.has-import .uploadmsg {
  background-image: url(https://cdn11.bigcommerce.com/s-t0ahxsctcb/product_images/uploaded_images/zz5h.gif);
  background-size: 40px 40px;
  background-position: center center;
  text-indent: -99999px;
  display: inline-block;
  height: 40px;
  width: 100%;
  display: inline-block;
  clear: both;
  background-repeat: no-repeat; }

.qo_main .qo_step .tab-content.has-import .pt_quickorder {
  text-align: left; }

.mobile-table {
  margin-bottom: 20px; }

.mobile-table table {
  border: 1px solid #ddd;
  width: 100%; }

.mobile-table table tr td:first-child {
  background: #eee; }

.mobile-table table tr td {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd; }

.page-search.CustomerNotSignIn .findify-layouts--search .findify-layouts--search__content .findify-components-common--grid .findify-components-common--grid__column .findify-components--cards--product__content .findify-components--cards--product--price__price-wrapper.findify-components--cards--product__price-wrapper {
  display: none; }

.page-search.CustomerSignIn .findify-layouts--search .findify-layouts--search__content .findify-components-common--grid .findify-components-common--grid__column .findify-components--cards--product__content .findify-components--cards--product--price__price-wrapper.findify-components--cards--product__price-wrapper {
  display: block; }

/*cookie strt*/
.cookie-banner {
  position: fixed;
  display: flex;
  align-items: center;
  background-color: #425563;
  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; }

.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: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-items: center;
  align-items: center; }

.cookie-banner p, .cookie-banner p a {
  color: #fff;
  margin-bottom: 0px;
  font-size: 15px; }

@media only screen and (max-width: 567px) {
  .cookie-banner p, .cookie-banner p a {
    font-size: 14px;
    line-height: 20px; } }

/*cookie end*/
@media only screen and (min-width: 1280px) {
  .navPages ul li:hover > div.navPage-subMenu > ul {
    /*display: block;*/
    opacity: 1; }
  .navPages ul > li.navPage-subMenu-item-child:hover > a + ul {
    /*display: block;*/
    opacity: 1;
    z-index: 5;
    visibility: visible; }
  .navPage-subMenu .navPages-action-moreIcon {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    margin: 0; }
  .navPages div.navPage-subMenu {
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    display: inherit; }
  .navPages ul li:hover div.navPage-subMenu {
    /*display: block !important;*/
    opacity: 1;
    visibility: visible; } }

@media only screen and (max-width: 1366px) {
  .slider .item {
    height: 382px; }
  .banners {
    padding-left: 26px;
    padding-right: 26px; }
  .slider .content {
    max-width: 609px;
    padding: 32px 62px; }
  .slider .content h1 {
    font-size: 48px;
    line-height: 64px; }
  .slider .content p {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 20px; }
  .body {
    padding: 0 32px 32px 32px; }
  .slider .content .gray-button {
    font-size: 16px;
    width: 170px;
    line-height: 21px; }
  .home-card-section {
    margin: 32px 0; }
  .home-card-section ul li {
    margin: 0 16px; }
  .home-card-section ul {
    margin: 0 -16px; }
  .home-card-section ul li .content {
    padding: 30px; }
  .home-card-section ul li h3 {
    font-size: 30px;
    line-height: 41px;
    margin: 0 0 6px 0; }
  .home-card-section ul li p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px; }
  .home-card-section ul li .gray-button {
    font-size: 16px;
    line-height: 21px;
    padding: 0.75rem 2.6rem; }
  .home-trending {
    margin-bottom: 25px; }
  .home-trending .slick-dots {
    bottom: -20px; }
  .home-trending h2 {
    font-size: 42px;
    padding-bottom: 22px;
    line-height: 27px; }
  .home-trending .card-text .price {
    font-size: 16px; }
  .home-trending .card-figure .card-figcaption-body {
    width: 100%; }
  .about-section h2 {
    font-size: 42px;
    line-height: 53px; }
  .home-follow-on-instagram {
    padding: 1.5rem 2.4rem 1.1rem; }
  .home-follow-on-instagram h2 {
    font-size: 42px;
    line-height: 53px; }
  .home-follow-on-instagram p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0; }
  .about-section {
    padding: 2rem; }
  .about-section p {
    font-size: 16px;
    line-height: 24px; }
  .about-section a {
    font-size: 16px; }
  .home-card-section.home-blog-section .content .secondry {
    font-size: 14px; }
  .home-card-section.home-blog-section .content a.text-link {
    font-size: 16px; }
  .review-slider .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version {
    padding: 1.6rem; }
  .review-slider .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .right-side {
    width: 100% !important;
    margin-top: 20px; }
  .review-slider .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .small-version .product-image-container {
    width: 100% !important; }
  .review-slider .review .small-version .carousel-review-author {
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 18px !important;
    color: #56564f !important;
    font-style: italic !important;
    font-weight: 400 !important; }
  .footer-bottom .footer-info-col {
    padding: 0; }
  .footer-bottom {
    padding: 0 32px; }
  .footer-bottom .footer-info-col.footer-info-about, .footer-bottom .footer-info-col.footer-info-support {
    width: 20%; }
  .footer-bottom .footer-info-col.footer-info-newsletter {
    width: 34%; } }

@media only screen and (max-width: 1279px) {
  .container {
    width: 100%; }
  .cart-container .cart-list td.cart-item-title .cart-details {
    padding-left: 0; }
  .cart-container .cart-list td.cart-item-title figure img {
    left: 0;
    right: auto; }
  .cart-container .cart-item-title {
    height: auto; }
  .cart-container .cart-list td {
    height: auto; } }

@media only screen and (max-width: 1279px) {
  .body {
    padding: 0 20px 20px 20px; }
  .footer-bottom {
    padding: 0 20px; }
  .slider .item.even .content {
    margin-top: 13px; }
  .home-card-section {
    margin: 14px 0 32px 0; }
  .navPages-container.head-left {
    display: none; }
  .mobileMenu-toggle {
    display: block; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 7px; }
  .mobileMenu-toggle {
    height: 18px;
    padding: 0;
    width: 20px;
    top: 0px;
    margin-top: 0px;
    left: 0px; }
  .banners {
    padding-left: 20px;
    padding-right: 20px; }
  .banners .block1 {
    display: block; }
  .navUser ul li.navUser-item--account {
    display: none; }
  .head-right {
    padding: 0; }
  .quickSearch label.is-srOnly {
    clip: none;
    height: 18px !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
    width: 17px !important;
    background: url(../img/search-btn-img.png) no-repeat center center;
    display: inline-block;
    text-indent: -99999px;
    cursor: pointer; }
  .search-div {
    width: auto;
    position: static;
    padding: 0;
    margin-top: 3px;
    height: 18px;
    float: left; }
  .search-div .form-field {
    position: absolute;
    right: 0;
    width: 100%;
    display: none;
    top: 100%;
    background-color: #eeeeee;
    padding: 20px;
    border-top: 1px solid #767676; }
  .head-right, .navUser, .navUser-section {
    position: static; }
  .navUser ul li.navUser-item--cart .navUser-action {
    margin-left: 10px; }
  .navUser ul li {
    padding: 14px 0; }
  .search-div .form-input {
    height: 44px; }
  .search-div .btn {
    right: 30px;
    height: 44px;
    top: 20px; }
  .slider .item {
    background: none !important;
    height: auto; }
  /*.slider .item .mobile-img{display: block; height: 481px; background-position: left top; background-size: auto 100%;}
  .slider .item.even .mobile-img{background-position: right -10px top;}*/
  .slider .item .mobile-img {
    display: block; }
  .slider .item .content {
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    text-align: center;
    max-width: 100%; }
  .search-div .form-field, .search-div .form {
    float: left; }
  .header {
    position: relative;
    top: auto;
    width: 100%;
    z-index: 100; }
  body {
    padding-top: 0px; }
  .header.sticky .head-right {
    padding: 0; }
  .header-logo > a {
    margin-top: -15px;
    margin-left: 0px; }
  .navUser-item--cart .dropdown-menu.is-open::after {
    right: 13px; }
  .header-logo {
    z-index: -2; }
  .slider .content {
    padding: 20px 0 0 0; }
  .slider .content h1 {
    font-size: 40px;
    line-height: 64px;
    margin-bottom: 0; }
  .slider .content .gray-button {
    width: 145px;
    margin-bottom: 0; }
  .slider .content p {
    font-size: 20px; }
  .home-card-section ul li {
    margin: 0 9px; }
  .home-card-section ul {
    margin: 0 -9px; }
  .home-card-section ul li h3 {
    font-size: 26px;
    line-height: 36px; }
  .home-card-section ul li .content {
    padding: 20px; }
  .home-card-section ul li .gray-button {
    padding: 0.75rem 20px;
    min-width: 115px;
    display: inline-block;
    width: auto; }
  .home-trending h2 {
    font-size: 36px;
    padding-bottom: 22px;
    line-height: 23px; }
  .about-section h2 {
    font-size: 36px;
    line-height: 25px;
    margin-bottom: 15px; }
  .home-follow-on-instagram h2 {
    font-size: 36px;
    line-height: 25px;
    margin-bottom: 15px; }
  .home-trending .productCarousel {
    padding: 0;
    margin: 35px 0 0 0; }
  .footer-bottom .footer-info-col.footer-info-about, .footer-bottom .footer-info-col.footer-info-support {
    width: 26%; }
  .footer-bottom .footer-info-col.footer-info-newsletter {
    width: 100%;
    margin-top: 39px; }
  .footer-bottom .newsletter-div .form-input {
    width: 267px;
    margin-right: 11px; }
  .footer-bottom .newsletter-div .gray-button {
    width: 135px; }
  .footer-bottom .footer-info-col.footer-info-contact {
    width: 41%;
    float: right; }
  .footer-copyright {
    padding-bottom: 23px;
    margin-top: 28px; }
  .about-section {
    margin-top: 32px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    height: 1px; }
  .mobileMenu-toggle.is-open {
    top: 18px;
    margin-top: 0; }
  #menu.navPages-container.is-open {
    margin-left: 0;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    height: auto;
    bottom: 0;
    top: 53px;
    padding-top: 0; }
  #menu.navPages-container .navPages {
    background-color: #fff;
    padding: 0;
    position: relative; }
  #menu.navPages-container {
    width: 320px; }
  .header.is-open, .header, .header.sticky {
    height: 53px; }
  .header.sticky #menu.navPages-container.is-open {
    top: 53px !important;
    height: calc(100vh - 53px); }
  #menu.navPages-container .navPages.active {
    overflow: hidden; }
  #menu.navPages-container .navPages-quickSearch {
    background-color: #eee;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #b8b8b8;
    float: left;
    width: 100%; }
  #menu.navPages-container .navPages-quickSearch form {
    float: left;
    width: 100%; }
  #menu.navPages-container .navPages ul {
    float: left;
    width: 100%;
    margin: 0; }
  #menu.navPages-container .navPages-quickSearch .form-input {
    height: 44px; }
  #menu.navPages-container .navPages-quickSearch .btn {
    background: url(../img/search-btn-img.png) no-repeat center center;
    position: absolute;
    right: 12px;
    text-indent: -9999px;
    box-shadow: none;
    border: 0;
    width: 17px;
    height: 44px;
    top: 0; }
  #menu.navPages-container .navPages-quickSearch .form-field {
    position: relative; }
  #menu.navPages-container .navPages ul li {
    margin-right: 0;
    border-bottom: 1px solid #b8b8b8;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 !important; }
  #menu.navPages-container .navPages ul li a {
    width: auto;
    padding: 0;
    float: left;
    color: #555555;
    font-size: 16px;
    padding: 8px 20px;
    position: static;
    border-bottom: 0; }
  #menu.navPages-container .navPages ul li a:hover {
    color: #767676; }
  #menu.navPages-container .has-subMenu .navPages-action-moreIcon {
    position: absolute;
    right: 20px;
    transform: none;
    display: block;
    margin: 11px 0 0 0;
    width: 21px;
    height: 21px;
    cursor: pointer; }
  #menu.navPages-container .navPages ul li.last-category a {
    color: #7d5841; }
  #menu.navPages-container .navPages-list.navPages-list--user li a:hover {
    color: #555555; }
  #menu.navPages-container .navPages ul li.navPage-subMenu-item-child > .navPage-subMenu-action {
    font-size: 15px;
    font-weight: 700; }
  #menu.navPages-container .navPages ul li.has-sub-child ul li a {
    font-size: 14px; }
  #menu.navPages-container .navPages ul li.navPage-subMenu-item-child {
    margin-bottom: 9px; }
  #menu.navPages-container .navPages ul li.has-sub-child ul {
    padding: 0; }
  /* #menu.navPages-container .navPages div.navPage-subMenu { top: 0; padding: 0 !important; transition: all .3s ease-in; z-index: 9999; height: 100vh;  background: #fff !important;}*/
  #menu.navPages-container .navPage-subMenu-item > .navPage-subMenu-action {
    margin-bottom: 0 !important; }
  #menu.navPages-container .navPages-quickSearch {
    display: block; }
  #menu .back-arw {
    background-color: #eee;
    padding: 8px 13px;
    font-size: 16px;
    color: #555555;
    border-bottom: 1px solid #b8b8b8;
    cursor: pointer; }
  .header.is-open .header-logo {
    z-index: 99; }
  .header.is-open .mobileMenu-toggle {
    z-index: 100; }
  .header.is-open .head-right {
    z-index: 100; }
  .productView .productView-images .productView-thumbnails .productView-thumbnail-link {
    height: auto;
    width: auto; }
  .productView .productView-images .productView-thumbnails .productView-thumbnail-link img {
    max-height: 50px; }
  .productView .productView-images .rollover_img span {
    font-size: 11px;
    line-height: 23px; }
  .productView .productView-images .productView-img-container {
    max-width: 350px; }
  .productView .productView-images .slick-next::before, .productView .productView-images .slick-prev::before {
    width: 24px;
    height: 24px; }
  .productView .mobile-hide {
    margin-top: 15px; }
  .productView-product .artist-div .artist-right {
    width: 56%; }
  .productView-product .consumer-div .consumerlink {
    width: 54%; }
  .productView .home-trending .slick-dots {
    bottom: -20px; }
  .productView .home-trending {
    margin-bottom: 45px; }
  .productView .home-trending h2 {
    font-size: 26px;
    padding: 9px 0 23px 0; }
  .productView .productView-details {
    float: right;
    clear: right; }
  .productView-description {
    clear: none;
    float: right;
    width: 100%;
    padding: 0;
    margin-top: 40px; }
  .productView-description .tabs li {
    float: left;
    border-color: transparent; }
  .productView-description .tabs li.is-active {
    border-color: #555555;
    border-bottom-color: #ffffff;
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #ffffff; }
  .productView-description .tab-content .artistImage {
    width: 39%; }
  .productView-description .tab-content .artistname {
    width: 39%; }
  .productView-description .tab-content .artistBio {
    width: 57.5%;
    float: right; }
  .productView .productView-details.productView-bottom .productView-options .share-class .form-wishlist {
    margin: 0 6px 0 0; }
  .navPages div.navPage-subMenu ul {
    padding: 12px 13px 58px 13px; }
  body .findify-layouts--autocomplete--dropdown {
    width: 100%; }
  .cart-header {
    display: none; }
  .cart-list {
    border-top-color: #555; }
  .cart-container .cart-list td.empty {
    display: none; }
  .cart-container .cart-list td {
    border: 0; }
  .cart-container .cart-list tr {
    border-bottom: 1px solid #555;
    position: relative;
    padding: 1.8rem 0 1.9rem 18%; }
  .cart-container .cart-list td.cart-item-title {
    display: block;
    width: 100%;
    padding: 0px;
    margin-bottom: 15px; }
  .cart-item-image {
    top: 30px;
    bottom: auto; }
  .cart-container .cart-list td.cart-item-title figure {
    position: static;
    height: auto; }
  .cart-container .cart-list td.cart-item-title .cart-item-options--giftWrapping {
    margin-bottom: 0; }
  .cart-container .cart-list td.price {
    width: 33%;
    float: left;
    text-align: left;
    padding-top: 0;
    font-weight: 400;
    padding-left: 0; }
  .cart-container .cart-list .cart-item-info {
    padding-bottom: 0; }
  .cart-container .cart-list .cart-item-info + .cart-item-info {
    margin-top: 0; }
  .cart-container .cart-totals .cart-total-value {
    width: 50%;
    text-align: right; }
  .cart-container .cart-totals .cart-total-label {
    text-align: left; }
  .cart-container .cart-list td.price strong {
    font-weight: 400; }
  .cart-container .cart-list td.cart-item-quantity {
    width: 33%;
    float: left;
    text-align: left;
    padding-top: 0; }
  .cart-container .cart-list .cart-item-info.remove {
    position: absolute;
    right: 20px;
    top: 25px;
    width: auto;
    padding: 0; }
  .cart-container .cart-list td.mobile-block {
    display: none;
    width: 100px;
    float: left; }
  .cart-container .cart-list .cart-item-label {
    padding-left: 0;
    font-size: 15px;
    font-weight: 700;
    color: #555555; }
  .cart-container .cart-list .cart-item-value {
    padding-left: 0; }
  .cart-container .cart-list .cart-item-value.gift_wrapping_price {
    display: inline-block;
    margin-top: 0 !important;
    margin-left: 10px; }
  .cart-container .cart-totals, .cart-container .cart-actions, .cart-container .batches {
    width: 65%; }
  .cart-container {
    margin: 25px auto 0; }
  .cart-container .free-shipping .alertBox--info {
    text-align: left; }
  .cart-container .free-shipping .alertBox--info .alertBox-icon {
    width: 30px;
    float: left; }
  .cart-container .free-shipping .alertBox--info .alertBox-message {
    display: flex; }
  .cart-container .free-shipping .alertBox--info {
    padding: 15px 20px; }
  .home-sliders {
    padding: 0;
    margin-bottom: 16px; }
  .slider .content {
    padding: 0 20px; }
  .productView-description .tabs-contents {
    margin-bottom: 0;
    padding: 19px 0 14px 0; }
  .productView .yotpo .yotpo-regular-box:nth-child(even) {
    padding: 0;
    width: 100%; }
  .productView .yotpo .yotpo-regular-box:nth-child(odd) {
    padding: 0;
    width: 100%; }
  #yotpo-testimonials-custom-tab #yotpo-testimonials {
    margin-top: 32px; }
  .productView .yotpo .yotpo-regular-box {
    width: 100%;
    margin-bottom: 42px !important; }
  .yotpo-testimonial-div .yotpo-first-review-content {
    margin-bottom: 42px; }
  .product-blog .BlogPDP .blog {
    width: 44%;
    margin-bottom: 2.2rem; }
  .yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button.write-review-button, .yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button.write-review-button {
    width: 50px;
    left: auto !important;
    right: 0 !important;
    top: 55px !important; }
  .yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button.write-question-button, .yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 .yotpo-default-button.write-question-button {
    width: 50px;
    left: auto !important;
    right: 0 !important; }
  .yotpo.yotpo-main-widget.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1, .yotpo .yotpo-modal-dialog.yotpo-medium .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 {
    position: static !important; }
  .productView .yotpo.yotpo-main-widget.yotpo-medium .yotpo-main {
    margin-left: 53px; }
  .productView .yotpo.yotpo-main-widget.yotpo-medium .yotpo-footer {
    margin-left: 53px; }
  .yotpo-main-reviews {
    margin-bottom: 27px; }
  .product-blog .BlogPDP {
    margin: 0 -2%; }
  .product-blog .BlogPDP .blog {
    width: 46%;
    margin-bottom: 4%;
    margin-left: 2%;
    margin-right: 2%; }
  .page-content h2 {
    margin-top: 20px; }
  #faq-nav li a {
    padding: 13px 13px;
    font-size: 13px; }
  .CreditThank {
    min-height: 356px; }
  body .qo_step {
    text-align: center; }
  body .qo_main .qo_step ul.tabs {
    display: inline-block;
    width: auto;
    margin-left: 0;
    margin-bottom: 48px; }
  body .qo_main .qo_step ul.tabs li.tab {
    margin-left: 0;
    display: block;
    margin-bottom: 21px; }
  .qo_main .qo_step ul.tabs li.tab a.tab-title {
    text-align: left; }
  .utilityTable thead {
    display: none; }
  .utilityTable tbody tr:first-child {
    border-top: 1px solid #767676; }
  .utilityTable tbody tr {
    display: block;
    position: relative;
    float: left;
    width: 100%; }
  .utilityTable .itemnumbercolumn {
    width: 32%;
    display: block;
    text-align: left;
    float: left; }
  .utilityTable .itemnumbercolumn input {
    width: 100%; }
  .utilityTable .quantitycolumn {
    width: 35%;
    float: left;
    display: block;
    clear: both;
    margin-left: 32%;
    padding-top: 10px;
    text-align: left; }
  .utilityTable .unitpricecolumn {
    text-align: left;
    width: 132px;
    float: left;
    display: block; }
  .utilityTable .removeitemcolumn {
    position: absolute;
    right: 0;
    top: 11px;
    padding: 0;
    width: auto; }
  .utilityTable .productcolumn {
    width: 59%;
    display: block;
    float: left;
    text-align: left; }
  .utilityTable .quantitycolumn[data-th]::before, .utilityTable .unitpricecolumn[data-th]::before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #555555;
    padding-bottom: 10px; }
  .productView .instock-notify-div p {
    line-height: 23px; }
  .productView .instock-notify-div .field {
    width: 100%;
    margin-bottom: 12px; }
  .productView .instock-notify-div .actions {
    width: 100%; }
  .productView .instock-notify-div {
    margin-top: 23px; }
  body .career-page .blue-button, body .career-page .gray-button {
    font-size: 14px; }
  .login {
    margin: 0 auto 45px auto !important;
    max-width: 100%; }
    .login h1.page-heading {
      margin-top: 10px !important; }
    .login .login-form {
      width: 50%; }
    .login .new-customer {
      width: 50%; }
  .page-product #mainContent .productView {
    padding-top: 0px; }
    .page-product #mainContent .productView #ProductName-m {
      margin-top: 0px !important; }
  .page-product #mainContent .productView-images {
    margin-top: 0px; }
  .page-product #mainContent .container {
    padding: 0px;
    margin-top: -10px; }
  .page-product #mainContent .productView-details .productView-options {
    margin-bottom: 0px; }
    .page-product #mainContent .productView-details .productView-options .form-action {
      margin-bottom: 0px; }
    .page-product #mainContent .productView-details .productView-options .form-wishlist {
      margin-bottom: 0px; }
  .page-product #mainContent .productView-description .tabs-contents {
    padding-top: 0px; } }

/* For Login page only START*/
@media screen and (max-width: 735px) and (min-width: 600px) {
  .store-image {
    margin-right: 5px; }
  .cta-text-block h3 {
    font-size: 22px;
    margin: 0 5px 0 0; }
  .login .form-actions .button--primary {
    max-width: 122px; }
  .login .form-actions .forgot-password {
    margin: 0 0 0 10px; } }

/* For Login page only CLOSE*/
@media only screen and (max-width: 767px) {
  .productView-product .artist-div .artistImage {
    width: 78px;
    margin-right: 14px; }
  .productView-product .consumer-div .consumerImage {
    width: 78px;
    margin-right: 14px; }
  /*.slider .item{background: none !important; height: auto;}
  .slider .item .mobile-img{display: block;}
  .slider .item .content{position: relative; top: auto; transform: none; width: 100%; text-align: center; max-width: 100%;}*/
  .showroom-table td {
    width: 100%;
    display: block; }
  .showroom-table td.empty {
    display: none; }
  .wholesale-div td {
    max-width: 100%;
    width: 100%;
    display: -ms-inline-grid;
    display: inline-grid;
    padding: 0.5rem 0; }
  .wholesale-div td h3 {
    margin-top: 15px; } }

@media only screen and (max-width: 599px) {
  .header-logo {
    left: 0;
    text-align: left;
    padding-left: 50px; }
  .banners {
    padding-left: 17px;
    padding-right: 17px; }
  #faq-nav li a {
    padding: 13px 12px;
    font-size: 13px; }
  .banners {
    line-height: 23px;
    padding-top: 8px;
    padding-bottom: 7px; }
  .productView .productView-images .slick-dots {
    display: block !important; }
  .productView .productView-images .slick-dots li {
    height: auto;
    width: auto;
    margin: 0 12px 0 0;
    padding: 0; }
  .productView .productView-images .slick-dots li:last-child {
    margin-right: 0; }
  .banners .block1 {
    display: block; }
  .banners .block {
    display: block; }
  .footer-bottom .footer-info-col {
    text-align: center;
    margin-bottom: 33px; }
  .footer-bottom .footer-info-col.footer-info-about, .footer-bottom .footer-info-col.footer-info-support {
    width: 100%; }
  .footer-bottom .footer-info-col.footer-info-contact {
    width: 100%; }
  .footer-bottom .footer-info-col ul li {
    margin-top: 5px; }
  .footer-bottom .footer-info-col ul li:first-child {
    margin-top: 0px; }
  .footer-bottom .phone-div {
    background-position: center 5px;
    padding-left: 0;
    padding-top: 35px;
    margin-bottom: 25px; }
  .footer-bottom .email-div {
    background-position: center 5px;
    padding-left: 0;
    padding-top: 30px; }
  .footer-bottom .footer-info-col.footer-info-newsletter {
    margin-top: 10px; }
  .footer-bottom .newsletter-div .gray-button {
    width: 100%; }
  .footer-bottom .footer-info-col.footer-info-contact {
    margin-top: 0; }
  .footer-bottom .newsletter-div .form-input {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; }
  .footer-bottom .footer-info-storeinfo .socialLinks li {
    float: none;
    display: inline-block;
    vertical-align: top; }
  .footer-bottom .footer-info-storeinfo .socialLinks li a {
    margin-right: 23px; }
  .footer-bottom .footer-info-storeinfo .socialLinks {
    margin-top: 7px;
    font-size: 0; }
  .footer-copyright {
    margin-top: 0;
    text-align: center; }
  .footer-copyright ul li {
    display: inline-block;
    float: none; }
  .slider .content h1 {
    font-size: 36px;
    line-height: 46px; }
  .slider .content p {
    font-size: 18px;
    line-height: 27px; }
  .slider .content {
    padding: 7px 20px 0 20px; }
  .slider .item.even .mobile-img {
    background-position: right top; }
  .home-card-section ul {
    margin: 0;
    display: inline-block;
    width: 100%; }
  .home-card-section ul li {
    margin: 0 0 32px 0;
    width: 100%; }
  .home-card-section ul li:last-child {
    margin-bottom: 0; }
  .home-trending h2 {
    font-size: 32px;
    padding-bottom: 19px;
    line-height: 23px;
    margin-bottom: 15px; }
  .home-trending .slick-arrow {
    display: none !important; }
  .home-trending .productCarousel-slide {
    padding: 0 7px; }
  .about-section h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 6px; }
  .home-follow-on-instagram {
    padding: 1.5rem; }
  .home-follow-on-instagram h2 {
    font-size: 36px;
    line-height: 40px; }
  .home-trending.review-slider h2 {
    font-size: 36px;
    line-height: 40px; }
  .mobile-meta-show {
    display: inline-block;
    width: 100%; }
  .mobile-meta-show .productView-details {
    width: 100%;
    padding: 0; }
  .mobile-meta-hide {
    display: none; }
  .productView .productView-images {
    width: 100%;
    margin-top: 11px; }
  .productView .productView-images .rollover_img span {
    font-size: 14px; }
  .productView .productView-details {
    float: right;
    clear: right;
    width: 100%;
    padding: 0; }
  .productView .productView-details .productView-title {
    font-size: 36px;
    margin: 14px 0 3px 0 !important; }
  .productView .productView-images .productView-img-container {
    max-width: 100%;
    max-height: 250px; }
  .productView .mobile-show {
    float: left;
    width: 100%; }
  .productView-thumbnails .slick-list {
    margin-left: 0;
    margin-right: 0; }
  .productView .slick-dots {
    display: block; }
  .productView .slick-arrow {
    display: none !important; }
  .productView-options {
    text-align: left; }
  .productView-options .form-action {
    padding: 0; }
  .addthis_toolbox .socialLinks {
    text-align: center;
    margin-bottom: 0;
    line-height: 1; }
  .addthis_toolbox .socialLinks li {
    float: none;
    display: inline-block; }
  .mobile-show .videoGallery {
    margin-bottom: 0; }
  .mobile-show .videoGallery .toggle-content {
    margin-bottom: 0;
    float: left;
    width: 100%; }
  .productView-description {
    padding: 0;
    margin-top: 0; }
  .productView .home-trending .slick-arrow {
    display: block !important; }
  .productView .home-trending .productCarousel {
    padding-left: 10px;
    padding-right: 10px; }
  .productView .home-trending .slick-next::before, .productView .home-trending .slick-prev::before {
    height: 1.92857rem; }
  .productView-description .tabs li {
    width: 100%;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0;
    border-bottom-color: #555555 !important; }
  .productView-description .tabs {
    display: none; }
  .custom_toggle .toggle_btn {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #555;
    border-top: 1px solid #555;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    text-align: center; }
  .productView-description .custom_toggle .toggle_btn .arrow-up svg {
    fill: #767676; }
  .custom_toggle .toggle_btn.is-open {
    color: #425563;
    font-weight: 700; }
  .productView .home-trending.related-out-trending {
    padding: 17px 0 35px 0;
    margin-top: 10px; }
  .productView .home-trending.related-out-trending h2 {
    padding: 5px 0 20px 0;
    font-size: 22px; }
  .productView .home-trending.related-out-trending .productCarousel .card-body h4.card-title {
    font-size: 14px;
    line-height: 20px; }
  .productView .home-trending.related-out-trending .productCarousel .card-body .price-section {
    padding: 0 1px; }
  .productView .home-trending.related-out-trending .slick-dots {
    bottom: -10px !important; }
  .productView .home-trending.related-out-trending .slick-next {
    right: 13px; }
  .productView .home-trending.related-out-trending .slick-prev {
    left: 13px; }
  .productView-description .tab-title.is-open + .tab-content.is-active {
    display: block; }
  .productView-description .tab-content.is-active {
    display: none; }
  .tab svg, .toggle_btn svg {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px; }
  .arrow-up {
    display: block !important; }
  .tab.is-active .arrow-up, .toggle_btn.is-open .arrow-up {
    display: none !important; }
  .toggle_btn .arrow-up svg {
    transform: rotate(-180deg); }
  .tab.is-active .arrow-down, .toggle_btn.is-open .arrow-down {
    display: block !important; }
  .productView-description .tab-content .artistImage {
    width: 118px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
    float: none; }
  .productView-description .tab-content .artistBio {
    width: auto;
    float: none; }
  .productView-description .tab-content .artistname {
    width: 125px;
    float: none;
    display: inline-block;
    vertical-align: middle; }
  .productView .home-trending .productCarousel .card-text .price {
    font-size: 14px; }
  .productView-description .tab-content .artistBio {
    float: left;
    width: 100%;
    margin-top: 14px; }
  .productView-description .tab-content .artistBio p {
    clear: both; }
  .productView-main-slider {
    display: block;
    float: left;
    width: 100%; }
  .productView .productView-images .productView-image {
    display: none; }
  .productView .productView-images .productView-thumbnails {
    display: none !important; }
  .productView .productView-images {
    margin-bottom: 0; }
  .productView-product .artist-div .artistImage, .productView-product .consumer-div .consumerImage {
    width: 120px; }
  .productView-product .artist-div .artist-right, .productView-product .consumer-div .consumerlink {
    width: 50%; }
  .productView .home-trending .slick-dots {
    bottom: -30px; }
  .productView .home-trending {
    margin-bottom: 55px; }
  .productView .home-trending.related-out-trending {
    margin-bottom: 25px; }
  .cart-container .cart-list td.cart-item-title figure {
    height: 100px; }
  .cart-container .cart-list td.cart-item-title figure img {
    left: 0;
    right: auto;
    max-width: 84px;
    max-height: 84px; }
  .cart-container .cart-list td.cart-item-title .cart-details {
    padding-left: 105px; }
  .cart-item-options--giftWrapping {
    margin-top: 1.5rem; }
  .cart-container .cart-list .cart-item-info.remove {
    right: 0; }
  .cart-container .cart-remove {
    height: auto;
    width: auto; }
  .cart-container .cart-list td.mobile-block {
    display: none; }
  .cart-container .cart-list tr {
    float: left;
    width: 100%; }
  .cart-container .cart-list td .cart-item-label {
    display: none; }
  .cart-container .cart-list tr {
    padding: 1.8rem 0 1.9rem 0; }
  .cart-container .cart-list td.cart-item-title .cart-item-name {
    min-width: inherit;
    margin-bottom: 4px; }
  .cart-container .cart-list td.cart-item-title .cart-details {
    padding-left: 90px;
    padding-right: 30px; }
  .cart-container .cart-list td .cart-item-value {
    padding-left: 0; }
  .cart-container .cart-list td.cart-item-quantity {
    padding: 0;
    float: left;
    clear: none;
    width: 100%;
    margin-bottom: 19px; }
  .cart-container .cart-list td.price[data-th="Total"] {
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .cart-container .cart-list td.price {
    width: 100%;
    padding: 0;
    margin-bottom: 18px; }
  .cart-container .cart-list .cart-item-info.remove {
    margin-top: 3px; }
  .cart-container .cart-totals, .cart-container .cart-actions, .cart-container .batches {
    width: 100%;
    text-align: left; }
  .cart-container .cart-totals .cart-total-value {
    float: right; }
  .cart-container .cart-totals .cart-total-label {
    width: 44%; }
  .cart-container .cart-list td.cart-item-quantity::before, .cart-container .cart-list td.price::before {
    content: attr(data-th);
    display: inline-block;
    font-weight: 700;
    padding-bottom: 0;
    font-size: 14px;
    color: #555;
    vertical-align: middle;
    width: 93px; }
  .cart-content {
    margin-bottom: 19px; }
  .cart-container .cart-totals .cart-total.cart_grand_total .cart-total-label, .cart-container .cart-totals .cart-total.cart_grand_total .cart-total-value {
    font-size: 21px; }
  .cart-container .cart-totals .cart-total.cart_grand_total {
    padding-top: 25px;
    padding-bottom: 17px; }
  .cart-container td.cart-item-quantity .productView-info-value {
    width: 100%; }
  .cart-container .cart-totals .cart-total-label, .cart-container .cart-totals .cart-total-value, .cart-container .cart-totals .cart-total-value button, .cart-container .cart-list td.cart-item-title .cart-item-name, .cart-container .cart-list .cart-item-info {
    font-size: 16px; }
  .cart-container .cart-actions.continue_shopping .button, .cart-container .cart-actions.share_cart .button {
    font-size: 16px !important; }
  .productView .slick-dots {
    display: block !important; }
  .yotpo-testimonial-div h2, .yotpo-main-reviews h2, .product-blog h2 {
    font-size: 26px; }
  .yotpo-testimonial-div .yotpo .yotpo-review .yotpo-main {
    margin-left: 0; }
  .yotpo-testimonial-div .yotpo .yotpo-review .yotpo-footer {
    margin-left: 0; }
  .productView .yotpo .yotpo-regular-box {
    width: 100%;
    margin-bottom: 20px !important; }
  .product-blog .BlogPDP {
    margin: 0; }
  .product-blog .BlogPDP .blog {
    width: 100%;
    margin: 0;
    margin-bottom: 28px; }
  .yotpo-main-reviews .yotpo .yotpo-nav.reviews {
    border-color: transparent;
    margin-top: 25px;
    float: left;
    width: 100%; }
  .product-blog {
    margin-bottom: 0; }
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes {
    height: auto !important; }
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .write-question-button, .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .write-review-button, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .write-question-button, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .write-review-button {
    display: block !important; }
  .yotpo-main-reviews .main-widget .yotpo-nav-primary ul li {
    padding-left: 20px;
    padding-right: 20px; }
  .productView .yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-header .yotpo-header-actions {
    display: inline-block; }
  .productView .yotpo.yotpo-main-widget.yotpo-small .yotpo-review .footer-additional-actions {
    display: none; }
  .productView .yotpo.yotpo-main-widget.yotpo-small .yotpo-review .yotpo-footer .footer-actions {
    display: inline-block; }
  .product-blog .BlogPDP .blog .blog-post-body h2 {
    font-size: 22px;
    line-height: 30px; }
  .productView .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution {
    margin: 10px 0 0 0; }
  .yotpo-main-reviews .yotpo .yotpo-nav.reviews {
    border-color: transparent;
    margin-top: 0;
    float: left;
    width: 100%;
    padding: 10px 0 0 0; }
  .yotpo-main-reviews .main-widget .yotpo-nav-primary ul li span {
    font-size: 13px; }
  .yotpo-main-reviews .main-widget .yotpo-nav-primary ul li {
    height: 41px;
    padding-top: 11px; }
  .productView .yotpo .yotpo-default-button, .productView .yotpo input[type="button"].yotpo-default-button {
    font-size: 14px; }
  .yotpo-main-reviews .yotpo.yotpo-main-widget.yotpo-small .yotpo-nav .transparent-color-btn.yotpo-visible-mobile {
    display: none !important; }
  .yotpo-main-reviews {
    margin-bottom: 0; }
  .yotpo-testimonial-div .yotpo-first-review-content {
    margin-bottom: 20px; }
  .login {
    margin: 20px auto 25px auto !important; }
  .login .login-row {
    margin-top: 35px; }
  .login .form-actions {
    text-align: center; }
  .login .form-actions .button--primary {
    max-width: 100%; }
  .login .form-actions .forgot-password {
    margin: 0;
    text-align: center;
    width: auto; }
  .wholesale-website-m {
    padding: 22px 27px; }
  .store-image {
    margin-right: 0;
    margin-bottom: 10px; }
  .cta-text-block {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
  .cta-text-block h3 {
    margin-right: 0;
    margin-bottom: 10px; }
  a.movetob2site {
    margin: 0; }
  .login .login-form {
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px; }
  .login .new-customer {
    width: 100%;
    padding-left: 0; }
  .login .new-customer .panel-header {
    padding: 20px 20px 0; }
  .login .new-customer .panel-body {
    padding: 5px 20px 27px; }
  .login .new-customer .panel-body .button--primary {
    width: 100%;
    font-size: 16px; }
  .hide-mobile {
    display: none !important; }
  .hide-desktop-tablet {
    display: inline !important; }
  .product-blog .BlogPDP .blog .blog-post-figure .blog-thumbnail a {
    height: 215px; }
  #faq-nav li {
    width: 50%; }
  #faq-nav li a {
    width: 100%; }
  #tabmenu #tab-content {
    padding: 10px 17px 20px;
    box-sizing: border-box; }
  #tabmenu {
    margin-top: 20px; }
  .CreditThank {
    padding-top: 25px; }
  .CreditThank .gray-button {
    width: auto;
    margin: 0; }
  .CreditThank {
    min-height: 403px; }
  .qo_main .qo_step .tab-content.has-import p {
    margin-bottom: 13px; }
  .qo_main .qo_step .tab-content.has-import .button.uploadProcess {
    width: 100%; }
  .qo_main .qo_step .tab-content.has-import {
    margin-top: -41px; }
  body .qo_step {
    text-align: center; }
  body .qo_main .qo_step ul.tabs {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 48px; }
  body .qo_main .qo_step ul.tabs li.tab {
    margin-left: 0;
    display: block;
    margin-bottom: 21px;
    width: 100%; }
  body .qo_main .qo_step ul.tabs li.tab a.tab-title {
    width: 100% !important;
    text-align: left; }
  .utilityTable .itemnumbercolumn, .utilityTable .productcolumn, .utilityTable .unitpricecolumn, .utilityTable .quantitycolumn {
    text-align: left;
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
    float: left;
    padding-bottom: 0; }
  .utilityTable .removeitemcolumn .icon {
    height: 30px;
    width: 30px; }
  .utilityTable .removeitemcolumn {
    position: absolute;
    right: 0;
    top: 80px;
    width: auto;
    padding: 0; }
  .utilityTable .removeitemcolumn .button {
    padding: 0; }
  .utilityTable tbody tr {
    position: relative; }
  .utilityTable .productcolumn {
    padding-right: 40px; }
  .qo_main .qo_step .tab-content {
    padding: 0 !important; }
  .utilityTable .itemnumbercolumn input {
    width: 100%; }
  body .qo_main .qo_step .quickorderfooter #addMoreItems {
    margin: 18px 0; }
  body .utilityTable .quantitycolumn {
    margin-left: 0;
    padding-top: 20px; }
  body .utilityTable .unitpricecolumn {
    padding-bottom: 20px; }
  body .productView .instock-notify-div .actions .button {
    margin: 0; }
  .productView .instock-notify-div {
    margin-top: 20px; }
  .productView .productView-details.productView-bottom .productView-options .share-class .form-wishlist {
    margin-right: 17px; }
  .productView .home-trending.related-trending .productCarousel .card-body h4.card-title {
    font-size: 14px;
    line-height: 20px; }
  .productView .home-trending.related-trending .productCarousel .card-body .price-section {
    padding: 0 1px; } }

@media only screen and (max-width: 450px) {
  .banners .block {
    display: block; }
  .career-page .gray-button, .career-page .blue-button {
    font-size: 14px; }
  #faq-nav li {
    width: 100%; }
  .navUser-item img {
    display: none;
    margin-left: 10px; } }

@media only screen and (max-width: 360px) {
  .productView .yotpo .yotpo-review .yotpo-footer .yotpo-helpful {
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px; } }

.yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star {
  color: #555 !important; }

.productView .productView-details.productView-bottom .productView-options .form-field[data-product-attribute="swatch"] label.form-option {
  padding: 0;
  border: 0; }

.productView .productView-details.productView-bottom .productView-options .form-field[data-product-attribute="swatch"] .form-radio:checked + .form-option {
  box-shadow: none; }

.productView .productView-details.productView-bottom .productView-options .form-field[data-product-attribute="swatch"] .form-radio:checked + .form-option .form-option-variant--color {
  border: 1px solid #000; }

.productView .productView-details.productView-bottom .productView-options .form-field[data-product-attribute="swatch"] .form-radio + .form-option .form-option-variant--color {
  border: 1px solid transparent;
  padding: 2px; }

.productView .productView-details.productView-bottom .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  box-shadow: none;
  border: 1px solid #000; }

.productView .home-trending.related-out-trending .slick-dots {
  bottom: -30px; }

@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; }
  .visible-m.ada-icon a {
    display: block !important; }
  .hideMeMobile {
    display: block !important; } }

p.visible-m.ada-icon {
  text-align: center;
  width: 100px;
  margin: 0px auto; }

.visible-m.ada-icon img {
  display: none !important; }

.visible-m.ada-icon a {
  display: none !important; }

.navUser-item img {
  width: 75px;
  margin-left: 10px; }

.hideMe {
  display: none !important; }

h2.productView-brand {
  display: none !important; }

.productView .productView-details.productView-bottom .productView-options .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  box-shadow: none;
  border: 1px solid #000;
  background: #767676;
  border-color: #767676;
  color: #fff; }

div.yotpo-testimonial-div {
  float: left;
  width: 100%;
  display: none !important; }

.css-10z1g2q {
  background-color: #425563 !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; }

.findify-container .findify-components--text__secondary-uppercase {
  color: #555 !important; }

.card-figcaption-body button.card-figcaption-button.quickview {
  background: rgba(238, 238, 238, 0.9);
  display: block;
  border-radius: 0;
  color: #555555;
  font-size: 14px;
  padding: 0.7139rem 1.5rem;
  text-transform: capitalize;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%; }

.card-figcaption-body button.card-figcaption-button.quickview:hover {
  background: #767676;
  color: #ffffff;
  width: 100%; }

.findify-container.findify-autocomplete.findify-widget-3 {
  display: none; }

.card-body p.card-title {
  text-align: center;
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif; }

.card-body a {
  color: #555555 !important; }

.productView-img-container a:focus {
  border-radius: 2px;
  box-sizing: border-box;
  box-shadow: 0 0 5px 5px, 0 0 2px 1px #687782;
  display: block;
  width: 100% !important;
  padding-top: 100% !important; }

/* Arrows */
.home-trending {
  position: relative; }

.home-trending span.tooltip {
  position: absolute;
  top: 50%; }

.home-trending span#tip1 {
  left: 0; }

.home-trending span#tip2 {
  right: 0; }

.home-trending span[aria-hidden="true"] {
  display: none; }

.home-trending span[aria-hidden="false"] {
  display: block;
  background-clip: padding-box;
  margin-top: 5px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0 3px #000;
  z-index: 9999;
  padding: 5px 10px;
  color: #fff;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.9); }

.findify-components--dropdown__dropdown {
  display: none; }

.findify-container .findify-components--dropdown__dropdown.findify-components--dropdown__open {
  display: block; }

.findify-container .findify-components--cards--product--rating__star.findify-components--cards--product--rating__filled {
  color: #6A6C77 !important; }

.findify-container .findify-components--rating-facet__item .findify-components--rating-facet__star {
  color: #6A6C77 !important; }

.findify-container .findify-components--rating-facet__item .findify-components--rating-facet__star.findify-components--rating-facet__unfilled {
  color: #c6c6c6 !important; }

.home-trending .slick-prev, .home-trending .slick-next {
  width: 40px; }

.slick-next::before,
.slick-prev::before {
  color: #ffffff !important;
  margin: 0 auto; }

.slick-prev::before {
  background-image: url("https://cdn11.bigcommerce.com/s-kmr73o5t54/product_images/uploaded_images/arrow-before.png?t=1602683455&_ga=2.58951341.1867964542.1602503517-1626138460.1580491416"); }

.slick-next::before {
  background-image: url("https://cdn11.bigcommerce.com/s-kmr73o5t54/product_images/uploaded_images/arrow-after.png?t=1602683455&_ga=2.58951341.1867964542.1602503517-1626138460.1580491416"); }

.slick-disabled {
  cursor: default;
  opacity: 1 !important; }

.yotpo-main-reviews .yotpo-display-wrapper.yotpo-no-reviews {
  display: unset;
  flex-wrap: unset; }

@media only screen and (min-width: 1030px) {
  .yotpo-no-reviews .yotpo-reviews.yotpo-active {
    display: unset !important;
    flex-wrap: wrap; } }

.yotpo .yotpo-label-container .yotpo-powered {
  display: none; }

.yotpo .yotpo-logo-link-new > * {
  color: #56564f;
  display: none; }

.yotpo .yotpo-logo-link-new {
  padding: 0;
  display: none; }

.yotpo .yotpo-label-container {
  border-top: 0px solid !important;
  border-bottom: none;
  text-align: right;
  padding-top: 10px; }

.yotpo.yotpo-main-widget .yotpo-icon-btn {
  display: block !important;
  padding: 6px 11px !important;
  width: 170px;
  margin-left: 0px !important; }

.yotpo-no-reviews .write-question-review-buttons-container {
  display: inline-block;
  margin: 0px auto;
  float: unset !important; }

.yotpo-no-reviews .yotpo-display-wrapper {
  display: none; }

.yotpo-no-reviews .new-yotpo-small-box {
  display: none; }

.yotpo-no-reviews .yotpo-nav-content {
  display: none; }

span.yotpo-display-wrapper {
  float: left;
  height: 170px;
  width: 70%; }

.yotpo .yotpo-regular-box-filters-padding {
  border-top: 0px solid #e3e3e3 !important; }

.yotpo .yotpo-regular-box-filters-padding {
  border-top: 0px solid #e3e3e3 !important;
  border-top-width: 0px !important;
  border-top-style: solid !important;
  border-top-color: #e3e3e3 !important; }

.productView .yotpo .yotpo-default-button:hover {
  background: #f2f2f2 !important;
  border: 1px solid #f2f2f2 !important;
  color: white !important; }

.bottom-line-items-container-desktop .bottom-line-items-wrapper .yotpo-star-distribution-wrapper {
  float: unset !important; }

.category-banner-bottom .banners .banner a {
  color: #888 !important;
  text-decoration: underline !important; }

.category-banner-bottom .banners .banner {
  color: #888 !important; }

.category-banner-bottom .banners .banner li {
  font-size: 16px; }

.category-banner-bottom a.gray-button {
  font-family: Arial,Helvetica,sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: white;
  border: 1px solid #555;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  transition: all .3s ease-in;
  background-color: white;
  color: #555;
  font-size: 19px;
  line-height: 28px;
  padding: .75rem 1.9rem; }

.category-banner-bottom a.gray-button:hover {
  background: #767676;
  border-color: #767676;
  color: #fff; }

.cart-container .cart-remove {
  position: relative;
  height: 25px;
  width: 25px; }

.cart-container .cart-remove:before, .cart-container .cart-remove:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 25px;
  background: #555555;
  top: 0; }

.cart-container .cart-remove:before {
  transform: rotate(-45deg); }

.cart-container .cart-remove:after {
  transform: rotate(45deg); }

.home-card-section.home-blog-section .content .secondry a, .home-card-section.home-blog-section .content a.text-link {
  color: #30444F; }

.review-slider .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .product-name.carousel-review-product-text, .review-slider .yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .carousel-review-body .carousel-read-more {
  color: #517085 !important; }

.term-con {
  font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0;
  margin-top: 36px;
  margin-bottom: 8px; }

@media (max-width: 4000px) {
  .slider .item {
    height: 550px; } }

@media (max-width: 1920px) {
  .slider .item {
    height: 450px; } }

h5.account-product-title a {
  background-color: #555;
  color: white;
  font-weight: bold;
  font-family: 'Open Sans';
  padding: 2px 9px;
  border-radius: 5px; }

h5.account-product-title a:hover {
  opacity: 0.9; }

.SliderWrapperItems {
  /* background-color: red; */ }

.article-by-mail {
  display: none; }

@media (max-width: 930px) {
  .bannerBlog {
    background-color: #5E7461;
    height: 475px !important;
    width: 100%; }
  .bannerBlog .bannerImage {
    height: 425px;
    width: 100% !important;
    margin-left: 0px !important; }
  .bannerBlog .bannerBorder {
    height: 425px !important; } }

@media (max-width: 600px) {
  .bannerBlog .sidebar_right {
    margin-bottom: 10px; }
  .bannerBlog .sidebar_left {
    padding: 0px 10px; }
  .bannerBlog .gray-button {
    margin-top: 15px; }
  .bannerBlog {
    background-color: #5E7461;
    height: 750px !important;
    width: 100%;
    text-align: center; }
  .bannerBlog .bannerImage {
    height: 425px;
    width: 100% !important;
    margin-left: 0px !important; }
  .bannerBlog .bannerBorder {
    height: 675px !important; }
  .blogNavArrows .Prev {
    display: none !important; }
  .blogNavArrows .Next {
    display: none !important; }
  .blogNav {
    height: 700px !important;
    width: 100% !important; }
  .blogNavWrap {
    width: 100% !important;
    height: 700px !important; }
  .blogNavArrows {
    width: 100% !important;
    height: 700px !important; }
  .blogNav .blogItem .image {
    height: 100px;
    width: 140px !important;
    background-color: #2b2b2b;
    border-radius: 7px; } }

.bannerBlog {
  background-color: #5E7461;
  height: 400px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 25px;
  position: relative; }

.bannerBlog .bannerBorder {
  height: 350px;
  width: calc(100% - 50px);
  border: white solid 2px;
  position: absolute; }

.bannerBlog .bannerImage {
  background-color: #2b2b2b;
  height: 450px;
  width: calc(100% - 100px);
  margin-left: 100px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.blogNav .blogItem .image {
  height: 100px;
  width: 150px;
  background-color: #2b2b2b;
  border-radius: 7px; }

.blogNav .blogItem .icon {
  height: 60px;
  width: 60px;
  background-color: #eee;
  border-radius: 50%;
  border: white solid 3px;
  position: absolute;
  margin: auto;
  z-index: 2;
  top: 25px;
  left: 0px;
  right: 0px;
  bottom: 0px; }

.blogNav .blogItem p {
  text-align: center;
  margin-top: 35px;
  font-weight: bold;
  text-decoration: none; }

.blogNav .blogItem {
  float: left;
  margin: 0px 10px;
  position: relative; }

.blogNav {
  height: 175px;
  width: calc(100% - 95px); }

.blogNavWrap {
  overflow: hidden;
  position: relative; }

.blogNav a {
  text-decoration: none;
  text-align: center; }

.bannerBlog .sidebar_left {
  z-index: 2; }

/* SEO Template */
.category-desc h1 {
  position: relative;
  margin-bottom: 40px !important; }

.entertaining-bottom .four-column {
  margin-bottom: 1rem !important; }

.top-banner {
  display: -ms-flexbox;
  display: flex;
  background: #1d8490;
  width: 100%; }

.top-banner .two-col-banner {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 80px 0 0 120px;
  text-align: left; }

.top-banner .three-col-banner.banner-image {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 0 60px 0 0 !important; }

.top-banner .three-col-banner.banner-image img.__mce_add_custom__ {
  position: relative;
  top: 40px; }

.top-banner .two-col-banner h2 {
  color: #fff;
  text-align: left; }

.top-banner a.gray-button {
  background: #fff;
  color: #555 !important;
  padding: .95rem 2.5rem;
  border-radius: 5px;
  font-size: 16px;
  line-height: 21px;
  transition: all .3s ease-in;
  margin: .5rem 0 0; }

.shop-section {
  margin-top: 90px;
  padding: 0 100px; }

.shop-section ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto; }

.shop-section ul li {
  width: 50%;
  margin: 0 1.2rem;
  background: #efede7; }

.shop-section ul li .content {
  text-align: left;
  padding: 0 30px 30px 30px; }

.shop-section ul li .content h3 {
  margin-top: 21px !important; }

.shop-section ul li .content h3 a {
  color: #555 !important;
  font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
  color: #555;
  font-size: 32px !important;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 8px; }

.shop-section ul li a.gray-button {
  color: #29546b !important;
  font-size: 17px;
  text-decoration: underline;
  font-weight: 500; }

.top-banner .two-col-banner p {
  color: #fff !important;
  text-align: left;
  margin: 25px 0 !important; }

.entertaining-bottom h2 {
  margin-top: 0; }

.top-banner .two-col-banner p {
  color: #fff !important;
  text-align: left;
  margin: 25px 0 !important; }

.top-banner .ctabtn-row {
  width: 100%;
  margin-top: 20px;
  display: inline-block; }

.entertaining-bottom .single_wide {
  padding: 0 !important; }

.entertaining-bottom .single_wide {
  margin-bottom: 0 !important; }

h2.deco-shop-head {
  display: block;
  text-align: center;
  width: 100%;
  float: left;
  margin: 30px 0 40px 0; }

.home-enter {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }

.home-enter li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px; }

.home-enter li a {
  text-align: center;
  display: inherit;
  font-size: 18px;
  font-weight: 500;
  color: #555 !important;
  text-transform: capitalize; }

.entertaining-bottom .four-column .figure img {
  height: 300px;
  object-fit: cover; }

.four-column.left-col {
  padding: 15px 7px 0 0 !important; }

.four-column.center-col {
  padding: 15px 7px 0 7px !important; }

.four-column.right-col {
  padding: 15px 0 0 7px !important; }

@media only screen and (max-width: 1279px) {
  .top-banner .three-col-banner.banner-image:before {
    content: '';
    background: #1d8490;
    position: absolute;
    height: 100%;
    width: 90%;
    margin: auto;
    left: 9%;
    transform: translate(-5%, 0);
    top: 0; }
  .top-banner .two-col-banner {
    -ms-flex: 0 0 40%;
    flex: 0 0 90%;
    max-width: 90%;
    padding: 40px;
    text-align: left;
    margin: auto;
    background: #1d8490; }
  .top-banner {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    width: 100%;
    padding: 0 20px;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .top-banner .three-col-banner.banner-image {
    -ms-flex: 0 0 60%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 !important;
    position: relative; }
  .shop-section {
    margin-top: 50px;
    padding: 0; }
  .shop-section ul li.fiists-col {
    margin-left: 0; }
  .shop-section {
    margin-top: 50px;
    padding: 0; }
  .shop-section ul li.fiists-col {
    margin-left: 0; }
  .shop-section ul li.seconds-col {
    margin-right: 0; }
  h2.deco-shop-head {
    margin: 50px 0 40px 0; }
  .home-enter li {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%; }
  .banner {
    max-width: 100% !important; }
  .single_wide h2, .single_wide p {
    padding: 0 20px; } }

@media (max-width: 770px) {
  #categoryBanner .three-column {
    order: 2 !important;
    background-color: #1d8490; }
  #categoryBanner .full-width {
    height: 450px !important;
    width: 100% !important;
    position: absolute;
    top: 0px;
    left: unset;
    right: unset;
    margin-left: unset;
    margin-right: unset;
    background-color: #1d8490; }
  .top-banner-enter #categoryBanner .full-width {
    width: 90% !important;
    left: 5%; }
  .top-banner-enter #categoryBanner .three-column {
    width: 90%;
    margin: auto; }
  .page--pagelayout.top-banner-enter .two-column.left-col {
    padding: 40px 10px 0px 0px !important; }
  .page--pagelayout.top-banner-enter .two-column.right-col {
    padding: 40px 0 0 10px !important; }
  .page--pagelayout.top-banner-enter .two-column h2 {
    margin-top: 0; }
  .home-enter li {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%; }
  .entertaining-bottom .single_wide h2 {
    margin-top: 0; }
  .entertaining-bottom .single_wide {
    padding: 0 !important; }
  .page--pagelayout.top-banner-enter .twothirds-column {
    margin-bottom: 0; }
  .entertaining-bottom .four-column {
    padding: 0 !important; }
  .four-column.center-col {
    padding: 0 5px 0 5px !important; }
  .entertaining-bottom .four-column.left-col {
    padding: 0 10px 0 0px !important; }
  .four-column.right-col {
    padding: 0 0 0 10px !important; }
  .entertaining-bottom .row.four-column-row {
    margin-top: 20px; }
  .page--pagelayout .row.four-column-row h2 {
    font-size: 22px;
    padding-left: 5px; }
  .page--pagelayout .row.four-column-row p {
    font-size: 15px;
    padding: 0 5px; }
  .entertaining-bottom .single_wide p {
    padding: 0 20px;
    margin: 0; }
  a.read-more {
    padding-left: 20px; } }

@media (max-width: 599px) {
  .home-enter li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px; }
  .entertaining-bottom .single_wide .figure {
    margin-top: 30px; }
  .page--pagelayout .row.four-column-row h2 {
    padding-left: 15px; }
  .page--pagelayout .row.four-column-row p {
    padding: 0 15px; }
  .page--pagelayout.entertaining-bottom .single_wide br {
    display: none; }
  .page--pagelayout.entertaining-bottom a.gray-button {
    width: auto !important; }
  .entertaining-bottom .single_wide {
    padding: 0 !important;
    margin-top: 25px; }
  .shop-section ul li {
    width: 100%; }
  .shop-section ul {
    display: block;
    width: 100%; }
  .shop-section ul li.seconds-col {
    margin: 50px 0 0 0; } }

@media (max-width: 320px) {
  .category-desc h1:after {
    width: 250px !important; } }

/* End */
/* Style Guide Buttons*/
.gray-button-outline {
  font-family: Arial,Helvetica,sans-serif;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #555;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  transition: all .3s ease-in;
  background-color: unset;
  color: #555;
  font-size: 19px;
  line-height: 28px;
  padding: .75rem 1.9rem; }

.gray-button-outline:visited {
  color: #555555; }

.gray-button-outline:hover {
  background: #767676;
  border-color: #767676;
  color: #fff; }

.gray-button-white {
  font-family: Arial,Helvetica,sans-serif;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #555;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  transition: all .3s ease-in;
  background-color: #fff;
  color: #555;
  font-size: 19px;
  line-height: 28px;
  padding: .75rem 1.9rem; }

.gray-button-white:visited {
  color: #555; }

.gray-button-white:hover {
  background: unset;
  border-color: #fff;
  color: #fff; }

/*End of Style Guide Buttons*/
div[data-content-region=product_below_price] {
  display: none; }

.amazonpay-button-sandbox-logo {
  display: none !important; }

p[id*="amazon_pay_checkout_or_use"] {
  display: none !important; }

div#paypal-commerce-proddetails-messaging-banner {
  display: none !important; }

#checkout-payment-continue {
  max-height: 587px;
  padding: unset !important;
  border: unset !important;
  background: unset !important; }

button#checkout-payment-continue {
  font-family: Arial,Helvetica,sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #425563 !important;
  border: 1px solid #425563 !important;
  border-radius: .3125rem;
  padding: .75rem 1.5rem !important;
  margin: .5rem 1rem 0;
  display: inline-block;
  text-decoration: none;
  transition: all .3s ease-in; }

.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%;
    -ms-transform: translateY(-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 (max-width: 1920px) {
    .custom-column #videoContainer {
      float: right;
      width: 90%;
      background-color: #e6e3db;
      height: 550px;
      position: relative; } }
  @media screen and (max-width: 1280px) {
    .custom-column #videoContainer {
      float: right;
      width: 90%;
      background-color: #e6e3db;
      height: 400px !important;
      position: relative; } }
  @media screen and (max-width: 900px) {
    .custom-column #videoContainer {
      float: right;
      width: 90%;
      background-color: #e6e3db;
      height: 300px !important;
      position: relative; }
    .custom-column #openingVirtualshow {
      position: relative;
      height: unset !important; }
    .custom-column #openingVirtualshow .vertical-center {
      margin: unset;
      position: unset;
      top: unset;
      -ms-transform: unset;
      transform: unset; } }
  .custom-column #openingVirtualshow {
    position: relative;
    height: 550px; }
  .custom-column .blue-button {
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    background: #425563;
    border: 1px solid #425563;
    border-radius: 5px;
    padding: .75rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease-in;
    line-height: 1;
    font-size: 15px;
    margin-bottom: 0 !important;
    padding: .9rem 2.8rem;
    float: none; }
  .custom-column .blue-button:hover {
    color: #fff;
    opacity: 0.85; }
  .custom-column .blue-button:visited {
    color: #fff; }
  .custom-column .white-button {
    font-family: Arial,Helvetica,sans-serif;
    color: #425563;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: .75rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease-in;
    line-height: 1;
    font-size: 15px;
    margin-bottom: 0 !important;
    padding: .9rem 2.8rem;
    float: none; }
  .custom-column .white-button:hover {
    color: #425563;
    opacity: 0.85; }
  .custom-column .white-button:visited {
    color: #425563; }
  .custom-column .dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease; }
  .custom-column .dot2 {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease; }
  .custom-column .active, .custom-column .dot:hover {
    background-color: #425563; }
  .custom-column .active, .custom-column .dot2:hover {
    background-color: #425563; }
  @media only screen and (max-width: 300px) {
    .custom-column .prev, .custom-column .next, .custom-column .text {
      font-size: 11px; } }
  .custom-column #videoContainer {
    float: right;
    width: 90%;
    background-color: #e6e3db;
    height: 550px;
    position: relative; }
  .custom-column .slideshow-container-test {
    overflow-y: scroll;
    /* height: 200px; */ }
  .custom-column .slideshow-container-test ul li {
    /* display: inline; */
    /* float: left; */
    list-style: none;
    margin: 0px;
    height: 200px; }
  .custom-column .slideshow-container-test ul {
    display: inline;
    list-style: none;
    margin: 0px;
    height: 200px;
    width: 300%;
    /* float: left; */ }
  .custom-column .slideshow-container-test ul li div {
    float: left; }
  .custom-column #showslider-parent #showslider {
    background-color: #e6e3db;
    width: 40vw;
    height: 300px;
    position: absolute;
    z-index: 999;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px; }
  .custom-column .slide-title {
    text-align: center; }
  .custom-column .mySlides {
    display: none; }
  .custom-column .slideshow-container {
    position: relative;
    margin: auto; }
  .custom-column .underline {
    width: 150px;
    height: 3px;
    border-radius: 5px;
    background-color: #576b79;
    margin: 0px auto 50px auto; }
  @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 screen and (max-width: 500px) {
    .custom-column #showBox {
      height: 725px !important; }
    .custom-column #showSchedule {
      padding-top: 20px; } }
  .custom-column .prev-2 img.vertical-center {
    right: 30px; }

@media screen and (max-width: 1280px) {
  .plp-banner-artheart {
    max-width: 600px !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; } }

#stickyButton {
  background-color: #555555;
  position: fixed;
  top: 70vh;
  right: -170px;
  z-index: 9999;
  border-radius: 10px 0 0 10px;
  width: 250px;
  transition: .5s all ease; }

#stickyButton:hover {
  background-color: #555555;
  position: fixed;
  top: 70vh;
  right: 0;
  z-index: 9999;
  border-radius: 10px 0 0 10px;
  width: 224px;
  transition: .5s all ease; }

#stickyButton img {
  margin: 15px; }

[data-wps-ad="wps_sKcD3ty-KK.2-0"]:first-of-type {
  height: 50px; }

@media screen and (max-width: 550px) {
  .pillBTN {
    width: 100% !important;
    margin: 5px 0px !important; } }

.navUser-item--account .signin-icon .account-dropdown a {
  font-size: 15px;
  color: #555555;
  font-weight: 400; }

.navUser-item--account .signin-icon .account-dropdown a:hover {
  text-decoration: none; }

.navUser-item--account .signin-icon a {
  font-size: 13px;
  color: #555555;
  line-height: 20px;
  font-weight: 700; }

.navUser-item--account .signin-icon a:hover {
  color: #7d5841;
  text-decoration: underline; }

.navUser-or {
  margin: 0;
  color: #767676;
  padding: 0; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: 0; }

.navUser ul li {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.navUser ul li.navUser-item--cart .navUser-action {
  background: url(../img/cart-icn.png) no-repeat left center;
  padding-left: 20px;
  margin-left: 20px; }

.navUser ul li.navUser-item--cart .countPill {
  display: inline-block;
  background: transparent;
  color: #56564f;
  font-size: 13px;
  width: auto;
  height: auto; }

.navUser-item-cartLabel {
  display: none; }

body .navPages-container {
  position: static; }

.navPages-action.is-open {
  background-color: transparent; }

.navPages-item.last-category .navPages-action {
  color: #7d5841; }

.navPages div.navPage-subMenu {
  padding: 0 0 0 12px !important;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0px;
  left: 0;
  width: 100%;
  top: 100%;
  height: auto;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out; }

.header.sticky .navPages div.navPage-subMenu {
  height: unset; }

.navPages div.navPage-subMenu ul {
  width: 100%;
  height: auto;
  background: #fff;
  margin: 0 auto; }

.navPages div.navPage-subMenu ul ul ul {
  left: -1200px; }

.navPages div.navPage-subMenu ul ul ul ul {
  left: -1600px;
  visibility: hidden;
  backface-visibility: hidden; }

.navPages div.navPage-subMenu ul ul li:hover ul {
  left: 252px; }

.navPages div.navPage-subMenu ul ul ul li:hover ul {
  left: 252px;
  width: 253px;
  visibility: visible; }

.navPages div.navPage-subMenu ul li {
  float: left;
  width: calc(100% / 6);
  margin: 0;
  padding: 0 15px; }

.navPages div.navPage-subMenu ul li a {
  padding: 2px 0 !important;
  margin: 0;
  border-bottom: 1px solid transparent;
  position: relative;
  display: inline-block;
  text-transform: none; }

.navPages div.navPage-subMenu ul li:hover > a {
  border-color: #767676;
  font-weight: 700;
  color: #555555; }

.navPages ul li a:visited {
  color: #555555; }

.navPages div.navPage-subMenu ul li > a:hover {
  background-color: transparent;
  color: #555555;
  font-weight: 700;
  opacity: 1; }

/*.navPages ul.navPages-list > li.navPages-item:hover > a + div.navPage-subMenu {/*display: block;*/
/* opacity: 1;}*/
.navPages ul.navPages-list > li.navPages-item > a {
  position: relative;
  z-index: 9;
  padding: 10px 10px;
  margin-left: 9px; }

/* this border color controlls the outside, thin border */
.navPages div.navPage-subMenu ul li.quick-order-menu {
  border: 0;
  margin-top: 4px; }

.navPages div.navPage-subMenu ul li.quick-order-menu a {
  width: 174px;
  display: inline-block;
  line-height: 44px;
  font-size: 15px;
  font-weight: 700;
  color: #555555;
  border: 1px solid #555555;
  border-radius: 5px;
  background-image: url(../img/quick-order.png);
  background-repeat: no-repeat;
  background-position: left 11px center;
  padding-left: 37px !important; }

.navPages div.navPage-subMenu ul li.quick-order-menu a:hover {
  border: 1px solid #555555;
  opacity: 0.7; }

.header.sticky {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  margin: 0;
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.home-slider {
  display: none; }

.home-sliders {
  float: left;
  width: 100%; }

.slider {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none; }

.slider .item {
  float: left;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  height: 450px;
  background-size: cover !important;
  position: relative; }

.slider .item a {
  float: left;
  width: 100%;
  height: 100%;
  text-decoration: none; }

.slider .content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  max-width: 50%;
  padding: 38px 74px;
  float: left;
  width: 100%; }

.slider .item.even .content {
  left: 0;
  right: auto; }

.slider .content h1 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 0;
  margin-top: 0px !important;
  margin-bottom: 8px !important;
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 57.6px;
  line-height: 79px;
  text-transform: capitalize;
  margin: 0 0 5px 0; }
  @media (max-width: 599px) {
    .slider .content h1 {
      font-size: 32px;
      line-height: 44px; } }

.slider .content p {
  font-size: 26.4px;
  line-height: 44px;
  color: #555555;
  margin-bottom: 26px;
  font-family: "Palatino Linotype","Book Antiqua",Palatino,serif; }

.slider .content .gray-button {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #555555;
  border: 1px solid #555555;
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/
  font-size: 19px;
  width: 203px;
  line-height: 29px; }
  .slider .content .gray-button:hover {
    background: #767676;
    border-color: #767676;
    color: #ffffff; }
  @media (max-width: 599px) {
    .slider .content .gray-button {
      width: 100%;
      margin: 0 auto 1rem; } }

@media (min-width: 1280px) {
  .navPages .navPage-subMenu-list {
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%;
    border-left: 0;
    margin: auto;
    padding-left: 0; } }

.halfBanner {
  max-width: 1000px;
  margin: 0px auto;
  display: -ms-flexbox;
  display: flex !important;
  background-color: white;
  margin-bottom: 45px;
  column-gap: 10px; }

.halfBanner img {
  width: 100%;
  max-width: 500px;
  margin: 0px auto; }

.artliftingBioCopy {
  background-image: url("https://store-kmr73o5t54.mybigcommerce.com/content/plp/artlifting/paperTexture.jpg");
  width: 100%;
  max-width: 500px;
  margin: 0px auto; }

.artliftingBioCopy img {
  max-width: 200px;
  margin: 20px auto 0px auto;
  height: auto;
  display: block; }

.artliftingBioCopy p {
  color: white;
  text-align: center;
  margin: 20px; }

@media (max-width: 980px) {
  .halfBanner {
    flex-flow: row wrap !important; }
  .artliftingBioCopy {
    margin-top: 10px; }
  .home-sliders {
    margin-top: 65px; } }

#paypal-commerce-homepage-messaging-banner {
  display: none !important; }

.productView .productView-details .form-action {
  display: flex; }

.productView .productView-details .form-action a {
  height: 39px;
  margin-left: 10px; }

.form-wishlist li input {
  margin-left: 10px; }

.navPage-subMenu-list {
  border-bottom: solid 2px #f2f2f2; }

#desktopCategory {
  max-height: 168px !important;
  overflow-y: clip; }

modal--pupuploginWindow .alertBox {
  display: none; }

.productView .productView-details .form-action {
  display: flex; }

.productView .productView-details .form-action a {
  height: 39px;
  margin-left: 10px;
  background-color: #425563; }

#popupLoginWindow .form-actions {
  margin-top: -25px; }

#popupLoginWindow .form-actions .forgot-password {
  width: 100%;
  text-align: right; }

#popupLoginWindow .form-actions .button {
  margin: 0 auto;
  margin-top: 30px; }

#popupLoginWindow .new-customer-div {
  text-align: center; }

.form-wishlist a {
  background-color: #fff !important;
  margin-left: 10px; }

.form-wishlist li input {
  margin-left: 10px; }

.subcategories-image img {
  width: 100%;
  height: auto; }

@media (max-width: 700px) {
  .home-sliders .slider .content p {
    font-size: 18px;
    line-height: unset; }
  .slider .item {
    height: 550px; }
  #PLPPromo {
    display: none; } }

@media (max-width: 1280px) {
  #PLPPromo {
    display: none; } }

.footer-sign-btn a, .footer-sign-btn a:visited, .career-page .blue-button, .career-page .blue-button:visited, .productView .productView-details.productView-bottom .form-action .button--primary, .productView .productView-details.productView-bottom .form-action .button--primary:visited, .productView .instock-notify-div .actions .button, .cart-container .cart-actions.checkout-btn .button, .cart-container .cart-actions.checkout-btn .button:visited, .wholesale-div .blue-button, .wholesale-div .blue-button:visited, .qo_main .qo_step .quickorderright .addToCart, .qo_main .qo_step .quickorderright .addToCart:visited, .wholesale-login-button a, .wholesale-login-button a:visited {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #425563;
  border: 1px solid #425563;
  border-radius: 0.3125rem;
  padding: 0.75rem 1.5rem;
  margin: 0.5rem 1rem 0;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  @media (max-width: 599px) {
    .footer-sign-btn a, .footer-sign-btn a:visited, .career-page .blue-button, .career-page .blue-button:visited, .productView .productView-details.productView-bottom .form-action .button--primary, .productView .productView-details.productView-bottom .form-action .button--primary:visited, .productView .instock-notify-div .actions .button, .cart-container .cart-actions.checkout-btn .button, .cart-container .cart-actions.checkout-btn .button:visited, .wholesale-div .blue-button, .wholesale-div .blue-button:visited, .qo_main .qo_step .quickorderright .addToCart, .qo_main .qo_step .quickorderright .addToCart:visited, .wholesale-login-button a, .wholesale-login-button a:visited {
      width: 100%;
      margin: 0 auto 1rem; } }

.footer-sign-btn a:hover, .footer-sign-btn a:focus, .career-page .blue-button:hover, .career-page .blue-button:focus, .productView .productView-details.productView-bottom .form-action .button--primary:hover, .productView .productView-details.productView-bottom .form-action .button--primary:focus, .productView .instock-notify-div .actions .button:hover, .cart-container .cart-actions.checkout-btn .button:hover, .cart-container .cart-actions.checkout-btn .button:focus, .wholesale-div .blue-button:hover, .wholesale-div .blue-button:focus, .qo_main .qo_step .quickorderright .addToCart:hover, .qo_main .qo_step .quickorderright .addToCart:focus, .wholesale-login-button a:hover, .wholesale-login-button a:focus {
  background: #687782;
  border: 1px solid #687782;
  color: #ffffff; }

h1 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 0;
  margin-top: 0px !important;
  margin-bottom: 8px !important;
  margin-top: 0px;
  margin-bottom: 8px; }
  @media (max-width: 599px) {
    h1 {
      font-size: 32px;
      line-height: 44px; } }

h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0;
  margin-top: 36px;
  margin-bottom: 8px; }
  @media (max-width: 599px) {
    h2 {
      font-size: 26px;
      line-height: 36px; } }

h3 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0;
  margin-top: 36px;
  margin-bottom: 8px; }
  @media (max-width: 599px) {
    h3 {
      font-size: 22px;
      line-height: 30px; } }

h4 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0;
  margin-top: 36px;
  margin-bottom: 8px; }
  @media (max-width: 599px) {
    h4 {
      font-size: 18px;
      line-height: 25px; } }

h5 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  margin-top: 36px;
  margin-bottom: 8px; }
  @media (max-width: 599px) {
    h5 {
      font-size: 16px;
      line-height: 22px; } }

p {
  font-family: Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 16px; }

blockquote {
  font-family: Filson Pro;
  color: #425563;
  font-size: 21px;
  font-weight: 400;
  line-height: 31.5px;
  letter-spacing: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 40px;
  margin-right: 40px; }
  @media (max-width: 599px) {
    blockquote {
      font-size: 20px;
      line-height: 28px;
      margin-left: 20px;
      margin-right: 20px; } }

sup {
  font-size: 0.5rem;
  vertical-align: baseline;
  position: relative;
  top: -0.5rem; }

a:visited {
  color: #687782; }

a:hover {
  color: #767676; }

a:focus {
  color: #767676; }

a.active {
  color: #7d5841; }

.form-input {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #767676;
  font-size: 15px;
  color: #767676;
  padding: 0 13px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  width: 100%; }

.breadcrumbs {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px; }
  .breadcrumbs .breadcrumb {
    font-size: 14px;
    color: #767676;
    display: inline; }
    .breadcrumbs .breadcrumb a {
      color: #767676; }
      .breadcrumbs .breadcrumb a:hover {
        color: #7d5841; }

h1.page-heading {
  margin-top: 20px !important; }
  @media (min-width: 551px) {
    h1.page-heading {
      margin-top: 0px !important; } }

.category-desc {
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px; }
  @media (min-width: 1261px) {
    .category-desc {
      margin-bottom: 24px; } }
  @media (min-width: 551px) {
    .category-desc {
      margin-bottom: 14px; } }
  .category-desc h1 {
    margin-top: 20px !important; }
    @media (min-width: 551px) {
      .category-desc h1 {
        margin-top: 0 !important; } }
  .category-desc img {
    width: 100%; }

.mainlisting #faceted-search-container nav .mln {
  display: none; }

.mainlisting #faceted-search-container nav .sidebarBlock + .sidebarBlock {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }

#faceted-search-container {
  font-size: 16px;
  color: #555555; }
  #faceted-search-container .facetedSearch-toggle {
    border-color: #767676;
    font-size: 14px;
    padding: 0.75rem 1rem;
    color: #555555; }
    @media (min-width: 551px) {
      #faceted-search-container .facetedSearch-toggle {
        max-width: 100%;
        margin-bottom: 34px; } }
    @media (min-width: 551px) {
      #faceted-search-container .facetedSearch-toggle.is-open {
        margin-bottom: 0; } }
    #faceted-search-container .facetedSearch-toggle .facetedSearch-toggle-text {
      width: 85.333%; }
      @media (min-width: 551px) {
        #faceted-search-container .facetedSearch-toggle .facetedSearch-toggle-text {
          width: 58.333%; } }
    #faceted-search-container .facetedSearch-toggle .facetedSearch-toggle-indicator {
      width: 14.66667%; }
      @media (min-width: 551px) {
        #faceted-search-container .facetedSearch-toggle .facetedSearch-toggle-indicator {
          width: 41.66667%; } }
  #faceted-search-container .accordion {
    border-color: #767676; }
  #faceted-search-container .accordion-navigation {
    border-color: #767676;
    border-radius: 0; }
    @media (min-width: 1261px) {
      #faceted-search-container .accordion-navigation {
        border-bottom: #767676 solid 1px;
        margin-bottom: 5px !important; } }
    #faceted-search-container .accordion-navigation.is-open {
      border-bottom-color: transparent; }
      @media (min-width: 1261px) {
        #faceted-search-container .accordion-navigation.is-open {
          border-color: #767676 !important; } }
      #faceted-search-container .accordion-navigation.is-open h5 {
        padding-bottom: 0; }
    #faceted-search-container .accordion-navigation .accordion-navigation-actions {
      top: 0.5rem; }
      @media (min-width: 1261px) {
        #faceted-search-container .accordion-navigation .accordion-navigation-actions {
          top: 0; } }
      #faceted-search-container .accordion-navigation .accordion-navigation-actions .accordion-indicator.toggleLink-text--off {
        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 center;
        background-size: 18px;
        background-repeat: no-repeat;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        #faceted-search-container .accordion-navigation .accordion-navigation-actions .accordion-indicator.toggleLink-text--off use {
          display: none; }
      #faceted-search-container .accordion-navigation .accordion-navigation-actions .accordion-indicator.toggleLink-text--on {
        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 center;
        background-size: 18px;
        background-repeat: no-repeat; }
        #faceted-search-container .accordion-navigation .accordion-navigation-actions .accordion-indicator.toggleLink-text--on use {
          display: none; }
  #faceted-search-container h2 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    font-weight: 700;
    padding: 0.75rem 1rem; }
    @media (min-width: 1261px) {
      #faceted-search-container h2 {
        font-size: 18px;
        margin-bottom: 5px;
        padding: 0; } }
  #faceted-search-container .navList-action--checkbox {
    font-size: 16px;
    color: #555555; }
    #faceted-search-container .navList-action--checkbox::before {
      border-radius: 0;
      border-color: #767676; }
  @media (min-width: 1261px) {
    #faceted-search-container #facetedSearch-content--price {
      margin-top: 10px; } }
  #faceted-search-container .form-input {
    height: 44px;
    border-color: #555555;
    color: #555555;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif; }
  #faceted-search-container .button {
    height: 44px;
    border-color: #555555;
    color: #555555;
    font-size: 15px; }
    #faceted-search-container .button:hover {
      background: #555555;
      border-color: #555555;
      color: #ffffff; }

#product-listing-container .plp-head-m {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px; }

#product-listing-container .actionBar {
  margin: 0; }

.cat_total {
  font-size: 16px;
  color: #555555;
  width: 100%;
  text-align: center; }
  @media (min-width: 551px) {
    .cat_total {
      width: auto;
      float: right;
      text-align: left; } }
  .cat_total p {
    margin: 0 0 15px 0; }
    @media (min-width: 551px) {
      .cat_total p {
        margin: 10px 0 0 0; } }

.wholesale-login-button {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.5rem; }
  .wholesale-login-button a {
    width: 100%;
    margin: 0 !important; }

.actionBar-section .form-field {
  margin-bottom: 27px;
  border-color: #767676;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: visible; }
  .actionBar-section .form-field:hover {
    border-color: #767676; }
  @media (min-width: 1261px) {
    .actionBar-section .form-field {
      margin-bottom: 16px; } }
  @media (min-width: 551px) {
    .actionBar-section .form-field {
      width: 240px; } }
  .actionBar-section .form-field .form-label {
    color: #555555;
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    top: 7px; }
  .actionBar-section .form-field .form-select {
    width: 100%;
    max-width: 100%;
    color: #555555;
    font-size: 1rem;
    height: 42px;
    line-height: 1.2;
    padding: 0 3.3rem 0 70px;
    background-position: right 1rem top 1rem;
    box-sizing: border-box; }
    @media (min-width: 1261px) {
      .actionBar-section .form-field .form-select {
        height: 44px; } }
    @media (min-width: 551px) {
      .actionBar-section .form-field .form-select {
        width: 100%;
        max-width: 100%; } }
    .actionBar-section .form-field .form-select option[selected] {
      background: #767676;
      color: #ffffff; }

.new-flag-badge {
  position: relative;
  width: auto;
  float: left; }
  .new-flag-badge .new-flag-badge-text {
    background: #767676;
    padding: 4px 10px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9;
    font-size: 14px;
    font-weight: 700; }
    @media (min-width: 551px) {
      .new-flag-badge .new-flag-badge-text {
        padding: 5px 13px;
        top: 10px;
        left: 10px; } }

.card-figcaption-body {
  transform: translate3d(0, -30px, 0);
  top: 100%;
  width: 100%; }
  .card-figcaption-body a.card-figcaption-button.quickview {
    background: rgba(238, 238, 238, 0.9);
    display: block;
    border-radius: 0;
    color: #555555;
    font-size: 14px;
    padding: 0.7139rem 1.5rem;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif; }
    .card-figcaption-body a.card-figcaption-button.quickview:hover {
      background: rgba(136, 136, 136, 0.9);
      color: #ffffff; }

.card-body {
  text-align: center; }
  .card-body .yotpo.bottomLine.yotpo-small .yotpo-icon-star {
    font-size: 16px;
    margin: 0 2px; }
  .card-body .yotpo.bottomLine.yotpo-small a.text-m {
    display: none; }
  .card-body .prd-sku p {
    font-size: 14px;
    margin-bottom: 0; }
  .card-body h4.card-title {
    text-align: center;
    color: #555555;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif; }
    .card-body h4.card-title a {
      color: #555555; }
  .card-body .price-section {
    font-size: 16px;
    color: #555555;
    display: inline-block;
    padding: 0 2px; }
    .card-body .price-section.rrp-price--withoutTax {
      display: none; }
    .card-body .price-section.normal-price .price {
      color: #555555 !important; }
    .card-body .price-section .price.price--withoutTax {
      color: #9a3324; }
  .card-body .ajax-ship p {
    font-size: 14px;
    color: #767676;
    font-style: italic;
    margin-bottom: 0; }

.pagination {
  text-align: center; }
  .pagination ul.pagination-list {
    display: inline-block; }
    .pagination ul.pagination-list li {
      font-size: 16px;
      border: none; }
      .pagination ul.pagination-list li.pagination-item--current {
        background-color: #767676; }
        .pagination ul.pagination-list li.pagination-item--current a {
          color: #ffffff; }
      .pagination ul.pagination-list li a {
        color: #555555;
        padding: 0.38571rem 0.7rem; }
      .pagination ul.pagination-list li.pagination-item--next a {
        color: #767676; }
      .pagination ul.pagination-list li.pagination-item--previous {
        display: inline-block;
        vertical-align: top;
        float: none; }
        .pagination ul.pagination-list li.pagination-item--previous a {
          color: #767676; }

.account-content .pagination ul.pagination-list {
  display: block; }

.category-banner-bottom {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: right; }
  @media (min-width: 1261px) {
    .category-banner-bottom {
      width: 75%; } }
  .category-banner-bottom .banners {
    background-color: transparent;
    padding: 0;
    text-align: left; }
    .category-banner-bottom .banners p {
      color: #555555;
      margin-bottom: 16px;
      font-size: 16px; }

#modal .product-desc-top, #modal .artist-div, #modal .consumer-div, #modal .addthis_toolbox, #modal .productView-description, #modal .rollover_img, #modal .productView-thumbnails, #modal .mobile-hide, #modal .related-trending, #modal .related-out-trending, #modal .yotpo-testimonial-div, #modal .product-blog, #modal .yotpo-main-reviews, #modal .yotpo-pictures-widget, #modal .yotpo-btns-container a.text-m, #modal .yotpo-btns-container .QABottomLine, #modal .productView-details .share-class {
  display: none; }

#modal .quickview-detail {
  display: block; }

#modal form.form-wishlist {
  display: none; }

#modal .modal-close {
  font-size: 0;
  background: url(../img/modal-close.png) no-repeat center center;
  height: 3.286rem;
  width: 3.286rem; }

#modal .productView-product .pro_info.availability {
  margin-bottom: 25px; }

#modal .productView-product .pro_info.gift-optionss {
  margin-bottom: 0px; }
  #modal .productView-product .pro_info.gift-optionss.temp-out-of-stock {
    display: none; }
  #modal .productView-product .pro_info.gift-optionss.no-longer-available {
    display: none; }

#modal .productView-product .pro_info.availability.out {
  margin-bottom: 0; }

#modal .productView .instock-notify-div {
  margin-bottom: 14px; }

#modal .productView .productView-details.productView-bottom .form-action {
  margin-bottom: 0; }

.page-blog .page {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.page-blog .blog-banner {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px; }
  .page-blog .blog-banner figure {
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    .page-blog .blog-banner figure img {
      width: 100%; }
  .page-blog .blog-banner h2 {
    margin-top: 16px; }

.page-blog .blog-grid-view {
  vertical-align: top;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -3%;
  justify-content: left; }
  @media (min-width: 551px) {
    .page-blog .blog-grid-view {
      margin: 0 0 0 -4%; } }
  @media (min-width: 1261px) {
    .page-blog .blog-grid-view {
      margin: 0 0 0 -3%; } }
  .page-blog .blog-grid-view .blog {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 0 27px 3%;
    border: none;
    background: #eeeeee; }
    @media (min-width: 551px) {
      .page-blog .blog-grid-view .blog {
        width: 46%;
        margin: 0 0 5% 4%; } }
    @media (min-width: 1261px) {
      .page-blog .blog-grid-view .blog {
        width: 30.333%;
        margin: 0 0 5% 3%; } }
    .page-blog .blog-grid-view .blog .blog-post-figure {
      width: 100%; }
      .page-blog .blog-grid-view .blog .blog-post-figure figure {
        margin: 0;
        display: table;
        table-layout: fixed;
        max-width: 100%;
        width: 100%; }
        .page-blog .blog-grid-view .blog .blog-post-figure figure a {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          width: 100%;
          max-height: 215px;
          height: 100%; }
          @media (min-width: 551px) {
            .page-blog .blog-grid-view .blog .blog-post-figure figure a {
              max-height: 265px;
              height: 100%; } }
          @media (min-width: 1261px) {
            .page-blog .blog-grid-view .blog .blog-post-figure figure a {
              height: 301px; } }
          .page-blog .blog-grid-view .blog .blog-post-figure figure a img {
            max-height: 100%;
            width: auto; }
            @media (min-width: 551px) {
              .page-blog .blog-grid-view .blog .blog-post-figure figure a img {
                max-height: 100%;
                width: auto; } }
            @media (min-width: 1261px) {
              .page-blog .blog-grid-view .blog .blog-post-figure figure a img {
                max-height: 301px;
                width: auto; } }
    .page-blog .blog-grid-view .blog .blog-post-body {
      width: 100%;
      padding: 20px;
      float: left; }
      .page-blog .blog-grid-view .blog .blog-post-body h2.blog-title {
        margin: 0 0 8px 0;
        text-align: left;
        font-size: 26px;
        line-height: 30px; }
        @media (min-width: 551px) {
          .page-blog .blog-grid-view .blog .blog-post-body h2.blog-title {
            font-size: 28px;
            line-height: 32px; } }
        .page-blog .blog-grid-view .blog .blog-post-body h2.blog-title a {
          color: #555555; }
      .page-blog .blog-grid-view .blog .blog-post-body p.blog-date {
        font-family: Arial, Helvetica, sans-serif;
        color: #555555;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        margin-bottom: 16px;
        text-align: left;
        margin-bottom: 0;
        color: #767676; }
      .page-blog .blog-grid-view .blog .blog-post-body .blog-post {
        width: 100%;
        float: left; }
      .page-blog .blog-grid-view .blog .blog-post-body .blog-readmore {
        width: 100%;
        float: left; }
        .page-blog .blog-grid-view .blog .blog-post-body .blog-readmore a {
          color: #547689; }
          .page-blog .blog-grid-view .blog .blog-post-body .blog-readmore a:hover {
            color: #767676; }

.page-blog .pagination {
  margin-top: 18px; }
  @media (min-width: 551px) {
    .page-blog .pagination {
      margin-top: 25px; } }
  @media (min-width: 1261px) {
    .page-blog .pagination {
      margin-top: 0; } }

.page-blog_post .blog {
  max-width: 600px;
  margin: 0 auto 1.5rem auto; }
  .page-blog_post .blog .blog-post-header h1.blog-title {
    font-size: 32px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px !important;
    text-align: center; }
    @media (min-width: 551px) {
      .page-blog_post .blog .blog-post-header h1.blog-title {
        font-size: 40px;
        margin-top: 0px !important; } }
  .page-blog_post .blog .blog-post-header p.blog-date {
    font-family: Arial, Helvetica, sans-serif;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 16px;
    color: #767676; }
  .page-blog_post .blog .blog-post-figure {
    width: 100%; }
  .page-blog_post .blog .blog-post-body {
    width: 100%; }
  .page-blog_post .blog .tags {
    margin-top: 7rem; }
    .page-blog_post .blog .tags .tag {
      font-size: 16px; }
      .page-blog_post .blog .tags .tag a {
        color: #767676; }
        .page-blog_post .blog .tags .tag a:hover {
          color: #425563; }
  .page-blog_post .blog .addthis_toolbox {
    text-align: center;
    margin-top: 2rem; }
    .page-blog_post .blog .addthis_toolbox .socialLinks li {
      display: inline-block;
      float: none; }

.tag-page {
  width: 100%;
  text-align: center;
  margin-bottom: 27px;
  display: none; }
  @media (min-width: 801px) {
    .tag-page {
      margin-bottom: 40px; } }
  .tag-page h2 {
    text-align: center;
    margin-top: 15px; }
    @media (min-width: 801px) {
      .tag-page h2 {
        margin-top: 36px; } }

.article-by-mail {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px; }
  .article-by-mail .article-by-mail-in {
    display: inline-block;
    vertical-align: top;
    max-width: 600px;
    background: #eeeeee;
    width: 100%;
    padding: 20px 14px 30px 14px; }
    .article-by-mail .article-by-mail-in .abm-form-head {
      width: 100%;
      float: left; }
      .article-by-mail .article-by-mail-in .abm-form-head h4 {
        color: #29546b;
        text-align: center;
        font-size: 17px;
        margin: 0 0 6px 0;
        font-weight: 700;
        font-family: Arial, Helvetica, sans-serif; }
      .article-by-mail .article-by-mail-in .abm-form-head p {
        text-align: center;
        font-size: 15px;
        margin-bottom: 13px; }
    .article-by-mail .article-by-mail-in .abm-form {
      width: 100%;
      float: left; }
      .article-by-mail .article-by-mail-in .abm-form .abm-form-left {
        width: 100%;
        max-width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-right: 0;
        margin-bottom: 13px; }
        @media (min-width: 801px) {
          .article-by-mail .article-by-mail-in .abm-form .abm-form-left {
            max-width: 267px;
            margin-right: 3px;
            margin-bottom: 0; } }
      .article-by-mail .article-by-mail-in .abm-form .abm-form-right {
        width: 100%;
        max-width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-left: 0; }
        @media (min-width: 801px) {
          .article-by-mail .article-by-mail-in .abm-form .abm-form-right {
            max-width: 135px;
            margin-left: 3px; } }
        .article-by-mail .article-by-mail-in .abm-form .abm-form-right .gray-button {
          font-family: Arial, Helvetica, sans-serif;
          color: #ffffff;
          font-size: 16px;
          line-height: 24px;
          letter-spacing: 0;
          text-align: center;
          background: #555555;
          border: 1px solid #555555;
          border-radius: 5px;
          padding: 0.75rem 1.5rem;
          text-decoration: none;
          display: inline-block;
          -webkit-transition: all .3s ease-in;
          -moz-transition: all .3s ease-in;
          -ms-transition: all .3s ease-in;
          -o-transition: all .3s ease-in;
          transition: all .3s ease-in;
          /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/
          width: 100%;
          float: left;
          line-height: 1;
          font-size: 15px;
          margin-bottom: 0 !important; }
          .article-by-mail .article-by-mail-in .abm-form .abm-form-right .gray-button:hover {
            background: #767676;
            border-color: #767676;
            color: #ffffff; }
          @media (max-width: 599px) {
            .article-by-mail .article-by-mail-in .abm-form .abm-form-right .gray-button {
              width: 100%;
              margin: 0 auto 1rem; } }

.alertBox.alertBox--error p.alertBox-message {
  color: #9a3324;
  font-family: Arial, Helvetica, sans-serif; }

.alertBox.alertBox--success p.alertBox-message {
  color: #4c6a50;
  font-family: Arial, Helvetica, sans-serif; }

.alertBox.alertBox--info {
  background-color: #d9dde0;
  border-color: #d9dde0; }
  .alertBox.alertBox--info svg {
    fill: #425563; }
  .alertBox.alertBox--info p.alertBox-message {
    color: #425563;
    font-family: Arial, Helvetica, sans-serif; }

.page-content--forget-password {
  max-width: 100%;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .page-content--forget-password {
      max-width: 930px; } }
  .page-content--forget-password h1.page-heading {
    margin-top: 20px !important; }
    @media (min-width: 551px) {
      .page-content--forget-password h1.page-heading {
        margin-top: 30px !important; } }
  .page-content--forget-password .gray-button {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    background: #555555;
    border: 1px solid #555555;
    border-radius: 5px;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/
    float: left;
    line-height: 1;
    font-size: 15px;
    margin-top: 15px !important; }
    .page-content--forget-password .gray-button:hover {
      background: #767676;
      border-color: #767676;
      color: #ffffff; }
    @media (max-width: 599px) {
      .page-content--forget-password .gray-button {
        width: 100%;
        margin: 0 auto 1rem; } }
    @media (min-width: 801px) {
      .page-content--forget-password .gray-button {
        margin-top: 0 !important; } }

.emailconfirm {
  margin-bottom: 70px; }
  @media (min-width: 551px) {
    .emailconfirm {
      margin-bottom: 180px; } }
  @media (min-width: 1261px) {
    .emailconfirm {
      margin-bottom: 290px; } }
  .emailconfirm .alertBox--success {
    max-width: 414px;
    margin: 0 auto; }
  .emailconfirm .alertBox--success-img {
    padding-right: 0;
    display: table-cell;
    width: 30px;
    vertical-align: middle;
    height: 24px; }
    .emailconfirm .alertBox--success-img img {
      width: 23px;
      height: 23px;
      vertical-align: middle; }
  .emailconfirm .alertBox-message {
    width: auto; }

.page-content--create-account {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .page-content--create-account {
      max-width: 930px; } }
  .page-content--create-account h1.page-heading {
    margin-bottom: 30px !important;
    margin-top: 30px !important; }
  .page-content--create-account .account--fixed {
    width: 100%;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 801px) {
      .page-content--create-account .account--fixed {
        margin-top: 20px; } }
    .page-content--create-account .account--fixed .account-body {
      margin: 0; }
      .page-content--create-account .account--fixed .account-body .form-row {
        margin: 0 -1rem; }
        .page-content--create-account .account--fixed .account-body .form-row .form-field {
          padding-left: 1rem;
          padding-right: 1rem; }
          .page-content--create-account .account--fixed .account-body .form-row .form-field .form-label small {
            color: #9a3324;
            text-transform: lowercase;
            font-size: 13px; }
      .page-content--create-account .account--fixed .account-body .g-recaptcha {
        transform: scale(0.93);
        margin-left: -11px; }
        @media (min-width: 551px) {
          .page-content--create-account .account--fixed .account-body .g-recaptcha {
            transform: inherit;
            float: none;
            margin-left: 0; } }
      .page-content--create-account .account--fixed .account-body .button--primary {
        line-height: 18px; }
  .page-content--create-account .wholesale-website-m {
    margin: 0px 0 30px 0; }
    @media (min-width: 801px) {
      .page-content--create-account .wholesale-website-m {
        margin: 40px 0 50px 0; } }

.create_account_confirm {
  max-width: 930px;
  margin: 0 auto;
  float: none;
  padding: 0;
  margin-bottom: 40px; }
  @media (min-width: 551px) {
    .create_account_confirm {
      padding: 26px 0 0 0;
      margin-bottom: 180px; } }
  @media (min-width: 1261px) {
    .create_account_confirm {
      margin-bottom: 290px; } }
  .create_account_confirm h1.page-heading {
    margin-bottom: 22px !important; }
  .create_account_confirm .gray-button {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    background: #555555;
    border: 1px solid #555555;
    border-radius: 5px;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/
    margin-bottom: 0 !important;
    margin-top: 10px; }
    .create_account_confirm .gray-button:hover {
      background: #767676;
      border-color: #767676;
      color: #ffffff; }
    @media (max-width: 599px) {
      .create_account_confirm .gray-button {
        width: 100%;
        margin: 0 auto 1rem; } }

.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 {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    background: #555555;
    border: 1px solid #555555;
    border-radius: 5px;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/
    line-height: 21px;
    padding: 0.75rem 2.9rem;
    margin: 0.5rem 0rem 0; }
    .page--pagelayout .gray-button:hover {
      background: #767676;
      border-color: #767676;
      color: #ffffff; }
    @media (max-width: 599px) {
      .page--pagelayout .gray-button {
        width: 100%;
        margin: 0 auto 1rem; } }
  .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 {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    background: #555555;
    border: 1px solid #555555;
    border-radius: 5px;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    /*
   &:click{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
   &:focus{
    background: $color-gray80;border-color: $color-gray80; color: $color-white;
   }
*/
    line-height: 21px;
    padding: 0.75rem 2.9rem;
    margin: 0.5rem 0rem 0; }
    .page--pagelayout .gray-button:hover {
      background: #767676;
      border-color: #767676;
      color: #ffffff; }
    @media (max-width: 599px) {
      .page--pagelayout .gray-button {
        width: 100%;
        margin: 0 auto 1rem; } }
  .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; }

.BirthMonth-blk table .ltkmodal-email {
  padding-left: 10px; }

.BirthMonth-blk table .ltkmodal-email, .BirthMonth-blk table select {
  height: 45px;
  border-radius: 0;
  border: 2px solid #ebebe7; }

.BirthMonth-blk table input#submit {
  margin-bottom: 0; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.gate-page label {
  font-size: 14px;
  color: #56564f;
  display: block; }

.gate-page span.req-dv {
  float: right;
  font-size: 12px;
  color: #9e9e98; }

.gate-page .col-6 input[type=text] {
  height: 39px;
  border: 1px solid #ebebe7;
  padding: 0 15px;
  margin: 8px 0 0;
  line-height: 1;
  width: 100%; }

.gate-page .col-6 {
  width: 46%;
  margin-bottom: 20px; }

.gate-page .fr {
  float: right; }

.gate-page .fl {
  float: left; }

.gate-page .sub-btn input#submit {
  background: #006680;
  width: 167px;
  height: 44px;
  color: #fff;
  border: none;
  font-size: 15px; }

.gate-page .sub-btn {
  clear: both;
  text-align: center;
  padding: 20px 0 0; }

.gate-page form {
  max-width: 815px;
  margin: auto; }

.gate-page center p {
  font-size: 15px;
  max-width: 80%; }

.gate-page label span.req-dv small {
  color: #9e1b2a;
  font-size: 12px;
  position: relative;
  left: -2px; }

.press-post {
  position: relative;
  height: 600px;
  background-color: whitesmoke;
  width: 100%;
  overflow: hidden; }

.press-post:hover .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0%;
  padding: 1.5rem;
  transition: 0.75s ease all; }

.press-post:hover .textbefore {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 100%;
  padding: 1.5rem;
  transition: 0.75s ease all; }

.press-post .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: -100%;
  padding: 1.5rem;
  transition: 0.75s ease all;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: scroll; }

.press-post .textbefore {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0%;
  padding: 1.5rem;
  transition: 0.75s ease all;
  background-color: #f6f6f6; }

.press-post .textbefore h6 {
  width: 100%; }

.press-post .textbefore h3 {
  width: 100%; }

.press-post .blogImage {
  width: 100%;
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.page--pagelayout .twothirds-column {
  padding: 0;
  margin-bottom: 1.5rem;
  width: 100%;
  float: left; }

@media (min-width: 600px) {
  .page--pagelayout .twothirds-column {
    padding: 0px 0.75rem;
    width: 66.6666%; } }

@media (min-width: 1280px) {
  .page--pagelayout .twothirds-column {
    padding: 0px 0.75rem;
    width: 66.6666%; } }

.accordion-dv .content {
  background: #f6f6f6;
  margin: 0;
  padding: 10px 25px 20px 48px;
  margin-bottom: 15px;
  border: #eaeaea solid 1px;
  font-family: 'Open Sans',sans-serif;
  color: #666;
  font-size: 15px;
  border-top: #f6f6f6 solid 1px; }

.accordion-dv p {
  margin: 0 0 12px;
  color: #56564f;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Open Sans',sans-serif;
  padding: 10px 25px 10px 48px;
  border: #eaeaea solid 1px;
  cursor: pointer;
  background: url(https://cdn8.bigcommerce.com/s-kmr73o5t54/product_images/uploaded_images/p-icon.png) no-repeat 20px 15px; }

.accordion-dv p.active {
  margin-bottom: 0;
  border-bottom: #f6f6f6 solid 1px;
  padding-bottom: 0;
  padding-top: 20px;
  background: #f6f6f6 url(https://cdn8.bigcommerce.com/s-kmr73o5t54/product_images/uploaded_images/p-icon-a.png) no-repeat 20px 25px; }

/* Add this attribute to the element that needs a tooltip */
.toolHovered[data-tooltip] {
  position: relative;
  z-index: 99;
  cursor: pointer; }

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

/* Position tooltip above the element */
.toolHovered[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  z-index: 99; }

/* Triangle hack to make tooltip look like a speech bubble */
.toolHovered[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  z-index: 99; }

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1; }

/* Show tooltip content on hover */
.toolHovered[data-tooltip]:before,
.toolHovered[data-tooltip]:after {
  visibility: visible;
  opacity: 1; }

.user-is-tabbing *:focus {
  /* border: solid 2px #687782 !important; */
  border-radius: 2px;
  box-sizing: border-box;
  box-shadow: 0px 0px 2px 2px, 0px 0px 2px 1px #687782; }

/* 	
	@media only screen and (min-width: 1280px){
		.navPages ul li:focus > div.navPage-subMenu > ul {
			display: block;
			opacity: 1;
		}
	}	
 */
.user-is-tabbing a[href="#mainContent"]: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; }

.user-is-tabbing 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; }

.accordion-dv button {
  margin: 0 0 12px;
  color: #56564f;
  width: 100%;
  text-align: left;
  font-weight: 600;
  padding: 10px 25px 10px 48px;
  border: 1px solid #eaeaea;
  background: url(https://cdn8.bigcommerce.com/s-kmr73o5t54/product_images/uploaded_images/p-icon.png) 20px 15px no-repeat; }

.accordion-dv .content, .accordion-dv button {
  font-size: 15px;
  font-family: 'Open Sans',sans-serif; }

.accordion-dv button, .jstree-wholerow-ul .jstree-leaf > .jstree-ocl, .signin-icon .account-link, .toolHovered[data-tooltip] {
  cursor: pointer; }

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px; }

#slider ul {
  min-height: 200px;
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none; }

#slider ul li {
  background-color: #fff;
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  height: auto;
  text-align: center;
  line-height: 300px; }

#slider a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer; }

#slider a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease; }

#slider a.control_prev {
  border-radius: 0 2px 2px 0; }

#slider a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px; }

#slider .slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px; }

a.control_slide1 {
  margin-top: 5px;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  border-radius: 100% !important;
  border: 1px solid #767676; }

a.control_slide2 {
  margin-top: 5px;
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 100% !important;
  border: 1px solid #767676; }

a.control_slide3 {
  margin-top: 5px;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-left: 5px;
  border-radius: 100% !important;
  border: 1px solid #767676; }

a.control_slide1.active {
  background-color: #767676;
  border: 1px solid #767676; }

a.control_slide2.active {
  background-color: #767676;
  border: 1px solid #767676; }

a.control_slide3.active {
  background-color: #767676;
  border: 1px solid #767676; }

a.control_slide1.active:focus {
  background-color: #767676;
  border: 1px solid #767676 !important;
  box-shadow: 0 0 0px 0px, 0 0 0px 0px #767676; }

a.control_slide2.active:focus {
  background-color: #767676;
  border: 1px solid #767676 !important;
  box-shadow: 0 0 0px 0px, 0 0 0px 0px #767676; }

a.control_slide3.active:focus {
  background-color: #767676;
  border: 1px solid #767676 !important;
  box-shadow: 0 0 0px 0px, 0 0 0px 0px #767676; }

#slider ul li {
  max-width: 1280px !important;
  width: calc(99.89vw - 40px) !important;
  height: auto; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.shippingOptions-panel.optimizedCheckout-overlay {
  min-height: 21rem; }

.flag-badge {
  position: relative;
  width: 100%;
  float: left; }

.flag-badge .flag-badge-text {
  float: left;
  padding: 5px 13px;
  background: #767676;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  z-index: 9;
  margin: 5px 5px 0px 0px;
  position: relative; }

.badgeLimitedStock .flag-badge-text {
  background: #698797; }

.badgeOutofStock .flag-badge-text {
  background: #9a3324; }

.badgeComingSoon .flag-badge-text {
  background: #425563; }

.badgeList div {
  display: inline-block;
  width: auto; }

.PLPTop {
  margin-bottom: 0px;
  margin-top: 30px;
  margin-right: 0px;
  max-width: 954px; }

.PLPTop {
  max-width: unset; }

.PLPTop .artliftingBioCopy {
  max-width: unset; }

.footer-sign-btn a, .footer-sign-btn a:visited, .career-page .blue-button, .career-page .blue-button:visited, .productView .productView-details.productView-bottom .form-action .button--primary, .productView .productView-details.productView-bottom .form-action .button--primary:visited, .productView .instock-notify-div .actions .button, .cart-container .cart-actions.checkout-btn .button, .cart-container .cart-actions.checkout-btn .button:visited, .wholesale-div .blue-button, .wholesale-div .blue-button:visited, .qo_main .qo_step .quickorderright .addToCart, .qo_main .qo_step .quickorderright .addToCart:visited, .wholesale-login-button a, .wholesale-login-button a:visited {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #425563;
  border: 1px solid #425563;
  border-radius: 0.3125rem;
  padding: 0.75rem 1.5rem;
  margin: 0.5rem 1rem 0;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }
  @media (max-width: 599px) {
    .footer-sign-btn a, .footer-sign-btn a:visited, .career-page .blue-button, .career-page .blue-button:visited, .productView .productView-details.productView-bottom .form-action .button--primary, .productView .productView-details.productView-bottom .form-action .button--primary:visited, .productView .instock-notify-div .actions .button, .cart-container .cart-actions.checkout-btn .button, .cart-container .cart-actions.checkout-btn .button:visited, .wholesale-div .blue-button, .wholesale-div .blue-button:visited, .qo_main .qo_step .quickorderright .addToCart, .qo_main .qo_step .quickorderright .addToCart:visited, .wholesale-login-button a, .wholesale-login-button a:visited {
      width: 100%;
      margin: 0 auto 1rem; } }

.footer-sign-btn a:hover, .footer-sign-btn a:focus, .career-page .blue-button:hover, .career-page .blue-button:focus, .productView .productView-details.productView-bottom .form-action .button--primary:hover, .productView .productView-details.productView-bottom .form-action .button--primary:focus, .productView .instock-notify-div .actions .button:hover, .cart-container .cart-actions.checkout-btn .button:hover, .cart-container .cart-actions.checkout-btn .button:focus, .wholesale-div .blue-button:hover, .wholesale-div .blue-button:focus, .qo_main .qo_step .quickorderright .addToCart:hover, .qo_main .qo_step .quickorderright .addToCart:focus, .wholesale-login-button a:hover, .wholesale-login-button a:focus {
  background: #687782;
  border: 1px solid #687782;
  color: #ffffff; }

h1 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: 0;
  margin-top: 0px !important;
  margin-bottom: 8px !important;
  margin-top: 0px;
  margin-bottom: 8px; }
  @media (max-width: 599px) {
    h1 {
      font-size: 32px;
      line-height: 44px; } }

h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0;
  margin-top: 36px;
  margin-bottom: 8px; }
  @media (max-width: 599px) {
    h2 {
      font-size: 26px;
      line-height: 36px; } }

h3 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0;
  margin-top: 36px;
  margin-bottom: 8px; }
  @media (max-width: 599px) {
    h3 {
      font-size: 22px;
      line-height: 30px; } }

h4 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0;
  margin-top: 36px;
  margin-bottom: 8px; }
  @media (max-width: 599px) {
    h4 {
      font-size: 18px;
      line-height: 25px; } }

h5 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  margin-top: 36px;
  margin-bottom: 8px; }
  @media (max-width: 599px) {
    h5 {
      font-size: 16px;
      line-height: 22px; } }

p {
  font-family: Arial, Helvetica, sans-serif;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 16px; }

blockquote {
  font-family: Filson Pro;
  color: #425563;
  font-size: 21px;
  font-weight: 400;
  line-height: 31.5px;
  letter-spacing: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 40px;
  margin-right: 40px; }
  @media (max-width: 599px) {
    blockquote {
      font-size: 20px;
      line-height: 28px;
      margin-left: 20px;
      margin-right: 20px; } }

sup {
  font-size: 0.5rem;
  vertical-align: baseline;
  position: relative;
  top: -0.5rem; }

a:visited {
  color: #687782; }

a:hover {
  color: #767676; }

a:focus {
  color: #767676; }

a.active {
  color: #7d5841; }

.form-input {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #767676;
  font-size: 15px;
  color: #767676;
  padding: 0 13px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  width: 100%; }

.ArtistMn {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 35px; }
  .ArtistMn .banners {
    background-color: transparent;
    padding: 0; }
    .ArtistMn .banners .banner {
      max-width: 100%; }
    .ArtistMn .banners p {
      font-size: 16px;
      color: #555555; }
  .ArtistMn.category-desc.SlpCollection p:last-child {
    margin-bottom: 0; }

.TitleMn {
  text-align: center; }

.ArtistMn img {
  width: 100%; }

.ArtistPage {
  float: left;
  width: 100%; }

.ArtistPage .LeftBar {
  float: left;
  width: 250px;
  padding-top: 8px; }

.ArtistPage .LeftBar .sidebarBlock .sidebarBlock-heading {
  border-bottom: 1px solid #888888;
  padding-bottom: 15px;
  margin: 0px; }

.ArtistPage .LeftBar .sidebarBlock ul.LeftCategories {
  margin: 0px;
  list-style: none; }

.ArtistPage .LeftBar .sidebarBlock ul.LeftCategories li.navList-item {
  border-bottom: 1px solid #888888; }

.ArtistPage .LeftBar .sidebarBlock ul.LeftCategories li.navList-item a.navList-action {
  font-family: Arial, Helvetica, sans-serif;
  color: #555555;
  font-weight: 700;
  line-height: 36px;
  padding: 5px 0px;
  font-size: 18px; }

.ArtistPage .PageContent {
  float: left;
  width: calc(100% - 250px);
  padding-left: 77px; }

.ArtistPage .PageContent ul.ArtistDetail {
  margin: 0px -12px;
  flex-wrap: wrap;
  display: flex;
  clear: both; }

.ArtistPage .PageContent ul.ArtistDetail li.navList-item {
  float: left;
  width: 33.33%;
  padding: 17px 12px;
  text-align: center; }

.ArtistPage .PageContent ul.ArtistDetail li.navList-item .ArtistImg {
  height: 281px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.ArtistPage .PageContent ul.ArtistDetail li.navList-item .ArtistImg img {
  max-height: 281px; }

.ArtistPage .PageContent ul.ArtistDetail li.navList-item .navList-action {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #555555;
  font-size: 24px;
  line-height: 36px;
  padding: 7px 0px 0px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.ArtistPage .PageContent ul.ArtistDetail li.navList-item:hover .ArtistImg {
  opacity: 0.85; }

.ArtistPage .PageContent ul.ArtistDetail li.navList-item:hover .navList-action {
  color: #687782;
  text-decoration: underline; }

.BlogMn {
  float: none;
  margin: 0 0 0 -3%;
  vertical-align: top;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  clear: both; }

.SLPMNBottom div {
  float: left;
  width: 100%; }

.SLPMNBottom h2 {
  margin-top: 0; }

.artistcategory.ArtistPage .LeftBar {
  padding-top: 0; }

.ArtistMn.SLPMN {
  margin-bottom: 44px; }

.ArtistPage.artistcategory .LeftBar .sidebarBlock .sidebarBlock-heading {
  font-size: 36px;
  line-height: 44px;
  border-bottom: 0; }

.ArtistPage.artistcategory .PageContent h2 {
  font-size: 36px;
  line-height: 44px; }

.ArtistMn.SLPMNBottom {
  margin-bottom: 40px; }

.BlogMn .blog {
  width: 47%;
  float: none;
  padding: 0;
  margin: 0 0 3% 3%;
  border: 0;
  background: #eee;
  display: inline-block;
  vertical-align: top; }

.BlogMn .blog .blog-post-figure {
  width: 100%; }

.BlogMn .blog .blog-post-figure .blog-thumbnail {
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
  max-width: 100%;
  width: 100%; }

.BlogMn .blog .blog-post-figure .blog-thumbnail a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 325px; }

.BlogMn .blog .blog-post-figure .blog-thumbnail img {
  width: auto;
  max-height: 325px; }

.BlogMn .blog .blog-div {
  float: left;
  width: 100%;
  background-color: #eeeeee; }

.BlogMn .blog .blog-post-body {
  width: 100%;
  text-align: left;
  padding: 15px 23px;
  float: left; }

.BlogMn .blog .blog-post-body .blog-title {
  margin: 0;
  font-size: 28px;
  line-height: 31px; }

.BlogMn .blog .blog-post-body .blog-title a {
  color: #555555; }

.BlogMn .blog .blog-post-body .blog-title a:hover {
  color: #7d5841; }

.BlogMn .blog .blog-post-body .blog-date {
  display: none; }

.BlogMn .blog .blog-post-body p {
  margin: 0 0 9px 0; }

.BlogMn .blog .blog-post-body .blog-readmore {
  float: left;
  width: 100%;
  margin-bottom: 11px; }

.BlogMn .blog .blog-post-body .blog-readmore a {
  color: #425563;
  font-size: 16px;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif; }

.BlogMn .blog .blog-post-body .blog-readmore a:hover {
  color: #7d5841; }

.ArtistPage.artistcategory .LeftBar .sidebarBlock ul.LeftCategories li.navList-item {
  border: 0; }

.ArtistPage.artistcategory ul.LeftCategories li.navList-item a {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888; }

.ArtistPage.artistcategory ul.LeftCategories li.navList-item a:hover {
  color: #7d5841 !important; }

.ArtistPage.artistcategory ul.LeftCategories li.navList-item .navPages-action-moreIcon {
  display: none; }

.ArtistPage.artistcategory ul.LeftCategories li.navList-item .subnavList {
  padding: 0 5px;
  margin-top: 8px;
  margin-bottom: 8px;
  display: inline-block !important; }

.ArtistPage.artistcategory .LeftBar .sidebarBlock ul.LeftCategories li.navList-item .subnavList a.navList-action {
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400; }

.artistcategory {
  margin-bottom: 15px; }

.artistcategory .BlogMn .blog-div .blog-title {
  margin-bottom: 6px; }

.artist_category_grid {
  float: left;
  width: 100%;
  margin-bottom: 90px !important;
  margin-left: 0;
  margin-right: 0; }

.artist_category_grid .slick-list {
  float: left;
  width: 100%; }

.artist_category_grid .slick-next {
  right: -0.7rem;
  background-color: transparent;
  border: none; }

.artist_category_grid .slick-prev {
  left: -0.7rem;
  background-color: transparent;
  border: none; }

.ArtistPLP {
  margin: 15px 0px 30px 0px; }

.ArtistPLP .Left {
  float: left;
  width: 310px; }

.ArtistPLP .Left img {
  max-width: 100%;
  margin: auto;
  width: auto; }

.ArtistPLP .Right {
  float: left;
  width: calc(100% - 310px); }

.ArtistPLP .Right .ContentMn {
  float: left;
  width: calc(100% - 310px);
  text-align: left;
  padding: 0px 15px 0px 10px; }

.ArtistPLP .Right > div {
  float: right;
  width: 310px; }

.ArtistPLP .Right > .plp-banner {
  float: right;
  width: 310px; }

@media only screen and (max-width: 1279px) {
  .ArtistPage .LeftBar {
    width: 100%; }
  .ArtistPage .PageContent {
    width: 100%;
    padding: 40px 0px 0px; }
  .ArtistMn {
    margin-bottom: 5px; }
  .ArtistPage .LeftBar .sidebarBlock ul.LeftCategories li, .ArtistPage .LeftBar .sidebarBlock .sidebarBlock-heading {
    padding-left: 20px;
    padding-right: 20px; }
  .ArtistPage.artistcategory ul.LeftCategories li.navList-item {
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #888888 !important;
    border-bottom: 1px solid #888888 !important;
    padding: 0; }
  .ArtistPage.artistcategory .LeftBar .sidebarBlock ul.LeftCategories li.navList-item a.navList-action {
    float: left;
    width: auto;
    border: 0;
    padding-left: 20px;
    padding-right: 46px; }
  .ArtistPage.artistcategory ul.LeftCategories li.navList-item .navPages-action-moreIcon {
    display: inline-block;
    float: right;
    position: absolute;
    top: 17px;
    right: 20px;
    margin: 0;
    cursor: pointer; }
  .ArtistPage.artistcategory ul.LeftCategories li.navList-item.active .navPages-action-moreIcon {
    transform: rotate(0); }
  .ArtistPage.artistcategory ul.LeftCategories li.navList-item.active .subnavList {
    display: block !important; }
  .ArtistPage.artistcategory ul.LeftCategories li.navList-item .navPages-action-moreIcon svg {
    fill: #555; }
  .ArtistPage.artistcategory ul.LeftCategories li.navList-item .subnavList {
    display: none !important;
    float: left;
    width: 100%;
    border-top: 1px solid #888;
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px; }
  .BlogMn {
    float: none;
    margin: 0 0 0 -5%; }
  .BlogMn .blog {
    width: 45%;
    margin: 0 0 5% 5%; }
  .BlogMn .blog .blog-post-figure .blog-thumbnail a {
    height: 265px; }
  .BlogMn .blog .blog-post-figure .blog-thumbnail img {
    max-height: 265px; }
  .BlogMn .blog .blog-post-body {
    padding: 12px 20px; }
  .ArtistPage.artistcategory ul.LeftCategories li.navList-item .subnavList li {
    float: left;
    width: 100%; }
  .ArtistPage.artistcategory .LeftBar .sidebarBlock ul.LeftCategories li.navList-item {
    margin-bottom: -1px; }
  .ArtistMn.SLPMN {
    margin-bottom: 32px; }
  .ArtistPage .PageContent ul.ArtistDetail li.navList-item .ArtistImg {
    height: auto; }
  .ArtistPage .PageContent ul.ArtistDetail li.navList-item .ArtistImg img {
    max-height: 229px; }
  .ArtistPage .PageContent ul.ArtistDetail {
    display: flex;
    flex-wrap: wrap; }
  .artist_category_grid {
    margin-bottom: 50px !important; }
  .ArtistPLP .Left,
  .ArtistPLP .Right,
  .ArtistPLP .Right .ContentMn,
  .ArtistPLP .Right > .plp-banner {
    width: 100%; }
  .ArtistPLP .Right .ContentMn {
    margin: 25px 0px 25px 0px;
    padding: 0px; }
  .ArtistPLP .Right > .plp-banner img {
    max-width: 100%;
    margin: auto; } }

@media only screen and (max-width: 599px) {
  .ArtistPage .PageContent ul.ArtistDetail li.navList-item {
    width: 50%; }
  .ArtistPage .PageContent ul.ArtistDetail li.navList-item .navList-action {
    font-size: 18px;
    line-height: 22px;
    min-height: initial; }
  .ArtistPage .PageContent ul.ArtistDetail li.navList-item .ArtistImg {
    height: auto; }
  .ArtistPage .PageContent ul.ArtistDetail li.navList-item .ArtistImg img {
    max-height: 100%; }
  .ArtistPage .PageContent ul.ArtistDetail li.navList-item {
    padding: 11px 6px; }
  .ArtistMn {
    margin-bottom: 6px; }
  .ArtistPage.artistcategory .LeftBar .sidebarBlock .sidebarBlock-heading {
    font-size: 26px;
    line-height: 30px;
    border-bottom: 0; }
  .ArtistPage.artistcategory .PageContent h2 {
    font-size: 26px;
    line-height: 30px; }
  .BlogMn {
    margin: 0;
    width: 100%; }
  .BlogMn .blog {
    padding: 0px;
    width: 100%;
    margin-bottom: 26px;
    margin-left: 0; }
  .BlogMn .blog .blog-post-figure .blog-thumbnail a {
    height: 210px; }
  .BlogMn .blog .blog-post-figure .blog-thumbnail img {
    max-height: 210px; }
  .ArtistMn.SLPMNBottom {
    margin-bottom: 34px; }
  .artistcategory {
    margin-bottom: 10px; }
  .ArtistPage .PageContent ul.ArtistDetail {
    margin: 0 -6px; } }

.LogoSearchAccount {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin: 15px auto;
  align-content: center;
  align-items: center; }

.header-logo {
  max-height: 100px;
  width: auto;
  position: absolute;
  left: 0; }

.navPages-quickSearch {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  border-bottom: unset;
  position: relative; }

.navPages-quickSearch .form-input {
  border-radius: 25px;
  border: 0.5px solid #CDCDCD; }

.navPages-quickSearch .form-input::placeholder {
  text-align: center; }

.navPages-quickSearch .btn {
  background: url("https://www.demdaco.com/content/icons/SearchIcon-01.svg") no-repeat center center;
  position: absolute;
  /* left: 14px; */
  right: 14px;
  text-indent: -9999px;
  box-shadow: none;
  border: 0;
  width: 35px;
  height: 35px;
  top: 2px;
  transition: 1s ease all; }

ul.navPages-list.navPages-list--user {
  position: absolute;
  right: 0px;
  z-index: 9999; }

@media (min-width: 1280px) {
  .navPages div.navPage-subMenu ul li ul li {
    float: none;
    margin: 0px;
    padding: 0px !important;
    width: 100%;
    height: auto; }
  .navPages .navPage-subMenu-list {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    border-left: 0;
    margin: auto;
    padding: 10px calc(100%/12); } }

li.imageNav {
  display: none;
  float: right !important; }

.navPages-action.is-open {
  font-weight: bolder;
  /* margin-top: 10px !important; */ }

.has-subMenu.is-open .navPages-action-moreIcon {
  display: inline-block !important; }

a.navPage-subMenu-action.navPages-action.has-subMenu {
  font-weight: bolder;
  border-bottom: 2px solid #a7a7a7 !important;
  margin-bottom: 10px !important; }

a.navPage-subMenu-action.navPages-action.has-subMenu i {
  display: none !important; }

@media (max-width: 1279px) {
  .mobileMenu-toggle.is-open {
    top: 0px !important;
    margin-top: 0; }
  .has-subMenu.is-open .navPages-action-moreIcon {
    display: block !important; }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(-90deg); }
  a.navPage-subMenu-action.navPages-action.has-subMenu i {
    display: block !important;
    float: right; }
  .navPages div.navPage-subMenu ul li ul li {
    padding: 15px 20px !important; }
  .navPages div.navPage-subMenu ul {
    padding: 0px; }
  a.navPages-action.has-subMenu.is-open {
    font-weight: normal; }
  a.navPages-action.has-subMenu {
    margin: 0px;
    padding: 0px !important; }
  a.navPages-action {
    margin: 0px;
    padding: 0px !important; }
  .icon svg {
    display: block;
    fill: #757575;
    height: 19px;
    width: 24px;
    float: right;
    padding: 0px 7px; }
  .navPages ul li a, .navPages-action.is-open {
    padding: unset; }
  .navPages div.navPage-subMenu ul li {
    float: unset;
    width: unset;
    margin: unset;
    padding: unset; }
  svg {
    display: none; }
  .navMegaBar .navPages-list {
    position: absolute;
    top: 122px;
    left: 0px;
    width: calc(100% - 10vw);
    height: 100vh;
    background-color: #eee; }
  .navMegaBar .navPages-list .navPages-item {
    background-color: #eee;
    padding: 15px 20px;
    border-bottom: 1px #CDCDCD solid;
    font-family: sans-serif; }
  .navMegaBar ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  .navMegaBar li {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  .navMegaBar .navPages-list .navPages-item .navPage-subMenu {
    /* border: solid 1px green; */
    padding: 0px !important;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100%);
    height: 100%;
    background-color: #eee;
    z-index: 99; }
  .navMegaBar .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
    padding: 0px;
    list-style: none;
    background-color: #eee;
    font-family: sans-serif;
    height: 100vh;
    overflow: scroll; }
  .navMegaBar li.navPage-subMenu-item {
    background-color: #eee;
    padding: 15px 20px !important;
    font-family: sans-serif;
    border-bottom: 1px #CDCDCD solid; }
  .navMegaBar .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList {
    /* border: solid 1px red; */
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100%);
    height: 100%;
    background-color: #eee;
    z-index: 999;
    overflow: scroll; }
  .navMegaBar li.navPage-childList-item {
    padding: 15px 20px !important;
    font-family: sans-serif;
    border-bottom: 1px #CDCDCD solid; }
  .SubBackButton, .backButton {
    background-color: #dbdbdb;
    padding: 20px 20px;
    display: flex; }
  .SubBackButton p, .backButton p {
    margin: 0px 10px; }
  a.navPage-subMenu-action.navPages-action.has-subMenu i {
    float: right; }
  i.icon.navPages-action-moreIcon {
    float: right; }
  .SubBackButton i.icon.navPages-action-moreIcon {
    float: unset;
    transform: scaleX(-1) rotate(-90deg);
    stroke: #333333; }
  .backButton i.icon.navPages-action-moreIcon {
    float: unset;
    transform: scaleX(-1) rotate(-90deg);
    stroke: #333333; }
  .navPages ul li {
    margin-right: 0px; }
  .imageNav {
    display: none !important; }
  a.navPage-subMenu-action.navPages-action.has-subMenu {
    font-weight: unset;
    border-bottom: unset !important;
    margin-bottom: unset !important;
    width: 100%; }
  .navPages-action.is-open {
    font-weight: bolder;
    border-bottom: unset !important;
    margin-bottom: 0px !important;
    /* margin-top: 10px !important; */ }
  .container {
    max-width: 1280px;
    width: 100%;
    padding: 0;
    margin: 100px auto 0px auto; }
  .header-logo {
    max-height: 100px;
    width: auto;
    position: relative;
    z-index: 9;
    order: 1;
    width: 100%; }
  ul.navPages-list.navPages-list--user {
    position: absolute;
    order: 2;
    width: 15%;
    text-align: right; }
  .navPages-quickSearch {
    width: 100%;
    max-width: unset;
    margin: 0px auto;
    border-bottom: unset;
    position: relative;
    order: 3;
    flex-basis: 100%; }
  .LogoSearchAccount {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1240px;
    margin: 0px auto; }
  .navUser-item--cart {
    display: block; }
  ul.navPages-list.navPages-list--user {
    width: 150px; }
  .countPill {
    background-color: #333333;
    border-radius: 50%;
    color: white;
    /* display: none; */
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin-left: 11px;
    text-align: center;
    width: 20px; }
  .navUser-item--cart a.navUser-action {
    background-image: url("https://cdn11.bigcommerce.com/s-kmr73o5t54/stencil/b13634e0-e991-013a-0836-5a8fcf348954/e/1084bca0-ee5e-013a-edb8-0e025ca2ca2f/img/cart-icn.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    height: 25px;
    width: 25px; }
  .header.sticky .signin-icon a {
    padding: 6px 0px !important;
    margin-right: 12px;
    margin-left: auto; }
  .navPages ul.navPage-subMenu-list li:last-child {
    margin-bottom: 200px !important; }
  .navItems {
    margin-top: 0px !important; }
  #cart-preview-dropdown {
    display: none !important; }
  .loggedin-icon {
    margin-left: auto; } }

button.navUser-action.toolHover.toolHovered[data-tooltip]:before {
  margin-left: -127px; }

.d-none {
  display: none !important; }

.navUser ul li.navUser-item--cart .navUser-action {
  background: url("https://store-kmr73o5t54.mybigcommerce.com/content/icons/Navicons-01.svg") no-repeat left center;
  padding-left: 20px;
  margin-left: 20px;
  height: 25px;
  width: 25px;
  position: relative; }

.navUser-item--cart .navUser-action {
  color: #333; }

.navUser-item--cart a.navUser-action {
  background-image: url("https://store-kmr73o5t54.mybigcommerce.com/content/icons/Navicons-01.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  height: 25px;
  width: 25px; }

.header.sticky .navItems a {
  padding: 10px 0 !important; }

ul.navPages-list.navPages-list--user {
  width: 150px; }

.loggedin-icon {
  margin-right: 20px; }

.loggedin-icon .navUser-action.profileLog {
  background-image: url(https://store-kmr73o5t54.mybigcommerce.com/content/icons/Navicons-03.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  height: 25px;
  width: 25px; }

.account-dropdown {
  right: 96px !important; }

.header.sticky .navItems .account-dropdown a {
  padding: 5px 0px !important; }

.signin-icon {
  margin-right: 12px;
  margin-left: auto; }

.signin-icon a {
  padding: 0px !important; }

.header.sticky .signin-icon a {
  padding: 0px !important; }

.loggedin-icon .navUser-action .account-dropdown a {
  width: 100%; }

@media (max-width: 1279px) {
  .account-dropdown {
    right: 21px !important; }
  .header.sticky .navItems .account-dropdown a {
    padding: 5px 7px !important;
    text-align: left; }
  .navItems .account-dropdown a {
    padding: 5px 7px !important;
    text-align: left; }
  .navPages {
    overflow-y: unset; }
  .navPages div.navPage-subMenu ul li > a:hover {
    background-color: transparent;
    color: #555;
    font-weight: 700;
    opacity: unset; } }

@media (min-width: 1280px) {
  .navPages {
    max-width: 1280px !important; }
  .navPages-action.has-subMenu i.icon.navPages-action-moreIcon {
    pointer-events: none; }
  .navUser-item--cart {
    display: block; } }

.navUser-item--cart .dropdown-menu.is-open {
  left: -137px !important;
  top: 27px !important;
  right: 0.35714rem !important;
  width: auto; }

.navPages ul li a.gray-button-outline:hover {
  color: white; }

.page--pagelayout {
  top: 0px;
  transition: margin-top 0.8s ease-in-out;
  position: relative !important;
  will-change: margin-top;
  /* Hints to browser to optimize this property */ }

.productCard .productDetails .bottomRow .tags {
  display: none !important; }

.header-logo-image {
  height: 30px;
  margin: 0px;
  margin-right: auto;
  display: flex;
  align-items: center; }
  .header-logo-image img {
    height: 25px;
    position: relative;
    text-align: left;
    width: auto;
    margin-right: auto;
    display: block; }

.navPage-issubMenu {
  display: none; }
  .navPage-issubMenu.is-open {
    display: block; }
  .navPage-issubMenu-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px; }
  .navPage-issubMenu-item-parent {
    display: none; }
  .navPage-issubMenu-item-child {
    min-width: 200px;
    list-style: none;
    margin: 0;
    flex-direction: column;
    gap: 10px;
    display: flex; }

div.navPage-issubMenu {
  padding: 0 0 0 12px !important;
  background-color: #f6f6f6;
  box-shadow: 0px 1px 3px 0px rgba(6, 6, 6, 0.17);
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
  left: 0;
  top: 100%;
  transition: all 0.4s ease-in-out; }
  div.navPage-issubMenu.is-open {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 100%;
    height: 430px;
    padding-top: 20px !important; }

.navMegaBar {
  overflow-x: visible !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  gap: 20px;
  max-height: 56px;
  padding: 20px 0;
  background-color: #eee;
  transition: height 0.3s ease-in-out;
  transform: translateX(0);
  pointer-events: all; }
  .navMegaBar a,
  .navMegaBar button {
    color: #2b2b2b;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease-in-out; }
    .navMegaBar a.contains-subMenu.is-root::after,
    .navMegaBar button.contains-subMenu.is-root::after {
      content: "";
      display: block;
      height: 3px;
      margin: 5px auto 0;
      width: 0;
      transition: width 0.3s ease-in-out; }
    .navMegaBar a.contains-subMenu.is-root:hover::after,
    .navMegaBar button.contains-subMenu.is-root:hover::after {
      width: 90%;
      background-color: #2b2b2b; }
    .navMegaBar a.contains-subMenu.is-root.is-open::after,
    .navMegaBar button.contains-subMenu.is-root.is-open::after {
      content: "";
      display: block;
      height: 3px;
      margin: 5px auto 0;
      width: 90%;
      background-color: #2b2b2b;
      transition: width 0.3s ease-in-out; }
  .navMegaBar button {
    background: none;
    border: none;
    cursor: pointer; }

.MegaNavFooter {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  gap: 20px;
  padding: 1.2rem 1rem;
  background-color: #eee;
  transition: all 0.3s ease-in-out;
  width: 100%;
  position: absolute;
  top: 470px; }
  .MegaNavFooter.is-open {
    display: flex; }

.navPages {
  text-align: left; }

.MobileDetails {
  display: none; }

.navPages .navIconsList {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  gap: 15px; }
  .navPages .navIconsList .navIcon {
    height: 22px;
    width: 22px;
    border-radius: 30px;
    content: ""; }
  .navPages .navIconsList .navIcon:has(.openMenu) {
    display: none; }

@media (max-width: 1000px) {
  div.navPage-issubMenu.is-open {
    top: 70px !important;
    height: calc(83vh - 70px) !important;
    margin: 0px !important;
    padding: 0px !important;
    overflow: scroll !important; }
  .navPage-issubMenu-item-child ul {
    display: none; }
  .navPage-issubMenu-list {
    display: flex;
    justify-content: left !important;
    flex-wrap: wrap;
    gap: 2px !important;
    width: 100%;
    margin: 0px !important; }
    .navPage-issubMenu-list .navPage-issubMenu-item-child {
      background-color: #eee;
      width: 100%;
      padding: 10px 0px;
      border-bottom: 2px solid #dddddd; }
  .mobileBack {
    display: block !important;
    background-color: #eee;
    width: 100%;
    padding: 10px 0px;
    margin: 0px 0px 2px 0px;
    font-weight: bold;
    border-bottom: 2px solid #dddddd; }
  .show-menu .mobileBack {
    display: block !important;
    background-color: #eee;
    width: 100%;
    padding: 10px 0px;
    margin: 0px 0px 2px 0px;
    font-weight: bold;
    border-bottom: 2px solid #dddddd; }
  ul.hide-menu {
    display: none;
    /* Show the <ul> when class is added */ }
  ul.show-menu {
    display: block;
    /* Show the <ul> when class is added */
    position: absolute;
    background-color: #eee;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    padding: 0px 20px; }
  ul.show-menu li {
    background-color: #eee;
    width: 100%;
    padding: 10px 0px;
    text-align: left;
    margin: 0px;
    display: flex;
    border-bottom: 2px solid #dddddd; }
  ul.show-menu li:last-child {
    margin-top: 0px !important; }
  div.navPage-issubMenu.is-open {
    padding: 10px 20px !important; }
  .navMegaBar button {
    background-color: #eee;
    width: 100%;
    padding: 10px 0px;
    text-align: left;
    margin: 0px;
    display: flex;
    border-bottom: 2px solid #dddddd; }
  /*
    
    */
  .MegaNavFooter {
    display: none !important; }
  .overlayBlack {
    height: 100vh;
    width: 99.89vw;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 39px;
    left: 0px;
    z-index: 10;
    display: none; }
  .overlayBlack.active {
    display: block; }
  .BreadcrumbsPLP {
    text-align: center;
    margin-top: 10px;
    display: none !important; }
  .columnsSections {
    width: 100% !important; }
  .container {
    margin: 0px auto; }
  .navPages {
    padding: 1.5rem 1.5rem 1rem 1.5rem; }
  .header {
    position: static !important; }
  .navPages-quickSearch {
    margin-top: 10px !important; }
  .navMegaBar.full-width {
    overflow-x: visible !important;
    background-color: #eee;
    transition: transform 0.3s ease !important;
    transform: translateX(100%) !important;
    border-radius: 15px 0px 0px 15px;
    left: unset;
    margin: unset;
    padding: 22px;
    min-height: 100vh;
    position: absolute !important;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 0% !important;
    display: none;
    z-index: 10; }
    .navMegaBar.full-width.active {
      font-size: 16px;
      padding: 22px;
      width: 80% !important;
      display: block !important;
      transition: transform 0.3s ease !important;
      transform: translateX(0) !important;
      pointer-events: all !important; }
    .navMegaBar.full-width .MobileDetails {
      display: flex;
      padding-bottom: 5px;
      margin-bottom: 15px;
      border-bottom: #2b2b2b solid 2px; }
      .navMegaBar.full-width .MobileDetails p {
        font-weight: bold;
        font-size: 20px; }
      .navMegaBar.full-width .MobileDetails .navIconsList {
        display: flex;
        flex-direction: row;
        margin-left: auto;
        gap: 15px; }
        .navMegaBar.full-width .MobileDetails .navIconsList .navIcon {
          height: 22px;
          width: 22px;
          border-radius: 30px;
          content: ""; }
  .navPages .navIconsList {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    gap: 15px; }
    .navPages .navIconsList .navIcon {
      height: 22px;
      width: 22px;
      border-radius: 30px;
      content: ""; }
    .navPages .navIconsList .navIcon:has(.openMenu) {
      display: block; }
  .productRecommendations li:nth-child(4) {
    display: none !important; }
  .filters {
    display: block;
    margin-bottom: 0px !important; }
    .filters .appliedFilters {
      width: calc(100% - 30px) !important;
      margin: 20px 15px 20px 15px;
      border-radius: 5px;
      flex-wrap: wrap; }
    .filters .actionsFilters {
      flex-direction: row;
      gap: 20px !important;
      margin: 0px 15px 20px 15px;
      flex-wrap: wrap; }
      .filters .actionsFilters .previousProducts {
        width: 100%; }
      .filters .actionsFilters .countLimit, .filters .actionsFilters .imageSwap, .filters .actionsFilters .productCount {
        display: none !important;
        width: 47%; }
      .filters .actionsFilters .mobileFilters {
        width: 47%; }
      .filters .actionsFilters .sortBy {
        width: 47%;
        margin: 0px;
        padding: 0px; }
    .filters .mobileFilters {
      display: flex !important;
      height: 41px;
      background-color: #eee;
      border-radius: 5px;
      width: 100%;
      margin: 0px;
      align-content: center;
      justify-content: center;
      align-items: center; }
      .filters .mobileFilters .form-label {
        font-size: 14px;
        text-transform: uppercase; }
  .page-sidebar {
    display: none; }
  #customFacetsPage .productListing .productCategoies {
    width: 99.89vw !important; }
  #customFacetsPage .productListing .productCategoies .productGridFacets {
    list-style: none;
    margin: 0px 15px !important;
    display: grid;
    grid-template-columns: repeat(2, minmax(47%, 1fr)) !important;
    gap: 20px; }
  .AddtoCartBTN {
    display: none !important; }
  .quickview {
    display: none !important; }
  .upSellBlock .content {
    height: 300px !important; }
  .productRecommendations {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    /* two columns */
    gap: 20px !important;
    margin: 20px 0px !important;
    padding: 20px 15px !important;
    border-top: 2px solid #2b2b2b !important;
    list-style: none !important;
    margin: 0px 20px !important; }
    .productRecommendations p {
      text-align: center !important; }
    .productRecommendations h3 {
      text-align: center !important; }
  /* Make the first child span both columns */
  .productRecommendations :nth-child(1) {
    grid-column: 1 / span 2 !important; }
  #FooterSeo {
    padding: 0px 20px !important; }
  .navUser-item--cart__hidden-s {
    display: block !important; } }

.mobileFilters {
  display: none; }

.footer {
  background-color: white;
  border-top: 24px solid #4E4B48;
  position: relative;
  transform: translateZ(0); }

.footer-info-col .form {
  margin-bottom: 0px; }

.footer-info-col .form-field {
  margin-bottom: 0px; }

.footer-info-col .form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border-color: #000000;
  border-style: solid;
  border-width: 2px;
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  transition: border-color 100ms ease-out;
  width: 100%;
  padding: 0rem; }

.footer-info-col .button {
  border-radius: 0px; }

.footer-info-col .footer-info-heading {
  margin-bottom: 0px; }

body {
  font-family: Arial, Helvetica, sans-serif; }

.body {
  margin-top: 0rem !important;
  margin-bottom: 0rem;
  padding: 0px !important; }

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold; }

.whiteText {
  color: white; }

.darkText {
  color: #2b2b2b; }

.whiteBackground {
  background-color: white; }

.darkBackground {
  background-color: #555555; }

.maril-underlined div.line {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 15px;
  margin: 10px auto 20px auto;
  border-bottom: 3px solid #2b2b2b;
  border-top: 3px solid #2b2b2b; }

.maril-underlined--white div.line {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 15px;
  margin: 10px auto 20px auto;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff; }

.full-width {
  width: 99.89vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.nowrap {
  white-space: nowrap;
  word-break: keep-all; }

.action {
  display: none; }

.action.active {
  display: flex; }

.action.inactive {
  display: none; }

.actingBackground {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .actingBackground img {
    pointer-events: none;
    position: absolute;
    bottom: 0px;
    top: 0px;
    margin: auto;
    width: auto;
    max-width: unset !important;
    height: 100%;
    z-index: 1; }

.objectFill img {
  object-fit: cover !important;
  height: 100% !important;
  width: 100% !important; }

.objectFit img {
  object-fit: contain !important;
  height: 100% !important;
  width: 100% !important; }

p.title {
  font-size: 16px;
  color: #2b2b2b;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.2em; }

.storyCards .copy {
  width: 80%; }
  .storyCards .copy h3 {
    font-size: 40px;
    color: #2b2b2b;
    font-weight: bold;
    line-height: 1.2em; }
  .storyCards .copy p {
    font-size: 18px;
    color: #2b2b2b;
    margin-bottom: 35px; }

.storyCards .smallCards .copy {
  text-align: center;
  width: 100%; }
  .storyCards .smallCards .copy p.title {
    font-size: 18px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px; }
  .storyCards .smallCards .copy p {
    font-size: 16px;
    color: #2b2b2b;
    margin-bottom: 25px; }

.simpleCopy .copy {
  text-align: center;
  width: 100%;
  max-width: 1030px;
  margin: 0px auto; }
  .simpleCopy .copy p.title {
    font-size: 40px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 1.2em; }
  .simpleCopy .copy p {
    font-size: 16px;
    color: #2b2b2b;
    margin-bottom: 25px; }

.navUser {
  display: flex;
  max-width: 1300px;
  margin: 25px auto 25px auto;
  align-items: center; }
  .navUser .navUser-section {
    display: flex;
    align-items: center; }

.home-follow-on-instagram {
  text-align: center; }
  .home-follow-on-instagram h3 {
    font-size: 40px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 1.2em; }
  .home-follow-on-instagram a {
    text-decoration: none; }
  .home-follow-on-instagram p {
    font-size: 16px;
    color: #2b2b2b;
    margin-bottom: 25px; }

.socialButtons {
  margin: 0px auto 20px auto;
  text-align: center; }
  .socialButtons ul.socialLinks.socialLinks--alt {
    display: inline; }
  .socialButtons .socialLinks--alt .icon {
    height: 2.5rem;
    width: 2.5rem; }
  .socialButtons .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 2rem; }
  .socialButtons .socialLinks .socialLinks-item:last-child {
    margin-right: 0rem; }

.footerBlog {
  background-color: #eeeeee;
  display: flex;
  justify-content: center;
  padding: 50px 0px; }
  .footerBlog article.blog {
    width: 100%;
    height: 300px;
    max-width: 600px;
    display: flex;
    justify-content: flex-end; }
  .footerBlog .blog {
    margin: 0px 30px;
    padding: 0px; }
  .footerBlog .blog-post-figure, .footerBlog .blog-thumbnail {
    padding: 0px;
    margin: 0px; }
    .footerBlog .blog-post-figure a, .footerBlog .blog-thumbnail a {
      display: block;
      height: 300px;
      width: 100%; }
  .footerBlog .blog-thumbnail {
    width: 300px;
    height: 300px;
    max-width: unset; }
    .footerBlog .blog-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .footerBlog .blog-post-body {
    background-color: white;
    padding: 20px;
    width: calc(100% - 40px);
    min-width: 300px;
    font-family: Arial, Helvetica, sans-serif; }
    .footerBlog .blog-post-body .blog-title {
      font-weight: bold;
      font-family: Arial, Helvetica, sans-serif; }
    .footerBlog .blog-post-body .blog-title, .footerBlog .blog-post-body .blog-date {
      margin: 0px 0px 10px 0px;
      padding: 0px;
      text-align: left; }
    .footerBlog .blog-post-body .blog-post {
      text-align: left; }
      .footerBlog .blog-post-body .blog-post p {
        overflow: hidden;
        max-height: 11ch;
        text-overflow: ellipsis; }

.navUser-item--cart a.navUser-action {
  background-image: url(https://store-kmr73o5t54.mybigcommerce.com/content/icons/Navicons-01.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  height: 25px;
  width: 25px;
  margin: 0px 10px; }

.navUser-item--retail a.navUser-action {
  background-image: url(https://store-t0ahxsctcb.mybigcommerce.com/content/icons/Navicons-03.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  height: 26px;
  width: 26px;
  margin: 0px 10px; }

.retailer-dropdown {
  position: absolute;
  right: 5px !important;
  top: 100%;
  width: 162px;
  display: none;
  display: none; }
  .retailer-dropdown ul {
    position: relative;
    padding: 5px 0;
    border: 1px solid #767676;
    background: #fff;
    border-radius: 5px;
    list-style: none; }
  .retailer-dropdown ul li {
    width: 100%;
    margin-bottom: 8px;
    text-align: center; }

@media (min-width: 801px) {
  .navPages-quickSearch {
    width: 100%;
    max-width: 775px;
    display: block;
    margin: 0 auto;
    border: solid 0px;
    position: relative; }
    .navPages-quickSearch .form-field {
      display: flex; }
    .navPages-quickSearch .form-input {
      border-radius: 50px;
      text-align: center;
      border: solid 1px #cacaca; }
    .navPages-quickSearch .btn {
      background: url(https://www.demdaco.com/content/icons/SearchIcon-01.svg) no-repeat center center;
      position: absolute;
      right: 14px;
      text-indent: -9999px;
      box-shadow: none;
      border: 0;
      width: 35px;
      height: 35px;
      top: 4px;
      transition: 1s ease all; } }

.topBar {
  width: 100%;
  height: 35px;
  background-color: #2b2b2b; }
  .topBar p {
    color: white;
    font-size: 16px;
    margin: 0;
    padding: 5px;
    max-width: 1300px;
    margin: 0 auto; }

.navPages-container {
  background-color: #fafafa; }
  @media (min-width: 801px) {
    .navPages-container .navPages-action.is-open {
      background-color: unset;
      position: relative; }
    .navPages-container .navPages-action {
      position: relative; }
    .navPages-container .navPages-action.has-subMenu:after {
      transition: width 0.5s ease;
      content: "";
      width: 0px;
      height: 4px;
      background: #2b2b2b;
      position: absolute;
      bottom: 0px;
      left: 16px;
      right: 0px; }
    .navPages-container .navPages-action.has-subMenu.is-open:after {
      transition: width 0.5s ease;
      content: "";
      width: calc(100% - 32px);
      height: 4px;
      background: #2b2b2b;
      position: absolute;
      bottom: 0px;
      left: 16px;
      right: 0px; }
    .navPages-container .navPages-action.has-subMenu.is-open:focus {
      outline: unset !important;
      outline-offset: unset !important; }
    .navPages-container .navPage-subMenu {
      background-color: #fafafa;
      border-bottom: 1px solid #eee; }
    .navPages-container .navPages .navPage-subMenu-list {
      max-width: 90%; }
    .navPages-container .navPage-subMenu-item {
      width: calc(100% / 6); }
    .navPages-container .navPage-subMenu.is-open {
      min-height: 480px; }
    .navPages-container .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
      padding: 0 0 5px;
      font-weight: bold;
      font-size: 15px; } }

.SliderEle {
  height: 500px;
  overflow-y: hidden; }
  .SliderEle .bar {
    background-color: #555555;
    height: 300px;
    width: 99.89vw;
    position: absolute;
    z-index: -1; }
  .SliderEle .sliderContent {
    max-width: 1300px;
    max-height: 500px;
    margin: 0px auto;
    position: relative; }
  .SliderEle .copy {
    width: 33%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0px 0px 80px 50px; }
  .SliderEle h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1em; }
  .SliderEle p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5em; }
  .SliderEle img {
    height: auto;
    width: 100%; }
  .SliderEle .SliderEle .copy.left {
    left: 0;
    right: unset; }
  .SliderEle .SliderEle .copy.right {
    left: unset;
    right: 0; }

.LargeSliders .slick-dots {
  margin: 0px auto !important;
  max-width: 1300px;
  display: block;
  position: relative;
  text-align: left;
  bottom: -5px; }

.LargeSliders {
  height: 540px;
  overflow-y: hidden; }

#marilFeatured .copy .small {
  color: #2b2b2b;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  text-align: center; }

#marilFeatured .copy .title {
  font-size: 45px;
  color: #2b2b2b;
  line-height: 1.2em;
  margin: 0px;
  padding: 0px;
  text-align: center; }

#marilFeatured .copy .body {
  margin: 0px auto 35px auto;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 1.2em;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  padding: 0px 20px;
  float: none; }

#marilFeatured .slick-dots {
  text-align: left;
  bottom: -40px; }

/*
    Responsive sizes 
    @media (max-width:320px) smartphones, iPhone, portrait 480x320 phones
        xxs
    @media (max-width:481px) portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide.
        xs
    @media (max-width:641px) portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones
        sm
    @media (max-width:961px) tablet, landscape iPad, lo-res laptops ands desktops
        mdt
    @media (max-width:1025px) big landscape tablets, laptops, and desktops
        lt
    @media (max-width:1281px) hi-res laptops and desktops 
        md
    @media (min-width:1500px) Large Desktops 
        lg
*/
.responsiveGrid {
  display: flex;
  flex-direction: column;
  width: 99.89vw; }

.responsiveGrid {
  /* Extra Extral Small  */
  /* Extra Small */
  /* Small */
  /* Medium Tablet */
  /* Large Tablet */
  /* Medium */
  /* Large */ }
  @media (min-width: 320px) {
    .responsiveGrid .max-xxs-h1 {
      max-height: calc(480px / 6 * 1) !important; }
    .responsiveGrid .min-xxs-h1 {
      min-height: calc(480px / 6 * 1) !important; } }
  @media (min-width: 320px) {
    .responsiveGrid .max-xxs-h2 {
      max-height: calc(480px / 6 * 2) !important; }
    .responsiveGrid .min-xxs-h2 {
      min-height: calc(480px / 6 * 2) !important; } }
  @media (min-width: 320px) {
    .responsiveGrid .max-xxs-h3 {
      max-height: calc(480px / 6 * 3) !important; }
    .responsiveGrid .min-xxs-h3 {
      min-height: calc(480px / 6 * 3) !important; } }
  @media (min-width: 320px) {
    .responsiveGrid .max-xxs-h4 {
      max-height: calc(480px / 6 * 4) !important; }
    .responsiveGrid .min-xxs-h4 {
      min-height: calc(480px / 6 * 4) !important; } }
  @media (min-width: 320px) {
    .responsiveGrid .max-xxs-h5 {
      max-height: calc(480px / 6 * 5) !important; }
    .responsiveGrid .min-xxs-h5 {
      min-height: calc(480px / 6 * 5) !important; } }
  @media (min-width: 320px) {
    .responsiveGrid .max-xxs-h6 {
      max-height: calc(480px / 6 * 6) !important; }
    .responsiveGrid .min-xxs-h6 {
      min-height: calc(480px / 6 * 6) !important; } }
  @media (min-width: 481px) {
    .responsiveGrid .max-xs-h1 {
      max-height: calc(640px / 6 * 1) !important; }
    .responsiveGrid .min-xs-h1 {
      min-height: calc(640px / 6 * 1) !important; } }
  @media (min-width: 481px) {
    .responsiveGrid .max-xs-h2 {
      max-height: calc(640px / 6 * 2) !important; }
    .responsiveGrid .min-xs-h2 {
      min-height: calc(640px / 6 * 2) !important; } }
  @media (min-width: 481px) {
    .responsiveGrid .max-xs-h3 {
      max-height: calc(640px / 6 * 3) !important; }
    .responsiveGrid .min-xs-h3 {
      min-height: calc(640px / 6 * 3) !important; } }
  @media (min-width: 481px) {
    .responsiveGrid .max-xs-h4 {
      max-height: calc(640px / 6 * 4) !important; }
    .responsiveGrid .min-xs-h4 {
      min-height: calc(640px / 6 * 4) !important; } }
  @media (min-width: 481px) {
    .responsiveGrid .max-xs-h5 {
      max-height: calc(640px / 6 * 5) !important; }
    .responsiveGrid .min-xs-h5 {
      min-height: calc(640px / 6 * 5) !important; } }
  @media (min-width: 481px) {
    .responsiveGrid .max-xs-h6 {
      max-height: calc(640px / 6 * 6) !important; }
    .responsiveGrid .min-xs-h6 {
      min-height: calc(640px / 6 * 6) !important; } }
  @media (min-width: 641px) {
    .responsiveGrid .max-sm-h1 {
      max-height: calc(800px / 6 * 1) !important; }
    .responsiveGrid .min-sm-h1 {
      min-height: calc(800px / 6 * 1) !important; } }
  @media (min-width: 641px) {
    .responsiveGrid .max-sm-h2 {
      max-height: calc(800px / 6 * 2) !important; }
    .responsiveGrid .min-sm-h2 {
      min-height: calc(800px / 6 * 2) !important; } }
  @media (min-width: 641px) {
    .responsiveGrid .max-sm-h3 {
      max-height: calc(800px / 6 * 3) !important; }
    .responsiveGrid .min-sm-h3 {
      min-height: calc(800px / 6 * 3) !important; } }
  @media (min-width: 641px) {
    .responsiveGrid .max-sm-h4 {
      max-height: calc(800px / 6 * 4) !important; }
    .responsiveGrid .min-sm-h4 {
      min-height: calc(800px / 6 * 4) !important; } }
  @media (min-width: 641px) {
    .responsiveGrid .max-sm-h5 {
      max-height: calc(800px / 6 * 5) !important; }
    .responsiveGrid .min-sm-h5 {
      min-height: calc(800px / 6 * 5) !important; } }
  @media (min-width: 641px) {
    .responsiveGrid .max-sm-h6 {
      max-height: calc(800px / 6 * 6) !important; }
    .responsiveGrid .min-sm-h6 {
      min-height: calc(800px / 6 * 6) !important; } }
  @media (min-width: 961px) {
    .responsiveGrid .max-mdt-h1 {
      max-height: calc(960px / 6 * 1) !important; }
    .responsiveGrid .min-mdt-h1 {
      min-height: calc(960px / 6 * 1) !important; } }
  @media (min-width: 961px) {
    .responsiveGrid .max-mdt-h2 {
      max-height: calc(960px / 6 * 2) !important; }
    .responsiveGrid .min-mdt-h2 {
      min-height: calc(960px / 6 * 2) !important; } }
  @media (min-width: 961px) {
    .responsiveGrid .max-mdt-h3 {
      max-height: calc(960px / 6 * 3) !important; }
    .responsiveGrid .min-mdt-h3 {
      min-height: calc(960px / 6 * 3) !important; } }
  @media (min-width: 961px) {
    .responsiveGrid .max-mdt-h4 {
      max-height: calc(960px / 6 * 4) !important; }
    .responsiveGrid .min-mdt-h4 {
      min-height: calc(960px / 6 * 4) !important; } }
  @media (min-width: 961px) {
    .responsiveGrid .max-mdt-h5 {
      max-height: calc(960px / 6 * 5) !important; }
    .responsiveGrid .min-mdt-h5 {
      min-height: calc(960px / 6 * 5) !important; } }
  @media (min-width: 961px) {
    .responsiveGrid .max-mdt-h6 {
      max-height: calc(960px / 6 * 6) !important; }
    .responsiveGrid .min-mdt-h6 {
      min-height: calc(960px / 6 * 6) !important; } }
  @media (min-width: 1025px) {
    .responsiveGrid .max-lt-h1 {
      max-height: calc(1024px / 6 * 1) !important; }
    .responsiveGrid .min-lt-h1 {
      min-height: calc(1024px / 6 * 1) !important; } }
  @media (min-width: 1025px) {
    .responsiveGrid .max-lt-h2 {
      max-height: calc(1024px / 6 * 2) !important; }
    .responsiveGrid .min-lt-h2 {
      min-height: calc(1024px / 6 * 2) !important; } }
  @media (min-width: 1025px) {
    .responsiveGrid .max-lt-h3 {
      max-height: calc(1024px / 6 * 3) !important; }
    .responsiveGrid .min-lt-h3 {
      min-height: calc(1024px / 6 * 3) !important; } }
  @media (min-width: 1025px) {
    .responsiveGrid .max-lt-h4 {
      max-height: calc(1024px / 6 * 4) !important; }
    .responsiveGrid .min-lt-h4 {
      min-height: calc(1024px / 6 * 4) !important; } }
  @media (min-width: 1025px) {
    .responsiveGrid .max-lt-h5 {
      max-height: calc(1024px / 6 * 5) !important; }
    .responsiveGrid .min-lt-h5 {
      min-height: calc(1024px / 6 * 5) !important; } }
  @media (min-width: 1025px) {
    .responsiveGrid .max-lt-h6 {
      max-height: calc(1024px / 6 * 6) !important; }
    .responsiveGrid .min-lt-h6 {
      min-height: calc(1024px / 6 * 6) !important; } }
  @media (min-width: 1281px) {
    .responsiveGrid .max-md-h1 {
      max-height: calc(1080px / 6 * 1) !important; }
    .responsiveGrid .min-md-h1 {
      min-height: calc(1080px / 6 * 1) !important; } }
  @media (min-width: 1281px) {
    .responsiveGrid .max-md-h2 {
      max-height: calc(1080px / 6 * 2) !important; }
    .responsiveGrid .min-md-h2 {
      min-height: calc(1080px / 6 * 2) !important; } }
  @media (min-width: 1281px) {
    .responsiveGrid .max-md-h3 {
      max-height: calc(1080px / 6 * 3) !important; }
    .responsiveGrid .min-md-h3 {
      min-height: calc(1080px / 6 * 3) !important; } }
  @media (min-width: 1281px) {
    .responsiveGrid .max-md-h4 {
      max-height: calc(1080px / 6 * 4) !important; }
    .responsiveGrid .min-md-h4 {
      min-height: calc(1080px / 6 * 4) !important; } }
  @media (min-width: 1281px) {
    .responsiveGrid .max-md-h5 {
      max-height: calc(1080px / 6 * 5) !important; }
    .responsiveGrid .min-md-h5 {
      min-height: calc(1080px / 6 * 5) !important; } }
  @media (min-width: 1281px) {
    .responsiveGrid .max-md-h6 {
      max-height: calc(1080px / 6 * 6) !important; }
    .responsiveGrid .min-md-h6 {
      min-height: calc(1080px / 6 * 6) !important; } }
  @media (min-width: 1500px) {
    .responsiveGrid .max-lg-h1 {
      max-height: calc(1200px / 6 * 1) !important; }
    .responsiveGrid .min-lg-h1 {
      min-height: calc(1200px / 6 * 1) !important; } }
  @media (min-width: 1500px) {
    .responsiveGrid .max-lg-h2 {
      max-height: calc(1200px / 6 * 2) !important; }
    .responsiveGrid .min-lg-h2 {
      min-height: calc(1200px / 6 * 2) !important; } }
  @media (min-width: 1500px) {
    .responsiveGrid .max-lg-h3 {
      max-height: calc(1200px / 6 * 3) !important; }
    .responsiveGrid .min-lg-h3 {
      min-height: calc(1200px / 6 * 3) !important; } }
  @media (min-width: 1500px) {
    .responsiveGrid .max-lg-h4 {
      max-height: calc(1200px / 6 * 4) !important; }
    .responsiveGrid .min-lg-h4 {
      min-height: calc(1200px / 6 * 4) !important; } }
  @media (min-width: 1500px) {
    .responsiveGrid .max-lg-h5 {
      max-height: calc(1200px / 6 * 5) !important; }
    .responsiveGrid .min-lg-h5 {
      min-height: calc(1200px / 6 * 5) !important; } }
  @media (min-width: 1500px) {
    .responsiveGrid .max-lg-h6 {
      max-height: calc(1200px / 6 * 6) !important; }
    .responsiveGrid .min-lg-h6 {
      min-height: calc(1200px / 6 * 6) !important; } }
  .responsiveGrid .vh1 {
    height: calc(100vh / 6 * 1); }
  @media (max-width: 320px) {
    .responsiveGrid .vh1-xxs {
      height: calc(100vh / 6 * 1); } }
  @media (max-width: 481px) {
    .responsiveGrid .vh1-xs {
      height: calc(100vh / 6 * 1); } }
  @media (max-width: 641px) {
    .responsiveGrid .vh1-sm {
      height: calc(100vh / 6 * 1); } }
  @media (max-width: 961px) {
    .responsiveGrid .vh1-mdt {
      height: calc(100vh / 6 * 1); } }
  @media (max-width: 1025px) {
    .responsiveGrid .vh1-lt {
      height: calc(100vh / 6 * 1); } }
  @media (max-width: 1281px) {
    .responsiveGrid .vh1-md {
      height: calc(100vh / 6 * 1); } }
  @media (min-width: 1500px) {
    .responsiveGrid .vh1-lg {
      height: calc(100vh / 6 * 1); } }
  .responsiveGrid .vh2 {
    height: calc(100vh / 6 * 2); }
  @media (max-width: 320px) {
    .responsiveGrid .vh2-xxs {
      height: calc(100vh / 6 * 2); } }
  @media (max-width: 481px) {
    .responsiveGrid .vh2-xs {
      height: calc(100vh / 6 * 2); } }
  @media (max-width: 641px) {
    .responsiveGrid .vh2-sm {
      height: calc(100vh / 6 * 2); } }
  @media (max-width: 961px) {
    .responsiveGrid .vh2-mdt {
      height: calc(100vh / 6 * 2); } }
  @media (max-width: 1025px) {
    .responsiveGrid .vh2-lt {
      height: calc(100vh / 6 * 2); } }
  @media (max-width: 1281px) {
    .responsiveGrid .vh2-md {
      height: calc(100vh / 6 * 2); } }
  @media (min-width: 1500px) {
    .responsiveGrid .vh2-lg {
      height: calc(100vh / 6 * 2); } }
  .responsiveGrid .vh3 {
    height: calc(100vh / 6 * 3); }
  @media (max-width: 320px) {
    .responsiveGrid .vh3-xxs {
      height: calc(100vh / 6 * 3); } }
  @media (max-width: 481px) {
    .responsiveGrid .vh3-xs {
      height: calc(100vh / 6 * 3); } }
  @media (max-width: 641px) {
    .responsiveGrid .vh3-sm {
      height: calc(100vh / 6 * 3); } }
  @media (max-width: 961px) {
    .responsiveGrid .vh3-mdt {
      height: calc(100vh / 6 * 3); } }
  @media (max-width: 1025px) {
    .responsiveGrid .vh3-lt {
      height: calc(100vh / 6 * 3); } }
  @media (max-width: 1281px) {
    .responsiveGrid .vh3-md {
      height: calc(100vh / 6 * 3); } }
  @media (min-width: 1500px) {
    .responsiveGrid .vh3-lg {
      height: calc(100vh / 6 * 3); } }
  .responsiveGrid .vh4 {
    height: calc(100vh / 6 * 4); }
  @media (max-width: 320px) {
    .responsiveGrid .vh4-xxs {
      height: calc(100vh / 6 * 4); } }
  @media (max-width: 481px) {
    .responsiveGrid .vh4-xs {
      height: calc(100vh / 6 * 4); } }
  @media (max-width: 641px) {
    .responsiveGrid .vh4-sm {
      height: calc(100vh / 6 * 4); } }
  @media (max-width: 961px) {
    .responsiveGrid .vh4-mdt {
      height: calc(100vh / 6 * 4); } }
  @media (max-width: 1025px) {
    .responsiveGrid .vh4-lt {
      height: calc(100vh / 6 * 4); } }
  @media (max-width: 1281px) {
    .responsiveGrid .vh4-md {
      height: calc(100vh / 6 * 4); } }
  @media (min-width: 1500px) {
    .responsiveGrid .vh4-lg {
      height: calc(100vh / 6 * 4); } }
  .responsiveGrid .vh5 {
    height: calc(100vh / 6 * 5); }
  @media (max-width: 320px) {
    .responsiveGrid .vh5-xxs {
      height: calc(100vh / 6 * 5); } }
  @media (max-width: 481px) {
    .responsiveGrid .vh5-xs {
      height: calc(100vh / 6 * 5); } }
  @media (max-width: 641px) {
    .responsiveGrid .vh5-sm {
      height: calc(100vh / 6 * 5); } }
  @media (max-width: 961px) {
    .responsiveGrid .vh5-mdt {
      height: calc(100vh / 6 * 5); } }
  @media (max-width: 1025px) {
    .responsiveGrid .vh5-lt {
      height: calc(100vh / 6 * 5); } }
  @media (max-width: 1281px) {
    .responsiveGrid .vh5-md {
      height: calc(100vh / 6 * 5); } }
  @media (min-width: 1500px) {
    .responsiveGrid .vh5-lg {
      height: calc(100vh / 6 * 5); } }
  .responsiveGrid .vh6 {
    height: calc(100vh / 6 * 6); }
  @media (max-width: 320px) {
    .responsiveGrid .vh6-xxs {
      height: calc(100vh / 6 * 6); } }
  @media (max-width: 481px) {
    .responsiveGrid .vh6-xs {
      height: calc(100vh / 6 * 6); } }
  @media (max-width: 641px) {
    .responsiveGrid .vh6-sm {
      height: calc(100vh / 6 * 6); } }
  @media (max-width: 961px) {
    .responsiveGrid .vh6-mdt {
      height: calc(100vh / 6 * 6); } }
  @media (max-width: 1025px) {
    .responsiveGrid .vh6-lt {
      height: calc(100vh / 6 * 6); } }
  @media (max-width: 1281px) {
    .responsiveGrid .vh6-md {
      height: calc(100vh / 6 * 6); } }
  @media (min-width: 1500px) {
    .responsiveGrid .vh6-lg {
      height: calc(100vh / 6 * 6); } }
  .responsiveGrid .borderRadius-05 {
    border-radius: 5px; }
  .responsiveGrid .borderRadius-10 {
    border-radius: 10px; }
  .responsiveGrid .borderRadius-15 {
    border-radius: 15px; }
  .responsiveGrid .borderRadius-20 {
    border-radius: 20px; }
  .responsiveGrid .rotate-0 {
    transform: rotate(0deg); }
  .responsiveGrid .rotate-15 {
    transform: rotate(15deg); }
  .responsiveGrid .rotate-30 {
    transform: rotate(30deg); }
  .responsiveGrid .rotate-45 {
    transform: rotate(45deg); }
  .responsiveGrid .rotate-60 {
    transform: rotate(60deg); }
  .responsiveGrid .rotate-75 {
    transform: rotate(75deg); }
  .responsiveGrid .rotate-90 {
    transform: rotate(90deg); }
  .responsiveGrid .rotate-105 {
    transform: rotate(105deg); }
  .responsiveGrid .rotate-120 {
    transform: rotate(120deg); }
  .responsiveGrid .rotate-135 {
    transform: rotate(135deg); }
  .responsiveGrid .rotate-150 {
    transform: rotate(150deg); }
  .responsiveGrid .rotate-165 {
    transform: rotate(165deg); }
  .responsiveGrid .rotate-180 {
    transform: rotate(180deg); }
  .responsiveGrid .rotate-195 {
    transform: rotate(195deg); }
  .responsiveGrid .rotate-210 {
    transform: rotate(210deg); }
  .responsiveGrid .rotate-225 {
    transform: rotate(225deg); }
  .responsiveGrid .rotate-240 {
    transform: rotate(240deg); }
  .responsiveGrid .rotate-255 {
    transform: rotate(255deg); }
  .responsiveGrid .rotate-270 {
    transform: rotate(270deg); }
  .responsiveGrid .rotate-285 {
    transform: rotate(285deg); }
  .responsiveGrid .rotate-300 {
    transform: rotate(300deg); }
  .responsiveGrid .rotate-315 {
    transform: rotate(315deg); }
  .responsiveGrid .rotate-330 {
    transform: rotate(330deg); }
  .responsiveGrid .rotate-345 {
    transform: rotate(345deg); }
  .responsiveGrid .rotate-360 {
    transform: rotate(360deg); }
  .responsiveGrid [class*=col] {
    background-color: unset; }
  .responsiveGrid .maxWidth-15 {
    max-width: 1500px; }
  .responsiveGrid .maxWidth-13 {
    max-width: 1300px; }
  .responsiveGrid .maxWidth-12 {
    max-width: 1200px; }
  .responsiveGrid .maxWidth-10 {
    max-width: 1000px; }
  .responsiveGrid .maxWidth-960 {
    max-width: 960px; }
  .responsiveGrid .maxWidth-600 {
    max-width: 600px; }
  .responsiveGrid .maxWidth-400 {
    max-width: 400px; }
  .responsiveGrid .minWidth-15 {
    min-width: 1500px; }
  .responsiveGrid .minWidth-13 {
    min-width: 1300px; }
  .responsiveGrid .minWidth-12 {
    min-width: 1200px; }
  .responsiveGrid .minWidth-10 {
    min-width: 1000px; }
  .responsiveGrid .minWidth-960 {
    min-width: 960px; }
  .responsiveGrid .minWidth-600 {
    min-width: 600px; }
  .responsiveGrid .minWidth-400 {
    min-width: 400px; }
  .responsiveGrid .width-100 {
    width: 100%; }
  .responsiveGrid .width-90 {
    width: 90%; }
  .responsiveGrid .width-80 {
    width: 80%; }
  .responsiveGrid .width-70 {
    width: 70%; }
  .responsiveGrid .width-60 {
    width: 60%; }
  .responsiveGrid .width-50 {
    width: 50%; }
  .responsiveGrid .width-40 {
    width: 50%; }
  .responsiveGrid .width-30 {
    width: 30%; }
  .responsiveGrid .maxWidth-p100 {
    max-width: 100% !important; }
  .responsiveGrid .maxWidth-p90 {
    max-width: 90%  !important; }
  .responsiveGrid .maxWidth-p80 {
    max-width: 80%  !important; }
  .responsiveGrid .maxWidth-p70 {
    max-width: 70%  !important; }
  .responsiveGrid .maxWidth-p60 {
    max-width: 60%  !important; }
  .responsiveGrid .maxWidth-p50 {
    max-width: 50%  !important; }
  .responsiveGrid .maxWidth-p40 {
    max-width: 40%  !important; }
  .responsiveGrid .maxWidth-p30 {
    max-width: 30%  !important; }
  .responsiveGrid .maxWidth-p20 {
    max-width: 20%  !important; }
  .responsiveGrid .maxWidth-p10 {
    max-width: 10%  !important; }
  .responsiveGrid .row {
    display: flex;
    flex-wrap: wrap; }
  .responsiveGrid .row > * {
    flex-shrink: 0;
    max-width: 100%; }
  .responsiveGrid .row [class*=col] {
    flex: 0 0 auto;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */ }
  .responsiveGrid .rounded-edge {
    border-radius: 10px; }
  .responsiveGrid .flex-fill {
    flex: 1 1 auto !important; }
  .responsiveGrid .centerChildren {
    display: flex;
    align-items: center;
    justify-content: center; }
  .responsiveGrid .absoluteCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important; }
  .responsiveGrid .m-auto {
    margin: auto !important; }
  .responsiveGrid .p-0 {
    padding: 0px !important; }
  .responsiveGrid .m-0 {
    margin: 0px !important; }
  .responsiveGrid .p-1 {
    padding: 10px !important; }
  .responsiveGrid .m-1 {
    margin: 10px !important; }
  .responsiveGrid .p-2 {
    padding: 20px !important; }
  .responsiveGrid .m-2 {
    margin: 20px !important; }
  .responsiveGrid .p-3 {
    padding: 30px !important; }
  .responsiveGrid .m-3 {
    margin: 30px !important; }
  .responsiveGrid .p-4 {
    padding: 40px !important; }
  .responsiveGrid .m-4 {
    margin: 40px !important; }
  .responsiveGrid .p-5 {
    padding: 50px !important; }
  .responsiveGrid .m-5 {
    margin: 50px !important; }
  .responsiveGrid .mx-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .responsiveGrid .px-0 {
    padding-left: 0px  !important;
    padding-right: 0px  !important; }
  .responsiveGrid .mx-0 {
    margin-left: 0px  !important;
    margin-right: 0px  !important; }
  .responsiveGrid .px-1 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .responsiveGrid .mx-1 {
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .responsiveGrid .px-2 {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .responsiveGrid .mx-2 {
    margin-left: 20px !important;
    margin-right: 20px !important; }
  .responsiveGrid .px-3 {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .responsiveGrid .mx-3 {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .responsiveGrid .px-4 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .responsiveGrid .mx-4 {
    margin-left: 40px !important;
    margin-right: 40px !important; }
  .responsiveGrid .px-5 {
    padding-left: 50px !important;
    padding-right: 50px !important; }
  .responsiveGrid .mx-5 {
    margin-left: 50px !important;
    margin-right: 50px !important; }
  .responsiveGrid .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .responsiveGrid .py-0 {
    padding-top: 0px  !important;
    padding-bottom: 0px  !important; }
  .responsiveGrid .my-0 {
    margin-top: 0px  !important;
    margin-bottom: 0px  !important; }
  .responsiveGrid .py-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .responsiveGrid .my-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }
  .responsiveGrid .py-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .responsiveGrid .my-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }
  .responsiveGrid .py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .responsiveGrid .my-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }
  .responsiveGrid .py-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .responsiveGrid .my-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  .responsiveGrid .py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .responsiveGrid .my-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }
  .responsiveGrid .mt-auto {
    margin-top: auto  !important; }
  .responsiveGrid .pt-0 {
    padding-top: 0px   !important; }
  .responsiveGrid .mt-0 {
    margin-top: 0px   !important; }
  .responsiveGrid .pt-1 {
    padding-top: 10px  !important; }
  .responsiveGrid .mt-1 {
    margin-top: 10px  !important; }
  .responsiveGrid .pt-2 {
    padding-top: 20px  !important; }
  .responsiveGrid .mt-2 {
    margin-top: 20px  !important; }
  .responsiveGrid .pt-3 {
    padding-top: 30px  !important; }
  .responsiveGrid .mt-3 {
    margin-top: 30px  !important; }
  .responsiveGrid .pt-4 {
    padding-top: 40px  !important; }
  .responsiveGrid .mt-4 {
    margin-top: 40px  !important; }
  .responsiveGrid .pt-5 {
    padding-top: 50px  !important; }
  .responsiveGrid .mt-5 {
    margin-top: 50px  !important; }
  .responsiveGrid .mb-auto {
    margin-bottom: auto !important; }
  .responsiveGrid .pb-0 {
    padding-bottom: 0px  !important; }
  .responsiveGrid .mb-0 {
    margin-bottom: 0px  !important; }
  .responsiveGrid .pb-1 {
    padding-bottom: 10px !important; }
  .responsiveGrid .mb-1 {
    margin-bottom: 10px !important; }
  .responsiveGrid .pb-2 {
    padding-bottom: 20px !important; }
  .responsiveGrid .mb-2 {
    margin-bottom: 20px !important; }
  .responsiveGrid .pb-3 {
    padding-bottom: 30px !important; }
  .responsiveGrid .mb-3 {
    margin-bottom: 30px !important; }
  .responsiveGrid .pb-4 {
    padding-bottom: 40px !important; }
  .responsiveGrid .mb-4 {
    margin-bottom: 40px !important; }
  .responsiveGrid .pb-5 {
    padding-bottom: 50px !important; }
  .responsiveGrid .mb-5 {
    margin-bottom: 50px !important; }
  .responsiveGrid .mr-auto {
    margin: auto  !important; }
  .responsiveGrid .pr-0 {
    padding-right: 0px  !important; }
  .responsiveGrid .mr-0 {
    margin-right: 0px  !important; }
  .responsiveGrid .pr-1 {
    padding-right: 10px !important; }
  .responsiveGrid .mr-1 {
    margin-right: 10px !important; }
  .responsiveGrid .pr-2 {
    padding-right: 20px !important; }
  .responsiveGrid .mr-2 {
    margin-right: 20px !important; }
  .responsiveGrid .pr-3 {
    padding-right: 30px !important; }
  .responsiveGrid .mr-3 {
    margin-right: 30px !important; }
  .responsiveGrid .pr-4 {
    padding-right: 40px !important; }
  .responsiveGrid .mr-4 {
    margin-right: 40px !important; }
  .responsiveGrid .pr-5 {
    padding-right: 50px !important; }
  .responsiveGrid .mr-5 {
    margin-right: 50px !important; }
  .responsiveGrid .ml-auto {
    margin-left: auto !important; }
  .responsiveGrid .pl-0 {
    padding-left: 0px !important; }
  .responsiveGrid .ml-0 {
    margin-left: 0px !important; }
  .responsiveGrid .pl-1 {
    padding-left: 10px !important; }
  .responsiveGrid .ml-1 {
    margin-left: 10px !important; }
  .responsiveGrid .pl-2 {
    padding-left: 20px !important; }
  .responsiveGrid .ml-2 {
    margin-left: 20px !important; }
  .responsiveGrid .pl-3 {
    padding-left: 30px !important; }
  .responsiveGrid .ml-3 {
    margin-left: 30px !important; }
  .responsiveGrid .pl-4 {
    padding-left: 40px !important; }
  .responsiveGrid .ml-4 {
    margin-left: 40px !important; }
  .responsiveGrid .pl-5 {
    padding-left: 50px !important; }
  .responsiveGrid .ml-5 {
    margin-left: 50px !important; }
  .responsiveGrid .order-1 {
    order: 1 !important; }
  .responsiveGrid .order-2 {
    order: 2 !important; }
  .responsiveGrid .order-3 {
    order: 3 !important; }
  .responsiveGrid .order-4 {
    order: 4 !important; }
  .responsiveGrid .order-5 {
    order: 5 !important; }
  .responsiveGrid .order-6 {
    order: 6 !important; }
  .responsiveGrid .order-7 {
    order: 7 !important; }
  .responsiveGrid .order-8 {
    order: 8 !important; }
  .responsiveGrid .order-9 {
    order: 9 !important; }
  .responsiveGrid .order-10 {
    order: 10 !important; }
  .responsiveGrid .order-11 {
    order: 11 !important; }
  .responsiveGrid .order-12 {
    order: 12 !important; }
  .responsiveGrid .order-13 {
    order: 13 !important; }
  .responsiveGrid .position-relative {
    position: relative !important; }
  .responsiveGrid .position-absolute {
    position: absolute !important; }
  .responsiveGrid .position-static {
    position: static   !important; }
  .responsiveGrid .position-sticky {
    position: sticky   !important; }
  .responsiveGrid .position-fixed {
    position: fixed    !important; }
  .responsiveGrid .text-center {
    text-align: center  !important; }
  .responsiveGrid .text-left {
    text-align: left    !important; }
  .responsiveGrid .text-right {
    text-align: right   !important; }
  .responsiveGrid .text-justfied {
    text-align: justify !important; }
  .responsiveGrid .text-lowercase {
    text-transform: lowercase !important; }
  .responsiveGrid .text-uppercase {
    text-transform: uppercase !important; }
  .responsiveGrid .text-capitalize {
    text-transform: capitalize !important; }
  .responsiveGrid .font-weight-bold {
    font-weight: bold !important; }
  .responsiveGrid .font-weight-normal {
    font-weight: normal !important; }
  .responsiveGrid .font-weight-light {
    font-weight: lighter !important; }
  .responsiveGrid .font-weight-lighter {
    font-weight: lighter !important; }
  .responsiveGrid .font-weight-bolder {
    font-weight: bolder !important; }
  .responsiveGrid .d-flex {
    display: flex !important; }
  .responsiveGrid .d-block {
    display: block !important; }
  .responsiveGrid .d-inline {
    display: inline !important; }
  .responsiveGrid .d-inline-block {
    display: inline-block !important; }
  .responsiveGrid .d-inline-flex {
    display: inline-flex !important; }
  .responsiveGrid .d-none {
    display: none !important; }
  .responsiveGrid .d-table {
    display: table !important; }
  .responsiveGrid .d-table-cell {
    display: table-cell !important; }
  .responsiveGrid .d-print {
    display: print !important; }
  .responsiveGrid [class*=col-1] {
    width: calc((100% / 12) * 1); }
  .responsiveGrid [class*=col-2] {
    width: calc((100% / 12) * 2); }
  .responsiveGrid [class*=col-3] {
    width: calc((100% / 12) * 3); }
  .responsiveGrid [class*=col-4] {
    width: calc((100% / 12) * 4); }
  .responsiveGrid [class*=col-5] {
    width: calc((100% / 12) * 5); }
  .responsiveGrid [class*=col-6] {
    width: calc((100% / 12) * 6); }
  .responsiveGrid [class*=col-7] {
    width: calc((100% / 12) * 7); }
  .responsiveGrid [class*=col-8] {
    width: calc((100% / 12) * 8); }
  .responsiveGrid [class*=col-9] {
    width: calc((100% / 12) * 9); }
  .responsiveGrid [class*=col-10] {
    width: calc((100% / 12) * 10); }
  .responsiveGrid [class*=col-11] {
    width: calc((100% / 12) * 11); }
  .responsiveGrid [class*=col-12] {
    width: calc((100% / 12) * 12); }
  @media (min-width: 320px) {
    .responsiveGrid {
      /* smartphones, iPhone, portrait 480x320 phones */ }
      .responsiveGrid .col-xxs-1 {
        width: calc((100% / 12) * 1); }
      .responsiveGrid .col-xxs-2 {
        width: calc((100% / 12) * 2); }
      .responsiveGrid .col-xxs-3 {
        width: calc((100% / 12) * 3); }
      .responsiveGrid .col-xxs-4 {
        width: calc((100% / 12) * 4); }
      .responsiveGrid .col-xxs-5 {
        width: calc((100% / 12) * 5); }
      .responsiveGrid .col-xxs-6 {
        width: calc((100% / 12) * 6); }
      .responsiveGrid .col-xxs-7 {
        width: calc((100% / 12) * 7); }
      .responsiveGrid .col-xxs-8 {
        width: calc((100% / 12) * 8); }
      .responsiveGrid .col-xxs-9 {
        width: calc((100% / 12) * 9); }
      .responsiveGrid .col-xxs-10 {
        width: calc((100% / 12) * 10); }
      .responsiveGrid .col-xxs-11 {
        width: calc((100% / 12) * 11); }
      .responsiveGrid .col-xxs-12 {
        width: calc((100% / 12) * 12); }
      .responsiveGrid .offset-xxs-1 {
        margin-left: calc((100% / 12) * 1); }
      .responsiveGrid .offset-xxs-2 {
        margin-left: calc((100% / 12) * 2); }
      .responsiveGrid .offset-xxs-3 {
        margin-left: calc((100% / 12) * 3); }
      .responsiveGrid .offset-xxs-4 {
        margin-left: calc((100% / 12) * 4); }
      .responsiveGrid .offset-xxs-5 {
        margin-left: calc((100% / 12) * 5); }
      .responsiveGrid .offset-xxs-6 {
        margin-left: calc((100% / 12) * 6); }
      .responsiveGrid .offset-xxs-7 {
        margin-left: calc((100% / 12) * 7); }
      .responsiveGrid .offset-xxs-8 {
        margin-left: calc((100% / 12) * 8); }
      .responsiveGrid .offset-xxs-9 {
        margin-left: calc((100% / 12) * 9); }
      .responsiveGrid .offset-xxs-10 {
        margin-left: calc((100% / 12) * 10); }
      .responsiveGrid .offset-xxs-11 {
        margin-left: calc((100% / 12) * 11); }
      .responsiveGrid .offset-xxs-12 {
        margin-left: calc((100% / 12) * 12); }
      .responsiveGrid .d-xxs-flex {
        display: flex !important; }
      .responsiveGrid .d-xxs-block {
        display: block !important; }
      .responsiveGrid .d-xxs-inline {
        display: inline !important; }
      .responsiveGrid .d-xxs-inline-block {
        display: inline-block !important; }
      .responsiveGrid .d-xxs-inline-flex {
        display: inline-flex !important; }
      .responsiveGrid .d-xxs-none {
        display: none !important; }
      .responsiveGrid .d-xxs-table {
        display: table !important; }
      .responsiveGrid .d-xxs-table-cell {
        display: table-cell !important; }
      .responsiveGrid .d-xxs-print {
        display: print !important; }
      .responsiveGrid .order-xxs-1 {
        order: 1 !important; }
      .responsiveGrid .order-xxs-2 {
        order: 2 !important; }
      .responsiveGrid .order-xxs-3 {
        order: 3 !important; }
      .responsiveGrid .order-xxs-4 {
        order: 4 !important; }
      .responsiveGrid .order-xxs-5 {
        order: 5 !important; }
      .responsiveGrid .order-xxs-6 {
        order: 6 !important; }
      .responsiveGrid .order-xxs-7 {
        order: 7 !important; }
      .responsiveGrid .order-xxs-8 {
        order: 8 !important; }
      .responsiveGrid .order-xxs-9 {
        order: 9 !important; }
      .responsiveGrid .order-xxs-10 {
        order: 10 !important; }
      .responsiveGrid .order-xxs-11 {
        order: 11 !important; }
      .responsiveGrid .order-xxs-12 {
        order: 12 !important; }
      .responsiveGrid .order-xxs-13 {
        order: 13 !important; }
      .responsiveGrid .position-xxs-relative {
        position: relative !important; }
      .responsiveGrid .position-xxs-absolute {
        position: absolute !important; }
      .responsiveGrid .position-xxs-static {
        position: static   !important; }
      .responsiveGrid .position-xxs-sticky {
        position: sticky   !important; }
      .responsiveGrid .position-xxs-fixed {
        position: fixed    !important; }
      .responsiveGrid .text-xxs-center {
        text-align: center  !important; }
      .responsiveGrid .text-xxs-left {
        text-align: left    !important; }
      .responsiveGrid .text-xxs-right {
        text-align: right   !important; }
      .responsiveGrid .text-xxs-justfied {
        text-align: justify !important; }
      .responsiveGrid .text-xxs-lowercase {
        text-transform: lowercase !important; }
      .responsiveGrid .text-xxs-uppercase {
        text-transform: uppercase !important; }
      .responsiveGrid .text-xxs-capitalize {
        text-transform: capitalize !important; }
      .responsiveGrid .m-xxs-auto {
        margin: auto !important; }
      .responsiveGrid .p-xxs-0 {
        padding: 0px !important; }
      .responsiveGrid .m-xxs-0 {
        margin: 0px !important; }
      .responsiveGrid .p-xxs-1 {
        padding: 10px !important; }
      .responsiveGrid .m-xxs-1 {
        margin: 10px !important; }
      .responsiveGrid .p-xxs-2 {
        padding: 20px !important; }
      .responsiveGrid .m-xxs-2 {
        margin: 20px !important; }
      .responsiveGrid .p-xxs-3 {
        padding: 30px !important; }
      .responsiveGrid .m-xxs-3 {
        margin: 30px !important; }
      .responsiveGrid .p-xxs-4 {
        padding: 40px !important; }
      .responsiveGrid .m-xxs-4 {
        margin: 40px !important; }
      .responsiveGrid .p-xxs-5 {
        padding: 50px !important; }
      .responsiveGrid .m-xxs-5 {
        margin: 50px !important; }
      .responsiveGrid .mx-xxs-auto {
        margin-left: auto !important;
        margin-right: auto !important; }
      .responsiveGrid .px-xxs-0 {
        padding-left: 0px  !important;
        padding-right: 0px  !important; }
      .responsiveGrid .mx-xxs-0 {
        margin-left: 0px  !important;
        margin-right: 0px  !important; }
      .responsiveGrid .px-xxs-1 {
        padding-left: 10px !important;
        padding-right: 10px !important; }
      .responsiveGrid .mx-xxs-1 {
        margin-left: 10px !important;
        margin-right: 10px !important; }
      .responsiveGrid .px-xxs-2 {
        padding-left: 20px !important;
        padding-right: 20px !important; }
      .responsiveGrid .mx-xxs-2 {
        margin-left: 20px !important;
        margin-right: 20px !important; }
      .responsiveGrid .px-xxs-3 {
        padding-left: 30px !important;
        padding-right: 30px !important; }
      .responsiveGrid .mx-xxs-3 {
        margin-left: 30px !important;
        margin-right: 30px !important; }
      .responsiveGrid .px-xxs-4 {
        padding-left: 40px !important;
        padding-right: 40px !important; }
      .responsiveGrid .mx-xxs-4 {
        margin-left: 40px !important;
        margin-right: 40px !important; }
      .responsiveGrid .px-xxs-5 {
        padding-left: 50px !important;
        padding-right: 50px !important; }
      .responsiveGrid .mx-xxs-5 {
        margin-left: 50px !important;
        margin-right: 50px !important; }
      .responsiveGrid .my-xxs-auto {
        margin-top: auto !important;
        margin-bottom: auto !important; }
      .responsiveGrid .py-xxs-0 {
        padding-top: 0px  !important;
        padding-bottom: 0px  !important; }
      .responsiveGrid .my-xxs-0 {
        margin-top: 0px  !important;
        margin-bottom: 0px  !important; }
      .responsiveGrid .py-xxs-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important; }
      .responsiveGrid .my-xxs-1 {
        margin-top: 10px !important;
        margin-bottom: 10px !important; }
      .responsiveGrid .py-xxs-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important; }
      .responsiveGrid .my-xxs-2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important; }
      .responsiveGrid .py-xxs-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important; }
      .responsiveGrid .my-xxs-3 {
        margin-top: 30px !important;
        margin-bottom: 30px !important; }
      .responsiveGrid .py-xxs-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important; }
      .responsiveGrid .my-xxs-4 {
        margin-top: 40px !important;
        margin-bottom: 40px !important; }
      .responsiveGrid .py-xxs-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important; }
      .responsiveGrid .my-xxs-5 {
        margin-top: 50px !important;
        margin-bottom: 50px !important; }
      .responsiveGrid .mt-xxs-auto {
        margin-top: auto  !important; }
      .responsiveGrid .pt-xxs-0 {
        padding-top: 0px   !important; }
      .responsiveGrid .mt-xxs-0 {
        margin-top: 0px   !important; }
      .responsiveGrid .pt-xxs-1 {
        padding-top: 10px  !important; }
      .responsiveGrid .mt-xxs-1 {
        margin-top: 10px  !important; }
      .responsiveGrid .pt-xxs-2 {
        padding-top: 20px  !important; }
      .responsiveGrid .mt-xxs-2 {
        margin-top: 20px  !important; }
      .responsiveGrid .pt-xxs-3 {
        padding-top: 30px  !important; }
      .responsiveGrid .mt-xxs-3 {
        margin-top: 30px  !important; }
      .responsiveGrid .pt-xxs-4 {
        padding-top: 40px  !important; }
      .responsiveGrid .mt-xxs-4 {
        margin-top: 40px  !important; }
      .responsiveGrid .pt-xxs-5 {
        padding-top: 50px  !important; }
      .responsiveGrid .mt-xxs-5 {
        margin-top: 50px  !important; }
      .responsiveGrid .mb-xxs-auto {
        margin-bottom: auto !important; }
      .responsiveGrid .pb-xxs-0 {
        padding-bottom: 0px  !important; }
      .responsiveGrid .mb-xxs-0 {
        margin-bottom: 0px  !important; }
      .responsiveGrid .pb-xxs-1 {
        padding-bottom: 10px !important; }
      .responsiveGrid .mb-xxs-1 {
        margin-bottom: 10px !important; }
      .responsiveGrid .pb-xxs-2 {
        padding-bottom: 20px !important; }
      .responsiveGrid .mb-xxs-2 {
        margin-bottom: 20px !important; }
      .responsiveGrid .pb-xxs-3 {
        padding-bottom: 30px !important; }
      .responsiveGrid .mb-xxs-3 {
        margin-bottom: 30px !important; }
      .responsiveGrid .pb-xxs-4 {
        padding-bottom: 40px !important; }
      .responsiveGrid .mb-xxs-4 {
        margin-bottom: 40px !important; }
      .responsiveGrid .pb-xxs-5 {
        padding-bottom: 50px !important; }
      .responsiveGrid .mb-xxs-5 {
        margin-bottom: 50px !important; }
      .responsiveGrid .mr-xxs-auto {
        margin: auto  !important; }
      .responsiveGrid .pr-xxs-0 {
        padding-right: 0px  !important; }
      .responsiveGrid .mr-xxs-0 {
        margin-right: 0px  !important; }
      .responsiveGrid .pr-xxs-1 {
        padding-right: 10px !important; }
      .responsiveGrid .mr-xxs-1 {
        margin-right: 10px !important; }
      .responsiveGrid .pr-xxs-2 {
        padding-right: 20px !important; }
      .responsiveGrid .mr-xxs-2 {
        margin-right: 20px !important; }
      .responsiveGrid .pr-xxs-3 {
        padding-right: 30px !important; }
      .responsiveGrid .mr-xxs-3 {
        margin-right: 30px !important; }
      .responsiveGrid .pr-xxs-4 {
        padding-right: 40px !important; }
      .responsiveGrid .mr-xxs-4 {
        margin-right: 40px !important; }
      .responsiveGrid .pr-xxs-5 {
        padding-right: 50px !important; }
      .responsiveGrid .mr-xxs-5 {
        margin-right: 50px !important; }
      .responsiveGrid .ml-xxs-auto {
        margin-left: auto !important; }
      .responsiveGrid .pl-xxs-0 {
        padding-left: 0px !important; }
      .responsiveGrid .ml-xxs-0 {
        margin-left: 0px !important; }
      .responsiveGrid .pl-xxs-1 {
        padding-left: 10px !important; }
      .responsiveGrid .ml-xxs-1 {
        margin-left: 10px !important; }
      .responsiveGrid .pl-xxs-2 {
        padding-left: 20px !important; }
      .responsiveGrid .ml-xxs-2 {
        margin-left: 20px !important; }
      .responsiveGrid .pl-xxs-3 {
        padding-left: 30px !important; }
      .responsiveGrid .ml-xxs-3 {
        margin-left: 30px !important; }
      .responsiveGrid .pl-xxs-4 {
        padding-left: 40px !important; }
      .responsiveGrid .ml-xxs-4 {
        margin-left: 40px !important; }
      .responsiveGrid .pl-xxs-5 {
        padding-left: 50px !important; }
      .responsiveGrid .ml-xxs-5 {
        margin-left: 50px !important; } }
  @media (min-width: 481px) {
    .responsiveGrid {
      /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
      .responsiveGrid .col-xs-1 {
        width: calc((100% / 12) * 1); }
      .responsiveGrid .col-xs-2 {
        width: calc((100% / 12) * 2); }
      .responsiveGrid .col-xs-3 {
        width: calc((100% / 12) * 3); }
      .responsiveGrid .col-xs-4 {
        width: calc((100% / 12) * 4); }
      .responsiveGrid .col-xs-5 {
        width: calc((100% / 12) * 5); }
      .responsiveGrid .col-xs-6 {
        width: calc((100% / 12) * 6); }
      .responsiveGrid .col-xs-7 {
        width: calc((100% / 12) * 7); }
      .responsiveGrid .col-xs-8 {
        width: calc((100% / 12) * 8); }
      .responsiveGrid .col-xs-9 {
        width: calc((100% / 12) * 9); }
      .responsiveGrid .col-xs-10 {
        width: calc((100% / 12) * 10); }
      .responsiveGrid .col-xs-11 {
        width: calc((100% / 12) * 11); }
      .responsiveGrid .col-xs-12 {
        width: calc((100% / 12) * 12); }
      .responsiveGrid .offset-xs-1 {
        margin-left: calc((100% / 12) * 1); }
      .responsiveGrid .offset-xs-2 {
        margin-left: calc((100% / 12) * 2); }
      .responsiveGrid .offset-xs-3 {
        margin-left: calc((100% / 12) * 3); }
      .responsiveGrid .offset-xs-4 {
        margin-left: calc((100% / 12) * 4); }
      .responsiveGrid .offset-xs-5 {
        margin-left: calc((100% / 12) * 5); }
      .responsiveGrid .offset-xs-6 {
        margin-left: calc((100% / 12) * 6); }
      .responsiveGrid .offset-xs-7 {
        margin-left: calc((100% / 12) * 7); }
      .responsiveGrid .offset-xs-8 {
        margin-left: calc((100% / 12) * 8); }
      .responsiveGrid .offset-xs-9 {
        margin-left: calc((100% / 12) * 9); }
      .responsiveGrid .offset-xs-10 {
        margin-left: calc((100% / 12) * 10); }
      .responsiveGrid .offset-xs-11 {
        margin-left: calc((100% / 12) * 11); }
      .responsiveGrid .offset-xs-12 {
        margin-left: calc((100% / 12) * 12); }
      .responsiveGrid .d-xs-flex {
        display: flex !important; }
      .responsiveGrid .d-xs-block {
        display: block !important; }
      .responsiveGrid .d-xs-inline {
        display: inline !important; }
      .responsiveGrid .d-xs-inline-block {
        display: inline-block !important; }
      .responsiveGrid .d-xs-inline-flex {
        display: inline-flex !important; }
      .responsiveGrid .d-xs-none {
        display: none !important; }
      .responsiveGrid .d-xs-table {
        display: table !important; }
      .responsiveGrid .d-xs-table-cell {
        display: table-cell !important; }
      .responsiveGrid .d-xs-print {
        display: print !important; }
      .responsiveGrid .order-xs-1 {
        order: 1 !important; }
      .responsiveGrid .order-xs-2 {
        order: 2 !important; }
      .responsiveGrid .order-xs-3 {
        order: 3 !important; }
      .responsiveGrid .order-xs-4 {
        order: 4 !important; }
      .responsiveGrid .order-xs-5 {
        order: 5 !important; }
      .responsiveGrid .order-xs-6 {
        order: 6 !important; }
      .responsiveGrid .order-xs-7 {
        order: 7 !important; }
      .responsiveGrid .order-xs-8 {
        order: 8 !important; }
      .responsiveGrid .order-xs-9 {
        order: 9 !important; }
      .responsiveGrid .order-xs-10 {
        order: 10 !important; }
      .responsiveGrid .order-xs-11 {
        order: 11 !important; }
      .responsiveGrid .order-xs-12 {
        order: 12 !important; }
      .responsiveGrid .order-xs-13 {
        order: 13 !important; }
      .responsiveGrid .position-xs-relative {
        position: relative !important; }
      .responsiveGrid .position-xs-absolute {
        position: absolute !important; }
      .responsiveGrid .position-xs-static {
        position: static   !important; }
      .responsiveGrid .position-xs-sticky {
        position: sticky   !important; }
      .responsiveGrid .position-xs-fixed {
        position: fixed    !important; }
      .responsiveGrid .text-xs-center {
        text-align: center  !important; }
      .responsiveGrid .text-xs-left {
        text-align: left    !important; }
      .responsiveGrid .text-xs-right {
        text-align: right   !important; }
      .responsiveGrid .text-xs-justfied {
        text-align: justify !important; }
      .responsiveGrid .text-xs-lowercase {
        text-transform: lowercase !important; }
      .responsiveGrid .text-xs-uppercase {
        text-transform: uppercase !important; }
      .responsiveGrid .text-xs-capitalize {
        text-transform: capitalize !important; }
      .responsiveGrid .m-xs-auto {
        margin: auto !important; }
      .responsiveGrid .p-xs-0 {
        padding: 0px !important; }
      .responsiveGrid .m-xs-0 {
        margin: 0px !important; }
      .responsiveGrid .p-xs-1 {
        padding: 10px !important; }
      .responsiveGrid .m-xs-1 {
        margin: 10px !important; }
      .responsiveGrid .p-xs-2 {
        padding: 20px !important; }
      .responsiveGrid .m-xs-2 {
        margin: 20px !important; }
      .responsiveGrid .p-xs-3 {
        padding: 30px !important; }
      .responsiveGrid .m-xs-3 {
        margin: 30px !important; }
      .responsiveGrid .p-xs-4 {
        padding: 40px !important; }
      .responsiveGrid .m-xs-4 {
        margin: 40px !important; }
      .responsiveGrid .p-xs-5 {
        padding: 50px !important; }
      .responsiveGrid .m-xs-5 {
        margin: 50px !important; }
      .responsiveGrid .mx-xs-auto {
        margin-left: auto !important;
        margin-right: auto !important; }
      .responsiveGrid .px-xs-0 {
        padding-left: 0px  !important;
        padding-right: 0px  !important; }
      .responsiveGrid .mx-xs-0 {
        margin-left: 0px  !important;
        margin-right: 0px  !important; }
      .responsiveGrid .px-xs-1 {
        padding-left: 10px !important;
        padding-right: 10px !important; }
      .responsiveGrid .mx-xs-1 {
        margin-left: 10px !important;
        margin-right: 10px !important; }
      .responsiveGrid .px-xs-2 {
        padding-left: 20px !important;
        padding-right: 20px !important; }
      .responsiveGrid .mx-xs-2 {
        margin-left: 20px !important;
        margin-right: 20px !important; }
      .responsiveGrid .px-xs-3 {
        padding-left: 30px !important;
        padding-right: 30px !important; }
      .responsiveGrid .mx-xs-3 {
        margin-left: 30px !important;
        margin-right: 30px !important; }
      .responsiveGrid .px-xs-4 {
        padding-left: 40px !important;
        padding-right: 40px !important; }
      .responsiveGrid .mx-xs-4 {
        margin-left: 40px !important;
        margin-right: 40px !important; }
      .responsiveGrid .px-xs-5 {
        padding-left: 50px !important;
        padding-right: 50px !important; }
      .responsiveGrid .mx-xs-5 {
        margin-left: 50px !important;
        margin-right: 50px !important; }
      .responsiveGrid .my-xs-auto {
        margin-top: auto !important;
        margin-bottom: auto !important; }
      .responsiveGrid .py-xs-0 {
        padding-top: 0px  !important;
        padding-bottom: 0px  !important; }
      .responsiveGrid .my-xs-0 {
        margin-top: 0px  !important;
        margin-bottom: 0px  !important; }
      .responsiveGrid .py-xs-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important; }
      .responsiveGrid .my-xs-1 {
        margin-top: 10px !important;
        margin-bottom: 10px !important; }
      .responsiveGrid .py-xs-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important; }
      .responsiveGrid .my-xs-2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important; }
      .responsiveGrid .py-xs-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important; }
      .responsiveGrid .my-xs-3 {
        margin-top: 30px !important;
        margin-bottom: 30px !important; }
      .responsiveGrid .py-xs-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important; }
      .responsiveGrid .my-xs-4 {
        margin-top: 40px !important;
        margin-bottom: 40px !important; }
      .responsiveGrid .py-xs-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important; }
      .responsiveGrid .my-xs-5 {
        margin-top: 50px !important;
        margin-bottom: 50px !important; }
      .responsiveGrid .mt-xs-auto {
        margin-top: auto  !important; }
      .responsiveGrid .pt-xs-0 {
        padding-top: 0px   !important; }
      .responsiveGrid .mt-xs-0 {
        margin-top: 0px   !important; }
      .responsiveGrid .pt-xs-1 {
        padding-top: 10px  !important; }
      .responsiveGrid .mt-xs-1 {
        margin-top: 10px  !important; }
      .responsiveGrid .pt-xs-2 {
        padding-top: 20px  !important; }
      .responsiveGrid .mt-xs-2 {
        margin-top: 20px  !important; }
      .responsiveGrid .pt-xs-3 {
        padding-top: 30px  !important; }
      .responsiveGrid .mt-xs-3 {
        margin-top: 30px  !important; }
      .responsiveGrid .pt-xs-4 {
        padding-top: 40px  !important; }
      .responsiveGrid .mt-xs-4 {
        margin-top: 40px  !important; }
      .responsiveGrid .pt-xs-5 {
        padding-top: 50px  !important; }
      .responsiveGrid .mt-xs-5 {
        margin-top: 50px  !important; }
      .responsiveGrid .mb-xs-auto {
        margin-bottom: auto !important; }
      .responsiveGrid .pb-xs-0 {
        padding-bottom: 0px  !important; }
      .responsiveGrid .mb-xs-0 {
        margin-bottom: 0px  !important; }
      .responsiveGrid .pb-xs-1 {
        padding-bottom: 10px !important; }
      .responsiveGrid .mb-xs-1 {
        margin-bottom: 10px !important; }
      .responsiveGrid .pb-xs-2 {
        padding-bottom: 20px !important; }
      .responsiveGrid .mb-xs-2 {
        margin-bottom: 20px !important; }
      .responsiveGrid .pb-xs-3 {
        padding-bottom: 30px !important; }
      .responsiveGrid .mb-xs-3 {
        margin-bottom: 30px !important; }
      .responsiveGrid .pb-xs-4 {
        padding-bottom: 40px !important; }
      .responsiveGrid .mb-xs-4 {
        margin-bottom: 40px !important; }
      .responsiveGrid .pb-xs-5 {
        padding-bottom: 50px !important; }
      .responsiveGrid .mb-xs-5 {
        margin-bottom: 50px !important; }
      .responsiveGrid .mr-xs-auto {
        margin: auto  !important; }
      .responsiveGrid .pr-xs-0 {
        padding-right: 0px  !important; }
      .responsiveGrid .mr-xs-0 {
        margin-right: 0px  !important; }
      .responsiveGrid .pr-xs-1 {
        padding-right: 10px !important; }
      .responsiveGrid .mr-xs-1 {
        margin-right: 10px !important; }
      .responsiveGrid .pr-xs-2 {
        padding-right: 20px !important; }
      .responsiveGrid .mr-xs-2 {
        margin-right: 20px !important; }
      .responsiveGrid .pr-xs-3 {
        padding-right: 30px !important; }
      .responsiveGrid .mr-xs-3 {
        margin-right: 30px !important; }
      .responsiveGrid .pr-xs-4 {
        padding-right: 40px !important; }
      .responsiveGrid .mr-xs-4 {
        margin-right: 40px !important; }
      .responsiveGrid .pr-xs-5 {
        padding-right: 50px !important; }
      .responsiveGrid .mr-xs-5 {
        margin-right: 50px !important; }
      .responsiveGrid .ml-xs-auto {
        margin-left: auto !important; }
      .responsiveGrid .pl-xs-0 {
        padding-left: 0px !important; }
      .responsiveGrid .ml-xs-0 {
        margin-left: 0px !important; }
      .responsiveGrid .pl-xs-1 {
        padding-left: 10px !important; }
      .responsiveGrid .ml-xs-1 {
        margin-left: 10px !important; }
      .responsiveGrid .pl-xs-2 {
        padding-left: 20px !important; }
      .responsiveGrid .ml-xs-2 {
        margin-left: 20px !important; }
      .responsiveGrid .pl-xs-3 {
        padding-left: 30px !important; }
      .responsiveGrid .ml-xs-3 {
        margin-left: 30px !important; }
      .responsiveGrid .pl-xs-4 {
        padding-left: 40px !important; }
      .responsiveGrid .ml-xs-4 {
        margin-left: 40px !important; }
      .responsiveGrid .pl-xs-5 {
        padding-left: 50px !important; }
      .responsiveGrid .ml-xs-5 {
        margin-left: 50px !important; } }
  @media (min-width: 641px) {
    .responsiveGrid {
      /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
      .responsiveGrid .col-sm-1 {
        width: calc((100% / 12) * 1); }
      .responsiveGrid .col-sm-2 {
        width: calc((100% / 12) * 2); }
      .responsiveGrid .col-sm-3 {
        width: calc((100% / 12) * 3); }
      .responsiveGrid .col-sm-4 {
        width: calc((100% / 12) * 4); }
      .responsiveGrid .col-sm-5 {
        width: calc((100% / 12) * 5); }
      .responsiveGrid .col-sm-6 {
        width: calc((100% / 12) * 6); }
      .responsiveGrid .col-sm-7 {
        width: calc((100% / 12) * 7); }
      .responsiveGrid .col-sm-8 {
        width: calc((100% / 12) * 8); }
      .responsiveGrid .col-sm-9 {
        width: calc((100% / 12) * 9); }
      .responsiveGrid .col-sm-10 {
        width: calc((100% / 12) * 10); }
      .responsiveGrid .col-sm-11 {
        width: calc((100% / 12) * 11); }
      .responsiveGrid .col-sm-12 {
        width: calc((100% / 12) * 12); }
      .responsiveGrid .offset-sm-1 {
        margin-left: calc((100% / 12) * 1); }
      .responsiveGrid .offset-sm-2 {
        margin-left: calc((100% / 12) * 2); }
      .responsiveGrid .offset-sm-3 {
        margin-left: calc((100% / 12) * 3); }
      .responsiveGrid .offset-sm-4 {
        margin-left: calc((100% / 12) * 4); }
      .responsiveGrid .offset-sm-5 {
        margin-left: calc((100% / 12) * 5); }
      .responsiveGrid .offset-sm-6 {
        margin-left: calc((100% / 12) * 6); }
      .responsiveGrid .offset-sm-7 {
        margin-left: calc((100% / 12) * 7); }
      .responsiveGrid .offset-sm-8 {
        margin-left: calc((100% / 12) * 8); }
      .responsiveGrid .offset-sm-9 {
        margin-left: calc((100% / 12) * 9); }
      .responsiveGrid .offset-sm-10 {
        margin-left: calc((100% / 12) * 10); }
      .responsiveGrid .offset-sm-11 {
        margin-left: calc((100% / 12) * 11); }
      .responsiveGrid .offset-sm-12 {
        margin-left: calc((100% / 12) * 12); }
      .responsiveGrid .d-sm-flex {
        display: flex !important; }
      .responsiveGrid .d-sm-block {
        display: block !important; }
      .responsiveGrid .d-sm-inline {
        display: inline !important; }
      .responsiveGrid .d-sm-inline-block {
        display: inline-block !important; }
      .responsiveGrid .d-sm-inline-flex {
        display: inline-flex !important; }
      .responsiveGrid .d-sm-none {
        display: none !important; }
      .responsiveGrid .d-sm-table {
        display: table !important; }
      .responsiveGrid .d-sm-table-cell {
        display: table-cell !important; }
      .responsiveGrid .d-sm-print {
        display: print !important; }
      .responsiveGrid .order-sm-1 {
        order: 1 !important; }
      .responsiveGrid .order-sm-2 {
        order: 2 !important; }
      .responsiveGrid .order-sm-3 {
        order: 3 !important; }
      .responsiveGrid .order-sm-4 {
        order: 4 !important; }
      .responsiveGrid .order-sm-5 {
        order: 5 !important; }
      .responsiveGrid .order-sm-6 {
        order: 6 !important; }
      .responsiveGrid .order-sm-7 {
        order: 7 !important; }
      .responsiveGrid .order-sm-8 {
        order: 8 !important; }
      .responsiveGrid .order-sm-9 {
        order: 9 !important; }
      .responsiveGrid .order-sm-10 {
        order: 10 !important; }
      .responsiveGrid .order-sm-11 {
        order: 11 !important; }
      .responsiveGrid .order-sm-12 {
        order: 12 !important; }
      .responsiveGrid .order-sm-13 {
        order: 13 !important; }
      .responsiveGrid .position-sm-relative {
        position: relative !important; }
      .responsiveGrid .position-sm-absolute {
        position: absolute !important; }
      .responsiveGrid .position-sm-static {
        position: static   !important; }
      .responsiveGrid .position-sm-sticky {
        position: sticky   !important; }
      .responsiveGrid .position-sm-fixed {
        position: fixed    !important; }
      .responsiveGrid .text-sm-center {
        text-align: center  !important; }
      .responsiveGrid .text-sm-left {
        text-align: left    !important; }
      .responsiveGrid .text-sm-right {
        text-align: right   !important; }
      .responsiveGrid .text-sm-justfied {
        text-align: justify !important; }
      .responsiveGrid .text-sm-lowercase {
        text-transform: lowercase !important; }
      .responsiveGrid .text-sm-uppercase {
        text-transform: uppercase !important; }
      .responsiveGrid .text-sm-capitalize {
        text-transform: capitalize !important; }
      .responsiveGrid .m-sm-auto {
        margin: auto !important; }
      .responsiveGrid .p-sm-0 {
        padding: 0px !important; }
      .responsiveGrid .m-sm-0 {
        margin: 0px !important; }
      .responsiveGrid .p-sm-1 {
        padding: 10px !important; }
      .responsiveGrid .m-sm-1 {
        margin: 10px !important; }
      .responsiveGrid .p-sm-2 {
        padding: 20px !important; }
      .responsiveGrid .m-sm-2 {
        margin: 20px !important; }
      .responsiveGrid .p-sm-3 {
        padding: 30px !important; }
      .responsiveGrid .m-sm-3 {
        margin: 30px !important; }
      .responsiveGrid .p-sm-4 {
        padding: 40px !important; }
      .responsiveGrid .m-sm-4 {
        margin: 40px !important; }
      .responsiveGrid .p-sm-5 {
        padding: 50px !important; }
      .responsiveGrid .m-sm-5 {
        margin: 50px !important; }
      .responsiveGrid .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important; }
      .responsiveGrid .px-sm-0 {
        padding-left: 0px  !important;
        padding-right: 0px  !important; }
      .responsiveGrid .mx-sm-0 {
        margin-left: 0px  !important;
        margin-right: 0px  !important; }
      .responsiveGrid .px-sm-1 {
        padding-left: 10px !important;
        padding-right: 10px !important; }
      .responsiveGrid .mx-sm-1 {
        margin-left: 10px !important;
        margin-right: 10px !important; }
      .responsiveGrid .px-sm-2 {
        padding-left: 20px !important;
        padding-right: 20px !important; }
      .responsiveGrid .mx-sm-2 {
        margin-left: 20px !important;
        margin-right: 20px !important; }
      .responsiveGrid .px-sm-3 {
        padding-left: 30px !important;
        padding-right: 30px !important; }
      .responsiveGrid .mx-sm-3 {
        margin-left: 30px !important;
        margin-right: 30px !important; }
      .responsiveGrid .px-sm-4 {
        padding-left: 40px !important;
        padding-right: 40px !important; }
      .responsiveGrid .mx-sm-4 {
        margin-left: 40px !important;
        margin-right: 40px !important; }
      .responsiveGrid .px-sm-5 {
        padding-left: 50px !important;
        padding-right: 50px !important; }
      .responsiveGrid .mx-sm-5 {
        margin-left: 50px !important;
        margin-right: 50px !important; }
      .responsiveGrid .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important; }
      .responsiveGrid .py-sm-0 {
        padding-top: 0px  !important;
        padding-bottom: 0px  !important; }
      .responsiveGrid .my-sm-0 {
        margin-top: 0px  !important;
        margin-bottom: 0px  !important; }
      .responsiveGrid .py-sm-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important; }
      .responsiveGrid .my-sm-1 {
        margin-top: 10px !important;
        margin-bottom: 10px !important; }
      .responsiveGrid .py-sm-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important; }
      .responsiveGrid .my-sm-2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important; }
      .responsiveGrid .py-sm-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important; }
      .responsiveGrid .my-sm-3 {
        margin-top: 30px !important;
        margin-bottom: 30px !important; }
      .responsiveGrid .py-sm-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important; }
      .responsiveGrid .my-sm-4 {
        margin-top: 40px !important;
        margin-bottom: 40px !important; }
      .responsiveGrid .py-sm-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important; }
      .responsiveGrid .my-sm-5 {
        margin-top: 50px !important;
        margin-bottom: 50px !important; }
      .responsiveGrid .mt-sm-auto {
        margin-top: auto  !important; }
      .responsiveGrid .pt-sm-0 {
        padding-top: 0px   !important; }
      .responsiveGrid .mt-sm-0 {
        margin-top: 0px   !important; }
      .responsiveGrid .pt-sm-1 {
        padding-top: 10px  !important; }
      .responsiveGrid .mt-sm-1 {
        margin-top: 10px  !important; }
      .responsiveGrid .pt-sm-2 {
        padding-top: 20px  !important; }
      .responsiveGrid .mt-sm-2 {
        margin-top: 20px  !important; }
      .responsiveGrid .pt-sm-3 {
        padding-top: 30px  !important; }
      .responsiveGrid .mt-sm-3 {
        margin-top: 30px  !important; }
      .responsiveGrid .pt-sm-4 {
        padding-top: 40px  !important; }
      .responsiveGrid .mt-sm-4 {
        margin-top: 40px  !important; }
      .responsiveGrid .pt-sm-5 {
        padding-top: 50px  !important; }
      .responsiveGrid .mt-sm-5 {
        margin-top: 50px  !important; }
      .responsiveGrid .mb-sm-auto {
        margin-bottom: auto !important; }
      .responsiveGrid .pb-sm-0 {
        padding-bottom: 0px  !important; }
      .responsiveGrid .mb-sm-0 {
        margin-bottom: 0px  !important; }
      .responsiveGrid .pb-sm-1 {
        padding-bottom: 10px !important; }
      .responsiveGrid .mb-sm-1 {
        margin-bottom: 10px !important; }
      .responsiveGrid .pb-sm-2 {
        padding-bottom: 20px !important; }
      .responsiveGrid .mb-sm-2 {
        margin-bottom: 20px !important; }
      .responsiveGrid .pb-sm-3 {
        padding-bottom: 30px !important; }
      .responsiveGrid .mb-sm-3 {
        margin-bottom: 30px !important; }
      .responsiveGrid .pb-sm-4 {
        padding-bottom: 40px !important; }
      .responsiveGrid .mb-sm-4 {
        margin-bottom: 40px !important; }
      .responsiveGrid .pb-sm-5 {
        padding-bottom: 50px !important; }
      .responsiveGrid .mb-sm-5 {
        margin-bottom: 50px !important; }
      .responsiveGrid .mr-sm-auto {
        margin: auto  !important; }
      .responsiveGrid .pr-sm-0 {
        padding-right: 0px  !important; }
      .responsiveGrid .mr-sm-0 {
        margin-right: 0px  !important; }
      .responsiveGrid .pr-sm-1 {
        padding-right: 10px !important; }
      .responsiveGrid .mr-sm-1 {
        margin-right: 10px !important; }
      .responsiveGrid .pr-sm-2 {
        padding-right: 20px !important; }
      .responsiveGrid .mr-sm-2 {
        margin-right: 20px !important; }
      .responsiveGrid .pr-sm-3 {
        padding-right: 30px !important; }
      .responsiveGrid .mr-sm-3 {
        margin-right: 30px !important; }
      .responsiveGrid .pr-sm-4 {
        padding-right: 40px !important; }
      .responsiveGrid .mr-sm-4 {
        margin-right: 40px !important; }
      .responsiveGrid .pr-sm-5 {
        padding-right: 50px !important; }
      .responsiveGrid .mr-sm-5 {
        margin-right: 50px !important; }
      .responsiveGrid .ml-sm-auto {
        margin-left: auto !important; }
      .responsiveGrid .pl-sm-0 {
        padding-left: 0px !important; }
      .responsiveGrid .ml-sm-0 {
        margin-left: 0px !important; }
      .responsiveGrid .pl-sm-1 {
        padding-left: 10px !important; }
      .responsiveGrid .ml-sm-1 {
        margin-left: 10px !important; }
      .responsiveGrid .pl-sm-2 {
        padding-left: 20px !important; }
      .responsiveGrid .ml-sm-2 {
        margin-left: 20px !important; }
      .responsiveGrid .pl-sm-3 {
        padding-left: 30px !important; }
      .responsiveGrid .ml-sm-3 {
        margin-left: 30px !important; }
      .responsiveGrid .pl-sm-4 {
        padding-left: 40px !important; }
      .responsiveGrid .ml-sm-4 {
        margin-left: 40px !important; }
      .responsiveGrid .pl-sm-5 {
        padding-left: 50px !important; }
      .responsiveGrid .ml-sm-5 {
        margin-left: 50px !important; } }
  @media (min-width: 961px) {
    .responsiveGrid {
      /* tablet, landscape iPad, lo-res laptops ands desktops */ }
      .responsiveGrid .col-mdt-1 {
        width: calc((100% / 12) * 1); }
      .responsiveGrid .col-mdt-2 {
        width: calc((100% / 12) * 2); }
      .responsiveGrid .col-mdt-3 {
        width: calc((100% / 12) * 3); }
      .responsiveGrid .col-mdt-4 {
        width: calc((100% / 12) * 4); }
      .responsiveGrid .col-mdt-5 {
        width: calc((100% / 12) * 5); }
      .responsiveGrid .col-mdt-6 {
        width: calc((100% / 12) * 6); }
      .responsiveGrid .col-mdt-7 {
        width: calc((100% / 12) * 7); }
      .responsiveGrid .col-mdt-8 {
        width: calc((100% / 12) * 8); }
      .responsiveGrid .col-mdt-9 {
        width: calc((100% / 12) * 9); }
      .responsiveGrid .col-mdt-10 {
        width: calc((100% / 12) * 10); }
      .responsiveGrid .col-mdt-11 {
        width: calc((100% / 12) * 11); }
      .responsiveGrid .col-mdt-12 {
        width: calc((100% / 12) * 12); }
      .responsiveGrid .offset-mdt-1 {
        margin-left: calc((100% / 12) * 1); }
      .responsiveGrid .offset-mdt-2 {
        margin-left: calc((100% / 12) * 2); }
      .responsiveGrid .offset-mdt-3 {
        margin-left: calc((100% / 12) * 3); }
      .responsiveGrid .offset-mdt-4 {
        margin-left: calc((100% / 12) * 4); }
      .responsiveGrid .offset-mdt-5 {
        margin-left: calc((100% / 12) * 5); }
      .responsiveGrid .offset-mdt-6 {
        margin-left: calc((100% / 12) * 6); }
      .responsiveGrid .offset-mdt-7 {
        margin-left: calc((100% / 12) * 7); }
      .responsiveGrid .offset-mdt-8 {
        margin-left: calc((100% / 12) * 8); }
      .responsiveGrid .offset-mdt-9 {
        margin-left: calc((100% / 12) * 9); }
      .responsiveGrid .offset-mdt-10 {
        margin-left: calc((100% / 12) * 10); }
      .responsiveGrid .offset-mdt-11 {
        margin-left: calc((100% / 12) * 11); }
      .responsiveGrid .offset-mdt-12 {
        margin-left: calc((100% / 12) * 12); }
      .responsiveGrid .d-mdt-flex {
        display: flex !important; }
      .responsiveGrid .d-mdt-block {
        display: block !important; }
      .responsiveGrid .d-mdt-inline {
        display: inline !important; }
      .responsiveGrid .d-mdt-inline-block {
        display: inline-block !important; }
      .responsiveGrid .d-mdt-inline-flex {
        display: inline-flex !important; }
      .responsiveGrid .d-mdt-none {
        display: none !important; }
      .responsiveGrid .d-mdt-table {
        display: table !important; }
      .responsiveGrid .d-mdt-table-cell {
        display: table-cell !important; }
      .responsiveGrid .d-mdt-print {
        display: print !important; }
      .responsiveGrid .order-mdt-1 {
        order: 1 !important; }
      .responsiveGrid .order-mdt-2 {
        order: 2 !important; }
      .responsiveGrid .order-mdt-3 {
        order: 3 !important; }
      .responsiveGrid .order-mdt-4 {
        order: 4 !important; }
      .responsiveGrid .order-mdt-5 {
        order: 5 !important; }
      .responsiveGrid .order-mdt-6 {
        order: 6 !important; }
      .responsiveGrid .order-mdt-7 {
        order: 7 !important; }
      .responsiveGrid .order-mdt-8 {
        order: 8 !important; }
      .responsiveGrid .order-mdt-9 {
        order: 9 !important; }
      .responsiveGrid .order-mdt-10 {
        order: 10 !important; }
      .responsiveGrid .order-mdt-11 {
        order: 11 !important; }
      .responsiveGrid .order-mdt-12 {
        order: 12 !important; }
      .responsiveGrid .order-mdt-13 {
        order: 13 !important; }
      .responsiveGrid .position-mdt-relative {
        position: relative !important; }
      .responsiveGrid .position-mdt-absolute {
        position: absolute !important; }
      .responsiveGrid .position-mdt-static {
        position: static   !important; }
      .responsiveGrid .position-mdt-sticky {
        position: sticky   !important; }
      .responsiveGrid .position-mdt-fixed {
        position: fixed    !important; }
      .responsiveGrid .text-mdt-center {
        text-align: center  !important; }
      .responsiveGrid .text-mdt-left {
        text-align: left    !important; }
      .responsiveGrid .text-mdt-right {
        text-align: right   !important; }
      .responsiveGrid .text-mdt-justfied {
        text-align: justify !important; }
      .responsiveGrid .text-mdt-lowercase {
        text-transform: lowercase !important; }
      .responsiveGrid .text-mdt-uppercase {
        text-transform: uppercase !important; }
      .responsiveGrid .text-mdt-capitalize {
        text-transform: capitalize !important; }
      .responsiveGrid .m-mdt-auto {
        margin: auto !important; }
      .responsiveGrid .p-mdt-0 {
        padding: 0px !important; }
      .responsiveGrid .m-mdt-0 {
        margin: 0px !important; }
      .responsiveGrid .p-mdt-1 {
        padding: 10px !important; }
      .responsiveGrid .m-mdt-1 {
        margin: 10px !important; }
      .responsiveGrid .p-mdt-2 {
        padding: 20px !important; }
      .responsiveGrid .m-mdt-2 {
        margin: 20px !important; }
      .responsiveGrid .p-mdt-3 {
        padding: 30px !important; }
      .responsiveGrid .m-mdt-3 {
        margin: 30px !important; }
      .responsiveGrid .p-mdt-4 {
        padding: 40px !important; }
      .responsiveGrid .m-mdt-4 {
        margin: 40px !important; }
      .responsiveGrid .p-mdt-5 {
        padding: 50px !important; }
      .responsiveGrid .m-mdt-5 {
        margin: 50px !important; }
      .responsiveGrid .mx-mdt-auto {
        margin-left: auto !important;
        margin-right: auto !important; }
      .responsiveGrid .px-mdt-0 {
        padding-left: 0px  !important;
        padding-right: 0px  !important; }
      .responsiveGrid .mx-mdt-0 {
        margin-left: 0px  !important;
        margin-right: 0px  !important; }
      .responsiveGrid .px-mdt-1 {
        padding-left: 10px !important;
        padding-right: 10px !important; }
      .responsiveGrid .mx-mdt-1 {
        margin-left: 10px !important;
        margin-right: 10px !important; }
      .responsiveGrid .px-mdt-2 {
        padding-left: 20px !important;
        padding-right: 20px !important; }
      .responsiveGrid .mx-mdt-2 {
        margin-left: 20px !important;
        margin-right: 20px !important; }
      .responsiveGrid .px-mdt-3 {
        padding-left: 30px !important;
        padding-right: 30px !important; }
      .responsiveGrid .mx-mdt-3 {
        margin-left: 30px !important;
        margin-right: 30px !important; }
      .responsiveGrid .px-mdt-4 {
        padding-left: 40px !important;
        padding-right: 40px !important; }
      .responsiveGrid .mx-mdt-4 {
        margin-left: 40px !important;
        margin-right: 40px !important; }
      .responsiveGrid .px-mdt-5 {
        padding-left: 50px !important;
        padding-right: 50px !important; }
      .responsiveGrid .mx-mdt-5 {
        margin-left: 50px !important;
        margin-right: 50px !important; }
      .responsiveGrid .my-mdt-auto {
        margin-top: auto !important;
        margin-bottom: auto !important; }
      .responsiveGrid .py-mdt-0 {
        padding-top: 0px  !important;
        padding-bottom: 0px  !important; }
      .responsiveGrid .my-mdt-0 {
        margin-top: 0px  !important;
        margin-bottom: 0px  !important; }
      .responsiveGrid .py-mdt-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important; }
      .responsiveGrid .my-mdt-1 {
        margin-top: 10px !important;
        margin-bottom: 10px !important; }
      .responsiveGrid .py-mdt-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important; }
      .responsiveGrid .my-mdt-2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important; }
      .responsiveGrid .py-mdt-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important; }
      .responsiveGrid .my-mdt-3 {
        margin-top: 30px !important;
        margin-bottom: 30px !important; }
      .responsiveGrid .py-mdt-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important; }
      .responsiveGrid .my-mdt-4 {
        margin-top: 40px !important;
        margin-bottom: 40px !important; }
      .responsiveGrid .py-mdt-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important; }
      .responsiveGrid .my-mdt-5 {
        margin-top: 50px !important;
        margin-bottom: 50px !important; }
      .responsiveGrid .mt-mdt-auto {
        margin-top: auto  !important; }
      .responsiveGrid .pt-mdt-0 {
        padding-top: 0px   !important; }
      .responsiveGrid .mt-mdt-0 {
        margin-top: 0px   !important; }
      .responsiveGrid .pt-mdt-1 {
        padding-top: 10px  !important; }
      .responsiveGrid .mt-mdt-1 {
        margin-top: 10px  !important; }
      .responsiveGrid .pt-mdt-2 {
        padding-top: 20px  !important; }
      .responsiveGrid .mt-mdt-2 {
        margin-top: 20px  !important; }
      .responsiveGrid .pt-mdt-3 {
        padding-top: 30px  !important; }
      .responsiveGrid .mt-mdt-3 {
        margin-top: 30px  !important; }
      .responsiveGrid .pt-mdt-4 {
        padding-top: 40px  !important; }
      .responsiveGrid .mt-mdt-4 {
        margin-top: 40px  !important; }
      .responsiveGrid .pt-mdt-5 {
        padding-top: 50px  !important; }
      .responsiveGrid .mt-mdt-5 {
        margin-top: 50px  !important; }
      .responsiveGrid .mb-mdt-auto {
        margin-bottom: auto !important; }
      .responsiveGrid .pb-mdt-0 {
        padding-bottom: 0px  !important; }
      .responsiveGrid .mb-mdt-0 {
        margin-bottom: 0px  !important; }
      .responsiveGrid .pb-mdt-1 {
        padding-bottom: 10px !important; }
      .responsiveGrid .mb-mdt-1 {
        margin-bottom: 10px !important; }
      .responsiveGrid .pb-mdt-2 {
        padding-bottom: 20px !important; }
      .responsiveGrid .mb-mdt-2 {
        margin-bottom: 20px !important; }
      .responsiveGrid .pb-mdt-3 {
        padding-bottom: 30px !important; }
      .responsiveGrid .mb-mdt-3 {
        margin-bottom: 30px !important; }
      .responsiveGrid .pb-mdt-4 {
        padding-bottom: 40px !important; }
      .responsiveGrid .mb-mdt-4 {
        margin-bottom: 40px !important; }
      .responsiveGrid .pb-mdt-5 {
        padding-bottom: 50px !important; }
      .responsiveGrid .mb-mdt-5 {
        margin-bottom: 50px !important; }
      .responsiveGrid .mr-mdt-auto {
        margin: auto  !important; }
      .responsiveGrid .pr-mdt-0 {
        padding-right: 0px  !important; }
      .responsiveGrid .mr-mdt-0 {
        margin-right: 0px  !important; }
      .responsiveGrid .pr-mdt-1 {
        padding-right: 10px !important; }
      .responsiveGrid .mr-mdt-1 {
        margin-right: 10px !important; }
      .responsiveGrid .pr-mdt-2 {
        padding-right: 20px !important; }
      .responsiveGrid .mr-mdt-2 {
        margin-right: 20px !important; }
      .responsiveGrid .pr-mdt-3 {
        padding-right: 30px !important; }
      .responsiveGrid .mr-mdt-3 {
        margin-right: 30px !important; }
      .responsiveGrid .pr-mdt-4 {
        padding-right: 40px !important; }
      .responsiveGrid .mr-mdt-4 {
        margin-right: 40px !important; }
      .responsiveGrid .pr-mdt-5 {
        padding-right: 50px !important; }
      .responsiveGrid .mr-mdt-5 {
        margin-right: 50px !important; }
      .responsiveGrid .ml-mdt-auto {
        margin-left: auto !important; }
      .responsiveGrid .pl-mdt-0 {
        padding-left: 0px !important; }
      .responsiveGrid .ml-mdt-0 {
        margin-left: 0px !important; }
      .responsiveGrid .pl-mdt-1 {
        padding-left: 10px !important; }
      .responsiveGrid .ml-mdt-1 {
        margin-left: 10px !important; }
      .responsiveGrid .pl-mdt-2 {
        padding-left: 20px !important; }
      .responsiveGrid .ml-mdt-2 {
        margin-left: 20px !important; }
      .responsiveGrid .pl-mdt-3 {
        padding-left: 30px !important; }
      .responsiveGrid .ml-mdt-3 {
        margin-left: 30px !important; }
      .responsiveGrid .pl-mdt-4 {
        padding-left: 40px !important; }
      .responsiveGrid .ml-mdt-4 {
        margin-left: 40px !important; }
      .responsiveGrid .pl-mdt-5 {
        padding-left: 50px !important; }
      .responsiveGrid .ml-mdt-5 {
        margin-left: 50px !important; } }
  @media (min-width: 1025px) {
    .responsiveGrid {
      /* big landscape tablets, laptops, and desktops */ }
      .responsiveGrid .col-lt-1 {
        width: calc((100% / 12) * 1); }
      .responsiveGrid .col-lt-2 {
        width: calc((100% / 12) * 2); }
      .responsiveGrid .col-lt-3 {
        width: calc((100% / 12) * 3); }
      .responsiveGrid .col-lt-4 {
        width: calc((100% / 12) * 4); }
      .responsiveGrid .col-lt-5 {
        width: calc((100% / 12) * 5); }
      .responsiveGrid .col-lt-6 {
        width: calc((100% / 12) * 6); }
      .responsiveGrid .col-lt-7 {
        width: calc((100% / 12) * 7); }
      .responsiveGrid .col-lt-8 {
        width: calc((100% / 12) * 8); }
      .responsiveGrid .col-lt-9 {
        width: calc((100% / 12) * 9); }
      .responsiveGrid .col-lt-10 {
        width: calc((100% / 12) * 10); }
      .responsiveGrid .col-lt-11 {
        width: calc((100% / 12) * 11); }
      .responsiveGrid .col-lt-12 {
        width: calc((100% / 12) * 12); }
      .responsiveGrid .offset-lt-1 {
        margin-left: calc((100% / 12) * 1); }
      .responsiveGrid .offset-lt-2 {
        margin-left: calc((100% / 12) * 2); }
      .responsiveGrid .offset-lt-3 {
        margin-left: calc((100% / 12) * 3); }
      .responsiveGrid .offset-lt-4 {
        margin-left: calc((100% / 12) * 4); }
      .responsiveGrid .offset-lt-5 {
        margin-left: calc((100% / 12) * 5); }
      .responsiveGrid .offset-lt-6 {
        margin-left: calc((100% / 12) * 6); }
      .responsiveGrid .offset-lt-7 {
        margin-left: calc((100% / 12) * 7); }
      .responsiveGrid .offset-lt-8 {
        margin-left: calc((100% / 12) * 8); }
      .responsiveGrid .offset-lt-9 {
        margin-left: calc((100% / 12) * 9); }
      .responsiveGrid .offset-lt-10 {
        margin-left: calc((100% / 12) * 10); }
      .responsiveGrid .offset-lt-11 {
        margin-left: calc((100% / 12) * 11); }
      .responsiveGrid .offset-lt-12 {
        margin-left: calc((100% / 12) * 12); }
      .responsiveGrid .d-lt-flex {
        display: flex !important; }
      .responsiveGrid .d-lt-block {
        display: block !important; }
      .responsiveGrid .d-lt-inline {
        display: inline !important; }
      .responsiveGrid .d-lt-inline-block {
        display: inline-block !important; }
      .responsiveGrid .d-lt-inline-flex {
        display: inline-flex !important; }
      .responsiveGrid .d-lt-none {
        display: none !important; }
      .responsiveGrid .d-lt-table {
        display: table !important; }
      .responsiveGrid .d-lt-table-cell {
        display: table-cell !important; }
      .responsiveGrid .d-lt-print {
        display: print !important; }
      .responsiveGrid .order-lt-1 {
        order: 1 !important; }
      .responsiveGrid .order-lt-2 {
        order: 2 !important; }
      .responsiveGrid .order-lt-3 {
        order: 3 !important; }
      .responsiveGrid .order-lt-4 {
        order: 4 !important; }
      .responsiveGrid .order-lt-5 {
        order: 5 !important; }
      .responsiveGrid .order-lt-6 {
        order: 6 !important; }
      .responsiveGrid .order-lt-7 {
        order: 7 !important; }
      .responsiveGrid .order-lt-8 {
        order: 8 !important; }
      .responsiveGrid .order-lt-9 {
        order: 9 !important; }
      .responsiveGrid .order-lt-10 {
        order: 10 !important; }
      .responsiveGrid .order-lt-11 {
        order: 11 !important; }
      .responsiveGrid .order-lt-12 {
        order: 12 !important; }
      .responsiveGrid .order-lt-13 {
        order: 13 !important; }
      .responsiveGrid .position-lt-relative {
        position: relative !important; }
      .responsiveGrid .position-lt-absolute {
        position: absolute !important; }
      .responsiveGrid .position-lt-static {
        position: static   !important; }
      .responsiveGrid .position-lt-sticky {
        position: sticky   !important; }
      .responsiveGrid .position-lt-fixed {
        position: fixed    !important; }
      .responsiveGrid .text-lt-center {
        text-align: center  !important; }
      .responsiveGrid .text-lt-left {
        text-align: left    !important; }
      .responsiveGrid .text-lt-right {
        text-align: right   !important; }
      .responsiveGrid .text-lt-justfied {
        text-align: justify !important; }
      .responsiveGrid .text-lt-lowercase {
        text-transform: lowercase !important; }
      .responsiveGrid .text-lt-uppercase {
        text-transform: uppercase !important; }
      .responsiveGrid .text-lt-capitalize {
        text-transform: capitalize !important; }
      .responsiveGrid .m-lt-auto {
        margin: auto !important; }
      .responsiveGrid .p-lt-0 {
        padding: 0px !important; }
      .responsiveGrid .m-lt-0 {
        margin: 0px !important; }
      .responsiveGrid .p-lt-1 {
        padding: 10px !important; }
      .responsiveGrid .m-lt-1 {
        margin: 10px !important; }
      .responsiveGrid .p-lt-2 {
        padding: 20px !important; }
      .responsiveGrid .m-lt-2 {
        margin: 20px !important; }
      .responsiveGrid .p-lt-3 {
        padding: 30px !important; }
      .responsiveGrid .m-lt-3 {
        margin: 30px !important; }
      .responsiveGrid .p-lt-4 {
        padding: 40px !important; }
      .responsiveGrid .m-lt-4 {
        margin: 40px !important; }
      .responsiveGrid .p-lt-5 {
        padding: 50px !important; }
      .responsiveGrid .m-lt-5 {
        margin: 50px !important; }
      .responsiveGrid .mx-lt-auto {
        margin-left: auto !important;
        margin-right: auto !important; }
      .responsiveGrid .px-lt-0 {
        padding-left: 0px  !important;
        padding-right: 0px  !important; }
      .responsiveGrid .mx-lt-0 {
        margin-left: 0px  !important;
        margin-right: 0px  !important; }
      .responsiveGrid .px-lt-1 {
        padding-left: 10px !important;
        padding-right: 10px !important; }
      .responsiveGrid .mx-lt-1 {
        margin-left: 10px !important;
        margin-right: 10px !important; }
      .responsiveGrid .px-lt-2 {
        padding-left: 20px !important;
        padding-right: 20px !important; }
      .responsiveGrid .mx-lt-2 {
        margin-left: 20px !important;
        margin-right: 20px !important; }
      .responsiveGrid .px-lt-3 {
        padding-left: 30px !important;
        padding-right: 30px !important; }
      .responsiveGrid .mx-lt-3 {
        margin-left: 30px !important;
        margin-right: 30px !important; }
      .responsiveGrid .px-lt-4 {
        padding-left: 40px !important;
        padding-right: 40px !important; }
      .responsiveGrid .mx-lt-4 {
        margin-left: 40px !important;
        margin-right: 40px !important; }
      .responsiveGrid .px-lt-5 {
        padding-left: 50px !important;
        padding-right: 50px !important; }
      .responsiveGrid .mx-lt-5 {
        margin-left: 50px !important;
        margin-right: 50px !important; }
      .responsiveGrid .my-lt-auto {
        margin-top: auto !important;
        margin-bottom: auto !important; }
      .responsiveGrid .py-lt-0 {
        padding-top: 0px  !important;
        padding-bottom: 0px  !important; }
      .responsiveGrid .my-lt-0 {
        margin-top: 0px  !important;
        margin-bottom: 0px  !important; }
      .responsiveGrid .py-lt-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important; }
      .responsiveGrid .my-lt-1 {
        margin-top: 10px !important;
        margin-bottom: 10px !important; }
      .responsiveGrid .py-lt-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important; }
      .responsiveGrid .my-lt-2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important; }
      .responsiveGrid .py-lt-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important; }
      .responsiveGrid .my-lt-3 {
        margin-top: 30px !important;
        margin-bottom: 30px !important; }
      .responsiveGrid .py-lt-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important; }
      .responsiveGrid .my-lt-4 {
        margin-top: 40px !important;
        margin-bottom: 40px !important; }
      .responsiveGrid .py-lt-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important; }
      .responsiveGrid .my-lt-5 {
        margin-top: 50px !important;
        margin-bottom: 50px !important; }
      .responsiveGrid .mt-lt-auto {
        margin-top: auto  !important; }
      .responsiveGrid .pt-lt-0 {
        padding-top: 0px   !important; }
      .responsiveGrid .mt-lt-0 {
        margin-top: 0px   !important; }
      .responsiveGrid .pt-lt-1 {
        padding-top: 10px  !important; }
      .responsiveGrid .mt-lt-1 {
        margin-top: 10px  !important; }
      .responsiveGrid .pt-lt-2 {
        padding-top: 20px  !important; }
      .responsiveGrid .mt-lt-2 {
        margin-top: 20px  !important; }
      .responsiveGrid .pt-lt-3 {
        padding-top: 30px  !important; }
      .responsiveGrid .mt-lt-3 {
        margin-top: 30px  !important; }
      .responsiveGrid .pt-lt-4 {
        padding-top: 40px  !important; }
      .responsiveGrid .mt-lt-4 {
        margin-top: 40px  !important; }
      .responsiveGrid .pt-lt-5 {
        padding-top: 50px  !important; }
      .responsiveGrid .mt-lt-5 {
        margin-top: 50px  !important; }
      .responsiveGrid .mb-lt-auto {
        margin-bottom: auto !important; }
      .responsiveGrid .pb-lt-0 {
        padding-bottom: 0px  !important; }
      .responsiveGrid .mb-lt-0 {
        margin-bottom: 0px  !important; }
      .responsiveGrid .pb-lt-1 {
        padding-bottom: 10px !important; }
      .responsiveGrid .mb-lt-1 {
        margin-bottom: 10px !important; }
      .responsiveGrid .pb-lt-2 {
        padding-bottom: 20px !important; }
      .responsiveGrid .mb-lt-2 {
        margin-bottom: 20px !important; }
      .responsiveGrid .pb-lt-3 {
        padding-bottom: 30px !important; }
      .responsiveGrid .mb-lt-3 {
        margin-bottom: 30px !important; }
      .responsiveGrid .pb-lt-4 {
        padding-bottom: 40px !important; }
      .responsiveGrid .mb-lt-4 {
        margin-bottom: 40px !important; }
      .responsiveGrid .pb-lt-5 {
        padding-bottom: 50px !important; }
      .responsiveGrid .mb-lt-5 {
        margin-bottom: 50px !important; }
      .responsiveGrid .mr-lt-auto {
        margin: auto  !important; }
      .responsiveGrid .pr-lt-0 {
        padding-right: 0px  !important; }
      .responsiveGrid .mr-lt-0 {
        margin-right: 0px  !important; }
      .responsiveGrid .pr-lt-1 {
        padding-right: 10px !important; }
      .responsiveGrid .mr-lt-1 {
        margin-right: 10px !important; }
      .responsiveGrid .pr-lt-2 {
        padding-right: 20px !important; }
      .responsiveGrid .mr-lt-2 {
        margin-right: 20px !important; }
      .responsiveGrid .pr-lt-3 {
        padding-right: 30px !important; }
      .responsiveGrid .mr-lt-3 {
        margin-right: 30px !important; }
      .responsiveGrid .pr-lt-4 {
        padding-right: 40px !important; }
      .responsiveGrid .mr-lt-4 {
        margin-right: 40px !important; }
      .responsiveGrid .pr-lt-5 {
        padding-right: 50px !important; }
      .responsiveGrid .mr-lt-5 {
        margin-right: 50px !important; }
      .responsiveGrid .ml-lt-auto {
        margin-left: auto !important; }
      .responsiveGrid .pl-lt-0 {
        padding-left: 0px !important; }
      .responsiveGrid .ml-lt-0 {
        margin-left: 0px !important; }
      .responsiveGrid .pl-lt-1 {
        padding-left: 10px !important; }
      .responsiveGrid .ml-lt-1 {
        margin-left: 10px !important; }
      .responsiveGrid .pl-lt-2 {
        padding-left: 20px !important; }
      .responsiveGrid .ml-lt-2 {
        margin-left: 20px !important; }
      .responsiveGrid .pl-lt-3 {
        padding-left: 30px !important; }
      .responsiveGrid .ml-lt-3 {
        margin-left: 30px !important; }
      .responsiveGrid .pl-lt-4 {
        padding-left: 40px !important; }
      .responsiveGrid .ml-lt-4 {
        margin-left: 40px !important; }
      .responsiveGrid .pl-lt-5 {
        padding-left: 50px !important; }
      .responsiveGrid .ml-lt-5 {
        margin-left: 50px !important; } }
  @media (min-width: 1281px) {
    .responsiveGrid {
      /* hi-res laptops and desktops */ }
      .responsiveGrid .col-md-1 {
        width: calc((100% / 12) * 1); }
      .responsiveGrid .col-md-2 {
        width: calc((100% / 12) * 2); }
      .responsiveGrid .col-md-3 {
        width: calc((100% / 12) * 3); }
      .responsiveGrid .col-md-4 {
        width: calc((100% / 12) * 4); }
      .responsiveGrid .col-md-5 {
        width: calc((100% / 12) * 5); }
      .responsiveGrid .col-md-6 {
        width: calc((100% / 12) * 6); }
      .responsiveGrid .col-md-7 {
        width: calc((100% / 12) * 7); }
      .responsiveGrid .col-md-8 {
        width: calc((100% / 12) * 8); }
      .responsiveGrid .col-md-9 {
        width: calc((100% / 12) * 9); }
      .responsiveGrid .col-md-10 {
        width: calc((100% / 12) * 10); }
      .responsiveGrid .col-md-11 {
        width: calc((100% / 12) * 11); }
      .responsiveGrid .col-md-12 {
        width: calc((100% / 12) * 12); }
      .responsiveGrid .offset-md-1 {
        margin-left: calc((100% / 12) * 1); }
      .responsiveGrid .offset-md-2 {
        margin-left: calc((100% / 12) * 2); }
      .responsiveGrid .offset-md-3 {
        margin-left: calc((100% / 12) * 3); }
      .responsiveGrid .offset-md-4 {
        margin-left: calc((100% / 12) * 4); }
      .responsiveGrid .offset-md-5 {
        margin-left: calc((100% / 12) * 5); }
      .responsiveGrid .offset-md-6 {
        margin-left: calc((100% / 12) * 6); }
      .responsiveGrid .offset-md-7 {
        margin-left: calc((100% / 12) * 7); }
      .responsiveGrid .offset-md-8 {
        margin-left: calc((100% / 12) * 8); }
      .responsiveGrid .offset-md-9 {
        margin-left: calc((100% / 12) * 9); }
      .responsiveGrid .offset-md-10 {
        margin-left: calc((100% / 12) * 10); }
      .responsiveGrid .offset-md-11 {
        margin-left: calc((100% / 12) * 11); }
      .responsiveGrid .offset-md-12 {
        margin-left: calc((100% / 12) * 12); }
      .responsiveGrid .d-md-flex {
        display: flex !important; }
      .responsiveGrid .d-md-block {
        display: block !important; }
      .responsiveGrid .d-md-inline {
        display: inline !important; }
      .responsiveGrid .d-md-inline-block {
        display: inline-block !important; }
      .responsiveGrid .d-md-inline-flex {
        display: inline-flex !important; }
      .responsiveGrid .d-md-none {
        display: none !important; }
      .responsiveGrid .d-md-table {
        display: table !important; }
      .responsiveGrid .d-md-table-cell {
        display: table-cell !important; }
      .responsiveGrid .d-md-print {
        display: print !important; }
      .responsiveGrid .order-md-1 {
        order: 1 !important; }
      .responsiveGrid .order-md-2 {
        order: 2 !important; }
      .responsiveGrid .order-md-3 {
        order: 3 !important; }
      .responsiveGrid .order-md-4 {
        order: 4 !important; }
      .responsiveGrid .order-md-5 {
        order: 5 !important; }
      .responsiveGrid .order-md-6 {
        order: 6 !important; }
      .responsiveGrid .order-md-7 {
        order: 7 !important; }
      .responsiveGrid .order-md-8 {
        order: 8 !important; }
      .responsiveGrid .order-md-9 {
        order: 9 !important; }
      .responsiveGrid .order-md-10 {
        order: 10 !important; }
      .responsiveGrid .order-md-11 {
        order: 11 !important; }
      .responsiveGrid .order-md-12 {
        order: 12 !important; }
      .responsiveGrid .order-md-13 {
        order: 13 !important; }
      .responsiveGrid .position-md-relative {
        position: relative !important; }
      .responsiveGrid .position-md-absolute {
        position: absolute !important; }
      .responsiveGrid .position-md-static {
        position: static   !important; }
      .responsiveGrid .position-md-sticky {
        position: sticky   !important; }
      .responsiveGrid .position-md-fixed {
        position: fixed    !important; }
      .responsiveGrid .text-md-center {
        text-align: center  !important; }
      .responsiveGrid .text-md-left {
        text-align: left    !important; }
      .responsiveGrid .text-md-right {
        text-align: right   !important; }
      .responsiveGrid .text-md-justfied {
        text-align: justify !important; }
      .responsiveGrid .text-md-lowercase {
        text-transform: lowercase !important; }
      .responsiveGrid .text-md-uppercase {
        text-transform: uppercase !important; }
      .responsiveGrid .text-md-capitalize {
        text-transform: capitalize !important; }
      .responsiveGrid .m-md-auto {
        margin: auto !important; }
      .responsiveGrid .p-md-0 {
        padding: 0px !important; }
      .responsiveGrid .m-md-0 {
        margin: 0px !important; }
      .responsiveGrid .p-md-1 {
        padding: 10px !important; }
      .responsiveGrid .m-md-1 {
        margin: 10px !important; }
      .responsiveGrid .p-md-2 {
        padding: 20px !important; }
      .responsiveGrid .m-md-2 {
        margin: 20px !important; }
      .responsiveGrid .p-md-3 {
        padding: 30px !important; }
      .responsiveGrid .m-md-3 {
        margin: 30px !important; }
      .responsiveGrid .p-md-4 {
        padding: 40px !important; }
      .responsiveGrid .m-md-4 {
        margin: 40px !important; }
      .responsiveGrid .p-md-5 {
        padding: 50px !important; }
      .responsiveGrid .m-md-5 {
        margin: 50px !important; }
      .responsiveGrid .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important; }
      .responsiveGrid .px-md-0 {
        padding-left: 0px  !important;
        padding-right: 0px  !important; }
      .responsiveGrid .mx-md-0 {
        margin-left: 0px  !important;
        margin-right: 0px  !important; }
      .responsiveGrid .px-md-1 {
        padding-left: 10px !important;
        padding-right: 10px !important; }
      .responsiveGrid .mx-md-1 {
        margin-left: 10px !important;
        margin-right: 10px !important; }
      .responsiveGrid .px-md-2 {
        padding-left: 20px !important;
        padding-right: 20px !important; }
      .responsiveGrid .mx-md-2 {
        margin-left: 20px !important;
        margin-right: 20px !important; }
      .responsiveGrid .px-md-3 {
        padding-left: 30px !important;
        padding-right: 30px !important; }
      .responsiveGrid .mx-md-3 {
        margin-left: 30px !important;
        margin-right: 30px !important; }
      .responsiveGrid .px-md-4 {
        padding-left: 40px !important;
        padding-right: 40px !important; }
      .responsiveGrid .mx-md-4 {
        margin-left: 40px !important;
        margin-right: 40px !important; }
      .responsiveGrid .px-md-5 {
        padding-left: 50px !important;
        padding-right: 50px !important; }
      .responsiveGrid .mx-md-5 {
        margin-left: 50px !important;
        margin-right: 50px !important; }
      .responsiveGrid .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important; }
      .responsiveGrid .py-md-0 {
        padding-top: 0px  !important;
        padding-bottom: 0px  !important; }
      .responsiveGrid .my-md-0 {
        margin-top: 0px  !important;
        margin-bottom: 0px  !important; }
      .responsiveGrid .py-md-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important; }
      .responsiveGrid .my-md-1 {
        margin-top: 10px !important;
        margin-bottom: 10px !important; }
      .responsiveGrid .py-md-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important; }
      .responsiveGrid .my-md-2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important; }
      .responsiveGrid .py-md-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important; }
      .responsiveGrid .my-md-3 {
        margin-top: 30px !important;
        margin-bottom: 30px !important; }
      .responsiveGrid .py-md-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important; }
      .responsiveGrid .my-md-4 {
        margin-top: 40px !important;
        margin-bottom: 40px !important; }
      .responsiveGrid .py-md-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important; }
      .responsiveGrid .my-md-5 {
        margin-top: 50px !important;
        margin-bottom: 50px !important; }
      .responsiveGrid .mt-md-auto {
        margin-top: auto  !important; }
      .responsiveGrid .pt-md-0 {
        padding-top: 0px   !important; }
      .responsiveGrid .mt-md-0 {
        margin-top: 0px   !important; }
      .responsiveGrid .pt-md-1 {
        padding-top: 10px  !important; }
      .responsiveGrid .mt-md-1 {
        margin-top: 10px  !important; }
      .responsiveGrid .pt-md-2 {
        padding-top: 20px  !important; }
      .responsiveGrid .mt-md-2 {
        margin-top: 20px  !important; }
      .responsiveGrid .pt-md-3 {
        padding-top: 30px  !important; }
      .responsiveGrid .mt-md-3 {
        margin-top: 30px  !important; }
      .responsiveGrid .pt-md-4 {
        padding-top: 40px  !important; }
      .responsiveGrid .mt-md-4 {
        margin-top: 40px  !important; }
      .responsiveGrid .pt-md-5 {
        padding-top: 50px  !important; }
      .responsiveGrid .mt-md-5 {
        margin-top: 50px  !important; }
      .responsiveGrid .mb-md-auto {
        margin-bottom: auto !important; }
      .responsiveGrid .pb-md-0 {
        padding-bottom: 0px  !important; }
      .responsiveGrid .mb-md-0 {
        margin-bottom: 0px  !important; }
      .responsiveGrid .pb-md-1 {
        padding-bottom: 10px !important; }
      .responsiveGrid .mb-md-1 {
        margin-bottom: 10px !important; }
      .responsiveGrid .pb-md-2 {
        padding-bottom: 20px !important; }
      .responsiveGrid .mb-md-2 {
        margin-bottom: 20px !important; }
      .responsiveGrid .pb-md-3 {
        padding-bottom: 30px !important; }
      .responsiveGrid .mb-md-3 {
        margin-bottom: 30px !important; }
      .responsiveGrid .pb-md-4 {
        padding-bottom: 40px !important; }
      .responsiveGrid .mb-md-4 {
        margin-bottom: 40px !important; }
      .responsiveGrid .pb-md-5 {
        padding-bottom: 50px !important; }
      .responsiveGrid .mb-md-5 {
        margin-bottom: 50px !important; }
      .responsiveGrid .mr-md-auto {
        margin: auto  !important; }
      .responsiveGrid .pr-md-0 {
        padding-right: 0px  !important; }
      .responsiveGrid .mr-md-0 {
        margin-right: 0px  !important; }
      .responsiveGrid .pr-md-1 {
        padding-right: 10px !important; }
      .responsiveGrid .mr-md-1 {
        margin-right: 10px !important; }
      .responsiveGrid .pr-md-2 {
        padding-right: 20px !important; }
      .responsiveGrid .mr-md-2 {
        margin-right: 20px !important; }
      .responsiveGrid .pr-md-3 {
        padding-right: 30px !important; }
      .responsiveGrid .mr-md-3 {
        margin-right: 30px !important; }
      .responsiveGrid .pr-md-4 {
        padding-right: 40px !important; }
      .responsiveGrid .mr-md-4 {
        margin-right: 40px !important; }
      .responsiveGrid .pr-md-5 {
        padding-right: 50px !important; }
      .responsiveGrid .mr-md-5 {
        margin-right: 50px !important; }
      .responsiveGrid .ml-md-auto {
        margin-left: auto !important; }
      .responsiveGrid .pl-md-0 {
        padding-left: 0px !important; }
      .responsiveGrid .ml-md-0 {
        margin-left: 0px !important; }
      .responsiveGrid .pl-md-1 {
        padding-left: 10px !important; }
      .responsiveGrid .ml-md-1 {
        margin-left: 10px !important; }
      .responsiveGrid .pl-md-2 {
        padding-left: 20px !important; }
      .responsiveGrid .ml-md-2 {
        margin-left: 20px !important; }
      .responsiveGrid .pl-md-3 {
        padding-left: 30px !important; }
      .responsiveGrid .ml-md-3 {
        margin-left: 30px !important; }
      .responsiveGrid .pl-md-4 {
        padding-left: 40px !important; }
      .responsiveGrid .ml-md-4 {
        margin-left: 40px !important; }
      .responsiveGrid .pl-md-5 {
        padding-left: 50px !important; }
      .responsiveGrid .ml-md-5 {
        margin-left: 50px !important; } }
  @media (min-width: 1500px) {
    .responsiveGrid {
      /* hi-res laptops and desktops */ }
      .responsiveGrid .col-lg-1 {
        width: calc((100% / 12) * 1); }
      .responsiveGrid .col-lg-2 {
        width: calc((100% / 12) * 2); }
      .responsiveGrid .col-lg-3 {
        width: calc((100% / 12) * 3); }
      .responsiveGrid .col-lg-4 {
        width: calc((100% / 12) * 4); }
      .responsiveGrid .col-lg-5 {
        width: calc((100% / 12) * 5); }
      .responsiveGrid .col-lg-6 {
        width: calc((100% / 12) * 6); }
      .responsiveGrid .col-lg-7 {
        width: calc((100% / 12) * 7); }
      .responsiveGrid .col-lg-8 {
        width: calc((100% / 12) * 8); }
      .responsiveGrid .col-lg-9 {
        width: calc((100% / 12) * 9); }
      .responsiveGrid .col-lg-10 {
        width: calc((100% / 12) * 10); }
      .responsiveGrid .col-lg-11 {
        width: calc((100% / 12) * 11); }
      .responsiveGrid .col-lg-12 {
        width: calc((100% / 12) * 12); }
      .responsiveGrid .offset-lg-1 {
        margin-left: calc((100% / 12) * 1); }
      .responsiveGrid .offset-lg-2 {
        margin-left: calc((100% / 12) * 2); }
      .responsiveGrid .offset-lg-3 {
        margin-left: calc((100% / 12) * 3); }
      .responsiveGrid .offset-lg-4 {
        margin-left: calc((100% / 12) * 4); }
      .responsiveGrid .offset-lg-5 {
        margin-left: calc((100% / 12) * 5); }
      .responsiveGrid .offset-lg-6 {
        margin-left: calc((100% / 12) * 6); }
      .responsiveGrid .offset-lg-7 {
        margin-left: calc((100% / 12) * 7); }
      .responsiveGrid .offset-lg-8 {
        margin-left: calc((100% / 12) * 8); }
      .responsiveGrid .offset-lg-9 {
        margin-left: calc((100% / 12) * 9); }
      .responsiveGrid .offset-lg-10 {
        margin-left: calc((100% / 12) * 10); }
      .responsiveGrid .offset-lg-11 {
        margin-left: calc((100% / 12) * 11); }
      .responsiveGrid .offset-lg-12 {
        margin-left: calc((100% / 12) * 12); }
      .responsiveGrid .d-lg-flex {
        display: flex !important; }
      .responsiveGrid .d-lg-block {
        display: block !important; }
      .responsiveGrid .d-lg-inline {
        display: inline !important; }
      .responsiveGrid .d-lg-inline-block {
        display: inline-block !important; }
      .responsiveGrid .d-lg-inline-flex {
        display: inline-flex !important; }
      .responsiveGrid .d-lg-none {
        display: none !important; }
      .responsiveGrid .d-lg-table {
        display: table !important; }
      .responsiveGrid .d-lg-table-cell {
        display: table-cell !important; }
      .responsiveGrid .d-lg-print {
        display: print !important; }
      .responsiveGrid .order-lg-1 {
        order: 1 !important; }
      .responsiveGrid .order-lg-2 {
        order: 2 !important; }
      .responsiveGrid .order-lg-3 {
        order: 3 !important; }
      .responsiveGrid .order-lg-4 {
        order: 4 !important; }
      .responsiveGrid .order-lg-5 {
        order: 5 !important; }
      .responsiveGrid .order-lg-6 {
        order: 6 !important; }
      .responsiveGrid .order-lg-7 {
        order: 7 !important; }
      .responsiveGrid .order-lg-8 {
        order: 8 !important; }
      .responsiveGrid .order-lg-9 {
        order: 9 !important; }
      .responsiveGrid .order-lg-10 {
        order: 10 !important; }
      .responsiveGrid .order-lg-11 {
        order: 11 !important; }
      .responsiveGrid .order-lg-12 {
        order: 12 !important; }
      .responsiveGrid .order-lg-13 {
        order: 13 !important; }
      .responsiveGrid .position-lg-relative {
        position: relative !important; }
      .responsiveGrid .position-lg-absolute {
        position: absolute !important; }
      .responsiveGrid .position-lg-static {
        position: static   !important; }
      .responsiveGrid .position-lg-sticky {
        position: sticky   !important; }
      .responsiveGrid .position-lg-fixed {
        position: fixed    !important; }
      .responsiveGrid .text-lg-center {
        text-align: center  !important; }
      .responsiveGrid .text-lg-left {
        text-align: left    !important; }
      .responsiveGrid .text-lg-right {
        text-align: right   !important; }
      .responsiveGrid .text-lg-justfied {
        text-align: justify !important; }
      .responsiveGrid .text-lg-lowercase {
        text-transform: lowercase !important; }
      .responsiveGrid .text-lg-uppercase {
        text-transform: uppercase !important; }
      .responsiveGrid .text-lg-capitalize {
        text-transform: capitalize !important; }
      .responsiveGrid .m-lg-auto {
        margin: auto !important; }
      .responsiveGrid .p-lg-0 {
        padding: 0px !important; }
      .responsiveGrid .m-lg-0 {
        margin: 0px !important; }
      .responsiveGrid .p-lg-1 {
        padding: 10px !important; }
      .responsiveGrid .m-lg-1 {
        margin: 10px !important; }
      .responsiveGrid .p-lg-2 {
        padding: 20px !important; }
      .responsiveGrid .m-lg-2 {
        margin: 20px !important; }
      .responsiveGrid .p-lg-3 {
        padding: 30px !important; }
      .responsiveGrid .m-lg-3 {
        margin: 30px !important; }
      .responsiveGrid .p-lg-4 {
        padding: 40px !important; }
      .responsiveGrid .m-lg-4 {
        margin: 40px !important; }
      .responsiveGrid .p-lg-5 {
        padding: 50px !important; }
      .responsiveGrid .m-lg-5 {
        margin: 50px !important; }
      .responsiveGrid .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important; }
      .responsiveGrid .px-lg-0 {
        padding-left: 0px  !important;
        padding-right: 0px  !important; }
      .responsiveGrid .mx-lg-0 {
        margin-left: 0px  !important;
        margin-right: 0px  !important; }
      .responsiveGrid .px-lg-1 {
        padding-left: 10px !important;
        padding-right: 10px !important; }
      .responsiveGrid .mx-lg-1 {
        margin-left: 10px !important;
        margin-right: 10px !important; }
      .responsiveGrid .px-lg-2 {
        padding-left: 20px !important;
        padding-right: 20px !important; }
      .responsiveGrid .mx-lg-2 {
        margin-left: 20px !important;
        margin-right: 20px !important; }
      .responsiveGrid .px-lg-3 {
        padding-left: 30px !important;
        padding-right: 30px !important; }
      .responsiveGrid .mx-lg-3 {
        margin-left: 30px !important;
        margin-right: 30px !important; }
      .responsiveGrid .px-lg-4 {
        padding-left: 40px !important;
        padding-right: 40px !important; }
      .responsiveGrid .mx-lg-4 {
        margin-left: 40px !important;
        margin-right: 40px !important; }
      .responsiveGrid .px-lg-5 {
        padding-left: 50px !important;
        padding-right: 50px !important; }
      .responsiveGrid .mx-lg-5 {
        margin-left: 50px !important;
        margin-right: 50px !important; }
      .responsiveGrid .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important; }
      .responsiveGrid .py-lg-0 {
        padding-top: 0px  !important;
        padding-bottom: 0px  !important; }
      .responsiveGrid .my-lg-0 {
        margin-top: 0px  !important;
        margin-bottom: 0px  !important; }
      .responsiveGrid .py-lg-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important; }
      .responsiveGrid .my-lg-1 {
        margin-top: 10px !important;
        margin-bottom: 10px !important; }
      .responsiveGrid .py-lg-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important; }
      .responsiveGrid .my-lg-2 {
        margin-top: 20px !important;
        margin-bottom: 20px !important; }
      .responsiveGrid .py-lg-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important; }
      .responsiveGrid .my-lg-3 {
        margin-top: 30px !important;
        margin-bottom: 30px !important; }
      .responsiveGrid .py-lg-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important; }
      .responsiveGrid .my-lg-4 {
        margin-top: 40px !important;
        margin-bottom: 40px !important; }
      .responsiveGrid .py-lg-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important; }
      .responsiveGrid .my-lg-5 {
        margin-top: 50px !important;
        margin-bottom: 50px !important; }
      .responsiveGrid .mt-lg-auto {
        margin-top: auto  !important; }
      .responsiveGrid .pt-lg-0 {
        padding-top: 0px   !important; }
      .responsiveGrid .mt-lg-0 {
        margin-top: 0px   !important; }
      .responsiveGrid .pt-lg-1 {
        padding-top: 10px  !important; }
      .responsiveGrid .mt-lg-1 {
        margin-top: 10px  !important; }
      .responsiveGrid .pt-lg-2 {
        padding-top: 20px  !important; }
      .responsiveGrid .mt-lg-2 {
        margin-top: 20px  !important; }
      .responsiveGrid .pt-lg-3 {
        padding-top: 30px  !important; }
      .responsiveGrid .mt-lg-3 {
        margin-top: 30px  !important; }
      .responsiveGrid .pt-lg-4 {
        padding-top: 40px  !important; }
      .responsiveGrid .mt-lg-4 {
        margin-top: 40px  !important; }
      .responsiveGrid .pt-lg-5 {
        padding-top: 50px  !important; }
      .responsiveGrid .mt-lg-5 {
        margin-top: 50px  !important; }
      .responsiveGrid .mb-lg-auto {
        margin-bottom: auto !important; }
      .responsiveGrid .pb-lg-0 {
        padding-bottom: 0px  !important; }
      .responsiveGrid .mb-lg-0 {
        margin-bottom: 0px  !important; }
      .responsiveGrid .pb-lg-1 {
        padding-bottom: 10px !important; }
      .responsiveGrid .mb-lg-1 {
        margin-bottom: 10px !important; }
      .responsiveGrid .pb-lg-2 {
        padding-bottom: 20px !important; }
      .responsiveGrid .mb-lg-2 {
        margin-bottom: 20px !important; }
      .responsiveGrid .pb-lg-3 {
        padding-bottom: 30px !important; }
      .responsiveGrid .mb-lg-3 {
        margin-bottom: 30px !important; }
      .responsiveGrid .pb-lg-4 {
        padding-bottom: 40px !important; }
      .responsiveGrid .mb-lg-4 {
        margin-bottom: 40px !important; }
      .responsiveGrid .pb-lg-5 {
        padding-bottom: 50px !important; }
      .responsiveGrid .mb-lg-5 {
        margin-bottom: 50px !important; }
      .responsiveGrid .mr-lg-auto {
        margin: auto  !important; }
      .responsiveGrid .pr-lg-0 {
        padding-right: 0px  !important; }
      .responsiveGrid .mr-lg-0 {
        margin-right: 0px  !important; }
      .responsiveGrid .pr-lg-1 {
        padding-right: 10px !important; }
      .responsiveGrid .mr-lg-1 {
        margin-right: 10px !important; }
      .responsiveGrid .pr-lg-2 {
        padding-right: 20px !important; }
      .responsiveGrid .mr-lg-2 {
        margin-right: 20px !important; }
      .responsiveGrid .pr-lg-3 {
        padding-right: 30px !important; }
      .responsiveGrid .mr-lg-3 {
        margin-right: 30px !important; }
      .responsiveGrid .pr-lg-4 {
        padding-right: 40px !important; }
      .responsiveGrid .mr-lg-4 {
        margin-right: 40px !important; }
      .responsiveGrid .pr-lg-5 {
        padding-right: 50px !important; }
      .responsiveGrid .mr-lg-5 {
        margin-right: 50px !important; }
      .responsiveGrid .ml-lg-auto {
        margin-left: auto !important; }
      .responsiveGrid .pl-lg-0 {
        padding-left: 0px !important; }
      .responsiveGrid .ml-lg-0 {
        margin-left: 0px !important; }
      .responsiveGrid .pl-lg-1 {
        padding-left: 10px !important; }
      .responsiveGrid .ml-lg-1 {
        margin-left: 10px !important; }
      .responsiveGrid .pl-lg-2 {
        padding-left: 20px !important; }
      .responsiveGrid .ml-lg-2 {
        margin-left: 20px !important; }
      .responsiveGrid .pl-lg-3 {
        padding-left: 30px !important; }
      .responsiveGrid .ml-lg-3 {
        margin-left: 30px !important; }
      .responsiveGrid .pl-lg-4 {
        padding-left: 40px !important; }
      .responsiveGrid .ml-lg-4 {
        margin-left: 40px !important; }
      .responsiveGrid .pl-lg-5 {
        padding-left: 50px !important; }
      .responsiveGrid .ml-lg-5 {
        margin-left: 50px !important; } }

:root {
  --main-color: #A32235;
  --secoundary-color: #006548;
  --tertiary-color: #ECE5DC;
  --quaternary-color: #C89E67;
  --demdacoWhite-color: #eee;
  --demdacoBlue-color: #425563;
  --demdacoBrightBlue-color: #165c7d;
  --demdacoGray-color: #555;
  --transparent-color:rgba( 255, 255, 255, 0); }

/*img{*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
/* BTN--style--shape */
.cBTN {
  padding: 15px 40px;
  text-decoration: none;
  transition: background-color ease 0.5s; }

.cBTN[class*="blue--"] {
  background-color: var(--demdacoBlue-color);
  color: var(--demdacoWhite-color); }

.cBTN[class*="HolidayGreen--"] {
  background-color: var(--secoundary-color);
  color: var(--demdacoWhite-color); }

.cBTN[class*="HolidayRed--"] {
  background-color: var(--main-color);
  color: var(--demdacoWhite-color); }

.cBTN[class*="white--"] {
  background-color: var(--demdacoWhite-color);
  color: var(--demdacoGray-color); }

.cBTN[class*="gray--"] {
  background-color: var(--demdacoGray-color);
  color: var(--demdacoWhite-color); }

.cBTN[class*="--Radius"] {
  border-radius: 5px; }

.cBTN[class*="blue--outline--"] {
  background-color: var(--transparent-color);
  border: solid 2px var(--demdacoBlue-color);
  color: var(--demdacoWhite-color); }

.cBTN[class*="HolidayGreen--outline--"] {
  background-color: var(--transparent-color);
  border: solid 2px var(--secoundary-color);
  color: var(--demdacoWhite-color); }

.cBTN[class*="HolidayRed--outline--"] {
  background-color: var(--transparent-color);
  border: solid 2px var(--main-color);
  color: var(--demdacoWhite-color); }

.cBTN[class*="white--outline--"] {
  background-color: var(--transparent-color);
  border: solid 2px var(--demdacoWhite-color);
  color: var(--demdacoGray-color); }

.cBTN[class*="gray--outline--"] {
  background-color: var(--transparent-color);
  border: solid 2px var(--demdacoGray-color);
  color: var(--demdacoGray-color); }

.cBTN[class*="blue--outlineHover"]:hover {
  background-color: var(--transparent-color);
  border: solid 2px var(--demdacoBlue-color);
  color: var(--demdacoBlue-color); }

.cBTN[class*="HolidayGreen--outlineHover"]:hover {
  background-color: var(--transparent-color);
  border: solid 2px var(--secoundary-color);
  color: var(--secoundary-color); }

.cBTN[class*="HolidayRed--outlineHover"]:hover {
  background-color: var(--transparent-color);
  border: solid 2px var(--main-color);
  color: var(--main-color); }

.cBTN[class*="white--outlineHover"]:hover {
  background-color: var(--transparent-color);
  border: solid 2px var(--demdacoWhite-color);
  color: var(--demdacoWhite-color); }

.cBTN[class*="gray--outlineHover"]:hover {
  background-color: var(--transparent-color);
  border: solid 2px var(--demdacoGray-color);
  color: var(--demdacoGray-color); }

.cBTN[class*="--BTN"]:hover {
  transition: all ease 0.5s;
  opacity: 0.9; }

.cBTN[class*="outlineHover--BTN"]:hover {
  transition: all ease 0.5s;
  opacity: 1; }

.button--primary {
  background-color: var(--demdacoBrightBlue-color);
  border-color: var(--demdacoBrightBlue-color); }

/*
    Responsive sizes 
    @media (max-width:320px) smartphones, iPhone, portrait 480x320 phones
        xxs
    @media (max-width:481px) portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide.
        xs
    @media (max-width:641px) portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones
        sm
    @media (max-width:961px) tablet, landscape iPad, lo-res laptops ands desktops
        mdt
    @media (max-width:1025px) big landscape tablets, laptops, and desktops
        lt
    @media (max-width:1281px) hi-res laptops and desktops 
        md
    @media (min-width:1500px) Large Desktops 
        lg
*/
.card-img-container .productImages {
  border-radius: 10px;
  background-color: #141414;
  position: absolute;
  width: 100%; }
  .card-img-container .productImages img {
    opacity: 0.98;
    border-radius: 9px; }
  .card-img-container .productImages .card-image {
    position: relative; }

.card-img-container::after {
  padding-bottom: 100%; }

.productBest .productView-images {
  width: 100%;
  float: none; }

.productBest .productImages {
  border-radius: 10px;
  margin: 0px 10px;
  background-color: #000000; }
  .productBest .productImages img {
    opacity: 0.98;
    border-radius: 9px; }

.productBest .slick-dotted.slick-slider {
  margin-left: 0px; }

.productBest #add-to-cart-wrapper {
  display: flex; }

.productBest .productView-options .form-field {
  margin-bottom: 0px; }

.productBest .form-field--increments .form-label {
  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; }

.productBest .add-to-cart-buttons {
  margin: 0px 0px 0px 10px;
  padding: 0px; }

.productBest .add-to-cart-wallet-buttons {
  display: none; }

.productBest .form-increment {
  background-color: #efefef;
  height: 100%;
  display: flex;
  border-radius: 5px; }
  .productBest .form-increment .button.button--icon {
    border: 0px;
    border-radius: 0px;
    transition: all ease 0.5s; }
    .productBest .form-increment .button.button--icon:hover {
      background-color: #2b2b2b;
      transition: all ease 0.5s;
      border-radius: 5px; }
      .productBest .form-increment .button.button--icon:hover svg {
        fill: white; }
  .productBest .form-increment input.form-input--incrementTotal {
    background-color: unset; }

.productBest h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold; }

.productBest .productView-product {
  border: none;
  padding-bottom: 0px; }

.productBest nav .breadcrumbs {
  text-align: left;
  margin-bottom: 0px; }

.productBest .productView-title {
  margin-top: 0px;
  margin-bottom: 0px; }

.productBest .productView-options .add-to-cart-buttons {
  width: 100%;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif; }

.productBest .productView-description {
  padding: 0px;
  margin-bottom: 20px;
  max-width: 750px;
  float: none; }

.productBest .titleDetails {
  padding: 0px;
  font-size: 24px;
  margin: 0px; }

.productBest .form-wishlist {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px; }
  .productBest .form-wishlist .button {
    width: 100%;
    padding-right: 20px;
    margin: 0px;
    border-color: white;
    background-color: #efefef;
    color: #2b2b2b;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; }
  .productBest .form-wishlist #wishlist-dropdown.is-open {
    padding: 0px;
    color: #2b2b2b;
    background-color: #efefef;
    font-family: Arial, Helvetica, sans-serif; }
    .productBest .form-wishlist #wishlist-dropdown.is-open .button {
      color: #2b2b2b;
      background-color: #efefef; }

.productBest .badgeList {
  margin-top: 10px; }
  .productBest .badgeList div {
    display: inline-block;
    width: auto; }
  .productBest .badgeList .flag-badge .flag-badge-text {
    float: left;
    padding: 5px 13px;
    background: #767676;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    z-index: 9;
    margin: 0px 10px 0 0;
    position: relative; }

.productBest .subTitle {
  color: #858585;
  font-size: 16px;
  margin: 0px;
  font-weight: bold; }

.productBest .productView-price {
  color: #4C6A50;
  font-weight: bold;
  font-size: 20px; }

.productBest .tabWrappers {
  max-width: 750px; }

.maxWidth-13 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }

.maxWidth-15 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto; }

nav.navUser {
  margin: 20px auto !important; }

.yotpo-main-reviews h2 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif; }

.yotpo-main-reviews .yotpo .yotpo-label-container {
  border: 0px; }

.yotpo-main-reviews .yotpo-logo-link-new {
  display: none; }

.yotpo-main-reviews span.yotpo-display-wrapper {
  display: none; }

.yotpo-main-reviews .write-question-review-buttons-container {
  text-align: center;
  float: none !important;
  padding-right: 10px !important; }

.yotpo-main-reviews .yotpo .yotpo-first-review {
  margin-left: auto;
  margin-right: auto; }

.yotpo-main-reviews .yotpo .yotpo-default-button {
  border-radius: 5px;
  background-color: #efefef;
  border: 0px solid;
  color: #2b2b2b;
  font-family: Arial, Helvetica, sans-serif; }

.yotpo-main-reviews .yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star {
  color: #29546b;
  font-size: 22px; }

.yotpo-main-reviews .yotpo .yotpo-nav ul {
  display: block;
  float: none;
  display: flex;
  column-gap: 15px;
  margin: 0px auto;
  text-align: center;
  justify-content: center; }

.yotpo-main-reviews .yotpo .yotpo-nav li {
  margin: 0px;
  background-color: #efefef;
  text-align: center;
  padding: 5px 10px; }

@media (max-width: 1281px) {
  .header-logo {
    width: 100%;
    margin-left: 0px; }
  .footerBlog article.blog {
    margin: 0px; }
  .LargeSliders .slick-dots {
    text-align: center; } }

@media (max-width: 1025px) {
  .footerBlog article.blog {
    max-width: 600px; } }

@media (max-width: 961px) {
  .SliderEle .copy {
    text-align: center !important; }
  .SliderEle h2.text-left {
    text-align: center !important; }
  .SliderEle h2.whiteText {
    color: #2b2b2b; }
  .SliderEle p.text-left {
    text-align: center !important; }
  .SliderEle p.whiteText {
    color: #2b2b2b; }
  .SliderEle a.white--Radius--outlineHover--BTN {
    background-color: #555;
    color: white; }
  .stickySpacer {
    display: none; }
  body {
    padding: 0px; }
  .header {
    min-height: 100px;
    position: relative;
    height: unset; }
  body, html {
    max-width: 99.89vw !important; }
  .LargeSliders {
    min-height: 300px;
    height: unset; }
    .LargeSliders .SliderEle {
      min-height: 300px;
      padding-bottom: 50px;
      height: unset;
      overflow-y: hidden; }
    .LargeSliders .SliderEle .sliderContent {
      display: flex;
      flex-direction: column; }
      .LargeSliders .SliderEle .sliderContent .copy {
        text-align: center;
        width: 100%;
        order: 2;
        padding: 5px 15px;
        margin: 0px;
        position: relative; }
        .LargeSliders .SliderEle .sliderContent .copy h2 {
          font-size: 30px; }
      .LargeSliders .SliderEle .sliderContent img {
        order: 1;
        padding: 0px;
        margin: 0px;
        position: relative; }
    .LargeSliders .bar {
      display: none; }
  .maril-underlined div.line {
    display: block;
    width: 100%;
    max-width: 150px; }
  .maril-underlined--white div.line {
    display: block;
    width: 100%;
    max-width: 150px; }
  .simpleCopy img {
    max-width: 50%; }
  .simpleCopy .copy p.title {
    font-size: 30px; }
  .storyCards .copy {
    margin: 0px;
    width: 100%;
    padding: 0px 20px; }
    .storyCards .copy h3 {
      font-size: 30px; }
  .storyCards .col-sm-12:has(.copy) {
    min-height: 500px !important; }
  .home-follow-on-instagram h3 {
    font-size: 30px; }
  #marilFeatured {
    margin-top: 0px !important; }
    #marilFeatured .slider {
      padding: 0px;
      margin: 0px; }
    #marilFeatured .sliderEle {
      display: flex;
      flex-direction: column; }
    #marilFeatured .copy {
      order: 2;
      margin-top: 50px;
      padding: 0px 20px; }
      #marilFeatured .copy .title {
        font-size: 35px; }
    #marilFeatured .images {
      order: 1;
      display: block !important; }
      #marilFeatured .images div:nth-child(1) {
        width: 100% !important; }
      #marilFeatured .images div:nth-child(2) {
        display: none !important; }
    #marilFeatured .slick-dots {
      text-align: center; }
  #marilAssortment {
    margin-top: 0px !important; }
    #marilAssortment .slider {
      padding: 0px;
      margin: 0px; }
    #marilAssortment .sliderEle {
      display: flex;
      flex-direction: column; }
      #marilAssortment .sliderEle .m-1 {
        margin: 0px !important; }
    #marilAssortment .slick-dots {
      text-align: center;
      margin: -15px 0px; }
  .footerBlog .blog-post-figure, .footerBlog .blog-thumbnail {
    width: calc(100% - 40px);
    max-width: 300px; }
  .footerBlog article.blog {
    max-width: 300px;
    flex-direction: column;
    height: unset; }
    .footerBlog article.blog .blogContent {
      display: block; }
    .footerBlog article.blog .blog-thumbnail {
      margin: 0px;
      width: calc(100% - 40px);
      min-width: 300px;
      margin-right: 0px; }
  .footerBlog .blog:nth-child(2) {
    display: none !important; }
  .navPages-quickSearch {
    width: 90vw;
    margin: 0px auto;
    max-width: 775px;
    display: block;
    border: solid 0px;
    position: relative; }
    .navPages-quickSearch .form-field {
      display: flex; }
    .navPages-quickSearch .form-input {
      border-radius: 50px;
      text-align: center;
      border: solid 1px #cacaca; }
    .navPages-quickSearch .btn {
      background: url(https://www.demdaco.com/content/icons/SearchIcon-01.svg) no-repeat center center;
      position: absolute;
      right: 14px;
      text-indent: -9999px;
      box-shadow: none;
      border: 0;
      width: 35px;
      height: 35px;
      top: 4px;
      transition: 1s ease all; }
  .navUser {
    top: 0px;
    display: block;
    position: relative;
    transform: translateY(0px); }
  .stickyIntro {
    flex-direction: column-reverse; }
    .stickyIntro div[data-aos="ScaleAdjustLarge"] {
      height: 50vh !important;
      width: 99.89vw; }
    .stickyIntro div[data-aos="ScaleAdjustSmall"] {
      height: 50vh !important;
      width: 99.89vw; }
  [data-aos="ScaleAdjustSmall"] {
    overflow: hidden;
    width: 100%;
    transition-property: width; }
    [data-aos="ScaleAdjustSmall"].aos-animate {
      width: 100%; }
  [data-aos="ScaleAdjustLarge"] {
    width: 100%;
    overflow: hidden;
    transition-property: width; }
    [data-aos="ScaleAdjustLarge"].aos-animate {
      width: 100%; } }

body, html, .full-width {
  max-width: 99.89vw !important; }

.page {
  padding: 0px !important;
  margin: 0px !important; }

/*
    Responsive sizes 
    @media (max-width:320px) smartphones, iPhone, portrait 480x320 phones
        xxs
    @media (max-width:481px) portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide.
        xs
    @media (max-width:641px) portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones
        sm
    @media (max-width:961px) tablet, landscape iPad, lo-res laptops ands desktops
        mdt
    @media (max-width:1025px) big landscape tablets, laptops, and desktops
        lt
    @media (max-width:1281px) hi-res laptops and desktops 
        md
    @media (min-width:1500px) Large Desktops 
        lg
*/
@media (max-width: 1281px) {
  .header-logo {
    width: 100%;
    margin-left: 0px; }
  .header.sticky .mobileMenu-toggleParent {
    height: 18px;
    padding: 0;
    width: 20px;
    top: 49%;
    margin-top: -23px !important;
    left: 20px;
    position: absolute; }
  .footerBlog article.blog {
    margin: 0px; }
  .LargeSliders .slick-dots {
    text-align: center; } }

@media (max-width: 1025px) {
  .footerBlog article.blog {
    max-width: 600px; } }

@media (max-width: 961px) {
  .mobileMenu-toggleParent {
    height: 18px;
    padding: 0;
    width: 20px;
    top: 49%;
    margin-top: -36px !important;
    left: 20px;
    position: absolute; }
  .header-logo {
    left: 0;
    text-align: left;
    padding-left: 29px !important; }
  .SliderEle .copy {
    text-align: center !important; }
  .SliderEle h2.text-left {
    text-align: center !important; }
  .SliderEle h2.whiteText {
    color: #2b2b2b; }
  .SliderEle p.text-left {
    text-align: center !important; }
  .SliderEle p.whiteText {
    color: #2b2b2b; }
  .SliderEle a.white--Radius--outlineHover--BTN {
    background-color: #555;
    color: white; }
  .stickySpacer {
    display: none; }
  body {
    padding: 0px; }
  .header {
    min-height: 100px;
    position: relative;
    height: unset; }
  body, html {
    max-width: 99.89vw !important; }
  .LargeSliders {
    min-height: 300px;
    height: unset; }
    .LargeSliders .SliderEle {
      min-height: 300px;
      padding-bottom: 50px;
      height: unset;
      overflow-y: hidden; }
    .LargeSliders .SliderEle .sliderContent {
      display: flex;
      flex-direction: column; }
      .LargeSliders .SliderEle .sliderContent .copy {
        text-align: center;
        width: 100%;
        order: 2;
        padding: 5px 15px;
        margin: 0px;
        position: relative; }
        .LargeSliders .SliderEle .sliderContent .copy h2 {
          font-size: 30px; }
      .LargeSliders .SliderEle .sliderContent img {
        order: 1;
        padding: 0px;
        margin: 0px;
        position: relative; }
    .LargeSliders .bar {
      display: none; }
  .maril-underlined div.line {
    display: block;
    width: 100%;
    max-width: 150px; }
  .maril-underlined--white div.line {
    display: block;
    width: 100%;
    max-width: 150px; }
  .simpleCopy img {
    max-width: 50%; }
  .simpleCopy .copy p.title {
    font-size: 30px; }
  .storyCards .copy {
    margin: 0px;
    width: 100%;
    padding: 0px 20px; }
    .storyCards .copy h3 {
      font-size: 30px; }
  .storyCards .col-sm-12:has(.copy) {
    min-height: 500px !important; }
  .home-follow-on-instagram h3 {
    font-size: 30px; }
  #marilFeatured {
    margin-top: 0px !important; }
    #marilFeatured .slider {
      padding: 0px;
      margin: 0px; }
    #marilFeatured .sliderEle {
      display: flex;
      flex-direction: column; }
    #marilFeatured .copy {
      order: 2;
      margin-top: 50px;
      padding: 0px 20px; }
      #marilFeatured .copy .title {
        font-size: 35px; }
    #marilFeatured .images {
      order: 1;
      display: block !important; }
      #marilFeatured .images div:nth-child(1) {
        width: 100% !important; }
      #marilFeatured .images div:nth-child(2) {
        display: none !important; }
    #marilFeatured .slick-dots {
      text-align: center; }
  #marilAssortment {
    margin-top: 0px !important; }
    #marilAssortment .slider {
      padding: 0px;
      margin: 0px; }
    #marilAssortment .sliderEle {
      display: flex;
      flex-direction: column; }
      #marilAssortment .sliderEle .m-1 {
        margin: 0px !important; }
    #marilAssortment .slick-dots {
      text-align: center;
      margin: -15px 0px; }
  .footerBlog .blog-post-figure, .footerBlog .blog-thumbnail {
    width: calc(100% - 40px);
    max-width: 300px; }
  .footerBlog article.blog {
    max-width: 300px;
    flex-direction: column;
    height: unset; }
    .footerBlog article.blog .blogContent {
      display: block; }
    .footerBlog article.blog .blog-thumbnail {
      margin: 0px;
      width: calc(100% - 40px);
      min-width: 300px;
      margin-right: 0px; }
  .footerBlog .blog:nth-child(2) {
    display: none !important; }
  .navPages-quickSearch {
    width: 90vw;
    margin: 0px auto;
    max-width: 775px;
    display: block;
    border: solid 0px;
    position: relative; }
    .navPages-quickSearch .form-field {
      display: flex; }
    .navPages-quickSearch .form-input {
      border-radius: 50px;
      text-align: center;
      border: solid 1px #cacaca; }
    .navPages-quickSearch .btn {
      background: url(https://www.demdaco.com/content/icons/SearchIcon-01.svg) no-repeat center center;
      position: absolute;
      right: 14px;
      text-indent: -9999px;
      box-shadow: none;
      border: 0;
      width: 35px;
      height: 35px;
      top: 4px;
      transition: 1s ease all; }
  .navUser {
    top: 0px;
    display: block;
    position: relative;
    transform: translateY(0px); }
  .stickyIntro {
    flex-direction: column-reverse; }
    .stickyIntro div[data-aos="ScaleAdjustLarge"] {
      height: 50vh !important;
      width: 99.89vw; }
    .stickyIntro div[data-aos="ScaleAdjustSmall"] {
      height: 50vh !important;
      width: 99.89vw; }
  [data-aos="ScaleAdjustSmall"] {
    overflow: hidden;
    width: 100%;
    transition-property: width; }
    [data-aos="ScaleAdjustSmall"].aos-animate {
      width: 100%; }
  [data-aos="ScaleAdjustLarge"] {
    width: 100%;
    overflow: hidden;
    transition-property: width; }
    [data-aos="ScaleAdjustLarge"].aos-animate {
      width: 100%; } }

body, html, .full-width {
  max-width: 99.89vw !important; }

.page {
  padding: 0px !important;
  margin: 0px !important; }

[data-aos] {
  transition: all 1s ease !important; }

[data-aos="FlyOut"] {
  transform: translate(0, 0);
  transition-property: transform;
  transition: all 1s ease !important; }
  [data-aos="FlyOut"].aos-animate {
    transition: all 1s ease !important;
    transform: translate(0, -100vh); }

[data-aos="FlyInLeft"] {
  transform: translate(99.89vw, 0);
  transition-property: transform;
  transition: all 1s ease !important; }
  [data-aos="FlyInLeft"].aos-animate {
    transition: all 1s ease !important;
    transform: translate(0, 0); }

[data-aos="FlyOutLeft"] {
  transform: translate(0, 0);
  transition-property: transform;
  transition: all 1s ease !important; }
  [data-aos="FlyOutLeft"].aos-animate {
    transform: translate(-101vw, 0);
    transition: all 1s ease !important; }

[data-aos="processImage"] img.proImg {
  transform: translate(0, 100vh) !important;
  transition: transform 2.5s ease !important; }

[data-aos="processImage"] img.backImg {
  transform: translate(0, 0vh);
  transition: transform 1s ease !important; }

[data-aos="processImage"].aos-animate img.proImg {
  transform: translate(0, 0vh) !important;
  transition: transform 1s ease !important; }

[data-aos="processImage"].aos-animate img.backImg {
  transform: translate(0, -100vh);
  transition: transform 2.5s ease !important; }

[data-aos="FlyOutRight"] {
  position: absolute;
  z-index: 9;
  transform: translate(0px, 0);
  left: 0px;
  transition: all 1s ease !important;
  transition-property: transform; }
  [data-aos="FlyOutRight"].aos-animate {
    transition: all 1s ease !important;
    left: unset;
    transform: translate(101vw, 0); }

[data-aos="FilterAnimate"] {
  filter: invert(0);
  transition: all ease 1s !important; }
  [data-aos="FilterAnimate"].aos-animate {
    transition: all ease 1s !important;
    filter: invert(0.8); }

[data-aos="FilterAnimatePar"] {
  transition-property: all;
  color: #fff;
  transition-property: color 1s ease; }
  [data-aos="FilterAnimatePar"].aos-animate {
    transition-property: all;
    color: #555;
    transition-property: color 1s ease; }

[data-aos="FilterAnimateLine"] {
  transition-property: filter;
  border-bottom: 3px solid #fff !important;
  border-top: 3px solid #fff !important;
  transition-property: all; }
  [data-aos="FilterAnimateLine"].aos-animate {
    transition-property: filter;
    border-bottom: 3px solid #555 !important;
    border-top: 3px solid #555 !important;
    transition-property: all; }

[data-aos="ScaleAdjustSmall"] {
  overflow: hidden;
  width: 50%;
  transition-property: width; }
  [data-aos="ScaleAdjustSmall"].aos-animate {
    width: 30%; }

[data-aos="ScaleAdjustLarge"] {
  width: 50%;
  overflow: hidden;
  transition-property: width; }
  [data-aos="ScaleAdjustLarge"].aos-animate {
    width: 70%; }

.card.productCard .card-title {
  line-height: 1.5em;
  color: #2b2b2b; }

.card.productCard .price {
  color: #4C6A50;
  margin: 0px; }

.card.productCard .ratingPrice {
  display: flex; }

.card.productCard .yotpo.bottomLine.yotpo-small {
  margin-left: auto; }

.card.productCard .card-sku {
  line-height: 1.5em;
  color: #a29e9e; }

.card.productCard .card-upsell {
  line-height: 1.5em;
  color: #a29e9e; }

.categoriesLinks {
  display: flex;
  column-width: 200px;
  justify-content: center;
  align-content: center;
  margin: 20px auto 0px auto;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }
  .categoriesLinks .links {
    position: relative;
    padding: 0px 15px; }
    .categoriesLinks .links:before {
      content: "";
      position: absolute;
      width: 0%;
      height: 2px;
      background-color: #767676;
      right: 0px;
      left: 0px;
      bottom: -5px;
      transition: width 1s ease;
      margin: 0px auto; }
    .categoriesLinks .links.active:before {
      width: 50%;
      margin: 0px auto; }

.productListRow {
  flex: 1;
  min-height: 440px; }
  .productListRow .productList {
    display: flex;
    columns: 5;
    column-gap: 30px;
    column-width: 200px;
    justify-content: space-between;
    margin: 20px auto 0px auto;
    opacity: 0;
    position: relative;
    flex: 1;
    min-height: 415px; }
    .productListRow .productList.loaded {
      opacity: 1;
      position: relative;
      transition: opacity 1.3s ease; }
    .productListRow .productList article.card {
      flex: 1; }

@media (max-width: 961px) {
  .productList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 30px; }
  .productList > * {
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px; }
  .productList > :nth-child(n+3) {
    display: none; }
  .cBTN {
    white-space: nowrap;
    overflow: hidden;
    padding: 15px 20px;
    text-overflow: ellipsis; }
  .cBTN.px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .storyCards .smallCards .col-sm-12:has(.copy) {
    min-height: 250px !important; }
  .storyCards .smallCards .copy {
    padding: 0px; } }

.footerBlog.full-width {
  padding-bottom: 50px; }

.newsletter-div .emailconfirm .alertBox--success {
  max-width: unset;
  margin: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.newsletter-div .alertBox {
  border-radius: 4px;
  color: #333; }

.newsletter-div .alertBox--success {
  background-color: #dbe1dc;
  border-color: #dbe1dc;
  color: #fff; }

.newsletter-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 .3s ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #fff; }

.newsletter-div .page-content, .newsletter-div .page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

.newsletter-div .emailconfirm .alertBox--success-img {
  padding-right: 0;
  display: table-cell;
  width: 30px;
  vertical-align: middle;
  height: 24px; }

.newsletter-div .alertBox.alertBox--success p.alertBox-message {
  color: #4c6a50;
  font-family: Arial,Helvetica,sans-serif;
  margin-bottom: 0px;
  text-align: left; }

.newsletter-div .emailconfirm .alertBox-message {
  width: auto; }

.newsletter-div .emailconfirm .alertBox--success-img img {
  width: 23px;
  height: 23px;
  vertical-align: middle; }

.newsletter-div .alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.newsletter-div .alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.newsletter-div .emailconfirm {
  margin-bottom: 0px !important; }

.page404 {
  max-width: 1300px;
  margin: 0px auto;
  background-image: url("https://store-kmr73o5t54.mybigcommerce.com/content/images/1004590128_EV_V1_415%201.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 5px;
  min-height: 500px;
  display: flex; }
  .page404 .blur404 {
    backdrop-filter: blur(15px) brightness(90%);
    -webkit-backdrop-filter: blur(15px) brightness(90%);
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center; }
    .page404 .blur404 .text404 {
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-shrink: 0;
      z-index: 1; }
      .page404 .blur404 .text404 .notfound {
        color: #FFF;
        text-align: center;
        font-size: 2.5rem;
        font-family: Palatino;
        font-style: italic;
        font-weight: 400;
        line-height: 55px; }
      .page404 .blur404 .text404 .oopsText {
        color: #FFF;
        text-align: center;
        font-size: 1.75rem;
        font-family: Arial;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 78%;
        margin: auto; }
      .page404 .blur404 .text404 .form {
        margin: 15px auto;
        width: 70%; }
        .page404 .blur404 .text404 .form .button--primary {
          background-color: white;
          color: #555;
          text-align: center;
          font-size: 0.8125rem;
          font-family: Arial, Helvetica, sans-serif;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-transform: uppercase; }
        .page404 .blur404 .text404 .form .button--primary:hover {
          border-width: 2px;
          border-color: white;
          background-color: transparent;
          color: white; }
        .page404 .blur404 .text404 .form .button--primary:focus {
          border-width: 2px;
          border-color: black;
          background-color: #555;
          color: white; }

svg#scentsMap .targetClass:hover .cls-2 {
  fill: #555555;
  transition: 0.5s ease-in-out all;
  cursor: pointer; }

svg#scentsMap .targetClass .cls-2 {
  transition: 0.5s ease-in-out all;
  fill: #fff; }

svg#scentsMap .targetClass.active .cls-2 {
  fill: #555555;
  transition: 0.5s ease-in-out all;
  cursor: pointer; }

svg#scentsMap .targetClass.inactive .cls-2 {
  transition: 0.5s ease-in-out all;
  fill: #fff; }

#introCar.inactive {
  display: none !important; }

.marilScent .title {
  font-weight: normal !important;
  text-transform: uppercase; }

#detailsBox {
  width: 100%;
  max-width: 425px;
  margin: auto 0px;
  top: 0px;
  bottom: 0px;
  left: 10%;
  position: absolute;
  display: flex;
  justify-content: center; }
  #detailsBox .copy {
    margin: auto;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px #f4f4f4; }
  #detailsBox .content {
    margin: 20px;
    width: 100%;
    border: solid 2px #2b2b2b; }
  #detailsBox .title {
    font-size: 2.3rem;
    font-weight: normal;
    border-bottom: solid 2px #2b2b2b;
    border-top: solid 2px #2b2b2b;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 10px;
    text-transform: uppercase; }
  #detailsBox .description {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: solid 2px #2b2b2b;
    padding: 10px; }
  #detailsBox .notes {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    border-bottom: solid 2px #2b2b2b; }
  #detailsBox .boxColor p {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    border-left: solid 2px #2b2b2b;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 10px;
    margin-left: auto;
    line-height: 1em;
    font-weight: normal; }
  #detailsBox .boxColor {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: palevioletred;
    height: 100%;
    position: relative;
    display: flex; }
  #detailsBox #whiteOakCashmere, #detailsBox #clearBlueWater, #detailsBox #pinkPomeloAloe, #detailsBox #smokedWoods, #detailsBox #oudEarth, #detailsBox #lavenderWhiteSage, #detailsBox #freshCutFlowers, #detailsBox #vetiverTimurPepper,
  #detailsBox #himalayanCitrus, #detailsBox #roseLeather {
    display: none; }
  #detailsBox #whiteOakCashmere.active, #detailsBox #clearBlueWater.active, #detailsBox #pinkPomeloAloe.active, #detailsBox #smokedWoods.active, #detailsBox #oudEarth.active, #detailsBox #lavenderWhiteSage.active, #detailsBox #freshCutFlowers.active, #detailsBox #vetiverTimurPepper.active,
  #detailsBox #himalayanCitrus.active, #detailsBox #roseLeather.active {
    display: flex; }

.productBest .productView-images {
  overflow: hidden;
  min-height: 350px;
  max-height: 600px;
  animation: 1s ease-in 0s 1 fadeinto; }
  .productBest .productView-images ul.listImages {
    color: #333333;
    cursor: auto;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    margin: 0;
    padding: 0;
    list-style-position: outside;
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    margin-bottom: 30px;
    margin-left: 0px; }
  .productBest .productView-images .productImages {
    list-style: none;
    animation: 1.5s ease-in 0s 1 fadeinto;
    color: #333333;
    cursor: auto;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    outline: none;
    padding: 0;
    float: left;
    list-style: none;
    display: block;
    border-radius: 10px;
    margin: 0px 10px;
    background-color: #000000; }

@keyframes fadeinto {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (max-width: 1280px) {
  .mobileCart {
    height: 75px;
    width: 100%;
    background-color: #eee;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    display: flex !important;
    padding: 15px; }
    .mobileCart .addtocartform {
      min-width: 100%;
      display: flex;
      height: 40px; }
      .mobileCart .addtocartform .form-action {
        width: 100%; }
        .mobileCart .addtocartform .form-action #form-action-addToCart {
          width: 100%; }
      .mobileCart .addtocartform .form-field--increments {
        width: 150px;
        height: 40px; }
        .mobileCart .addtocartform .form-field--increments .form-increment {
          display: block;
          height: 40px;
          margin-right: 20px;
          background-color: #FFF; }
          .mobileCart .addtocartform .form-field--increments .form-increment .button.button--icon {
            max-width: 20px;
            height: 100%; }
        .mobileCart .addtocartform .form-field--increments .form-input {
          max-width: 35px;
          padding: 0px;
          border: solid 0px; } }

.productBest .form-increment input.form-input--incrementTotal {
  border: solid 0px; }

.productBest {
  /* UNSET STYLES */
  /* header.header { max-height: 87px !important; } */
  /* ROOT */
  /* Typography */
  /* BANNER */
  /* Banner Logo */
  /*---- SLICK JS */
  /* IMAGE HOVER */
  /* Step Number */
  /* UP SELLING */
  /* Product Car */
  /*
    Responsive sizes 
    @media (max-width:320px) smartphones, iPhone, portrait 480x320 phones
        xxs
    @media (max-width:481px) portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide.
        xs
    @media (max-width:641px) portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones
        sm
    @media (max-width:961px) tablet, landscape iPad, lo-res laptops ands desktops
        mdt
    @media (max-width:1025px) big landscape tablets, laptops, and desktops
        lt
    @media (max-width:1281px) hi-res laptops and desktops 
        md
    @media (min-width:1500px) Large Desktops 
        lg
*/
  /* MEDIA SIZES */
  /* Large */ }
  .productBest .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 0rem;
    visibility: visible; }
  .productBest .slick-arrow {
    top: unset;
    left: unset !important;
    right: unset !important;
    bottom: unset;
    display: block;
    padding: unset;
    margin: unset;
    position: relative;
    transform: unset;
    width: 30px !important;
    height: 30px !important;
    background-color: #eee !important; }
  .productBest .slick-arrow:before {
    position: relative;
    height: 10px !important;
    width: 10px !important; }
  .productBest .slick-dots {
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    position: relative;
    display: inline-block;
    width: unset; }
  .productBest .slick-dots li {
    all: unset; }
  .productBest .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0;
    cursor: pointer; }
  .productBest .slick-dots li button, .productBest .slick-dots li button::before {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    border: 0px;
    background-color: #eee;
    transition: all ease 0.5s; }
  .productBest .slick-dots li.slick-active button::before {
    transition: all ease 1s;
    background: #2b2b2b; }
  .productBest .slick-dots li.slick-active button:before {
    color: #2b2b2b;
    opacity: 1; }
  .productBest .indicatorsGroup {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    /* background-color: #eee; */
    margin-top: 20px; }
  .productBest .productView {
    margin: 0 auto;
    padding: 0px; }
  .productBest .productView-price .price--withoutTax {
    color: #4C6A50;
    font-weight: bold;
    font-size: 26px !important;
    margin: 10px 0px; }
  .productBest .illustratedGraphic .indicatorsGroup {
    /* display: none; */ }
  .productBest .illustratedGraphic {
    position: relative;
    height: 650px;
    width: 100%;
    max-width: 650px; }
  .productBest .beforeGraphic {
    position: absolute;
    top: 0px;
    height: 650px;
    border-radius: 5px;
    background-color: #eee;
    width: 100%;
    max-width: 650px; }
  .productBest .afterGraphic {
    position: absolute;
    top: 0px;
    height: 650px;
    border-radius: 5px;
    /* background-color: #eee; */
    width: 100%;
    max-width: 650px;
    /* display: none; */
    /* border: #2b2b2b solid 5px; */ }
  .productBest .mainGraphic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 550px;
    border-radius: 5px;
    width: 100%;
    max-width: 550px; }
  .productBest .illustratedGraphic .slick-list {
    height: 550px;
    max-width: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .productBest .tagButton.bullets {
    flex-direction: row;
    max-width: unset;
    column-gap: 20px; }
  .productBest .slick-arrow {
    background-color: #425563;
    border: solid 4px white;
    height: 40px;
    transition: all ease 0.5s;
    width: 40px;
    border-radius: 50px; }
  .productBest .slick-arrow:before {
    height: 15px;
    width: 15px;
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; }
  .productBest .slick-next {
    right: 15px; }
  .productBest .slick-prev {
    left: 15px; }
  .productBest .productView-options {
    width: 100%; }
  .productBest p {
    line-height: unset; }
  .productBest .page-content--centered {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    float: none; }
  .productBest .flex-column {
    flex-direction: column; }
  .productBest .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto; }
  .productBest .body {
    padding: 0px;
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box; }
  .productBest body {
    overflow-x: hidden; }
  .productBest .footer {
    overflow-x: hidden; }
  .productBest :root {
    --main-color: #A32235;
    --secoundary-color: #006548;
    --tertiary-color: #ECE5DC;
    --quaternary-color: #C89E67;
    --demdacoWhite-color: #eee;
    --demdacoBlue-color: #425563;
    --demdacoGray-color: #555;
    --transparent-color:rgba( 255, 255, 255, 0); }
  .productBest .PrimairyFont {
    font-family: 'archer', 'Arvo', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: var(--demdacoWhite-color);
    max-width: 400px;
    display: inline-block; }
  .productBest .SecoundaryFont {
    font-family: 'archer', 'Arvo',  Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: var(--main-color);
    max-width: 500px;
    display: inline-block; }
  .productBest .TertiaryFont {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: var(--demdacoGray-color); }
  .productBest .BoldFont {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: var(--demdacoWhite-color);
    font-weight: 600;
    font-size: 27px;
    margin: 0px;
    padding: 0px; }
  .productBest .WhiteFont {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: var(--demdacoWhite-color);
    font-size: 18px;
    font-style: italic;
    margin: 0px;
    padding: 0px; }
  .productBest .slideBanner {
    display: block !important;
    height: 468px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-color: var(--main-color); }
  .productBest .bannerBlock .bannerBlock--container {
    background-color: var(--main-color); }
  .productBest .bannerBlock {
    min-height: 468px; }
  .productBest .bannerBlock .bannerBlock--container img {
    width: 100%;
    max-width: 350px; }
  @media (max-width: 961px) {
    .productBest {
      /* tablet, landscape iPad, lo-res laptops ands desktops */
      /* Banner Logo */ }
      .productBest .bannerBlock .bannerBlock--container {
        padding: 30px 20px; }
      .productBest .bannerBlock .bannerBlock--container img {
        width: 100%;
        max-width: 450px; } }
  @media (max-width: 1025px) {
    .productBest {
      /* big landscape tablets, laptops, and desktops */
      /* #bannerBlockChild .slick-slide img { height: 410px !important; min-width: 634px; margin-left: -25%; } */ }
      .productBest .bannerBlock {
        min-height: 400px; } }
  @media (max-width: 1281px) {
    .productBest {
      /* hi-res laptops and desktops */
      /* Banner Logo */ }
      .productBest .bannerBlock {
        min-height: 400px; }
      .productBest .bannerBlock .bannerBlock--container img {
        width: 100%;
        max-width: 250px; } }
  .productBest .hoverImage .CopyParent {
    display: none; }
  .productBest .hoverImage:hover {
    background-color: #ece5dc;
    width: 100%;
    border-radius: 5px;
    border: solid 7px #C89E67; }
  .productBest .hoverImage:hover img {
    visibility: hidden; }
  .productBest .hoverImage:hover .CopyParent {
    display: block; }
  .productBest .hoverImage:hover .CopyParent img {
    visibility: visible; }
  .productBest .hoverImage .CopyParent {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .productBest .hoverImage {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .productBest .StepNumber {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--tertiary-color);
    border: solid 6px var(--main-color);
    color: var(--main-color);
    font-size: 40px;
    font-weight: 600;
    top: -40px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
  .productBest .StepNumber p {
    color: var(--main-color);
    font-size: 40px;
    font-weight: 600;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
  .productBest .upsellProducts-slider .slick-list {
    padding: 0px !important; }
  .productBest .upsellProducts-slider .slick-slide {
    padding: 0px 12.5px; }
  .productBest .slider-for {
    max-width: 500px !important;
    margin: 0px auto;
    height: 420px; }
  .productBest .slider-nav {
    max-width: 350px !important;
    max-height: 50px !important;
    margin: 0px auto; }
  .productBest .featuredImage img {
    margin: 0px auto; }
  .productBest .ProductCar {
    position: relative;
    min-height: 300px;
    max-width: 370px;
    width: 100%; }
  .productBest .AnimatedShape {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 300px;
    width: 300px;
    background-color: #ECE5DC;
    border-radius: 50%; }
  @media (max-width: 1281px) {
    .productBest {
      /* hi-res laptops and desktops */ }
      .productBest .ProductCar {
        position: relative;
        min-height: 300px;
        max-width: 370px;
        width: 100%; }
      .productBest .AnimatedShape {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 275px;
        width: 275px;
        background-color: #ECE5DC;
        border-radius: 50%; } }
  @media (max-width: 320px) {
    .productBest {
      /* smartphones, iPhone, portrait 480x320 phones */ } }
  @media (max-width: 481px) {
    .productBest {
      /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
      .productBest .hoverImage .CopyParent {
        display: none; }
      .productBest .hoverImage:hover {
        background-color: unset;
        width: 100%;
        border-radius: unset;
        border: unset; }
      .productBest .hoverImage:hover img {
        visibility: visible; }
      .productBest .hoverImage:hover .CopyParent {
        display: none; }
      .productBest .hoverImage:hover .CopyParent img {
        visibility: hidden; } }
  @media (max-width: 641px) {
    .productBest {
      /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ } }
  @media (max-width: 961px) {
    .productBest {
      /* tablet, landscape iPad, lo-res laptops ands desktops */ }
      .productBest .AnimatedShape {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 300px;
        width: 300px;
        background-color: #ECE5DC;
        border-radius: 50%; } }
  @media (max-width: 1025px) {
    .productBest {
      /* big landscape tablets, laptops, and desktops */ } }
  @media (max-width: 1281px) {
    .productBest {
      /* hi-res laptops and desktops */ }
      .productBest .hoverImage:hover .CopyParent img {
        visibility: visible;
        max-width: 200px !important; }
      .productBest .hoverImage:hover .CopyParent .SecoundaryFont {
        font-size: 20px; }
      .productBest .ProductCar {
        position: relative;
        max-width: 275px;
        width: 100%; }
      .productBest .AnimatedShape {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 275px;
        width: 275px;
        background-color: #ECE5DC;
        border-radius: 50%; } }
  @media (min-width: 1500px) {
    .productBest {
      /* hi-res laptops and desktops */ }
      .productBest .ProductCar {
        position: relative;
        max-width: 275px;
        width: 100%; }
      .productBest .AnimatedShape {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 275px;
        width: 275px;
        background-color: #ECE5DC;
        border-radius: 50%; }
      .productBest .TbnSlider .slick-slide {
        max-height: 60px; } }

.productBest #add-to-cart-wrapper {
  color: #333333;
  cursor: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-direction: normal;
  text-align: left;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex; }

.productBest .productView-options .form-field {
  color: #333333;
  cursor: auto;
  line-height: 1.5;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  box-sizing: border-box;
  padding: 0;
  display: block;
  margin: 0 0 2rem;
  max-width: none;
  font-size: 0;
  margin-bottom: 0px; }

.flag-badge {
  float: unset; }

.productBest .productView-description {
  max-width: unset;
  width: 100%;
  margin-top: 20px; }

.productBest .form-increment {
  display: inline-flex;
  margin-right: 20px; }

.productBest .productView-options .form-field {
  display: inline-block; }

.home-follow-on-instagram.full-width {
  padding: 0px !important; }

.marilInstagram .full-width:has(.home-follow-on-instagram) {
  padding: 0px !important;
  max-height: 300px; }

.productView .productView-details .form-action {
  display: block;
  width: 100%; }

.form-wishlist a {
  margin: 0px !important;
  background-color: #efefef !important; }

form.form.form-wishlist.form-action {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.productView .productView-details .form-action input {
  width: 100%;
  margin: 0px;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold; }

.actions a {
  font-size: 1rem;
  line-height: 1rem;
  color: #2b2b2b;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold; }

.productView-options .form.addtocartform {
  display: flex;
  width: 100%;
  margin-bottom: 0px; }

.productView-options {
  width: 100%; }

.productBest nav .breadcrumbs {
  text-align: left;
  margin-bottom: 0px;
  margin-top: 0px; }

.recommendingProducts {
  display: none; }

.yotpo-main-reviews .yotpo-display-wrapper.yotpo-no-reviews {
  display: flex;
  margin: 30px 0px !important; }

.header-logo > a {
  display: block;
  width: auto;
  margin: 0px auto; }

@media (max-width: 1281px) {
  .header-logo {
    width: 100%;
    margin-left: 0px;
    max-width: 300px;
    margin: 0px auto;
    padding: 0px !important;
    pointer-events: none; } }

.productBest .accordion {
  width: 100%;
  border: 0px; }

.productBest .accordion p {
  margin: 0; }

.productBest .accordion__button {
  position: relative;
  display: block;
  margin: 0px;
  border-bottom: 1px solid #2b2b2b;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: left;
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 1.5rem;
  background: #ffffff;
  font-weight: bold; }

.productBest .accordion__button:focus, .productBest .accordion__button:hover {
  background: #2b2b2b;
  color: #ffffff; }

.productBest .accordion__button:focus::after, .productBest .accordion__button:hover::after {
  border-top-color: #ffffff; }

.productBest .accordion__button::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 0.65rem;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #2b2b2b; }

.productBest .accordion__button.expanded {
  background: #2b2b2b;
  color: #ffffff; }

.productBest .accordion__button.expanded::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ffffff;
  border-top: none; }

.productBest .accordion__section {
  padding: 1rem;
  background: #ffffff;
  max-height: 0vh;
  overflow: hidden;
  padding: 0; }

.productBest .accordion__section.open {
  max-height: 100vh;
  overflow: auto;
  padding: 1.25em;
  visibility: visible; }

@media (max-width: 961px) {
  .productBest .tagWrapper {
    display: none !important; }
  .productBest .productView-details .addtocartform {
    display: none  !important; } }

.marilFeaturedImage img {
  width: 100%; }

.marilScent {
  border: solid #2b2b2b 2px;
  margin-top: 10px;
  color: #2b2b2b; }
  .marilScent .headline {
    margin-top: 10px;
    padding: 10px 20px;
    border-top: solid #2b2b2b 2px;
    border-bottom: solid #2b2b2b 2px; }
  .marilScent .contentWrapper {
    display: flex;
    flex: 1; }
  .marilScent .description {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    align-items: center; }
  .marilScent .details {
    flex-grow: 1;
    min-width: 50%;
    display: flex; }
    .marilScent .details .bullets {
      padding: 30px; }
    .marilScent .details .colorSwatch {
      border-left: #2b2b2b solid 2px;
      margin-left: auto; }
      .marilScent .details .colorSwatch .color {
        width: 100%;
        height: 50%; }
      .marilScent .details .colorSwatch .size {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        text-align: center; }
        .marilScent .details .colorSwatch .size .number {
          font-size: 3em;
          line-height: 0.7em;
          font-weight: bold; }
        .marilScent .details .colorSwatch .size .unit {
          font-size: 1.2em;
          font-weight: bold; }

.marilScent h3 {
  text-transform: uppercase;
  font-weight: lighter !important;
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px;
  color: #2b2b2b;
  line-height: 1em;
  font-size: 50px; }

@media (max-width: 961px) {
  .MarilProductBlock {
    max-width: 99.89vw; }
  .marilFeaturedImage {
    min-height: 400px;
    width: 100%;
    max-width: calc(99.89vw - 40px);
    margin: 0px auto; }
  .marilFeaturedImage img {
    object-fit: cover !important;
    width: 100% !important;
    height: 400px !important; }
  .marilScent {
    max-width: 99.89vw;
    margin: 0px 20px;
    border: solid #2b2b2b 2px;
    margin-top: 10px;
    color: #2b2b2b; }
    .marilScent .headline {
      margin-top: 10px;
      padding: 10px 20px;
      border-top: solid #2b2b2b 2px;
      border-bottom: solid #2b2b2b 2px; }
    .marilScent .contentWrapper {
      display: flex;
      flex-wrap: wrap;
      flex: 1; }
    .marilScent .description {
      padding: 30px;
      flex-grow: 1;
      display: flex;
      align-items: center;
      border-bottom: solid #2b2b2b 2px; }
    .marilScent .details {
      flex-grow: 1;
      min-width: 50%;
      width: 100%;
      display: flex; }
      .marilScent .details .bullets {
        padding: 30px; }
      .marilScent .details .colorSwatch {
        border-left: #2b2b2b solid 2px;
        margin-left: auto; }
        .marilScent .details .colorSwatch .color {
          width: 100%;
          height: 50%; }
        .marilScent .details .colorSwatch .size {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          padding: 20px;
          text-align: center; }
          .marilScent .details .colorSwatch .size .number {
            font-size: 3em;
            line-height: 0.7em;
            font-weight: bold; }
          .marilScent .details .colorSwatch .size .unit {
            font-size: 1.2em;
            font-weight: bold; }
  .marilScent h3 {
    text-transform: uppercase;
    font-weight: lighter !important;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
    color: #2b2b2b;
    line-height: 1em;
    font-size: 50px; } }

.productBest .productView-images .slick-initialized .slick-slide {
  margin: 0px 10px; }

@media (max-width: 961px) {
  .productBest .productView-images .slick-initialized .slick-slide .productImages {
    margin: 0px !important; }
  .productBest .productView-images .slick-initialized .slick-slide {
    margin: 0px !important; } }

.SKO.productBest .imageOrnaments {
  object-fit: fill;
  position: absolute;
  top: 0px;
  z-index: -1;
  width: 50%;
  margin-top: 90px; }

.SKO.productBest .productView-images {
  overflow: hidden;
  min-height: 350px;
  max-height: 600px;
  animation: 1s ease-in 0s 1 fadeinto; }
  .SKO.productBest .productView-images ul.listImages {
    color: #333333;
    cursor: auto;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    margin: 0;
    padding: 0;
    list-style-position: outside;
    position: relative;
    display: block;
    box-sizing: border-box;
    user-select: none;
    margin-bottom: 30px;
    margin-left: 0px; }
  .SKO.productBest .productView-images .productImages {
    list-style: none;
    animation: 1.5s ease-in 0s 1 fadeinto;
    color: #333333;
    cursor: auto;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    outline: none;
    padding: 0;
    float: left;
    list-style: none;
    display: block;
    border-radius: 10px;
    margin: 0px 10px;
    background-color: #000000; }

@keyframes fadeinto {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (max-width: 961px) {
  .SKO.productBest .mobileCart {
    height: 75px;
    width: 100%;
    background-color: #eee;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    display: flex !important;
    padding: 15px; }
    .SKO.productBest .mobileCart .addtocartform {
      min-width: 100%;
      display: flex;
      height: 40px; }
      .SKO.productBest .mobileCart .addtocartform .form-action {
        width: 100%; }
        .SKO.productBest .mobileCart .addtocartform .form-action #form-action-addToCart {
          width: 100%; }
      .SKO.productBest .mobileCart .addtocartform .form-field--increments {
        width: 150px;
        height: 40px; }
        .SKO.productBest .mobileCart .addtocartform .form-field--increments .form-increment {
          display: block;
          height: 40px;
          margin-right: 20px;
          background-color: #FFF; }
          .SKO.productBest .mobileCart .addtocartform .form-field--increments .form-increment .button.button--icon {
            max-width: 20px;
            height: 100%; }
        .SKO.productBest .mobileCart .addtocartform .form-field--increments .form-input {
          max-width: 35px;
          padding: 0px;
          border: solid 0px; } }

.SKO.productBest .form-increment input.form-input--incrementTotal {
  border: solid 0px; }

.SKO.productBest {
  /* UNSET STYLES */
  /* header.header { max-height: 87px !important; } */
  /* ROOT */
  /* Typography */
  /* BANNER */
  /* Banner Logo */
  /*---- SLICK JS */
  /* IMAGE HOVER */
  /* Step Number */
  /* UP SELLING */
  /* Product Car */
  /*
    Responsive sizes 
    @media (max-width:320px) smartphones, iPhone, portrait 480x320 phones
        xxs
    @media (max-width:481px) portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide.
        xs
    @media (max-width:641px) portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones
        sm
    @media (max-width:961px) tablet, landscape iPad, lo-res laptops ands desktops
        mdt
    @media (max-width:1025px) big landscape tablets, laptops, and desktops
        lt
    @media (max-width:1281px) hi-res laptops and desktops 
        md
    @media (min-width:1500px) Large Desktops 
        lg
*/
  /* MEDIA SIZES */
  /* Large */ }
  .SKO.productBest .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 0rem;
    visibility: visible; }
  .SKO.productBest .slick-arrow {
    top: unset;
    left: unset !important;
    right: unset !important;
    bottom: unset;
    display: block;
    padding: unset;
    margin: unset;
    position: relative;
    transform: unset;
    width: 30px !important;
    height: 30px !important;
    background-color: #eee !important; }
  .SKO.productBest .slick-arrow:before {
    position: relative;
    height: 10px !important;
    width: 10px !important; }
  .SKO.productBest .slick-dots {
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    position: relative;
    display: inline-block;
    width: unset; }
  .SKO.productBest .slick-dots li {
    all: unset; }
  .SKO.productBest .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0;
    cursor: pointer; }
  .SKO.productBest .slick-dots li button, .SKO.productBest .slick-dots li button::before {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    border: 0px;
    background-color: #eee;
    transition: all ease 0.5s; }
  .SKO.productBest .slick-dots li.slick-active button::before {
    transition: all ease 1s;
    background: #2b2b2b; }
  .SKO.productBest .slick-dots li.slick-active button:before {
    color: #2b2b2b;
    opacity: 1; }
  .SKO.productBest .indicatorsGroup {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    /* background-color: #eee; */
    margin-top: 20px; }
  .SKO.productBest .productView {
    margin: 0 auto;
    padding: 0px; }
  .SKO.productBest .productView-price .price--withoutTax {
    color: #4C6A50;
    font-weight: bold;
    font-size: 26px !important;
    margin: 10px 0px; }
  .SKO.productBest .illustratedGraphic .indicatorsGroup {
    /* display: none; */ }
  .SKO.productBest .illustratedGraphic {
    position: relative;
    height: 650px;
    width: 100%;
    max-width: 650px; }
  .SKO.productBest .beforeGraphic {
    position: absolute;
    top: 0px;
    height: 650px;
    border-radius: 5px;
    background-color: #eee;
    width: 100%;
    max-width: 650px; }
  .SKO.productBest .afterGraphic {
    position: absolute;
    top: 0px;
    height: 650px;
    border-radius: 5px;
    /* background-color: #eee; */
    width: 100%;
    max-width: 650px;
    /* display: none; */
    /* border: #2b2b2b solid 5px; */ }
  .SKO.productBest .mainGraphic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 550px;
    border-radius: 5px;
    width: 100%;
    max-width: 550px; }
  .SKO.productBest .illustratedGraphic .slick-list {
    height: 550px;
    max-width: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .SKO.productBest .tagButton.bullets {
    flex-direction: row;
    max-width: unset;
    column-gap: 20px; }
  .SKO.productBest .slick-arrow {
    background-color: #425563;
    border: solid 4px white;
    height: 40px;
    transition: all ease 0.5s;
    width: 40px;
    border-radius: 50px; }
  .SKO.productBest .slick-arrow:before {
    height: 15px;
    width: 15px;
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; }
  .SKO.productBest .slick-next {
    right: 15px; }
  .SKO.productBest .slick-prev {
    left: 15px; }
  .SKO.productBest .productView-options {
    width: 100%; }
  .SKO.productBest p {
    line-height: unset; }
  .SKO.productBest .page-content--centered {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    float: none; }
  .SKO.productBest .flex-column {
    flex-direction: column; }
  .SKO.productBest .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0 auto; }
  .SKO.productBest .body {
    padding: 0px;
    float: left;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box; }
  .SKO.productBest body {
    overflow-x: hidden; }
  .SKO.productBest .footer {
    overflow-x: hidden; }
  .SKO.productBest :root {
    --main-color: #A32235;
    --secoundary-color: #006548;
    --tertiary-color: #ECE5DC;
    --quaternary-color: #C89E67;
    --demdacoWhite-color: #eee;
    --demdacoBlue-color: #425563;
    --demdacoGray-color: #555;
    --transparent-color:rgba( 255, 255, 255, 0); }
  .SKO.productBest .PrimairyFont {
    font-family: 'archer', 'Arvo', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: var(--demdacoWhite-color);
    max-width: 400px;
    display: inline-block; }
  .SKO.productBest .SecoundaryFont {
    font-family: 'archer', 'Arvo',  Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: var(--main-color);
    max-width: 500px;
    display: inline-block; }
  .SKO.productBest .TertiaryFont {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: var(--demdacoGray-color); }
  .SKO.productBest .BoldFont {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: var(--demdacoWhite-color);
    font-weight: 600;
    font-size: 27px;
    margin: 0px;
    padding: 0px; }
  .SKO.productBest .WhiteFont {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: var(--demdacoWhite-color);
    font-size: 18px;
    font-style: italic;
    margin: 0px;
    padding: 0px; }
  .SKO.productBest .slideBanner {
    display: block !important;
    height: 468px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    background-color: var(--main-color); }
  .SKO.productBest .bannerBlock .bannerBlock--container {
    background-color: var(--main-color); }
  .SKO.productBest .bannerBlock {
    min-height: 468px; }
  .SKO.productBest .bannerBlock .bannerBlock--container img {
    width: 100%;
    max-width: 350px; }
  @media (max-width: 961px) {
    .SKO.productBest {
      /* tablet, landscape iPad, lo-res laptops ands desktops */
      /* Banner Logo */ }
      .SKO.productBest .bannerBlock .bannerBlock--container {
        padding: 30px 20px; }
      .SKO.productBest .bannerBlock .bannerBlock--container img {
        width: 100%;
        max-width: 450px; } }
  @media (max-width: 1025px) {
    .SKO.productBest {
      /* big landscape tablets, laptops, and desktops */
      /* #bannerBlockChild .slick-slide img { height: 410px !important; min-width: 634px; margin-left: -25%; } */ }
      .SKO.productBest .bannerBlock {
        min-height: 400px; } }
  @media (max-width: 1281px) {
    .SKO.productBest {
      /* hi-res laptops and desktops */
      /* Banner Logo */ }
      .SKO.productBest .bannerBlock {
        min-height: 400px; }
      .SKO.productBest .bannerBlock .bannerBlock--container img {
        width: 100%;
        max-width: 250px; } }
  .SKO.productBest .hoverImage .CopyParent {
    display: none; }
  .SKO.productBest .hoverImage:hover {
    background-color: #ece5dc;
    width: 100%;
    border-radius: 5px;
    border: solid 7px #C89E67; }
  .SKO.productBest .hoverImage:hover img {
    visibility: hidden; }
  .SKO.productBest .hoverImage:hover .CopyParent {
    display: block; }
  .SKO.productBest .hoverImage:hover .CopyParent img {
    visibility: visible; }
  .SKO.productBest .hoverImage .CopyParent {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .SKO.productBest .hoverImage {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .SKO.productBest .StepNumber {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--tertiary-color);
    border: solid 6px var(--main-color);
    color: var(--main-color);
    font-size: 40px;
    font-weight: 600;
    top: -40px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
  .SKO.productBest .StepNumber p {
    color: var(--main-color);
    font-size: 40px;
    font-weight: 600;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
  .SKO.productBest .upsellProducts-slider .slick-list {
    padding: 0px !important; }
  .SKO.productBest .upsellProducts-slider .slick-slide {
    padding: 0px 12.5px; }
  .SKO.productBest .slider-for {
    max-width: 500px !important;
    margin: 0px auto;
    height: 420px; }
  .SKO.productBest .slider-nav {
    max-width: 350px !important;
    max-height: 50px !important;
    margin: 0px auto; }
  .SKO.productBest .featuredImage img {
    margin: 0px auto; }
  .SKO.productBest .ProductCar {
    position: relative;
    min-height: 300px;
    max-width: 370px;
    width: 100%; }
  .SKO.productBest .AnimatedShape {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 300px;
    width: 300px;
    background-color: #ECE5DC;
    border-radius: 50%; }
  @media (max-width: 1281px) {
    .SKO.productBest {
      /* hi-res laptops and desktops */ }
      .SKO.productBest .ProductCar {
        position: relative;
        min-height: 300px;
        max-width: 370px;
        width: 100%; }
      .SKO.productBest .AnimatedShape {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 275px;
        width: 275px;
        background-color: #ECE5DC;
        border-radius: 50%; } }
  @media (max-width: 320px) {
    .SKO.productBest {
      /* smartphones, iPhone, portrait 480x320 phones */ } }
  @media (max-width: 481px) {
    .SKO.productBest {
      /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
      .SKO.productBest .hoverImage .CopyParent {
        display: none; }
      .SKO.productBest .hoverImage:hover {
        background-color: unset;
        width: 100%;
        border-radius: unset;
        border: unset; }
      .SKO.productBest .hoverImage:hover img {
        visibility: visible; }
      .SKO.productBest .hoverImage:hover .CopyParent {
        display: none; }
      .SKO.productBest .hoverImage:hover .CopyParent img {
        visibility: hidden; } }
  @media (max-width: 641px) {
    .SKO.productBest {
      /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ } }
  @media (max-width: 961px) {
    .SKO.productBest {
      /* tablet, landscape iPad, lo-res laptops ands desktops */ }
      .SKO.productBest .AnimatedShape {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 300px;
        width: 300px;
        background-color: #ECE5DC;
        border-radius: 50%; } }
  @media (max-width: 1025px) {
    .SKO.productBest {
      /* big landscape tablets, laptops, and desktops */ } }
  @media (max-width: 1281px) {
    .SKO.productBest {
      /* hi-res laptops and desktops */ }
      .SKO.productBest .hoverImage:hover .CopyParent img {
        visibility: visible;
        max-width: 200px !important; }
      .SKO.productBest .hoverImage:hover .CopyParent .SecoundaryFont {
        font-size: 20px; }
      .SKO.productBest .ProductCar {
        position: relative;
        max-width: 275px;
        width: 100%;
        height: 300px; }
      .SKO.productBest .AnimatedShape {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 275px;
        width: 275px;
        background-color: #ECE5DC;
        border-radius: 50%; } }
  @media (min-width: 1500px) {
    .SKO.productBest {
      /* hi-res laptops and desktops */ }
      .SKO.productBest .ProductCar {
        position: relative;
        max-width: 275px;
        width: 100%;
        height: 300px; }
      .SKO.productBest .AnimatedShape {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 275px;
        width: 275px;
        background-color: #ECE5DC;
        border-radius: 50%; }
      .SKO.productBest .TbnSlider .slick-slide {
        max-height: 60px; } }

.SKO.productBest #add-to-cart-wrapper {
  color: #333333;
  cursor: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-direction: normal;
  text-align: left;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex; }

.SKO.productBest .productView-options .form-field {
  color: #333333;
  cursor: auto;
  line-height: 1.5;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  box-sizing: border-box;
  padding: 0;
  display: block;
  margin: 0 0 2rem;
  max-width: none;
  font-size: 0;
  margin-bottom: 0px; }

.flag-badge {
  float: unset; }

.SKO.productBest .productView-description {
  max-width: unset;
  width: 100%;
  margin-top: 20px; }

.SKO.productBest .form-increment {
  display: inline-flex;
  margin-right: 20px; }

.SKO.productBest .productView-options .form-field {
  display: inline-block; }

.home-follow-on-instagram.full-width {
  padding: 0px !important; }

.SKOInstagram .full-width:has(.home-follow-on-instagram) {
  padding: 0px !important;
  max-height: 300px; }

.productView .productView-details .form-action {
  display: block;
  width: 100%; }

.form-wishlist a {
  margin: 0px !important;
  background-color: #efefef !important; }

form.form.form-wishlist.form-action {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.productView .productView-details .form-action input {
  width: 100%;
  margin: 0px;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold; }

.actions a {
  font-size: 1rem;
  line-height: 1rem;
  color: #2b2b2b;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold; }

.productView-options .form.addtocartform {
  display: flex;
  width: 100%;
  margin-bottom: 0px; }

.productView-options {
  width: 100%; }

.SKO.productBest nav .breadcrumbs {
  text-align: left;
  margin-bottom: 0px;
  margin-top: 0px; }

.recommendingProducts {
  display: none; }

.yotpo-main-reviews .yotpo-display-wrapper.yotpo-no-reviews {
  display: flex;
  margin: 30px 0px !important; }

.header-logo > a {
  display: block;
  width: auto;
  margin: 0px auto; }

@media (max-width: 1281px) {
  .header-logo {
    width: 100%;
    margin-left: 0px;
    max-width: 300px;
    margin: 0px auto;
    padding: 0px !important;
    pointer-events: none; } }

.SKO.productBest .accordion {
  width: 100%;
  border: 0px; }

.SKO.productBest .accordion p {
  margin: 0; }

.SKO.productBest .accordion__button {
  position: relative;
  display: block;
  margin: 0px;
  border-bottom: 1px solid #2b2b2b;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: left;
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 1.5rem;
  background: #ffffff;
  font-weight: bold; }

.SKO.productBest .accordion__button:focus, .SKO.productBest .accordion__button:hover {
  background: #2b2b2b;
  color: #ffffff; }

.SKO.productBest .accordion__button:focus::after, .SKO.productBest .accordion__button:hover::after {
  border-top-color: #ffffff; }

.SKO.productBest .accordion__button::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 0.65rem;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #2b2b2b; }

.SKO.productBest .accordion__button.expanded {
  background: #2b2b2b;
  color: #ffffff; }

.SKO.productBest .accordion__button.expanded::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ffffff;
  border-top: none; }

.SKO.productBest .accordion__section {
  padding: 1rem;
  background: #ffffff;
  max-height: 0vh;
  overflow: hidden;
  padding: 0; }

.SKO.productBest .accordion__section.open {
  max-height: 100vh;
  overflow: auto;
  padding: 1.25em;
  visibility: visible; }

@media (max-width: 961px) {
  .SKO.productBest .tagWrapper {
    display: none !important; }
  .SKO.productBest .productView-details .addtocartform {
    display: none  !important; } }

.marilFeaturedImage img {
  width: 100%; }

.marilScent {
  border: solid #2b2b2b 2px;
  margin-top: 10px;
  color: #2b2b2b; }
  .marilScent .headline {
    margin-top: 10px;
    padding: 10px 20px;
    border-top: solid #2b2b2b 2px;
    border-bottom: solid #2b2b2b 2px; }
  .marilScent .contentWrapper {
    display: flex;
    flex: 1; }
  .marilScent .description {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    align-items: center; }
  .marilScent .details {
    flex-grow: 1;
    min-width: 50%;
    display: flex; }
    .marilScent .details .bullets {
      padding: 30px; }
    .marilScent .details .colorSwatch {
      border-left: #2b2b2b solid 2px;
      margin-left: auto; }
      .marilScent .details .colorSwatch .color {
        width: 100%;
        height: 50%; }
      .marilScent .details .colorSwatch .size {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        text-align: center; }
        .marilScent .details .colorSwatch .size .number {
          font-size: 3em;
          line-height: 0.7em;
          font-weight: bold; }
        .marilScent .details .colorSwatch .size .unit {
          font-size: 1.2em;
          font-weight: bold; }

.marilScent h3 {
  text-transform: uppercase;
  font-weight: lighter !important;
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px;
  color: #2b2b2b;
  line-height: 1em;
  font-size: 50px; }

@media (max-width: 961px) {
  .MarilProductBlock {
    max-width: 99.89vw; }
  .marilFeaturedImage {
    min-height: 400px;
    width: 100%;
    max-width: calc(99.89vw - 40px);
    margin: 0px auto; }
  .marilFeaturedImage img {
    object-fit: cover !important;
    width: 100% !important;
    height: 400px !important; }
  .marilScent {
    max-width: 99.89vw;
    margin: 0px 20px;
    border: solid #2b2b2b 2px;
    margin-top: 10px;
    color: #2b2b2b; }
    .marilScent .headline {
      margin-top: 10px;
      padding: 10px 20px;
      border-top: solid #2b2b2b 2px;
      border-bottom: solid #2b2b2b 2px; }
    .marilScent .contentWrapper {
      display: flex;
      flex-wrap: wrap;
      flex: 1; }
    .marilScent .description {
      padding: 30px;
      flex-grow: 1;
      display: flex;
      align-items: center;
      border-bottom: solid #2b2b2b 2px; }
    .marilScent .details {
      flex-grow: 1;
      min-width: 50%;
      width: 100%;
      display: flex; }
      .marilScent .details .bullets {
        padding: 30px; }
      .marilScent .details .colorSwatch {
        border-left: #2b2b2b solid 2px;
        margin-left: auto; }
        .marilScent .details .colorSwatch .color {
          width: 100%;
          height: 50%; }
        .marilScent .details .colorSwatch .size {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          padding: 20px;
          text-align: center; }
          .marilScent .details .colorSwatch .size .number {
            font-size: 3em;
            line-height: 0.7em;
            font-weight: bold; }
          .marilScent .details .colorSwatch .size .unit {
            font-size: 1.2em;
            font-weight: bold; }
  .marilScent h3 {
    text-transform: uppercase;
    font-weight: lighter !important;
    margin: 0px;
    margin-bottom: 0px;
    padding: 0px;
    color: #2b2b2b;
    line-height: 1em;
    font-size: 50px; } }

.SKO.productBest .productView-images .slick-initialized .slick-slide {
  margin: 0px 10px; }

@media (max-width: 961px) {
  .SKO.productBest .productView-images .slick-initialized .slick-slide .productImages {
    margin: 0px !important; }
  .SKO.productBest .productView-images .slick-initialized .slick-slide {
    margin: 0px !important; } }

main {
  float: unset;
  overflow: scroll; }

#customFacetsPage {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 50px 0px; }
  #customFacetsPage .productListing {
    display: flex;
    gap: 20px;
    flex: wrap; }
    #customFacetsPage .productListing #faceted-search-container {
      max-width: 300px;
      width: 100%;
      background-color: white;
      padding: 0px;
      top: 0px;
      position: sticky; }
    #customFacetsPage .productListing .productCategoies {
      width: 100%; }
      #customFacetsPage .productListing .productCategoies .productGridFacets {
        list-style: none;
        margin: 0px;
        display: grid;
        grid-template-columns: repeat(4, minmax(250px, 1fr));
        gap: 20px; }

.filters {
  width: 100%;
  margin-bottom: 20px; }
  .filters .appliedFilters {
    background-color: #eee;
    width: 100%;
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    height: auto;
    align-items: center; }
    .filters .appliedFilters .filter {
      background-color: white;
      color: #2b2b2b;
      padding: 5px 10px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      margin: 10px;
      gap: 5px; }
    .filters .appliedFilters .filter:before {
      content: "";
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M5 5l10 10m0-10L5 15" stroke="black" stroke-width="2"/></svg>');
      background-repeat: no-repeat;
      /* Or repeat as needed */
      background-size: contain;
      /* Or set to specific size */
      display: block;
      height: 15px;
      width: 15px;
      border-radius: 5px; }
    .filters .appliedFilters .clearAll {
      font-weight: bold;
      margin-left: auto;
      margin-right: 10px;
      text-transform: uppercase; }
  .filters .actionsFilters {
    margin-top: 0px;
    display: flex;
    gap: 15px;
    align-items: center; }
    .filters .actionsFilters .productCount {
      margin-left: auto; }
    .filters .actionsFilters .countLimit {
      background-color: #eee;
      justify-items: center;
      background-color: #eee;
      align-items: center;
      align-content: space-around;
      justify-content: center;
      padding: 10px 10px;
      border-radius: 5px;
      display: flex;
      height: 100%;
      font-weight: bold; }
      .filters .actionsFilters .countLimit .form-label {
        white-space: nowrap;
        margin: 0px; }
    .filters .actionsFilters .imageSwap {
      display: inline-grid;
      grid-template-columns: 1fr 0.3fr 1fr;
      justify-items: center;
      background-color: #eee;
      align-items: center;
      align-content: space-around;
      justify-content: center;
      padding: 0px 10px;
      border-radius: 5px; }
      .filters .actionsFilters .imageSwap .imageButton {
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px 0px; }
    .filters .actionsFilters .previousProducts {
      display: inline-grid;
      justify-items: center;
      background-color: #eee;
      align-items: center;
      align-content: space-around;
      justify-content: center;
      padding: 0px 10px;
      border-radius: 5px;
      margin: 20px auto 0px auto; }
      .filters .actionsFilters .previousProducts .imageButton {
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px 0px; }

.productCard {
  margin-bottom: 20px; }
  .productCard .productImage {
    padding-top: 100%;
    height: 0px;
    position: relative;
    border-radius: 7px;
    background-color: #2b2b2b;
    overflow: hidden; }
    .productCard .productImage .flags {
      position: absolute;
      z-index: 2;
      top: 10px;
      left: 10px;
      display: flex;
      gap: 10px;
      width: 100%; }
      .productCard .productImage .flags [class*="flag-"] {
        background-color: #2b2b2b;
        color: white;
        padding: 3px 10px;
        border-radius: 5px;
        text-transform: uppercase;
        font-weight: bold; }
    .productCard .productImage img {
      object-fit: cover;
      /* Cover the container, maintaining aspect ratio */
      object-position: center;
      /* Center the image */
      border-radius: 5px;
      opacity: 0.98;
      position: absolute;
      top: 0;
      left: 0;
      /* Add left and right to center the image horizontally */
      right: 0;
      bottom: 0;
      /* Add bottom to center the image vertically */
      min-height: 100%; }
  .productCard .productDetails {
    margin-top: 5px; }
    .productCard .productDetails p {
      margin-bottom: 0px; }
    .productCard .productDetails .topRow {
      display: flex; }
      .productCard .productDetails .topRow .review {
        margin-left: auto; }
    .productCard .productDetails .midRow {
      margin-top: 10px; }
      .productCard .productDetails .midRow .productTitle {
        font-weight: bold;
        font-size: 1.2rem;
        line-height: 1.4rem;
        min-height: 60px; }
      .productCard .productDetails .midRow .productSku {
        color: #767676;
        font-size: 0.85rem; }
    .productCard .productDetails .bottomRow .tags {
      text-align: left;
      display: none !important;
      gap: 10px;
      flex-wrap: wrap;
      margin: 5px 0px; }
      .productCard .productDetails .bottomRow .tags p {
        background-color: #3A4B58;
        padding: 0px 5px;
        font-size: 0.9rem;
        color: white;
        border-radius: 5px;
        font-weight: bold;
        display: inline-block; }
    .productCard .productDetails .bottomRow .callout {
      margin-top: 10px;
      display: flex;
      align-content: center;
      gap: 5px; }
      .productCard .productDetails .bottomRow .callout img {
        height: 22px;
        width: 22px; }
      .productCard .productDetails .bottomRow .callout p {
        font-size: 15px;
        font-weight: 600;
        font-style: italic;
        margin: 0px;
        color: #3A4B58; }
    .productCard .productDetails .bottomRow .colors {
      margin-top: 10px;
      display: flex;
      gap: 10px; }
      .productCard .productDetails .bottomRow .colors .color {
        background-color: #2b2b2b;
        height: 25px;
        width: 25px;
        border-radius: 20px; }

.actionsFilters {
  display: flex;
  flex-direction: column; }

#faceted-search-container {
  min-width: 300px; }
  #faceted-search-container .accordion {
    background-color: white;
    width: 100%;
    border: 0px; }
  #faceted-search-container .accordion p {
    margin: 0;
    font-size: 1rem; }
  #faceted-search-container .accordion__button {
    background-color: transparent;
    position: relative;
    display: flex;
    margin: 0px;
    border-bottom: 1px solid #2b2b2b;
    padding: 0.5rem 0rem;
    width: 100%;
    text-align: left;
    color: #2b2b2b;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold; }
  #faceted-search-container .accordion__button svg {
    height: 20px;
    width: 20px;
    margin-left: auto;
    transition: all ease 0.5s; }
  #faceted-search-container .accordion__button.expanded svg {
    transform: rotate(90deg);
    transition: all ease 0.5s; }
  #faceted-search-container .accordion__button:focus, #faceted-search-container .accordion__button:hover {
    color: #2b2b2b; }
  #faceted-search-container .accordion__button::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 0.65rem;
    width: 0;
    height: 0; }
  #faceted-search-container .accordion__button.expanded {
    color: #2b2b2b; }
  #faceted-search-container .accordion__section {
    padding: 1rem 0px;
    height: 0px;
    transition: height 0.5s ease-in-out;
    overflow: hidden;
    padding: 0;
    background-color: transparent; }
    #faceted-search-container .accordion__section .selectionFilter {
      display: flex;
      align-items: center;
      text-transform: capitalize;
      gap: 10px;
      margin: 5px 0px; }
      #faceted-search-container .accordion__section .selectionFilter input {
        height: 15px;
        width: 15px; }
  #faceted-search-container .accordion__price {
    padding: 1rem 0px;
    height: 0px;
    transition: height 0.5s ease-in-out;
    overflow: hidden;
    padding: 0;
    background-color: transparent; }
    #faceted-search-container .accordion__price .selectionFilter {
      display: flex;
      align-items: center;
      text-transform: capitalize;
      gap: 10px;
      margin: 5px 0px; }
      #faceted-search-container .accordion__price .selectionFilter input {
        height: 15px;
        width: 15px; }
  #faceted-search-container .accordion__section.open {
    height: auto;
    max-height: 100%;
    overflow: auto;
    padding: 1.25em 0px;
    visibility: visible;
    background-color: transparent; }
  #faceted-search-container .accordion__price.open {
    height: auto;
    max-height: 100%;
    overflow: auto;
    padding: 1.25em 0px;
    visibility: visible;
    background-color: transparent; }

.searchField {
  align-items: center;
  max-width: 300px;
  width: 100%;
  height: 41px;
  border: 1px solid #b4b4b4;
  border-radius: 25px;
  padding: 0 10px;
  position: relative; }
  .searchField input {
    flex: 1;
    border: none;
    height: 100%;
    width: 100%;
    background-color: transparent;
    color: #2b2b2b;
    font-size: 13px; }
    .searchField input::placeholder {
      font-weight: bold;
      color: #2b2b2b; }
  .searchField .searchIcon {
    display: block;
    background-image: url(https://www.demdaco.com/content/icons/SearchIcon-01.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 100%;
    background-color: white;
    content: "";
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
    position: absolute;
    right: 0px;
    top: auto;
    bottom: auto;
    margin: auto 0px;
    border-radius: 50px; }

.paginationFacets {
  /* Add this to hide sr-only elements visually but keep them accessible to screen readers */ }
  .paginationFacets .containerPaging {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px; }
  .paginationFacets .button-previous, .paginationFacets .button-next {
    background-color: lightgray;
    border: none;
    color: white;
    padding: 10px 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s; }
  .paginationFacets .button-previous[aria-disabled="false"], .paginationFacets .button-next[aria-disabled="false"] {
    background-color: #425563; }
  .paginationFacets .button-previous[aria-disabled="true"], .paginationFacets .button-next[aria-disabled="true"] {
    background-color: #f0f0f0;
    /* Light light gray */
    cursor: not-allowed; }
  .paginationFacets #pageNumbers {
    display: flex;
    gap: 10px;
    align-items: center; }
    .paginationFacets #pageNumbers button {
      background-color: #eee;
      padding: 5px 10px;
      font-weight: bold;
      border-radius: 5px;
      text-align: center;
      font-size: 16px;
      cursor: pointer;
      display: flex;
      color: #2b2b2b;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s; }
      .paginationFacets #pageNumbers button.active {
        background-color: #425563;
        color: white; }
  .paginationFacets .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .paginationFacets svg {
    fill: white;
    width: 16px;
    height: 16px; }

.mobileButtonclose {
  display: none; }

@media (max-width: 1000px) {
  .mobileButtonclose .closeButton {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M5 5l10 10m0-10L5 15" stroke="black" stroke-width="2"/></svg>');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    display: block !important;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    margin-left: auto;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
    background-color: white;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1); }
  .mobileButtonclose {
    display: block !important; }
  .upSellBlock {
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    flex-direction: column; } }

.upSellBlock {
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px; }

.upSellBlock p {
  min-width: 50%;
  text-align: center;
  color: white; }

.actions {
  margin-bottom: 15px; }

.wishlistAdd {
  position: absolute;
  top: 6px;
  display: flex;
  right: 6px;
  z-index: 9;
  border-radius: 30px;
  background-color: #fff;
  width: auto;
  min-width: 0px;
  max-width: 30px;
  transition: all 0.3s ease-in-out; }
  .wishlistAdd.isopen {
    transition: all 0.3s ease-in-out;
    max-width: 100%; }
  .wishlistAdd .iconWishlist {
    height: 30px;
    width: 30px;
    min-width: 30px;
    border-radius: 30px;
    position: relative; }
  .wishlistAdd .dropdownWishlist {
    transition: all 0.3s ease-in-out;
    border-right: #eee solid 0px;
    margin-right: 0px;
    height: 30px;
    min-width: 0px;
    max-width: 0px;
    display: flex;
    align-items: center; }
  .wishlistAdd.isopen .dropdownWishlist {
    transition: all 0.3s ease-in-out;
    border-right: #eee solid 1px;
    margin-right: 5px;
    height: 30px;
    min-width: 100px;
    max-width: 250px;
    display: flex;
    align-items: center; }

.dropdownWishlist form {
  margin-left: 10px;
  float: unset;
  border: 0px;
  max-width: 200px;
  margin-bottom: 0px; }
  .dropdownWishlist form select {
    border: 0px; }

.AddtoCart {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 30px;
  max-width: 130px;
  border: 4px solid #FFF;
  background-color: #FFF;
  bottom: 8px;
  z-index: 9;
  left: 6px;
  margin-bottom: 0px; }
  .AddtoCart .DecreaseCart {
    height: 30px;
    min-width: 30px;
    border: 0px solid #487085;
    border-radius: 100px;
    background-color: #487085;
    color: white;
    margin: 0px;
    padding: 0px; }
  .AddtoCart .quantyCart {
    background-color: #FFF;
    border: 0px;
    margin: 0px;
    height: 30px;
    padding: 0px;
    max-width: 30px;
    text-align: center; }
  .AddtoCart .IncreaseCart {
    height: 30px;
    min-width: 30px;
    border: 0px solid #487085;
    border-radius: 100px;
    padding: 0px;
    margin: 0px;
    background-color: #487085;
    color: white; }
  .AddtoCart.isopen {
    display: flex; }

.quickview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  position: absolute;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 30px;
  max-width: 130px;
  background-color: white;
  bottom: 8px;
  z-index: 9;
  right: 6px;
  margin-bottom: 0px;
  height: 38px;
  box-shadow: 0px 0px 5px 0px #000; }

.quickview:focus {
  background-color: white; }

.AddtoCartBTN {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  position: absolute;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 30px;
  max-width: 130px;
  background-color: white;
  bottom: 8px;
  z-index: 9;
  left: 6px;
  margin-bottom: 0px;
  height: 38px;
  box-shadow: 0px 0px 5px 0px #000; }

.productImage:hover .AddtoCartBTN {
  display: flex; }

.productImage:hover .quickview {
  display: flex; }

.Banners {
  background-color: #eee;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }

.BannerPromo.selected {
  background-color: #487085;
  border: 1px solid #487085; }
  .BannerPromo.selected .content {
    display: flex;
    flex-direction: column;
    text-align: left;
    flex: 1; }
    .BannerPromo.selected .content p {
      margin: 0;
      line-height: 1.3rem; }
    .BannerPromo.selected .content .expires {
      font-size: 14px;
      color: #fff; }
    .BannerPromo.selected .content .oldPrice {
      font-size: 14px;
      color: #fff;
      font-weight: bold;
      text-decoration: line-through; }
    .BannerPromo.selected .content .newPrice {
      font-size: 14px;
      font-weight: bold;
      color: #fff; }
    .BannerPromo.selected .content .title {
      font-size: 16px;
      font-weight: bold;
      color: #fff; }
  .BannerPromo.selected .actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: #487085 solid 2px;
    padding: 10px; }
    .BannerPromo.selected .actions button {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #bcdff3;
      margin: auto;
      border-radius: 50%;
      height: 28px;
      width: 28px;
      position: relative;
      border: solid 2px #487085; }
    .BannerPromo.selected .actions .icon {
      background-color: #487085;
      margin: auto;
      border-radius: 50px;
      height: 18px;
      width: 18px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

.BannerPromo {
  display: flex;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px 0px 10px 10px;
  max-width: 350px;
  text-align: center;
  box-shadow: 0px 0px 3px 0px #b8b8b8;
  border-radius: 5px;
  flex-wrap: wrap;
  gap: 10px; }
  .BannerPromo .imageContainer {
    background-color: #eee;
    height: 70px;
    border-radius: 5px;
    width: 70px; }
  .BannerPromo .content {
    display: flex;
    flex-direction: column;
    text-align: left;
    flex: 1; }
    .BannerPromo .content p {
      margin: 0;
      line-height: 1.3rem; }
    .BannerPromo .content .expires {
      font-size: 14px;
      color: #757575; }
    .BannerPromo .content .oldPrice {
      font-size: 14px;
      color: #AB1818;
      font-weight: bold;
      text-decoration: line-through; }
    .BannerPromo .content .newPrice {
      font-size: 14px;
      font-weight: bold;
      color: #4D6A51; }
    .BannerPromo .content .title {
      font-size: 16px;
      font-weight: bold;
      color: #000; }
  .BannerPromo .actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: #dfdfdf solid 2px;
    padding: 10px; }
    .BannerPromo .actions button {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #DBE1DC;
      margin: auto;
      border-radius: 50px;
      height: 28px;
      width: 28px;
      position: relative;
      border: #86a28b solid 2px; }
    .BannerPromo .actions .icon {
      background-color: #DBE1DC;
      margin: auto;
      border-radius: 50px;
      height: 18px;
      width: 18px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

.modalMobile {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  height: 100%;
  width: 100%;
  background-color: rgba(26, 26, 26, 0.7); }

.modalMobileContainer {
  height: 550px;
  width: 100%;
  position: fixed;
  border-radius: 15px 15px 0px 0px;
  background-color: #fff;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.modalMobileContainer .contentDetails .ProductDetails {
  border-bottom: rgba(26, 26, 26, 0.7) solid 2px; }

.modalMobileContainer .details {
  max-height: 550px;
  overflow: scroll;
  margin: 20px; }

.hide {
  display: none; }

.options {
  border-bottom: #757575 solid 2px;
  padding: 0px 0px 20px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: column; }

.details h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
  border-bottom: #757575 solid 2px;
  position: sticky;
  top: 0px;
  background-color: #fff;
  text-align: center;
  padding: 10px 20px;
  z-index: 999; }

.details h3 {
  border-bottom: #757575 solid 0px;
  margin-bottom: 0px;
  padding: 0px;
  line-height: initial;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
  text-align: left;
  z-index: 999; }

.mobileBack {
  display: none; }

.navPage-issubMenu-item-child {
  padding-top: 20px; }

.details .tabTitle {
  position: relative;
  z-index: 99;
  padding: 20px 10px;
  border-bottom: #757575 solid 2px;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  position: sticky;
  top: 0px;
  background-color: #fff; }
  .details .tabTitle .backButtonPromo {
    height: 40px;
    width: 40px;
    min-width: 40px;
    background-color: #487085;
    border-radius: 5px;
    background-image: url("https://store-kmr73o5t54.mybigcommerce.com/content/icons/newIcons/LeftArrow.svg");
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat; }

.btn-continue {
  background-color: #487085;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  border: none;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0px !important; }

.btn-continue:hover {
  background-color: #2b4959; }

@media (min-width: 1000px) {
  .modalMobileContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 380px;
    height: auto;
    max-height: 600px;
    margin: auto;
    border-radius: 20px; }
  .modalMobileContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 380px;
    height: auto;
    max-height: 600px;
    margin: auto;
    border-radius: 20px; } }

@media (max-width: 1000px) {
  .subCategoryParent {
    display: none; }
  .modalMobileContainer {
    max-height: 600px;
    height: auto;
    width: 100%;
    max-width: 600px; }
    .modalMobileContainer form {
      display: flex;
      flex-direction: column;
      gap: 10px; }
  .buttonsGroup {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  #createNewBtn, #useExistingBtn {
    margin-top: 0px; } }

.maxWidthContent {
  max-width: 1500px; }

.container.maxWidthContent {
  max-width: 1500px;
  flex-direction: column;
  display: flex; }

@media (max-width: 1550px) {
  .maxWidthContent {
    max-width: 1300px; }
  .container.maxWidthContent {
    max-width: 1300px;
    flex-direction: column;
    display: flex; }
  #faceted-search-container {
    min-width: 225px; }
  #customFacetsPage .productListing #faceted-search-container {
    max-width: 250px;
    width: 100%;
    background-color: white;
    padding: 0px;
    top: 0px;
    position: sticky; }
  #customFacetsPage .productListing .productCategoies .productGridFacets {
    list-style: none;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
  .productRecommendations {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0px 50px 0px;
    padding: 20px 20px;
    border: 1px solid rgba(229, 229, 229, 0.975);
    list-style: none;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 3px rgba(229, 229, 229, 0.96); } }

@media (max-width: 1300px) {
  .maxWidthContent {
    max-width: 1200px; }
  div.navPage-issubMenu.is-open {
    background-color: #eee; }
  .container.maxWidthContent {
    max-width: 1000px;
    flex-direction: column;
    display: flex;
    margin: 45px auto 0px auto; }
  #faceted-search-container {
    min-width: 225px; }
  #customFacetsPage .productListing #faceted-search-container {
    max-width: 250px;
    width: 100%;
    background-color: white;
    padding: 0px;
    top: 0px;
    position: sticky; }
  #customFacetsPage .productListing .productCategoies .productGridFacets {
    list-style: none;
    margin: 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
  .productRecommendations {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0px 50px 0px;
    padding: 20px 20px;
    border: 1px solid rgba(229, 229, 229, 0.975);
    list-style: none;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 3px rgba(229, 229, 229, 0.96); }
  .productRecommendations :nth-child(1) {
    grid-column: 1 / span 3 !important; }
  .upSellBlock .content, .upSellBlock .image {
    height: 350px !important; }
  .upSellBlock {
    gap: 0px !important; }
  .navPages-quickSearch {
    order: unset !important; }
  .LogoSearchAccount {
    padding: 10px 20px !important; }
  .header, .header.sticky {
    height: 70px; }
  .navPages-quickSearch {
    width: 50%;
    max-width: 650px; }
  div.navPage-issubMenu.is-open {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 100%;
    height: 420px; }
  .MegaNavFooter {
    top: 430px; } }

@media (max-width: 1045px) and (min-width: 1000px) {
  .subCategoryParent, .subCategoryParent.slick-slider, #desktopCategory {
    display: none !important; }
  .maxWidthContent {
    max-width: 900px; }
  .container.maxWidthContent {
    max-width: 900px;
    flex-direction: column;
    display: flex;
    margin: 45px auto 0px auto; }
  .navMegaBar {
    gap: 18px; }
  .navMegaBar button {
    font-size: 12px; }
  .navPage-issubMenu-item-child {
    min-width: 120px; } }

@media (max-width: 1000px) {
  .navMegaBar button.contains-subMenu.is-root:hover::after {
    width: 0%;
    background-color: #2b2b2b; }
  .Mobilehide {
    display: none; }
  #customFacetsPage .productListing #faceted-search-container {
    max-height: unset;
    max-width: 100%;
    position: relative;
    display: block; }
  .modalMobileFilters {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999;
    height: 100%;
    width: 100%;
    background-color: rgba(26, 26, 26, 0.7); }
  .modalMobileContainerFilters {
    background-color: #fff;
    position: fixed;
    top: unset;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 380px;
    height: auto;
    max-height: 100vh;
    margin: auto;
    border-radius: 20px  20px  0px  0px;
    z-index: 999; }
  .modalMobileContainerFilters .details {
    max-height: unset;
    overflow: scroll;
    margin: 0px;
    padding: 20px; }
  .modalMobileContainerFilters {
    min-height: 600px;
    top: 0px;
    bottom: 0px;
    height: auto;
    width: 100%;
    max-width: 100%;
    overflow: scroll; }
    .modalMobileContainerFilters form {
      display: flex;
      flex-direction: column;
      gap: 10px; }
  .modalMobileFillter {
    max-height: unset; }
    .modalMobileFillter .modalMobileContainer {
      max-height: unset;
      height: auto;
      width: 100%;
      max-width: 600px; }
  .navPages-quickSearch {
    order: 2 !important;
    max-width: unset !important; }
  .LogoSearchAccount {
    padding: 0px !important; }
  .container.maxWidthContent {
    margin: 10px auto 0px auto; }
  .productRecommendations {
    grid-template-columns: repeat(2, 1fr) !important;
    border-top: 0px !important; }
  .actionsFilters {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .previousProducts {
    grid-column: 1 / 3; }
  .filters .actionsFilters .sortBy {
    width: 100%; }
  .filters .actionsFilters .mobileFilters {
    width: auto;
    padding: 0px 20px; }
  .header, .header.sticky {
    height: 100px; } }

.modalButton {
  display: none; }

@media (max-width: 1000px) {
  .header {
    position: relative !important; }
  .filters .appliedFilters {
    flex-wrap: wrap; }
  .btn.apply {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    background: #425563;
    border: 1px solid #425563;
    border-radius: 0.3125rem;
    padding: 0.75rem 1.5rem;
    margin: 0px; }
  .modalButton {
    display: block; } }

.subCategoryParent .slick-track {
  display: flex;
  align-items: center; }

@media (max-width: 1024px) {
  .sectionBanner .columnsSections {
    background-color: #F6F0DB;
    padding: 0px 20px; }
  .sectionBanner .columnsSections .three-column {
    padding: 0;
    margin-bottom: 0.5rem;
    width: 100%;
    float: left;
    order: 2 !important; }
  .page--pagelayout .twothirds-column {
    padding: 0;
    order: 1 !important; } }

.maxWidthContent {
  width: 100%; }

.BRFourBlock {
  width: 100%;
  position: relative;
  max-height: unset !important;
  order: 3; }
  .BRFourBlock img {
    width: 100%;
    height: auto; }
  .BRFourBlock .SlidePDP {
    transition: transform 0.5s ease;
    display: flex;
    gap: 20px !important; }
  .BRFourBlock .SlidePDP .item {
    padding: 0px 10px; }
  .BRFourBlock .slick-dots {
    display: flex !important;
    gap: 10px;
    justify-content: center;
    width: 100%; }
  .BRFourBlock .slick-dots li button {
    margin: 0;
    width: 20px;
    height: 20px;
    background-color: #bbb;
    border: 0px !important;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.6s ease; }
  .BRFourBlock .slick-dots li {
    background-color: unset;
    border: 0px !important; }
  .BRFourBlock .slick-dots li button::before {
    background-color: unset; }
  .BRFourBlock .slick-dots li.slick-active button {
    background-color: #2b2b2b;
    width: 40px;
    border-radius: 10px;
    transition: all 0.6s ease; }
  @media (min-width: 768px) {
    .BRFourBlock .SlidePDP .item {
      width: calc(50% - 10px); } }
  @media (min-width: 992px) {
    .BRFourBlock .SlidePDP .item {
      width: calc(33.3333% - 13.333px); } }
  @media (min-width: 1200px) {
    .BRFourBlock .SlidePDP .item {
      width: calc(25% - 15px); } }
  .BRFourBlock #listImages.slick-initialized {
    flex-direction: column; }

@media (max-width: 640px) {
  .BRSevenBlock p {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px; } }

.priceSearch {
  /* max-width: 300px; */ }

#priceFilters {
  display: flex;
  align-items: center;
  /* max-width: 300px; */
  gap: 10px;
  /* Adjusted for better spacing */
  margin-top: 20px; }

.input-group {
  display: flex;
  flex-direction: column;
  min-width: 0px; }

.input-with-symbol {
  display: flex;
  align-items: center; }

.currency-symbol {
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-right: none;
  /* Remove the right border to merge with the input field */
  border-radius: 5px 0 0 5px;
  /* Rounded corners on the left side only */ }

#priceFilters input#minPrice, #priceFilters input#maxPrice {
  padding: 13px;
  border: 1px solid #ccc;
  border-radius: 0 5px 5px 0;
  /* Rounded corners on the right side */
  flex: 1;
  min-width: 0px; }

#applyButtonPriceSearch {
  padding: 8px 10px;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  width: 100%;
  margin-top: 20px; }

@media (max-width: 640px) {
  #applyButtonPriceSearch {
    display: none; }
  #priceFilters {
    margin-bottom: 50px; } }

#modal {
  border-radius: 10px; }

.quickView {
  overflow-x: hidden; }
  .quickView .productBest .accordion__button::after {
    display: none; }
  .quickView #listImages.slick-initialized {
    flex-direction: column; }
  .quickView .productView.productBest.responsiveGrid.productView--quickView {
    max-width: 100%;
    padding: 0px 20px; }
  .quickView .productView-images {
    position: relative; }
    .quickView .productView-images .productImage {
      width: 100%;
      /* Fallback for initial state */
      list-style: none;
      border-radius: 10px;
      overflow: hidden; }
    .quickView .productView-images .productImage a {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      background: rgba(43, 43, 43, 0.98);
      border: 2px solid #fff;
      /* Outer border */
      box-shadow: inset 0 0 0 2px #fff;
      /* Inner border */
      overflow: hidden;
      /* Ensures the inner border doesn't extend outside */ }
    .quickView .productView-images .productImage img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
      opacity: .98; }
    .quickView .productView-images .listImages {
      transition: transform 0.5s ease;
      display: flex;
      gap: 20px; }
    .quickView .productView-images .slick-dots {
      display: flex !important;
      gap: 10px;
      justify-content: center; }
    .quickView .productView-images .slick-dots li button {
      margin: 0;
      width: 20px;
      height: 20px;
      background-color: #bbb;
      border: 0px !important;
      border-radius: 50%;
      display: inline-block;
      transition: all 0.6s ease; }
    .quickView .productView-images .slick-dots li.slick-active button {
      background-color: #2b2b2b;
      width: 40px;
      border-radius: 10px;
      transition: all 0.6s ease; }
    .quickView .productView-images .productView-images .slick-dots li {
      background-color: unset;
      border: 0px !important; }
    .quickView .productView-images .productBest .slick-dots li button::before {
      background-color: unset; }
    @media (min-width: 768px) {
      .quickView .productView-images .productImage {
        width: calc(50% - 10px); }
      .quickView .productView-images .productView .productView-images .slick-dots li {
        flex: 1 0 6%;
        margin: 0px;
        max-width: 45px; }
      .quickView .productView-images .productView .productView-images .slick-dots {
        display: flex !important;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center; } }
    @media (min-width: 992px) {
      .quickView .productView-images .productImage {
        width: calc(33.3333% - 13.333px); } }
    @media (min-width: 1200px) {
      .quickView .productView-images .productImage {
        width: calc(33.3333% - 13.333px); } }
  .quickView #homepageRecs {
    display: none; }
  .quickView .BlockTwo,
  .quickView .upsellBlockPLP,
  .quickView .BRtheeColumnBlock,
  .quickView .BRFourBlock,
  .quickView .BRFiveBlock,
  .quickView .BRFiveBlock,
  .quickView .BRSixBlock,
  .quickView #BRSevenBlockId,
  .quickView .videoGallery_c,
  .quickView .home-follow-on-instagram {
    display: none; }
  .quickView .tagWrapper {
    margin-top: 20px; }

#modal .product-desc-top,
#modal .artist-div,
#modal .consumer-div,
#modal .addthis_toolbox,
#modal .productView-description,
#modal .rollover_img,
#modal .productView-thumbnails,
#modal .mobile-hide,
#modal .related-trending,
#modal .related-out-trending,
#modal .product-blog,
#modal .productView-details .share-class {
  display: block !important; }

@media only screen and (max-width: 600px) {
  .main-widget .write-question-review-buttons-container .write-question-review-button {
    width: 90%;
    margin: 20px auto !important;
    margin-left: auto; }
  .yotpo-main-reviews .yotpo-display-wrapper.yotpo-no-reviews {
    flex-direction: column;
    padding: 20px; }
  .yotpo-btns-container .yotpo-bottomline.pull-left.star-clickable {
    flex-direction: column; }
  .yotpo-bottomline.pull-left {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .yotpo-main-reviews {
    padding: 0px 20px; } }

.productView--quickView #homepageRecsPDP {
  display: none; }

.footer {
  border-top: 24px solid #3A4E44; }

.topSkinny.banners {
  background-color: #3A4E44; }

.footerBlog {
  display: none !important; }

main {
  max-width: 99.89vw;
  box-sizing: border-box;
  overflow-x: hidden; }

@media (min-width: 1000px) {
  .header {
    max-width: 99.89vw; } }
