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

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

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

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

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

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

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

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

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: 768px) {
    html {
      font-size: 14px; } }
  @media (min-width: 960px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 14px; } }

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 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: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.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: 22px;
  line-height: 29px; }

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

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #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: #8f8f8f;
  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: #474747;
    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: 569px) {
    .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: #444444;
  border-color: #444444;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #666666;
    border-color: #666666;
    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: 15px; }

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*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: 768px) {
    .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 #8f8f8f;
      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: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .navBar-item {
    float: left; } }

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(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: 768px) {
    .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: 768px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 768px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 768px) {
    .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: 569px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 569px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

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

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

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

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

.loadingOverlay {
  background: rgba(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: 768px) {
  .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: 768px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .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: #8f8f8f;
    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: -5px; }
  @media (min-width: 1200px) {
    .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='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

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

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

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #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%; }

.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: 768px) {
    .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: 768px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 960px) {
    .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: 960px) {
    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: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #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: 768px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 768px) {
      .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: 768px) {
        .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: 768px) {
        .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: 768px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 960px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1200px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 960px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1200px) {
      .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: 768px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 960px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1200px) {
    #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: 1200px) {
  .modal--large {
    width: 1280px; } }

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

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

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

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

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

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #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: 960px) {
      .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: 960px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 768px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 960px) {
      .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: 768px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 960px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1200px) {
    .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: 768px) {
  .tab-content .productReview {
    width: 50%; } }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 960px) {
  .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: 960px) {
    .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 !important; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px !important;
    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: 960px) {
    .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: #dfdfdf; }

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .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: 1200px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

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

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

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

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

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1200px) {
    .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: 1200px) {
  .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: 1200px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.78571rem;
      order: 0; } }

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

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

.form-option {
  border: 1px solid #8f8f8f;
  color: #666666;
  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: #474747; }
  .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: 768px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

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

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

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

@media (min-width: 768px) {
  .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: 500px; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 960px) {
    .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: 15px;
  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: 768px) {
    .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: 768px) {
      .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 #8f8f8f;
    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: 960px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 960px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 960px) {
      .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 #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

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

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

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

.actionBar-section .form-select {
  color: #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: 768px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 960px) {
    .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: 960px) {
  .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: 960px) {
    .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: 768px) {
    .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: 960px) {
        .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: 960px) {
          .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: 960px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 768px) {
    .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: 768px) {
    .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: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 768px) {
      .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: 960px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

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

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

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

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

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

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 960px) {
    .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.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 960px) {
    .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: 960px) {
      .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: 960px) {
    .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: 960px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 960px) {
    .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: 960px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

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

@media (min-width: 960px) {
  .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: 960px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

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

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

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

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

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

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

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #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: 960px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 768px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 960px) {
    .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: 960px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 960px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 960px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 768px) {
    .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: 768px) {
      .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: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 960px) {
      .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: 768px) {
    .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: 20px;
  margin: 0; }
  @media (min-width: 960px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 768px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 960px) {
    .heroCarousel-description {
      font-size: 15px; } }

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

@media (min-width: 960px) {
  .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: 960px) {
  .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: 768px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 768px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 768px) {
      .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: 768px) {
        .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: 768px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 768px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

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

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

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 768px) {
    .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: 768px) {
    .account--addReturn-column {
      width: 50%; } }

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

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

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

.quickView:after {
  clear: both; }

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

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 960px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1200px) {
    .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: 960px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 480px) and (max-width: 960px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  max-width: 500px;
  position: relative;
  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;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain;
    width: 100%; }

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

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

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

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

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

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

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 960px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1200px) {
    .productView-title {
      font-size: 28px; } }

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

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

.productView-reviewLink {
  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: 768px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .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: 768px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

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

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 768px) {
    .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: 768px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 768px) {
    .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: 13px; }
  .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: 768px) {
        .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: 768px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 960px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1200px) {
      .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 button {
      color: #757575;
      display: block;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button:hover {
        color: #333333; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  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 #8f8f8f; }
  .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; }

.stock {
  font-size: 13px; }

#metafield-stock-data {
  display: none !important; }

.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: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 960px) {
    .compareTable-heading {
      width: 25%; } }

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

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 960px) {
    .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: 13px;
  font-weight: 400; }

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 960px) {
    .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: 960px) {
    .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: 960px) {
      .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: 960px) {
    .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: 960px) {
    .cart {
      display: table; } }

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

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

.cart-item-block {
  display: block; }
  @media (min-width: 960px) {
    .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: 768px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 960px) {
    .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: 960px) {
    .cart-item-image {
      margin-left: 0; } }

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

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 768px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 960px) {
    .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: 960px) {
  .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: 960px) {
    .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: 768px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 960px) {
    .cart-item-label {
      display: none; } }

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

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

.cart-item-name {
  display: inline-block;
  font-size: 15px;
  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: 768px) {
    .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: 768px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 960px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1200px) {
    .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: 960px) {
    .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: 768px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 960px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

.cart-total-grandTotal {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 960px) {
    .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: 768px) {
      .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: 480px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 569px) {
    .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: 13px; }

.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: 480px) {
    .previewCartAction {
      padding: 0.78571rem 0.35714rem; } }
  @media (min-width: 569px) {
    .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: 768px) {
    .address {
      width: 50%; } }
  @media (min-width: 1200px) {
    .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: 768px) {
      .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: 768px) {
      .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: 768px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #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: 960px) {
    .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: 960px) {
    .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: 960px) {
    .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: 960px) {
    .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: 28px;
  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: 960px) {
    .suggestiveCart {
      display: block; } }

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

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

@media (min-width: 960px) {
  .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: 960px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 960px) {
    .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: 960px) {
    .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: 960px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 960px) {
      .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: 768px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 768px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

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

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

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

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

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 960px) {
    .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: 768px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1200px) {
      .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: 1200px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1200px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

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

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

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

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

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 768px) {
    .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: 768px) {
    .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: 15px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

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

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

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

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

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

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

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 768px) {
      .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: 1200px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .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: 1200px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

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

.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: 768px) {
  .paymentMethodForm {
    max-width: 60%; } }

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

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

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

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

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

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 768px) {
    .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: 768px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

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

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

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

.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;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 960px) {
    .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: 960px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 768px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 960px) {
    .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: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 960px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

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

.header-logo--right {
  text-align: right; }
  @media (min-width: 960px) {
    .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;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 960px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

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

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

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

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 960px) {
    .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: 960px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 960px) {
    .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: 960px) {
  .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: 960px) {
    .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: 768px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 960px) {
    .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: 960px) {
  .footer-info-col--small {
    width: 16.66667%; } }

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

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

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

@media (min-width: 960px) {
  .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: 768px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .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: 960px) {
    .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; }

.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: 1200px) {
    .container {
      padding: 0 6rem; } }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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: 768px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 960px) {
    .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: 960px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

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

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

@media (min-width: 960px) {
  .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: 768px) {
  .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: 1200px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

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

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

@media (min-width: 1200px) {
  .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: 768px) {
    .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: 1200px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1200px) {
    .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: 768px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

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

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

@media (min-width: 1200px) {
  .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: 960px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

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

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

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

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

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

@media (min-width: 1200px) {
  .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: 960px) {
    .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: 960px) {
    .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: 960px) {
    .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: 960px) {
    .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: 768px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1200px) {
    .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: 768px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1200px) {
    .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 #474747;
  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: 960px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

@media (min-width: 960px) {
  .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: 960px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

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

html {
  scroll-behavior: smooth; }

body, h1, h2, h3, h4, h5, h6, .button {
  font-family: 'Poppins', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0; }

a, .button {
  transition: all 0.4s ease-in-out;
  text-decoration: none; }

a {
  color: #36893B; }

p {
  font-size: 14px;
  color: #000; }
  @media (min-width: 1700px) {
    p {
      font-size: 16px; } }

input::placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #000; }

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

textarea {
  resize: vertical; }

.carousel-tooltip, .nav-search, .user-dropdown, .skip-to-main-link,
.first, .second, .third, .fourth {
  display: none; }

#notify-modal .form-instructions {
  margin-bottom: 10px; }

#notify-modal ul {
  list-style-type: none;
  margin-left: 0; }
  #notify-modal ul input {
    margin-right: 8px; }

.container {
  padding: 0 20px;
  margin: 0 auto; }
  @media (min-width: 960px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1100px; } }
  @media (min-width: 1261px) {
    .container {
      max-width: unset;
      padding: 0 3rem; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1480px;
      padding: 0 20px; } }

.desktop-only {
  display: none !important; }
  @media (min-width: 960px) {
    .desktop-only {
      display: block !important; } }

@media (min-width: 960px) {
  .mobile-only {
    display: none !important; } }

.product-page .body {
  margin-bottom: 0; }

.product-page .modal-body {
  max-height: 500px !important; }
  .product-page .modal-body.quickView {
    max-height: 630px !important; }

.product-page .detailed-spec-modal {
  display: none !important; }

.product-page div.view-discounts-table.view-discounts-table--collapsible {
  margin: 5px 0 0;
  max-width: 500px; }
  @media (min-width: 1200px) {
    .product-page div.view-discounts-table.view-discounts-table--collapsible {
      max-width: inherit; } }

.product-page .productCarousel {
  overflow: hidden;
  padding-bottom: 9rem; }
  .product-page .productCarousel .slick-list {
    overflow: initial;
    margin: 0 -5px; }
  .product-page .productCarousel .slick-next, .product-page .productCarousel .slick-prev {
    transform: translate(0, -100%);
    right: 3px; }
    @media (min-width: 1700px) {
      .product-page .productCarousel .slick-next, .product-page .productCarousel .slick-prev {
        right: 14px; } }
  .product-page .productCarousel .slick-prev {
    transform: rotate(180deg) translate(0, 100%);
    left: 5px; }
    @media (min-width: 1700px) {
      .product-page .productCarousel .slick-prev {
        left: 15px; } }

.product-page .product-card .slick-list {
  overflow: initial;
  padding-bottom: 6.4rem; }

.product-page .product-card .view-discounts-table.view-discounts-table--collapsible .view-discounts-table--content {
  right: inherit; }

.product-page .product-card div.view-discounts-table.view-discounts-table--collapsible {
  text-align: left;
  margin: 10px 0; }

.product-page .product-card:last-child .view-discounts-table.view-discounts-table--collapsible .view-discounts-table--content {
  right: 0; }

.product-page .responsive .view-discounts-table--title {
  position: relative;
  padding-right: 1.5rem; }
  .product-page .responsive .view-discounts-table--title:after {
    right: 0px; }

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

.body {
  margin: 50px 0 60px; }
  @media (min-width: 960px) {
    .body {
      margin: 120px 0 70px; } }
  @media (min-width: 1700px) {
    .body {
      margin: 134px 0 100px; } }

@media (min-width: 960px) {
  .default-page .body {
    margin-top: 55px; } }

@media (min-width: 1200px) {
  .default-page .body {
    margin-top: 62px; } }

@media (min-width: 1700px) {
  .default-page .body {
    margin-top: 70px; } }

.default-page .body .page-heading {
  text-align: center; }

.page-heading {
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 10px;
  color: #000;
  text-transform: capitalize;
  text-align: left; }
  @media (min-width: 960px) {
    .page-heading {
      font-size: 32px;
      margin: 0; } }
  @media (min-width: 1700px) {
    .page-heading {
      font-size: 40px;
      margin: 0 0 20px; } }

.button, .button:focus {
  text-transform: uppercase;
  background-color: #36893B;
  color: #fff;
  letter-spacing: 3.2px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  border-color: #36893B;
  border-radius: 0;
  transition: all 0.4s ease-in-out; }
  @media (min-width: 1700px) {
    .button, .button:focus {
      font-size: 18px;
      line-height: 24px; } }
  .button:before, .button:focus:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
    transition: all 0.4s ease-in-out; }
  .button:hover, .button:focus:hover {
    color: #36893B;
    border-color: #36893B;
    background-color: #fff; }
    .button:hover:before, .button:focus:hover:before {
      width: 100%; }

.button--primary, .button--primary:focus, .button--primary.active, .modal--alert .button-container .confirm, .button--primary.active, .modal--alert .button-container .confirm:focus {
  background-color: #fff;
  border-color: #36893B;
  color: #36893B; }
  .button--primary:hover, .button--primary:focus:hover, .button--primary.active:hover, .modal--alert .button-container .confirm:hover, .button--primary.active:hover, .modal--alert .button-container .confirm:focus:hover {
    background-color: #36893B;
    color: #fff; }

.button--notify, .button--notify:focus {
  background-color: #000;
  border-color: #000;
  display: none;
  margin: 0 0 20px;
  padding: 12px 24px;
  width: 100%; }
  @media (min-width: 568px) {
    .button--notify, .button--notify:focus {
      width: auto; } }
  @media (min-width: 1700px) {
    .button--notify, .button--notify:focus {
      margin: 0 0 30px; } }
  @media (max-width: 414.98px) {
    .button--notify, .button--notify:focus {
      padding: 16px 8px;
      letter-spacing: 2.2px; } }
  @media (max-width: 350.98px) {
    .button--notify, .button--notify:focus {
      letter-spacing: 1.0px; } }
  .button--notify:hover, .button--notify:focus:hover {
    color: #000;
    border-color: #000; }

@media (min-width: 768px) {
  .button + .button {
    margin-left: 15px; } }

.price-list-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 111; }

ul.breadcrumbs {
  margin: 15px 0;
  text-align: left;
  display: none; }
  @media (min-width: 768px) {
    ul.breadcrumbs {
      display: inline-block; } }
  @media (min-width: 1700px) {
    ul.breadcrumbs {
      margin: 25px 0 50px; } }
  ul.breadcrumbs a {
    color: #888888; }
    @media (min-width: 1700px) {
      ul.breadcrumbs a {
        font-size: 16px; } }
    ul.breadcrumbs a:hover {
      color: #000; }
  ul.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
    color: #000;
    font-weight: 400; }
  ul.breadcrumbs .breadcrumb:not(:first-child)::before {
    border-right-color: #000; }

.no-breadcrumbs {
  opacity: 0; }

.form-label {
  cursor: default; }
  .form-label small {
    color: #F02117;
    font-size: 14px;
    margin: 0 2px 0 0;
    float: left; }

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101; }
  .popup-wrapper .popup-section {
    position: absolute;
    top: 101px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
    background-color: #aaa;
    padding: 10px;
    text-align: center; }
    @media (min-width: 960px) {
      .popup-wrapper .popup-section {
        top: 120px; } }
    @media (min-width: 1700px) {
      .popup-wrapper .popup-section {
        top: 134px; } }
    .popup-wrapper .popup-section h3 {
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      margin: 0; }
      @media (min-width: 1700px) {
        .popup-wrapper .popup-section h3 {
          font-size: 18px; } }
    .popup-wrapper .popup-section .close-btn {
      position: absolute;
      font-size: 20px;
      line-height: 44px;
      color: #fff;
      top: 0px;
      right: 15px; }
  .popup-wrapper.detailed-spec-wrapper {
    background-color: rgba(51, 51, 51, 0.95); }
    .popup-wrapper.detailed-spec-wrapper .popup-section {
      background-color: unset;
      width: 900px;
      max-height: 90%;
      max-width: 95%;
      overflow: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .popup-wrapper.detailed-spec-wrapper .popup-section table {
        background-color: #fff;
        margin: auto; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: inherit;
  border-bottom: 0; }
  @media (min-width: 960px) {
    .header {
      background-color: unset; } }
  .header .header-wrapper {
    background-color: #fff; }
    .header .header-wrapper .header-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 0 30px 0 38px;
      margin: 0 auto; }
      @media (min-width: 960px) {
        .header .header-wrapper .header-inner {
          max-width: 960px;
          padding: 5px 0px; } }
      @media (min-width: 1201px) {
        .header .header-wrapper .header-inner {
          max-width: unset;
          padding: 5px 20px; } }
      @media (min-width: 1700px) {
        .header .header-wrapper .header-inner {
          padding: 5px 20px;
          max-width: 1480px; } }
  .header.is-open .mobileMenu-toggle {
    left: auto;
    right: 0;
    padding: 0 10px; }
  .header.is-open .header-logo {
    margin: 0 auto 0 0; }
  .header.is-open .header-inner {
    padding: 0 1.5rem; }

.mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::before, .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
  background: #000;
  border-radius: 15px; }

.header-logo, .copyright {
  margin: 0 auto;
  display: inline-block; }
  @media (min-width: 960px) {
    .header-logo, .copyright {
      margin: 0 auto 0 0; } }

.header-logo-image-container {
  min-height: inherit; }

.header-logo__link {
  width: auto; }
  .header-logo__link svg {
    width: 220px; }
    @media (min-width: 375px) {
      .header-logo__link svg {
        width: 258px; } }
    @media (min-width: 768px) {
      .header-logo__link svg {
        width: 300px; } }
    @media (min-width: 1366px) {
      .header-logo__link svg {
        width: 429px; } }

.navUser {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0;
  position: inherit;
  transform: none; }

.navPages .navPage-subMenu-list {
  border: 0; }

.navPages-container {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5); }
  .navPages-container.is-open {
    background-color: #fff;
    z-index: 10; }
    .navPages-container.is-open .navPage-subMenu-item, .navPages-container.is-open .navPage-childList-item {
      padding: 0;
      margin: 0; }
      .navPages-container.is-open .navPage-subMenu-item .navPage-subMenu-action, .navPages-container.is-open .navPage-subMenu-item .navPage-childList-action, .navPages-container.is-open .navPage-childList-item .navPage-subMenu-action, .navPages-container.is-open .navPage-childList-item .navPage-childList-action {
        font-size: 13px; }
  .navPages-container .navPage-subMenu-action .collapsible-icon-wrapper {
    width: auto; }
  .navPages-container .navPages {
    clear: both;
    background-color: #fff;
    border-top: 1px solid #ccc; }
    @media (min-width: 960px) {
      .navPages-container .navPages {
        max-width: 960px;
        background-color: unset;
        border: 0; } }
    @media (min-width: 1200px) {
      .navPages-container .navPages {
        max-width: 1100px; } }
    @media (min-width: 1261px) {
      .navPages-container .navPages {
        max-width: unset;
        padding: 0 3rem; } }
    @media (min-width: 1700px) {
      .navPages-container .navPages {
        max-width: 1480px;
        padding: 0 20px; } }
  .navPages-container .navPages-action {
    font-weight: 700;
    color: #000;
    letter-spacing: 0.85px;
    border-bottom: 1px solid #ccc; }
    @media (min-width: 960px) {
      .navPages-container .navPages-action {
        font-size: 14px;
        line-height: 18px;
        padding: 16px;
        color: #fff;
        border: 0; } }
    @media (min-width: 1700px) {
      .navPages-container .navPages-action {
        font-size: 17px;
        line-height: 28px;
        padding: 22px 30px; } }
    @media (min-width: 960px) {
      .navPages-container .navPages-action:hover {
        background-color: #36893B; } }
    @media (min-width: 960px) {
      .navPages-container .navPages-action:hover svg {
        fill: #fff;
        stroke: #fff; } }
    .navPages-container .navPages-action.is-open, .navPages-container .navPages-action.has-subMenu.activePage {
      background-color: inherit;
      color: #36893B; }
      @media (min-width: 960px) {
        .navPages-container .navPages-action.is-open, .navPages-container .navPages-action.has-subMenu.activePage {
          background-color: #36893B;
          color: #fff; } }
      .navPages-container .navPages-action.is-open .icon svg, .navPages-container .navPages-action.has-subMenu.activePage .icon svg {
        fill: #36893B;
        stroke: #36893B; }
    @media (min-width: 960px) {
      .navPages-container .navPages-action .icon {
        display: none; } }
    .navPages-container .navPages-action .icon svg {
      fill: #000;
      stroke: #000; }
      @media (min-width: 960px) {
        .navPages-container .navPages-action .icon svg {
          fill: #fff;
          stroke: #fff; } }
  @media (min-width: 960px) {
    .navPages-container .navPages-list {
      float: left; } }
  @media (min-width: 960px) {
    .navPages-container .navPages-quickSearch {
      float: right;
      padding: 3px 0; } }
  @media (min-width: 1700px) {
    .navPages-container .navPages-quickSearch {
      padding: 10px 0; } }

.navPage-subMenu .navPage-subMenu-action.activePage, .navPage-subMenu .navPage-childList-item .navPage-childList-action.activePage {
  background-color: inherit;
  color: #36893b; }

.navPage-subMenu .navPage-childList-item {
  margin-bottom: 8px; }
  @media (min-width: 960px) {
    .navPage-subMenu .navPage-childList-item {
      margin-bottom: 14px; } }
  @media (min-width: 1700px) {
    .navPage-subMenu .navPage-childList-item {
      margin-bottom: 20px; } }
  .navPage-subMenu .navPage-childList-item .navPage-childList-action {
    padding: 0;
    width: auto;
    display: inline-block; }
    .navPage-subMenu .navPage-childList-item .navPage-childList-action:hover {
      text-decoration: underline; }

.navPages-quickSearch {
  display: inline-block;
  margin: 0;
  border-bottom: 0;
  position: relative; }
  @media (min-width: 960px) {
    .navPages-quickSearch {
      width: 330px; } }
  .navPages-quickSearch .form-input {
    border-radius: 0;
    padding-left: 50px;
    color: #000;
    height: 36px; }
    @media (min-width: 960px) {
      .navPages-quickSearch .form-input {
        height: 42px; } }
    .navPages-quickSearch .form-input::placeholder {
      color: #000;
      font-size: 15px;
      opacity: 0.6; }
      @media (min-width: 960px) {
        .navPages-quickSearch .form-input::placeholder {
          opacity: 1; } }
  .navPages-quickSearch svg {
    position: absolute;
    left: 15px;
    top: 8px;
    opacity: 0.6; }
    @media (min-width: 960px) {
      .navPages-quickSearch svg {
        opacity: 1;
        top: 11px; } }
  .navPages-quickSearch.mobile-only {
    padding: 0 20px;
    margin-bottom: 10px;
    width: 100%; }

.webpages-list {
  display: none; }
  @media (min-width: 960px) {
    .webpages-list {
      width: 325px;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media (min-width: 1200px) {
    .webpages-list {
      width: 360px; } }
  @media (min-width: 1366px) {
    .webpages-list {
      width: 375px; } }
  @media (min-width: 1700px) {
    .webpages-list {
      width: 400px; } }
  .webpages-list li {
    position: relative; }
    .webpages-list li a {
      text-transform: capitalize;
      color: #000; }
      @media (min-width: 960px) {
        .webpages-list li a {
          font-size: 14px; } }
      @media (min-width: 1366px) {
        .webpages-list li a {
          font-size: 15px; } }
      .webpages-list li a:hover {
        color: #36893B; }
        .webpages-list li a:hover i svg {
          fill: #36893B; }
      .webpages-list li a i {
        width: 12px;
        height: 12px;
        margin-left: 5px; }
        .webpages-list li a i svg {
          fill: #000; }
    .webpages-list li:hover .dropdown {
      width: 300px;
      left: 0;
      top: 22px;
      padding: 15px 20px;
      background-color: #fff;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
      .webpages-list li:hover .dropdown li a {
        margin-bottom: 5px;
        display: inline-block; }
        .webpages-list li:hover .dropdown li a:hover {
          transform: translateX(10px); }

.contact-no {
  color: #36893B;
  font-weight: 700;
  display: none; }
  @media (min-width: 960px) {
    .contact-no {
      display: inline-block;
      font-size: 14px;
      margin: 0 15px; } }
  @media (min-width: 1200px) {
    .contact-no {
      margin: 0 20px; } }
  @media (min-width: 1366px) {
    .contact-no {
      font-size: 15px; } }
  @media (min-width: 1700px) {
    .contact-no {
      font-size: 18px;
      line-height: 24px;
      margin: 0 30px; } }
  .contact-no svg {
    fill: #36893B;
    vertical-align: middle;
    width: 20px;
    height: 20px; }
    @media (min-width: 1700px) {
      .contact-no svg {
        margin-right: 5px;
        width: 22px;
        height: 22px;
        vertical-align: top; } }
  .contact-no:hover, .contact-no:focus {
    color: #36893B; }
    .contact-no:hover svg, .contact-no:focus svg {
      transform: rotate(10deg); }

.navUser-item--cart__hidden-s {
  display: inline-block; }

.navUser-section {
  display: flex;
  align-items: center;
  width: auto; }
  @media (min-width: 960px) {
    .navUser-section .navUser-item--wishlist {
      margin: 0 15px; } }
  @media (min-width: 960px) {
    .navUser-section svg {
      max-width: 80%; } }
  @media (min-width: 1366px) {
    .navUser-section svg {
      max-width: 100%; } }

.navUser-action {
  padding: 0; }

.navUser-item {
  position: relative; }
  @media (min-width: 1201px) {
    .navUser-item .user-dropdown {
      display: flex;
      align-items: center; }
      .navUser-item .user-dropdown li a {
        color: #000; }
        .navUser-item .user-dropdown li a:hover {
          color: #36893B; } }
  .navUser-item .user-dropdown .divider {
    display: none; }
    @media (min-width: 1201px) {
      .navUser-item .user-dropdown .divider {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        margin: 0 5px; } }

.navUser-item--account a {
  text-transform: unset; }

@media (min-width: 1201px) {
  .navUser-item--account svg {
    display: none; } }

@media (max-width: 1200px) {
  .navUser-item--account:hover {
    cursor: pointer; }
    .navUser-item--account:hover .user-dropdown {
      display: block;
      position: absolute;
      left: auto;
      top: 35px;
      transform: translateX(-50%);
      width: 250px;
      text-align: center;
      border: 1px solid #36893B; }
      .navUser-item--account:hover .user-dropdown li a {
        display: block;
        padding: 10px;
        color: #fff;
        background-color: #36893B; }
        .navUser-item--account:hover .user-dropdown li a:hover {
          color: #36893B;
          background-color: #fff; }
      .navUser-item--account:hover .user-dropdown:before {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #36893B;
        position: absolute;
        content: "";
        left: auto;
        right: auto;
        top: -10px; } }

.cart-quantity, .wishlist-quantity {
  display: inline-block; }

.countPill {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: #36893B;
  font-weight: 400; }
  @media (min-width: 1700px) {
    .countPill {
      width: 22px;
      height: 22px;
      line-height: 22px;
      top: -8px; } }

.navUser .navUser-item--cart .dropdown-menu {
  width: 300px; }
  @media (min-width: 960px) {
    .navUser .navUser-item--cart .dropdown-menu {
      right: -11px; } }

.quickSearchResults {
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0; }
  .quickSearchResults .productGrid {
    overflow: auto;
    height: 350px;
    background: #fff;
    border: 1px solid #ccc; }
    .quickSearchResults .productGrid .product {
      width: 100%; }
      .quickSearchResults .productGrid .product .card {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0;
        border: 0;
        border-bottom: 1px solid #ccc; }
        .quickSearchResults .productGrid .product .card .card-title {
          min-height: unset; }
        .quickSearchResults .productGrid .product .card .card-figure {
          width: 70px; }
        .quickSearchResults .productGrid .product .card .card-body {
          width: calc(100% - 70px); }
        .quickSearchResults .productGrid .product .card .card-figcaption {
          display: none; }
        .quickSearchResults .productGrid .product .card:hover .card-body {
          background-color: transparent; }
        .quickSearchResults .productGrid .product .card:hover .card-title a {
          color: #36893B; }
  .quickSearchResults .modal-close {
    top: -34px;
    display: inline-block; }
    @media (min-width: 960px) {
      .quickSearchResults .modal-close {
        top: -39px; } }

.quickSearch--button-list {
  display: none; }

.navPage-subMenu.is-open, .has-subMenu.is-root + .navPage-subMenu-horizontal {
  margin: 5px 0; }
  @media (min-width: 960px) {
    .navPage-subMenu.is-open, .has-subMenu.is-root + .navPage-subMenu-horizontal {
      width: 100%;
      max-width: 960px;
      min-height: 400px;
      margin: 0 auto;
      left: 0;
      right: 0;
      background-color: #fff;
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1200px) {
    .navPage-subMenu.is-open, .has-subMenu.is-root + .navPage-subMenu-horizontal {
      max-width: 1100px; } }
  @media (min-width: 1261px) {
    .navPage-subMenu.is-open, .has-subMenu.is-root + .navPage-subMenu-horizontal {
      width: auto;
      max-width: unset;
      margin: 0 3rem; } }
  @media (min-width: 1366px) {
    .navPage-subMenu.is-open, .has-subMenu.is-root + .navPage-subMenu-horizontal {
      min-height: 500px; } }
  @media (min-width: 1700px) {
    .navPage-subMenu.is-open, .has-subMenu.is-root + .navPage-subMenu-horizontal {
      max-width: 1440px;
      margin: 0 auto; } }
  @media (min-width: 960px) {
    .navPage-subMenu.is-open .navPage-subMenu-list, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list {
      width: 340px;
      margin: 0;
      max-width: 100%;
      max-height: 400px;
      overflow-y: auto;
      padding: 30px 0; } }
  @media (min-width: 1366px) {
    .navPage-subMenu.is-open .navPage-subMenu-list, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list {
      max-height: 500px; } }
  .navPage-subMenu.is-open .navPage-subMenu-list li, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li {
    padding: 0 !important; }
    @media (min-width: 960px) {
      .navPage-subMenu.is-open .navPage-subMenu-list li, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li {
        width: 100%;
        float: none; } }
    .navPage-subMenu.is-open .navPage-subMenu-list li a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li a {
      border: 0;
      padding: 4px 0 4px 1.5rem;
      margin: 0;
      color: #000;
      letter-spacing: 0;
      text-transform: capitalize;
      position: relative;
      font-size: 14px; }
      @media (min-width: 960px) {
        .navPage-subMenu.is-open .navPage-subMenu-list li a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li a {
          padding: 12px 20px; } }
      @media (min-width: 1700px) {
        .navPage-subMenu.is-open .navPage-subMenu-list li a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li a {
          padding: 15px 32px;
          font-size: 16px; } }
      .navPage-subMenu.is-open .navPage-subMenu-list li a.all-category-link, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li a.all-category-link {
        font-size: 16px; }
        @media (min-width: 960px) {
          .navPage-subMenu.is-open .navPage-subMenu-list li a.all-category-link, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li a.all-category-link {
            border-bottom: 1px solid #CCCCCC; } }
        @media (min-width: 1700px) {
          .navPage-subMenu.is-open .navPage-subMenu-list li a.all-category-link, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li a.all-category-link {
            font-size: 18px; } }
        .navPage-subMenu.is-open .navPage-subMenu-list li a.all-category-link:hover, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li a.all-category-link:hover {
          background-color: inherit; }
          .navPage-subMenu.is-open .navPage-subMenu-list li a.all-category-link:hover::before, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li a.all-category-link:hover::before {
            display: none; }
      .navPage-subMenu.is-open .navPage-subMenu-list li a:hover, .navPage-subMenu.is-open .navPage-subMenu-list li a.is-open, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li a:hover, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li a.is-open {
        color: #36893B; }
        @media (min-width: 960px) {
          .navPage-subMenu.is-open .navPage-subMenu-list li a:hover, .navPage-subMenu.is-open .navPage-subMenu-list li a.is-open, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li a:hover, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li a.is-open {
            background-color: #F8F8F8; } }
        @media (min-width: 960px) {
          .navPage-subMenu.is-open .navPage-subMenu-list li a:hover:before, .navPage-subMenu.is-open .navPage-subMenu-list li a.is-open:before, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li a:hover:before, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li a.is-open:before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            width: 7px;
            height: 100%;
            background-color: #36893B; } }
    .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
      margin-left: 2rem;
      margin-top: 0;
      padding: 0; }
    .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
      box-shadow: none; }
      @media (min-width: 960px) {
        .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
          display: none;
          position: absolute;
          padding: 35px 20px !important;
          margin: 0;
          top: 0;
          left: 340px;
          width: calc(100% - 340px);
          height: 100%;
          background-color: #F8F8F8;
          border: 0; } }
      @media (min-width: 1700px) {
        .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
          padding: 40px 70px !important; } }
      .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open .navPage-subMenu-list, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList .navPage-subMenu-list, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open .navPage-subMenu-list, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList .navPage-subMenu-list {
        width: 100%; }
      @media (min-width: 960px) {
        .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li {
          width: 50%;
          float: left; } }
      @media (min-width: 1200px) {
        .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li {
          width: 33.33%; } }
      .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-subMenu-item-parent, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-childList-item-parent, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-subMenu-item-parent, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-childList-item-parent, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-subMenu-item-parent, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-childList-item-parent, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-subMenu-item-parent, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-childList-item-parent {
        width: 100%;
        margin-bottom: 15px; }
        @media (min-width: 1700px) {
          .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-subMenu-item-parent, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-childList-item-parent, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-subMenu-item-parent, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-childList-item-parent, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-subMenu-item-parent, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-childList-item-parent, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-subMenu-item-parent, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-childList-item-parent {
            margin-bottom: 25px; } }
        .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-subMenu-item-parent a, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-childList-item-parent a, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-subMenu-item-parent a, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-childList-item-parent a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-subMenu-item-parent a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-childList-item-parent a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-subMenu-item-parent a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-childList-item-parent a {
          font-size: 22px;
          border: 0;
          padding-left: 0;
          margin-bottom: 10px; }
          @media (min-width: 1700px) {
            .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-subMenu-item-parent a, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-childList-item-parent a, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-subMenu-item-parent a, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-childList-item-parent a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-subMenu-item-parent a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-childList-item-parent a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-subMenu-item-parent a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-childList-item-parent a {
              font-size: 26px; } }
          .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-subMenu-item-parent a:hover, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-childList-item-parent a:hover, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-subMenu-item-parent a:hover, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-childList-item-parent a:hover, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-subMenu-item-parent a:hover, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-childList-item-parent a:hover, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-subMenu-item-parent a:hover, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-childList-item-parent a:hover {
            transform: none; }
          .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-subMenu-item-parent a:after, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-childList-item-parent a:after, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-subMenu-item-parent a:after, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-childList-item-parent a:after, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-subMenu-item-parent a:after, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li.navPage-childList-item-parent a:after, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-subMenu-item-parent a:after, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li.navPage-childList-item-parent a:after {
            display: none; }
      .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li a, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li a {
        padding: 4px 0 4px 20px;
        width: auto;
        max-width: 350px; }
        @media (min-width: 960px) {
          .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li a, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li a {
            padding: 0 0 0 20px;
            max-width: 100%; } }
        @media (min-width: 960px) {
          .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li a:after, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li a:after, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li a:after, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li a:after {
            position: absolute;
            content: '\003E';
            left: 0px;
            top: 0px;
            font-size: 20px;
            font-weight: 400;
            color: #000;
            transition: all 0.4s ease-in-out; } }
        @media (min-width: 1700px) {
          .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li a:after, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li a:after, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li a:after, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li a:after {
            font-size: 25px; } }
        .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li a:hover, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li a:hover, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li a:hover, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li a:hover {
          transform: translateX(10px);
          text-decoration: none;
          color: #36893B; }
          .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li a:hover:after, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li a:hover:after, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li a:hover:after, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li a:hover:after {
            color: #36893B; }
          .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu.is-open li a:hover:before, .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li a:hover:before, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu.is-open li a:hover:before, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList li a:hover:before {
            display: none; }
    @media (min-width: 960px) {
      .navPage-subMenu.is-open .navPage-subMenu-list li .navPage-subMenu-action + .navPage-childList.is-open, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li .navPage-subMenu-action + .navPage-childList.is-open {
        display: block; } }
    @media (min-width: 960px) {
      .navPage-subMenu.is-open .navPage-subMenu-list li:hover .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-subMenu-list li:hover .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        display: block; } }
  .navPage-subMenu.is-open .navPage-showroom-list, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list {
    width: 100%;
    padding: 0; }
    @media (min-width: 960px) {
      .navPage-subMenu.is-open .navPage-showroom-list, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 20px 0; } }
    @media (min-width: 960px) {
      .navPage-subMenu.is-open .navPage-showroom-list li, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list li {
        width: 50%;
        padding: 0 10px !important;
        margin-bottom: 12px;
        text-align: center; } }
    @media (min-width: 1200px) {
      .navPage-subMenu.is-open .navPage-showroom-list li, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list li {
        width: 25%;
        margin-bottom: 20px; } }
    @media (min-width: 1700px) {
      .navPage-subMenu.is-open .navPage-showroom-list li, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list li {
        padding: 0 20px !important;
        margin-bottom: 32px; } }
    .navPage-subMenu.is-open .navPage-showroom-list li.navPage-subMenu-item-parent, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list li.navPage-subMenu-item-parent {
      width: 100%;
      text-align: left;
      margin-bottom: 22px; }
      .navPage-subMenu.is-open .navPage-showroom-list li.navPage-subMenu-item-parent a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list li.navPage-subMenu-item-parent a {
        font-size: 22px;
        border-bottom: 0; }
        @media (min-width: 1700px) {
          .navPage-subMenu.is-open .navPage-showroom-list li.navPage-subMenu-item-parent a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list li.navPage-subMenu-item-parent a {
            font-size: 26px;
            line-height: 36px; } }
        .navPage-subMenu.is-open .navPage-showroom-list li.navPage-subMenu-item-parent a:hover, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list li.navPage-subMenu-item-parent a:hover {
          box-shadow: none; }
    .navPage-subMenu.is-open .navPage-showroom-list li a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list li a {
      padding: 4px 0 4px 1.5rem;
      display: inline-block;
      height: 100%; }
      @media (min-width: 960px) {
        .navPage-subMenu.is-open .navPage-showroom-list li a, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list li a {
          padding: 0; } }
      .navPage-subMenu.is-open .navPage-showroom-list li a:hover, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list li a:hover {
        background-color: unset;
        color: #000; }
        @media (min-width: 960px) {
          .navPage-subMenu.is-open .navPage-showroom-list li a:hover, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list li a:hover {
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); } }
        .navPage-subMenu.is-open .navPage-showroom-list li a:hover .showroom-text, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list li a:hover .showroom-text {
          color: #36893b; }
      .navPage-subMenu.is-open .navPage-showroom-list li a:before, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list li a:before {
        display: none; }
    @media (min-width: 960px) {
      .navPage-subMenu.is-open .navPage-showroom-list .showroom-bottom-text, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list .showroom-bottom-text {
        padding: 15px 12px; } }
    @media (min-width: 1700px) {
      .navPage-subMenu.is-open .navPage-showroom-list .showroom-bottom-text, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list .showroom-bottom-text {
        padding: 20px 12px; } }
    .navPage-subMenu.is-open .navPage-showroom-list .showroom-bottom-text .showroom-desc, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list .showroom-bottom-text .showroom-desc {
      display: none;
      font-weight: 400; }
      @media (min-width: 960px) {
        .navPage-subMenu.is-open .navPage-showroom-list .showroom-bottom-text .showroom-desc, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list .showroom-bottom-text .showroom-desc {
          display: block;
          font-size: 14px;
          line-height: 20px; } }
      @media (min-width: 1700px) {
        .navPage-subMenu.is-open .navPage-showroom-list .showroom-bottom-text .showroom-desc, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list .showroom-bottom-text .showroom-desc {
          line-height: 24px; } }
    @media (min-width: 960px) {
      .navPage-subMenu.is-open .navPage-showroom-list .showroom-bottom-text .showroom-text, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list .showroom-bottom-text .showroom-text {
        margin-bottom: 5px;
        font-weight: bold; } }
    @media (min-width: 1700px) {
      .navPage-subMenu.is-open .navPage-showroom-list .showroom-bottom-text .showroom-text, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list .showroom-bottom-text .showroom-text {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 12px; } }
    .navPage-subMenu.is-open .navPage-showroom-list .showroom-image, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list .showroom-image {
      display: none;
      position: relative;
      width: 100%;
      min-height: 125px;
      background-color: #dadada;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 960px) {
        .navPage-subMenu.is-open .navPage-showroom-list .showroom-image, .has-subMenu.is-root + .navPage-subMenu-horizontal .navPage-showroom-list .showroom-image {
          display: block; } }
  @media (min-width: 960px) {
    .navPage-subMenu.is-open.showroom-list, .has-subMenu.is-root + .navPage-subMenu-horizontal.showroom-list {
      height: 450px;
      padding-bottom: 0 !important; } }
  @media (min-width: 1366px) {
    .navPage-subMenu.is-open.showroom-list, .has-subMenu.is-root + .navPage-subMenu-horizontal.showroom-list {
      height: auto; } }

.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
  margin: 0 8px; }

@media (min-width: 960px) {
  .navPage-subMenu.is-open {
    overflow: hidden;
    padding: 0 !important; } }

.slick-dotted.slick-slider {
  margin: 0 0 40px 0; }
  @media (min-width: 1700px) {
    .slick-dotted.slick-slider {
      margin: 0 0 80px 0; } }

@media (min-width: 768px) {
  .heroCarousel.desktop-only {
    display: block !important;
    margin: 0 0 40px; } }

@media (min-width: 1700px) {
  .heroCarousel.desktop-only {
    margin: 0 0 80px; } }

@media (min-width: 768px) {
  .heroCarousel.mobile-only {
    display: none !important; } }

.heroCarousel .slick-dots {
  background-color: #36893B;
  bottom: -40px;
  padding: 10px 0; }
  @media (min-width: 768px) {
    .heroCarousel .slick-dots {
      padding: 0; } }
  @media (min-width: 820px) {
    .heroCarousel .slick-dots {
      bottom: -62px; } }
  @media (min-width: 960px) {
    .heroCarousel .slick-dots {
      bottom: -40px; } }
  @media (min-width: 1700px) {
    .heroCarousel .slick-dots {
      bottom: -80px; } }
  .heroCarousel .slick-dots li {
    background-color: inherit;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 7px; }
    @media (min-width: 768px) {
      .heroCarousel .slick-dots li {
        width: auto;
        height: 50px;
        padding: 0 0.35714rem;
        margin: 0 20px; } }
    @media (min-width: 1700px) {
      .heroCarousel .slick-dots li {
        height: 80px; } }
    .heroCarousel .slick-dots li button {
      border: 0;
      width: 8px;
      height: 8px;
      transition: all 0.4s ease-in-out;
      font-size: 0px;
      color: #fff;
      opacity: 0.5; }
      @media (min-width: 768px) {
        .heroCarousel .slick-dots li button {
          width: 100%;
          height: 100%; } }
      @media (min-width: 768px) {
        .heroCarousel .slick-dots li button.text-added {
          font-size: 14px; } }
      @media (min-width: 1366px) {
        .heroCarousel .slick-dots li button.text-added {
          font-size: 18px; } }
      .heroCarousel .slick-dots li button:before {
        background: #fff;
        width: 8px;
        height: 8px;
        opacity: 0.5;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (min-width: 768px) {
          .heroCarousel .slick-dots li button:before {
            display: none; } }
      .heroCarousel .slick-dots li button:hover {
        opacity: 1; }
    @media (min-width: 768px) {
      .heroCarousel .slick-dots li.slick-active {
        width: auto; } }
    @media (min-width: 1700px) {
      .heroCarousel .slick-dots li.slick-active {
        height: 80px; } }
    .heroCarousel .slick-dots li.slick-active button {
      opacity: 1;
      width: 16px;
      height: 16px; }
      @media (min-width: 768px) {
        .heroCarousel .slick-dots li.slick-active button {
          width: 100%;
          height: 100%; } }
      @media (min-width: 768px) {
        .heroCarousel .slick-dots li.slick-active button.text-added {
          font-size: 16px; } }
      @media (min-width: 1366px) {
        .heroCarousel .slick-dots li.slick-active button.text-added {
          font-size: 22px; } }
      .heroCarousel .slick-dots li.slick-active button:before {
        opacity: 1;
        width: 16px;
        height: 16px; }
        @media (min-width: 768px) {
          .heroCarousel .slick-dots li.slick-active button:before {
            display: none; } }
      @media (min-width: 768px) {
        .heroCarousel .slick-dots li.slick-active button:after {
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 12px solid #36893B;
          position: absolute;
          content: "";
          left: 50%;
          top: -10px;
          transform: translateX(-50%);
          opacity: 1; } }
      @media (min-width: 1700px) {
        .heroCarousel .slick-dots li.slick-active button:after {
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-bottom: 24px solid #36893B;
          top: -23px; } }

.heroCarousel-slide .heroCarousel-image {
  object-fit: cover;
  object-position: unset;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2); }
  @media (min-width: 768px) {
    .heroCarousel-slide .heroCarousel-image {
      height: 100%;
      object-position: 80% 50%; } }

.slick-active .heroCarousel-slide .heroCarousel-image {
  transform: scale(1); }

.heroCarousel-slide .heroCarousel-image-wrapper {
  height: auto;
  max-height: 100%; }
  @media (min-width: 768px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      height: 56.25vw;
      max-height: 42.85714rem; } }
  @media (min-width: 1700px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      height: 730px;
      max-height: 100%; } }

@media (min-width: 1700px) {
  .heroCarousel.slick-initialized {
    max-height: 100%; } }

.heroCarousel-content {
  background-color: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  text-align: left;
  padding: 30px 25px;
  backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, 0.15); }
  @media (min-width: 414px) {
    .heroCarousel-content {
      padding: 30px; } }
  @media (min-width: 768px) {
    .heroCarousel-content {
      left: 20px;
      right: auto;
      bottom: unset;
      width: 425px; } }
  @media (min-width: 960px) {
    .heroCarousel-content {
      left: 3rem;
      width: 400px;
      background-color: rgba(255, 255, 255, 0.05); } }
  @media (min-width: 1200px) {
    .heroCarousel-content {
      width: 650px;
      padding: 40px; } }
  @media (min-width: 1600px) {
    .heroCarousel-content {
      left: 240px;
      width: 797px;
      padding: 45px 55px; } }
  .heroCarousel-content .subtext {
    color: #fff;
    font-size: 14px;
    margin: 0; }
    @media (min-width: 960px) {
      .heroCarousel-content .subtext {
        font-size: 16px; } }
    @media (min-width: 1366px) {
      .heroCarousel-content .subtext {
        font-size: 18px; } }

.heroCarousel-title {
  font-size: 32px;
  line-height: 50px;
  font-weight: 800;
  color: #fff;
  text-transform: capitalize; }
  @media (min-width: 1200px) {
    .heroCarousel-title {
      font-size: 40px;
      line-height: 50px; } }
  @media (min-width: 1700px) {
    .heroCarousel-title {
      font-size: 60px;
      line-height: 84px; } }

.heroCarousel-description {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 7.2px; }
  @media (min-width: 1700px) {
    .heroCarousel-description {
      font-size: 18px; } }

.heroCarousel-action {
  font-size: 14px;
  padding: 14px 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
  transition: all 0.4s cubic-bezier(0.5, 0.24, 0, 1);
  border-color: transparent;
  margin: 20px 0 0;
  letter-spacing: 3.6px; }
  @media (min-width: 960px) {
    .heroCarousel-action {
      font-size: 15px;
      padding: 16px 25px; } }
  @media (min-width: 1700px) {
    .heroCarousel-action {
      font-size: 18px;
      padding: 15px 30px;
      margin-top: 32px; } }

.usp-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  padding: 30px 0; }
  @media (min-width: 820px) {
    .usp-wrapper {
      padding: 40px 0 20px; } }
  @media (min-width: 960px) {
    .usp-wrapper {
      padding: 30px 0; } }
  @media (min-width: 1366px) {
    .usp-wrapper {
      padding: 40px 0; } }
  @media (min-width: 960px) {
    .usp-wrapper .usp-box {
      width: 30%; } }
  @media (min-width: 960px) {
    .usp-wrapper .usp-box:nth-child(1) .usp-box-inner {
      justify-content: flex-start; } }
  @media (min-width: 960px) {
    .usp-wrapper .usp-box:nth-child(2) {
      width: 40%;
      border-left: 1px solid #CCCCCC;
      border-right: 1px solid #CCCCCC; } }
  @media (min-width: 960px) {
    .usp-wrapper .usp-box:nth-child(3) .usp-box-inner {
      justify-content: flex-end; } }
  .usp-wrapper .usp-box .usp-box-inner {
    display: flex;
    justify-content: center;
    align-items: center; }
  .usp-wrapper .usp-img {
    background-color: #36893B;
    border-radius: 50%;
    width: 56px;
    padding: 12px;
    margin-right: 15px; }
    @media (min-width: 1700px) {
      .usp-wrapper .usp-img {
        width: 78px;
        padding: 18px; } }
  .usp-wrapper .usp-text h6 {
    color: #36893B;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    margin: 0; }
    @media (min-width: 1700px) {
      .usp-wrapper .usp-text h6 {
        font-size: 18px; } }
  .usp-wrapper .usp-text p {
    color: #000;
    font-size: 14px;
    margin: 0; }
    @media (min-width: 1366px) {
      .usp-wrapper .usp-text p {
        font-size: 15px; } }

.secondary-banner {
  padding: 30px 0;
  text-align: center;
  margin: 0; }
  @media (min-width: 960px) {
    .secondary-banner {
      padding: 50px 0; } }
  @media (min-width: 1700px) {
    .secondary-banner {
      padding: 90px 0 100px; } }
  .secondary-banner h2 {
    color: #000;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0 15px; }
    .secondary-banner h2 br {
      display: none; }
      @media (min-width: 768px) {
        .secondary-banner h2 br {
          display: inline; } }
    @media (min-width: 1366px) {
      .secondary-banner h2 {
        font-size: 32px;
        line-height: 42px; } }
    @media (min-width: 1700px) {
      .secondary-banner h2 {
        font-size: 40px;
        line-height: 50px; } }

.heading-subtext {
  color: #000;
  font-size: 14px;
  margin: 0 auto 40px; }
  @media (min-width: 768px) {
    .heading-subtext {
      margin: 0 auto 20px; } }
  @media (min-width: 1200px) {
    .heading-subtext {
      max-width: 80%; } }
  @media (min-width: 1366px) {
    .heading-subtext {
      font-size: 16px;
      margin: 10px auto 35px; } }

@media (min-width: 960px) {
  .secondary-slider .slide-link {
    display: block; } }

.secondary-slider .slide-link img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.secondary-slider .slide-content {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left; }
  @media (min-width: 1200px) {
    .secondary-slider .slide-content {
      left: 80px; } }
  .secondary-slider .slide-content h3, .secondary-slider .slide-content h4, .secondary-slider .slide-content p, .secondary-slider .slide-content a {
    margin: 0; }
  .secondary-slider .slide-content img {
    border-radius: 50%;
    max-width: 80px;
    height: auto;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #fff; }
    @media (min-width: 1366px) {
      .secondary-slider .slide-content img {
        max-width: 90px; } }
  .secondary-slider .slide-content h3, .secondary-slider .slide-content h4 {
    font-weight: 600;
    color: #fff; }
  .secondary-slider .slide-content h3 {
    font-size: 24px; }
    @media (min-width: 1700px) {
      .secondary-slider .slide-content h3 {
        font-size: 28px; } }
  .secondary-slider .slide-content h4 {
    font-style: italic;
    font-size: 16px;
    margin: 10px 0; }
    @media (min-width: 1700px) {
      .secondary-slider .slide-content h4 {
        font-size: 20px; } }
  .secondary-slider .slide-content p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff; }
    @media (min-width: 768px) {
      .secondary-slider .slide-content p {
        max-width: 80%; } }
    @media (min-width: 1200px) {
      .secondary-slider .slide-content p {
        max-width: 60%; } }
    @media (min-width: 1700px) {
      .secondary-slider .slide-content p {
        font-size: 16px;
        max-width: 56%; } }
  .secondary-slider .slide-content .slide-link {
    display: block; }

.secondary-slider ul {
  list-style-type: none;
  margin: 0;
  overflow: hidden; }
  .secondary-slider ul li:nth-child(1) .tabs {
    background: transparent linear-gradient(98deg, #5e7363 0%, #acba85 100%) 0% 0%; }
  .secondary-slider ul li:nth-child(2) .tabs {
    background: transparent linear-gradient(98deg, #89a6d7 0%, #72ab4f 100%) 0% 0%; }
  .secondary-slider ul li:nth-child(3) .tabs {
    background: transparent linear-gradient(98deg, #a4a33a 0%, #4e523c 100%) 0% 0%; }
  @media (min-width: 960px) {
    .secondary-slider ul li .tabs {
      background: rgba(255, 255, 255, 0.2) !important; } }
  .secondary-slider ul input {
    position: absolute;
    left: -9999px; }
  .secondary-slider ul .tab-text {
    font-size: 18px; }
    @media (min-width: 1700px) {
      .secondary-slider ul .tab-text {
        font-size: 24px; } }
  .secondary-slider ul .tabs {
    border: 0;
    padding: 25px 20px;
    position: relative; }
    @media (min-width: 960px) {
      .secondary-slider ul .tabs {
        position: absolute;
        z-index: 1;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        height: 100%;
        width: 100%;
        left: 0;
        top: 0; } }
    .secondary-slider ul .tabs img {
      display: none;
      border-radius: 50%;
      max-width: 80px;
      height: auto;
      padding: 10px;
      background-color: #fff; }
      @media (min-width: 960px) {
        .secondary-slider ul .tabs img {
          display: inline-block; } }
      @media (min-width: 1366px) {
        .secondary-slider ul .tabs img {
          max-width: 90px; } }
    .secondary-slider ul .tabs p {
      text-align: left;
      color: #fff;
      margin: 0; }
    .secondary-slider ul .tabs:after {
      position: absolute;
      content: "";
      right: 20px;
      top: 29px;
      width: 10px;
      height: 18px;
      transform: rotate(90deg);
      transition: all 0.4s ease;
      background: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow-white.png") no-repeat center center/100% 100%; }
      @media (min-width: 960px) {
        .secondary-slider ul .tabs:after {
          display: none; } }
  .secondary-slider ul label {
    position: relative; }
    @media (min-width: 960px) {
      .secondary-slider ul label {
        float: left;
        height: 353px;
        width: 100px;
        -webkit-transition: all 2s ease;
        transition: all 2s ease;
        cursor: pointer; } }
    @media (min-width: 1200px) {
      .secondary-slider ul label {
        height: 435px;
        width: 120px; } }
    @media (min-width: 1512px) {
      .secondary-slider ul label {
        height: 515px;
        width: 150px; } }
    @media (min-width: 1600px) {
      .secondary-slider ul label {
        height: 530px; } }
    .secondary-slider ul label > img {
      display: none; }
      @media (min-width: 960px) {
        .secondary-slider ul label > img {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          right: 0;
          bottom: 0;
          z-index: 1;
          object-fit: cover;
          object-position: right; } }
  @media (min-width: 960px) {
    .secondary-slider ul input[type="radio"]:checked ~ label {
      display: none; } }
  .secondary-slider ul input[type="radio"]:checked ~ label .tabs:after {
    transform: rotate(-90deg); }
  @media (min-width: 960px) {
    .secondary-slider ul input[type="radio"]:not(:checked) ~ label p {
      transform: rotate(-90deg) translateX(50%);
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      white-space: nowrap; } }
  .secondary-slider ul .hs-slide {
    width: 0;
    height: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1; }
    @media (min-width: 960px) {
      .secondary-slider ul .hs-slide {
        float: left; } }
  .secondary-slider ul input[type="radio"]:checked ~ .hs-slide {
    width: 100%;
    height: 480px; }
    @media (min-width: 960px) {
      .secondary-slider ul input[type="radio"]:checked ~ .hs-slide {
        width: calc(100% - 200px);
        height: 353px; } }
    @media (min-width: 1200px) {
      .secondary-slider ul input[type="radio"]:checked ~ .hs-slide {
        width: calc(100% - 240px);
        height: 435px; } }
    @media (min-width: 1512px) {
      .secondary-slider ul input[type="radio"]:checked ~ .hs-slide {
        width: calc(100% - 300px);
        height: 515px; } }
    @media (min-width: 1600px) {
      .secondary-slider ul input[type="radio"]:checked ~ .hs-slide {
        height: 530px; } }

.quality-banner {
  padding: 26px 0;
  margin-bottom: 15px;
  text-align: center;
  background: #36893B url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/quality-bg-mobile.png") no-repeat center center/100% 100%; }
  @media (min-width: 569px) {
    .quality-banner {
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media (min-width: 768px) {
    .quality-banner {
      margin-bottom: 30px;
      background: #36893B url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/quality-bg.png") no-repeat center center/100% 100%; } }
  @media (min-width: 1700px) {
    .quality-banner {
      padding: 38px 0; } }
  .quality-banner h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 25px;
    position: relative; }
    @media (min-width: 768px) {
      .quality-banner h3 {
        text-align: right;
        width: 30%;
        border-right: 1px solid #73AD76;
        margin: 0 10px 0 0;
        padding-right: 10px; } }
    @media (min-width: 960px) {
      .quality-banner h3 {
        font-size: 22px;
        padding-right: 20px;
        margin-right: 20px;
        width: 210px; } }
    @media (min-width: 1366px) {
      .quality-banner h3 {
        padding-right: 26px;
        margin-right: 26px;
        width: 245px; } }
    @media (min-width: 1700px) {
      .quality-banner h3 {
        font-size: 32px;
        line-height: 42px;
        width: 272px; } }
    .quality-banner h3:after {
      position: absolute;
      content: "";
      width: 80px;
      height: 1px;
      background: #73AD76;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%); }
      @media (min-width: 768px) {
        .quality-banner h3:after {
          display: none; } }
  .quality-banner p {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    margin: 0 auto;
    max-width: 80%; }
    @media (min-width: 768px) {
      .quality-banner p {
        margin: 0;
        text-align: left;
        width: 65%; } }
    @media (min-width: 960px) {
      .quality-banner p {
        width: 55%; } }
    @media (min-width: 1200px) {
      .quality-banner p {
        width: 44%; } }
    @media (min-width: 1700px) {
      .quality-banner p {
        font-size: 18px;
        line-height: 27px;
        width: 38%; } }

.category-banner {
  margin-top: 15px; }
  @media (min-width: 768px) {
    .category-banner {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: stretch;
      margin-top: 30px; } }
  @media (min-width: 768px) {
    .category-banner .banner-box {
      width: 50%; } }
  .category-banner .banner-text {
    padding: 46px 43px;
    background: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/category-banner-bg.png") no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    @media (min-width: 768px) {
      .category-banner .banner-text {
        padding: 26px 43px;
        text-align: left; } }
    @media (min-width: 960px) {
      .category-banner .banner-text {
        padding: 0; } }
    .category-banner .banner-text h6 {
      color: #fff;
      margin: 0;
      letter-spacing: 6px;
      font-size: 15px; }
      @media (min-width: 960px) {
        .category-banner .banner-text h6 {
          letter-spacing: 8px; } }
      @media (min-width: 1366px) {
        .category-banner .banner-text h6 {
          font-size: 20px; } }
    .category-banner .banner-text h3 {
      color: #fff;
      margin: 0 0 20px;
      font-family: 'Libre Baskerville', serif;
      font-size: 36px;
      line-height: 36px;
      font-weight: 400; }
      @media (min-width: 768px) {
        .category-banner .banner-text h3 {
          font-size: 30px; } }
      @media (min-width: 960px) {
        .category-banner .banner-text h3 {
          font-size: 36px; } }
      @media (min-width: 1366px) {
        .category-banner .banner-text h3 {
          font-size: 60px;
          line-height: 60px; } }
    .category-banner .banner-text p {
      color: #fff;
      font-size: 14px;
      margin-bottom: 25px; }
      @media (min-width: 768px) {
        .category-banner .banner-text p {
          margin-bottom: 15px; } }
      @media (min-width: 960px) {
        .category-banner .banner-text p {
          margin-bottom: 25px; } }
      @media (min-width: 1700px) {
        .category-banner .banner-text p {
          font-size: 18px; } }
    .category-banner .banner-text a {
      padding: 12px 19px;
      margin: 0;
      letter-spacing: 3.2px; }
      @media (min-width: 768px) {
        .category-banner .banner-text a {
          padding: 8px 10px; } }
      @media (min-width: 960px) {
        .category-banner .banner-text a {
          padding: 12px 14px; } }
      @media (min-width: 1366px) {
        .category-banner .banner-text a {
          padding: 12px 28px; } }

@media (min-width: 768px) {
  .category-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; } }

@media (min-width: 1366px) {
  .category-grid {
    padding: 0 10px; } }

@media (min-width: 1700px) {
  .category-grid {
    padding: 0 15px; } }

.category-grid .category-box {
  padding: 15px 30px;
  position: relative; }
  @media (min-width: 768px) {
    .category-grid .category-box {
      padding: 5px;
      width: 48.5%; } }
  @media (min-width: 960px) {
    .category-grid .category-box {
      width: 214px; } }
  @media (min-width: 1200px) {
    .category-grid .category-box {
      padding: 0 10px;
      width: 252px; } }
  @media (min-width: 1366px) {
    .category-grid .category-box {
      width: 280px; } }
  @media (min-width: 1512px) {
    .category-grid .category-box {
      width: 311px; } }
  @media (min-width: 1700px) {
    .category-grid .category-box {
      padding: 0 15px;
      width: 396px; } }
  .category-grid .category-box .top-box {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .category-grid .category-box .top-box {
        margin-bottom: 8px; } }
    @media (min-width: 1200px) {
      .category-grid .category-box .top-box {
        margin-bottom: 18px; } }
    @media (min-width: 1700px) {
      .category-grid .category-box .top-box {
        margin-bottom: 28px; } }
    .category-grid .category-box .top-box .cat-name {
      right: 20px; }
  .category-grid .category-box .top-box, .category-grid .category-box .bottom-box {
    position: relative; }
    .category-grid .category-box .top-box .cat-name, .category-grid .category-box .bottom-box .cat-name {
      right: 20px;
      bottom: 20px; }
      @media (min-width: 768px) {
        .category-grid .category-box .top-box .cat-name, .category-grid .category-box .bottom-box .cat-name {
          bottom: 15px; } }
      @media (min-width: 960px) {
        .category-grid .category-box .top-box .cat-name, .category-grid .category-box .bottom-box .cat-name {
          right: 10px; } }
      @media (min-width: 1200px) {
        .category-grid .category-box .top-box .cat-name, .category-grid .category-box .bottom-box .cat-name {
          bottom: 20px; } }
      @media (min-width: 1366px) {
        .category-grid .category-box .top-box .cat-name, .category-grid .category-box .bottom-box .cat-name {
          right: 20px; } }
  .category-grid .category-box .category-image {
    display: inline-block;
    position: relative; }
    .category-grid .category-box .category-image:before {
      position: absolute;
      content: "";
      width: 0;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.4);
      transition: all 0.4s ease-in-out; }
    .category-grid .category-box .category-image:hover:before {
      width: 100%; }
  .category-grid .category-box .cat-name {
    position: absolute;
    bottom: 35px;
    right: 50px;
    background-color: #fff;
    color: #101010;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    padding: 10px 55px 10px 25px; }
    @media (min-width: 768px) {
      .category-grid .category-box .cat-name {
        padding: 8px 45px 8px 15px;
        right: 25px;
        bottom: 15px; } }
    @media (min-width: 960px) {
      .category-grid .category-box .cat-name {
        padding: 5px 30px 5px 10px;
        font-size: 13px;
        letter-spacing: 3.2px;
        right: 15px; } }
    @media (min-width: 1200px) {
      .category-grid .category-box .cat-name {
        bottom: 20px; } }
    @media (min-width: 1366px) {
      .category-grid .category-box .cat-name {
        letter-spacing: 2px;
        padding: 8px 30px 8px 10px;
        right: 25px; } }
    @media (min-width: 1700px) {
      .category-grid .category-box .cat-name {
        font-size: 16px;
        padding: 12px 60px 12px 30px;
        letter-spacing: 4px;
        right: 35px; } }
    .category-grid .category-box .cat-name:after {
      position: absolute;
      content: "";
      width: 20px;
      height: 13px;
      background: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/content/img/right-arrow.svg") no-repeat right center/contain;
      right: 30px;
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 768px) {
        .category-grid .category-box .cat-name:after {
          right: 15px; } }
      @media (min-width: 960px) {
        .category-grid .category-box .cat-name:after {
          right: 6px; } }
      @media (min-width: 1366px) {
        .category-grid .category-box .cat-name:after {
          right: 8px; } }
      @media (min-width: 1700px) {
        .category-grid .category-box .cat-name:after {
          right: 30px; } }
    .category-grid .category-box .cat-name:hover {
      background-color: #36893B;
      color: #fff; }
      .category-grid .category-box .cat-name:hover:after {
        background: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/content/img/right-arrow-hover.svg") no-repeat right center/contain; }
  @media (min-width: 768px) {
    .category-grid .category-box:nth-child(3) {
      width: 47%; } }
  @media (min-width: 960px) {
    .category-grid .category-box:nth-child(3) {
      width: 286px; } }
  @media (min-width: 1200px) {
    .category-grid .category-box:nth-child(3) {
      width: 325px; } }
  @media (min-width: 1366px) {
    .category-grid .category-box:nth-child(3) {
      width: 365px; } }
  @media (min-width: 1512px) {
    .category-grid .category-box:nth-child(3) {
      width: 408px; } }
  @media (min-width: 1700px) {
    .category-grid .category-box:nth-child(3) {
      width: 512px; } }
  @media (min-width: 768px) {
    .category-grid .category-box:nth-child(4) {
      width: 50%; } }
  @media (min-width: 960px) {
    .category-grid .category-box:nth-child(4) {
      width: 306px; } }
  @media (min-width: 1200px) {
    .category-grid .category-box:nth-child(4) {
      width: 357px; } }
  @media (min-width: 1366px) {
    .category-grid .category-box:nth-child(4) {
      width: 398px; } }
  @media (min-width: 1512px) {
    .category-grid .category-box:nth-child(4) {
      width: 444px; } }
  @media (min-width: 1700px) {
    .category-grid .category-box:nth-child(4) {
      width: 562px; } }

.collection-grid .page-heading {
  margin-bottom: 0px;
  padding: 0 30px; }
  @media (min-width: 768px) {
    .collection-grid .page-heading {
      margin-bottom: 20px; } }
  @media (min-width: 1366px) {
    .collection-grid .page-heading {
      margin-bottom: 40px; } }

.clients-wrapper {
  padding: 30px 0;
  text-align: center; }
  @media (min-width: 960px) {
    .clients-wrapper {
      padding: 50px 0; } }
  @media (min-width: 1700px) {
    .clients-wrapper {
      padding: 90px 0; } }
  .clients-wrapper .clients-inner {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 1700px) {
      .clients-wrapper .clients-inner {
        margin: 0 -10px; } }
    .clients-wrapper .clients-inner .clients-box-wrapper {
      padding: 8px;
      width: 50%; }
      @media (min-width: 768px) {
        .clients-wrapper .clients-inner .clients-box-wrapper {
          width: 25%; } }
      @media (min-width: 1200px) {
        .clients-wrapper .clients-inner .clients-box-wrapper {
          width: calc(100% / 6);
          padding: 0 5px; } }
      @media (min-width: 1700px) {
        .clients-wrapper .clients-inner .clients-box-wrapper {
          padding: 10px; } }
      .clients-wrapper .clients-inner .clients-box-wrapper .client-box {
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
        padding: 10px;
        display: block; }
        .clients-wrapper .clients-inner .clients-box-wrapper .client-box:hover {
          transform: translateY(15px); }
      .clients-wrapper .clients-inner .clients-box-wrapper .client-name {
        margin-top: 7px; }

.testimonial .slick-dots, .movies-wrapper .slick-dots, .family-section .slick-dots, .new-products .slick-dots, .related-tab .slick-dots {
  bottom: 50px; }
  .testimonial .slick-dots li, .movies-wrapper .slick-dots li, .family-section .slick-dots li, .new-products .slick-dots li, .related-tab .slick-dots li {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 7px; }
    .testimonial .slick-dots li button, .movies-wrapper .slick-dots li button, .family-section .slick-dots li button, .new-products .slick-dots li button, .related-tab .slick-dots li button {
      border: 0;
      width: 8px;
      height: 8px; }
    .testimonial .slick-dots li button:before, .movies-wrapper .slick-dots li button:before, .family-section .slick-dots li button:before, .new-products .slick-dots li button:before, .related-tab .slick-dots li button:before {
      width: 8px;
      height: 8px;
      background: #000;
      opacity: 0.4;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .testimonial .slick-dots li.slick-active button, .movies-wrapper .slick-dots li.slick-active button, .family-section .slick-dots li.slick-active button, .new-products .slick-dots li.slick-active button, .related-tab .slick-dots li.slick-active button {
      width: 16px;
      height: 16px; }
      .testimonial .slick-dots li.slick-active button:before, .movies-wrapper .slick-dots li.slick-active button:before, .family-section .slick-dots li.slick-active button:before, .new-products .slick-dots li.slick-active button:before, .related-tab .slick-dots li.slick-active button:before {
        width: 16px;
        height: 16px;
        opacity: 1; }

.testimonial {
  padding: 20px 0 50px; }
  @media (min-width: 960px) {
    .testimonial {
      display: flex;
      align-items: stretch; } }
  @media (min-width: 1700px) {
    .testimonial {
      padding: 0px 0 90px; } }
  .testimonial .testimonial-box {
    background-color: #9DBEA0; }
    @media (min-width: 960px) {
      .testimonial .testimonial-box {
        width: 50%; } }
  .testimonial .testimonial-slider {
    display: flex;
    justify-content: center;
    align-items: center; }
    .testimonial .testimonial-slider .testimonial-slider-wrapper {
      text-align: center;
      padding: 50px 20px;
      margin: auto;
      width: 100%; }
      @media (min-width: 960px) {
        .testimonial .testimonial-slider .testimonial-slider-wrapper {
          padding: 0px 20px; } }
      @media (min-width: 1200px) {
        .testimonial .testimonial-slider .testimonial-slider-wrapper {
          padding: 0px 75px; } }
    .testimonial .testimonial-slider img {
      width: 135px;
      margin: 0 auto 20px; }
      @media (min-width: 960px) {
        .testimonial .testimonial-slider img {
          margin: 0 auto 10px; } }
      @media (min-width: 1366px) {
        .testimonial .testimonial-slider img {
          margin-bottom: 18px; } }
      @media (min-width: 1700px) {
        .testimonial .testimonial-slider img {
          margin-bottom: 28px;
          width: 215px; } }
    .testimonial .testimonial-slider h6 {
      font-size: 15px;
      color: #fff;
      letter-spacing: 8px;
      margin: 0; }
      @media (min-width: 1700px) {
        .testimonial .testimonial-slider h6 {
          font-size: 20px; } }
    .testimonial .testimonial-slider h3 {
      font-size: 28px;
      font-weight: 700;
      text-transform: capitalize;
      color: #fff;
      margin: 5px 0 20px; }
      @media (min-width: 960px) {
        .testimonial .testimonial-slider h3 {
          margin: 0 0 10px; } }
      @media (min-width: 1366px) {
        .testimonial .testimonial-slider h3 {
          font-size: 30px; } }
      @media (min-width: 1700px) {
        .testimonial .testimonial-slider h3 {
          font-size: 40px;
          margin: 5px 0 30px; } }
    .testimonial .testimonial-slider blockquote {
      font-size: 16px;
      color: #fff;
      font-style: italic; }
      @media (min-width: 960px) {
        .testimonial .testimonial-slider blockquote {
          font-size: 14px;
          line-height: 24px; } }
      @media (min-width: 1366px) {
        .testimonial .testimonial-slider blockquote {
          font-size: 18px;
          line-height: 28px; } }
      @media (min-width: 1700px) {
        .testimonial .testimonial-slider blockquote {
          font-size: 22px;
          line-height: 36px;
          margin-bottom: 10px; } }
    .testimonial .testimonial-slider .client-name {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      position: relative; }
      @media (min-width: 1366px) {
        .testimonial .testimonial-slider .client-name {
          font-size: 18px; } }
      @media (min-width: 1700px) {
        .testimonial .testimonial-slider .client-name {
          font-size: 22px;
          margin-top: 46px; } }
      .testimonial .testimonial-slider .client-name:before {
        position: absolute;
        content: "";
        width: 86px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.41);
        left: 50%;
        transform: translateX(-50%);
        top: -22px; }
  .testimonial .slick-dots {
    bottom: -40px; }
    @media (min-width: 1700px) {
      .testimonial .slick-dots {
        bottom: -65px; } }
    .testimonial .slick-dots li button:before {
      background: #fff; }

.movies-wrapper .slick-next, .movies-wrapper .slick-prev, .catalog-slider .slick-next, .catalog-slider .slick-prev {
  padding: 0;
  width: 8px;
  height: 18px;
  right: 10px;
  background-color: inherit;
  border: 0; }
  @media (min-width: 1700px) {
    .movies-wrapper .slick-next, .movies-wrapper .slick-prev, .catalog-slider .slick-next, .catalog-slider .slick-prev {
      right: 20px; } }
  .movies-wrapper .slick-next:before, .movies-wrapper .slick-prev:before, .catalog-slider .slick-next:before, .catalog-slider .slick-prev:before {
    width: 100%;
    height: 100%;
    background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow.png"); }

.movies-wrapper .slick-prev, .catalog-slider .slick-prev {
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top;
  left: 10px;
  right: unset; }
  @media (min-width: 1700px) {
    .movies-wrapper .slick-prev, .catalog-slider .slick-prev {
      left: 20px; } }

.movies-wrapper .slick-disabled, .catalog-slider .slick-disabled {
  opacity: 0.6; }

.movies-wrapper .page-heading {
  margin-bottom: 20px; }

.movies-wrapper .slick-list {
  max-height: 58px; }
  @media (min-width: 768px) {
    .movies-wrapper .slick-list {
      max-height: inherit; } }

.movies-wrapper .slick-dots {
  bottom: 60px; }

.movies-wrapper .movies-slider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 100px;
  margin-bottom: 0 !important; }
  .movies-wrapper .movies-slider .movie-slide {
    display: inline-block;
    overflow: hidden; }
    .movies-wrapper .movies-slider .movie-slide img {
      transition: all 0.4s ease-in-out; }
    .movies-wrapper .movies-slider .movie-slide:hover img {
      transform: scale(1.2); }
  .movies-wrapper .movies-slider .slick-next, .movies-wrapper .movies-slider .slick-prev {
    width: 10px;
    height: 18px;
    right: -10px;
    top: 44px; }
    @media (min-width: 1200px) {
      .movies-wrapper .movies-slider .slick-next, .movies-wrapper .movies-slider .slick-prev {
        top: 52px; } }
  .movies-wrapper .movies-slider .slick-prev {
    left: -10px; }

.family-section {
  text-align: center;
  padding: 50px 20px 0; }
  @media (min-width: 768px) {
    .family-section {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1700px) {
    .family-section {
      padding: 90px 0 0; } }
  @media (min-width: 1700px) {
    .family-section .page-heading {
      margin: 0; } }
  .family-section .slick-dots {
    bottom: -22px; }
  .family-section .logo {
    max-width: 122px;
    margin: 20px auto; }
    @media (min-width: 768px) {
      .family-section .logo {
        margin: 0 auto 10px; } }
    @media (min-width: 960px) {
      .family-section .logo {
        margin: 12px 0 24px; } }
  .family-section p {
    font-size: 14px;
    color: #000; }
    @media (min-width: 960px) {
      .family-section p {
        max-width: 80%;
        margin: 0 auto 20px; } }
    @media (min-width: 1700px) {
      .family-section p {
        max-width: 58%; } }
  @media (min-width: 1366px) {
    .family-section .family-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 0 10px; } }
  @media (min-width: 1700px) {
    .family-section .family-wrapper {
      padding: 0 15px;
      margin-top: 15px; } }
  .family-section .family-wrapper .family-box-wrapper {
    padding: 20px 10px; }
    @media (min-width: 1366px) {
      .family-section .family-wrapper .family-box-wrapper {
        width: calc(100% / 6);
        padding: 10px; } }
    @media (min-width: 1700px) {
      .family-section .family-wrapper .family-box-wrapper {
        padding: 15px; } }
  .family-section .family-wrapper .family-box {
    padding: 25px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    overflow: hidden; }
    @media (min-width: 768px) {
      .family-section .family-wrapper .family-box {
        padding: 15px 11px; } }
    @media (min-width: 1366px) {
      .family-section .family-wrapper .family-box {
        padding: 15px 14px; } }
    @media (min-width: 1700px) {
      .family-section .family-wrapper .family-box {
        padding: 40px 0px; } }
    .family-section .family-wrapper .family-box h4 {
      font-weight: 700;
      font-size: 14px;
      color: #000;
      margin: 20px 0 0;
      transition: all 0.4s ease-in-out;
      min-height: 42px; }
      @media (min-width: 768px) {
        .family-section .family-wrapper .family-box h4 {
          font-size: 13px;
          min-height: inherit; } }
      @media (min-width: 1366px) {
        .family-section .family-wrapper .family-box h4 {
          font-size: 15px; } }
      @media (min-width: 1700px) {
        .family-section .family-wrapper .family-box h4 {
          font-size: 20px; } }
    @media (min-width: 1700px) {
      .family-section .family-wrapper .family-box img {
        max-width: 203px; } }
    .family-section .family-wrapper .family-box:hover {
      background-color: #36893B; }
      .family-section .family-wrapper .family-box:hover h4 {
        transform: translateY(-60px) scale(1.1);
        background-color: #36893B;
        color: #fff; }

.productCarousel {
  margin: 0; }
  .productCarousel .slick-list {
    margin: 0 -0.75rem; }

.new-products {
  padding: 50px 0; }
  @media (min-width: 1700px) {
    .new-products {
      padding: 90px 0 80px; } }
  .new-products .card-text {
    display: none; }

.new-products .page-heading, .related-tab .page-heading {
  margin-bottom: 25px;
  text-align: center; }

.new-products .slick-dots, .related-tab .slick-dots {
  bottom: -35px; }

.new-products .slick-next::before, .new-products .slick-prev::before, .related-tab .slick-next::before, .related-tab .slick-prev::before {
  width: 10px;
  height: 18px;
  background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow-white.png"); }

.new-products .slick-next, .new-products .slick-prev, .related-tab .slick-next, .related-tab .slick-prev {
  width: 30px;
  height: 100px;
  border: 0;
  background-color: #36893B;
  right: -1px; }
  .new-products .slick-next:hover, .new-products .slick-prev:hover, .related-tab .slick-next:hover, .related-tab .slick-prev:hover {
    background-color: #E2E2E2; }

.new-products .slick-prev, .related-tab .slick-prev {
  left: -1px;
  transform: rotate(180deg) translate(0, 50%); }

.footer {
  background-color: #FCF5EA;
  border: 0;
  padding: 40px 0 25px;
  /*.footer-info-list li a:hover{
        font-weight: 500;
    }*/ }
  @media (min-width: 1366px) {
    .footer {
      padding: 60px 0; } }
  .footer .top-footer {
    border-bottom: 1px solid #BDB8B0;
    padding-bottom: 30px; }
    @media (min-width: 960px) {
      .footer .top-footer {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 45px; } }
    @media (min-width: 960px) {
      .footer .top-footer .footer-box {
        width: 50%;
        position: relative; } }
    @media (min-width: 960px) {
      .footer .top-footer .footer-box.catelog-request {
        padding: 0 25px 0 0px;
        border-right: 1px solid #CCCCCC; } }
    @media (min-width: 960px) {
      .footer .top-footer .footer-box.catelog-request {
        padding: 0 25px 0 100px; } }
    @media (min-width: 1200px) {
      .footer .top-footer .footer-box.catelog-request {
        padding-left: 130px; } }
    @media (min-width: 1700px) {
      .footer .top-footer .footer-box.catelog-request {
        padding-left: 155px; } }
  @media (min-width: 960px) {
    .footer .request-catalog {
      transform: rotate(-90deg);
      transform-origin: bottom;
      position: absolute;
      left: 0;
      top: 18px; } }
  .footer .request-catalog p {
    font-weight: 700;
    color: #515151;
    font-size: 29px; }
    @media (min-width: 1200px) {
      .footer .request-catalog p {
        font-size: 32px; } }
    @media (min-width: 1700px) {
      .footer .request-catalog p {
        font-size: 40px; } }
    .footer .request-catalog p span {
      display: block;
      color: #FCF5EA;
      font-size: 46px;
      line-height: 40px;
      text-transform: uppercase;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: black; }
      @media (min-width: 1200px) {
        .footer .request-catalog p span {
          font-size: 46px;
          line-height: 36px; } }
      @media (min-width: 1700px) {
        .footer .request-catalog p span {
          font-size: 62px;
          line-height: 52px; } }
  @media (min-width: 768px) {
    .footer .catalog-slider {
      text-align: center; } }
  @media (min-width: 1366px) {
    .footer .catalog-slider {
      max-width: 430px; } }
  @media (min-width: 1700px) {
    .footer .catalog-slider {
      max-width: 465px; } }
  .footer .catalog-slider .slick-track {
    display: flex; }
  @media (min-width: 768px) {
    .footer .catalog-slider .catalog-slides {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .footer .catalog-slider .catalog-slides .catalog-slide {
      width: 50%;
      padding: 0 10px; } }
  .footer .catalog-slider .catalog-slide {
    margin-bottom: 15px;
    height: auto; }
    @media (min-width: 960px) {
      .footer .catalog-slider .catalog-slide {
        padding: 0 10px; } }
    @media (min-width: 1700px) {
      .footer .catalog-slider .catalog-slide {
        padding: 0 20px;
        margin-bottom: 20px; } }
  .footer .catalog-slider .catalog {
    padding: 20px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (min-width: 960px) {
      .footer .catalog-slider .catalog {
        display: inline-block; } }
    @media (min-width: 1200px) {
      .footer .catalog-slider .catalog {
        font-size: 14px; } }
    @media (min-width: 1700px) {
      .footer .catalog-slider .catalog {
        padding: 30px;
        font-size: 16px; } }
    .footer .catalog-slider .catalog p {
      margin: 0;
      width: calc(100% - 107px);
      padding-left: 25px;
      text-align: left; }
      @media (min-width: 768px) {
        .footer .catalog-slider .catalog p {
          padding-left: 20px; } }
      @media (min-width: 960px) {
        .footer .catalog-slider .catalog p {
          width: auto;
          text-align: center;
          padding-left: 0; } }
    .footer .catalog-slider .catalog strong {
      font-size: 18px; }
      @media (min-width: 1200px) {
        .footer .catalog-slider .catalog strong {
          font-size: 16px; } }
      @media (min-width: 1700px) {
        .footer .catalog-slider .catalog strong {
          font-size: 18px; } }
    .footer .catalog-slider .catalog img {
      width: 107px;
      margin: 0 auto;
      float: left; }
      @media (min-width: 960px) {
        .footer .catalog-slider .catalog img {
          margin-bottom: 14px;
          width: 134px; } }
      @media (min-width: 1200px) {
        .footer .catalog-slider .catalog img {
          float: none; } }
      @media (min-width: 1700px) {
        .footer .catalog-slider .catalog img {
          width: 134px; } }
  .footer .catalog-slider .button {
    padding: 12px 24px; }
    @media (min-width: 1366px) {
      .footer .catalog-slider .button {
        padding: 17px 14px;
        font-size: 16px;
        width: 353px; } }
  .footer .newsletter {
    margin-top: 40px; }
    @media (min-width: 960px) {
      .footer .newsletter {
        margin-top: 0;
        padding-left: 25px; } }
    @media (min-width: 1200px) {
      .footer .newsletter {
        padding-left: 40px; } }
    @media (min-width: 1366px) {
      .footer .newsletter {
        padding-left: 70px; } }
    @media (min-width: 1700px) {
      .footer .newsletter {
        padding-left: 120px; } }
    .footer .newsletter .newsletter-heading {
      padding-left: 55px;
      position: relative; }
      @media (min-width: 1700px) {
        .footer .newsletter .newsletter-heading {
          padding-left: 75px; } }
      .footer .newsletter .newsletter-heading:before {
        background: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/content/img/email.svg") no-repeat top center/100% 100%;
        position: absolute;
        content: "";
        width: 36px;
        height: 28px;
        top: 5px;
        left: 0; }
        @media (min-width: 1700px) {
          .footer .newsletter .newsletter-heading:before {
            width: 49px;
            height: 39px; } }
    .footer .newsletter p {
      font-size: 14px;
      line-height: 26px;
      padding-left: 75px; }
      @media (max-width: 1699px) {
        .footer .newsletter p {
          padding-left: 55px; } }
    .footer .newsletter .form {
      margin-bottom: 30px;
      display: none; }
      @media (min-width: 1700px) {
        .footer .newsletter .form {
          margin-bottom: 60px; } }
    .footer .newsletter .form-field {
      margin: 0; }
    .footer .newsletter .form-input {
      border-radius: 0;
      border-color: #c4c4c4; }
      .footer .newsletter .form-input::placeholder {
        color: #000;
        font-size: 16px; }
    .footer .newsletter .form-prefixPostfix.wrap {
      flex-wrap: wrap; }
      @media (min-width: 414px) {
        .footer .newsletter .form-prefixPostfix.wrap {
          flex-wrap: nowrap; } }
    .footer .newsletter .form-prefixPostfix .button {
      width: 100%;
      margin: 10px 0 0;
      background: #36893B;
      color: #fff; }
      .footer .newsletter .form-prefixPostfix .button:hover {
        background: #fff;
        color: #36893B; }
      @media (min-width: 414px) {
        .footer .newsletter .form-prefixPostfix .button {
          margin: 0 0 0 10px; } }
    .footer .newsletter .form-prefixPostfix .form-input, .footer .newsletter .form-prefixPostfix .button {
      height: 42px;
      width: auto; }
      @media only screen and (max-width: 480px) and (min-width: 414px) {
        .footer .newsletter .form-prefixPostfix .form-input, .footer .newsletter .form-prefixPostfix .button {
          width: 35%; } }
      @media (max-width: 413px) {
        .footer .newsletter .form-prefixPostfix .form-input, .footer .newsletter .form-prefixPostfix .button {
          width: 100%; } }
      @media (min-width: 1700px) {
        .footer .newsletter .form-prefixPostfix .form-input, .footer .newsletter .form-prefixPostfix .button {
          height: 50px; } }
  @media (min-width: 1700px) {
    .footer .social-media-box .socialLinks {
      margin-top: 10px; } }
  .footer .social-media-box .socialLinks .icon {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    padding: 8px;
    background-color: #888888;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out; }
    @media (min-width: 1700px) {
      .footer .social-media-box .socialLinks .icon {
        width: 52px;
        height: 52px;
        padding: 10px; } }
    .footer .social-media-box .socialLinks .icon:hover {
      border-color: #36893B;
      background-color: transparent; }
      .footer .social-media-box .socialLinks .icon:hover svg {
        fill: #36893B; }
    .footer .social-media-box .socialLinks .icon svg {
      fill: #fff; }
  .footer .footer-info-heading {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 5px; }
    @media (min-width: 1366px) {
      .footer .footer-info-heading {
        font-size: 20px; } }
    @media (min-width: 1700px) {
      .footer .footer-info-heading {
        font-size: 22px; } }
  .footer h5.footer-info-heading {
    position: relative;
    padding: 17px 0;
    margin: 0; }
    @media (min-width: 1200px) {
      .footer h5.footer-info-heading {
        padding: 0 0 20px; } }
    .footer h5.footer-info-heading:after {
      position: absolute;
      content: "";
      right: 0;
      top: 23px;
      width: 8px;
      height: 15px;
      background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow.png");
      background-position: 100% 50%;
      background-size: 8px;
      background-repeat: no-repeat;
      transition: all 0.4s ease-in-out; }
      @media (min-width: 768px) {
        .footer h5.footer-info-heading:after {
          display: none; } }
  @media (min-width: 960px) {
    .footer .footer-info-col--small {
      width: 25%; } }
  @media (min-width: 1200px) {
    .footer .footer-info-col--small {
      width: 16.66%; } }
  .footer .bottom-footer {
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 960px) {
      .footer .bottom-footer {
        padding-top: 40px; } }
    @media (min-width: 1200px) {
      .footer .bottom-footer {
        display: block; } }
    @media (min-width: 1366px) {
      .footer .bottom-footer {
        padding-top: 60px; } }
    .footer .bottom-footer .copyright {
      order: 1;
      padding-top: 40px;
      width: 100%;
      text-align: center; }
      @media (min-width: 1200px) {
        .footer .bottom-footer .copyright {
          width: 33.33%;
          text-align: left;
          padding-top: 0;
          padding-left: 0; } }
      .footer .bottom-footer .copyright svg {
        width: 260px; }
        @media (min-width: 375px) {
          .footer .bottom-footer .copyright svg {
            width: 325px; } }
        @media (min-width: 768px) {
          .footer .bottom-footer .copyright svg {
            width: 300px; } }
        @media (min-width: 1366px) {
          .footer .bottom-footer .copyright svg {
            width: 429px; } }
      @media (min-width: 768px) {
        .footer .bottom-footer .copyright .footer-copyright {
          text-align: center; } }
      @media (min-width: 1200px) {
        .footer .bottom-footer .copyright .footer-copyright {
          text-align: left; } }
  .footer .powered-by, .footer address {
    font-size: 12px;
    color: #000;
    font-style: normal; }
    @media (min-width: 1366px) {
      .footer .powered-by, .footer address {
        font-size: 14px; } }
  .footer .footer-info-list {
    margin-bottom: 17px; }
    @media (min-width: 1200px) {
      .footer .footer-info-list {
        margin-bottom: 0; } }
    .footer .footer-info-list li {
      margin-bottom: 8px; }
      .footer .footer-info-list li a:hover {
        color: #36893B;
        transform: translate(10px, 0);
        -webkit-transform: translate(10px, 0);
        -moz-transform: translate(10px, 0); }
  @media (min-width: 960px) {
    .footer .footer-info-col {
      margin: 0; } }
  .footer p, .footer li a {
    font-size: 14px;
    color: #000;
    display: inline-block; }
    @media (min-width: 1366px) {
      .footer p, .footer li a {
        font-size: 16px; } }
  .footer li a {
    font-size: 14px;
    line-height: 14px; }
    @media (min-width: 1366px) {
      .footer li a {
        font-size: 16px;
        line-height: 16px; } }
    @media (min-width: 1700px) {
      .footer li a {
        line-height: 21px; } }
  .footer article {
    text-align: left;
    margin: 0; }
    .footer article.footer-info-col--small {
      border-bottom: 1px solid rgba(0, 0, 0, 0.25);
      padding: 0 10px; }
      @media (min-width: 1200px) {
        .footer article.footer-info-col--small {
          border: 0; } }
    .footer article input {
      display: none;
      position: absolute;
      top: 1.2rem;
      right: 1.7rem;
      transform: scale(0.7); }
      .footer article input:checked ~ ul {
        display: none; }
        @media (min-width: 768px) {
          .footer article input:checked ~ ul {
            display: block; } }
      .footer article input + label .footer-info-heading:after {
        transform: rotate(-90deg); }
      .footer article input:checked + label .footer-info-heading:after {
        transform: rotate(90deg); }
    .footer article input ~ ul {
      display: block; }
  .footer [data-sub-layout-container="0a7443f4-d4f6-4942-9379-16770765e112"],
  .footer [data-sub-layout="344a9591-cb0d-49da-b6f0-c10e5463f869"] {
    position: inherit; }

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

.card .card-title {
  font-size: 14px;
  font-weight: 500;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 63px; }
  @media (min-width: 1366px) {
    .card .card-title {
      min-height: 45px; } }
  @media (min-width: 1700px) {
    .card .card-title {
      font-size: 16px; } }
  .card .card-title a {
    color: #000; }

.card .card-sku {
  margin: 0;
  font-size: 12px;
  color: #000;
  opacity: 0.7; }
  @media (min-width: 1200px) {
    .card .card-sku {
      font-size: 14px; } }

.card .card-figure {
  border: 1px solid #ccc;
  padding: 0; }

.card .card-figcaption {
  transition: all 0.4s ease-in-out; }

.card .price {
  color: #36893B;
  font-size: 14px;
  font-weight: 600; }
  @media (min-width: 1200px) {
    .card .price {
      font-size: 16px; } }
  @media (min-width: 1700px) {
    .card .price {
      font-size: 18px; } }

.card .button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  padding: 13px 0;
  margin: 0 10px; }
  .card .button svg {
    fill: #fff;
    stroke: #36893B;
    height: 20px; }
  .card .button:before {
    display: none; }

.card .wishlist-icon {
  /*&.added{
            svg{
                display: none;
                &.icon-added{
                    display: inline-block;
                }
            }
        }*/ }
  .card .wishlist-icon svg {
    fill: #36893B;
    stroke: none; }
  .card .wishlist-icon .icon-added {
    display: none; }
  .card .wishlist-icon.saved-to-wishlist svg {
    display: none; }
    .card .wishlist-icon.saved-to-wishlist svg.icon-added {
      display: inline-block; }

.card:hover .button:hover {
  background: inherit;
  border: 1px solid #fff; }
  .card:hover .button:hover svg {
    fill: #36893B;
    stroke: #fff; }

.card:hover .wishlist-icon:hover svg {
  fill: #fff;
  stroke: none; }

.card:hover .card-figcaption:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(54, 137, 59, 0.8);
  z-index: 1; }

.card:hover .card-figcaption-body {
  z-index: 2; }

.card:hover .card-figcaption {
  opacity: 1; }

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

.category-top {
  background-color: #F5F5F5;
  padding: 40px 0 50px; }
  @media (min-width: 768px) {
    .category-top {
      padding-top: 0; } }
  .category-top.no-subcategory {
    padding: 20px 0; }
    @media (min-width: 768px) {
      .category-top.no-subcategory {
        padding-top: 0; } }
    .category-top.no-subcategory .page-heading {
      margin: 0; }
  .category-top .subcategory-grid {
    height: 260px;
    overflow: auto;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .category-top .subcategory-grid {
        display: flex;
        flex-wrap: wrap;
        margin: 30px -5px 0; } }
    @media (min-width: 1200px) {
      .category-top .subcategory-grid {
        height: auto; } }
    @media (min-width: 1366px) {
      .category-top .subcategory-grid {
        margin: 30px -10px 0; } }
  .category-top .sub-category {
    padding: 5px 0; }
    @media (min-width: 768px) {
      .category-top .sub-category {
        width: 50%;
        padding: 0 5px 10px; } }
    @media (min-width: 960px) {
      .category-top .sub-category {
        width: 33.33%; } }
    @media (min-width: 1200px) {
      .category-top .sub-category {
        width: 25%; } }
    @media (min-width: 1700px) {
      .category-top .sub-category {
        padding: 0 10px 20px; } }
    .category-top .sub-category a {
      display: flex;
      align-items: center;
      height: 100%;
      min-height: 80px;
      background-color: #fff;
      border: 1px solid transparent;
      color: #000;
      font-size: 16px;
      font-weight: 700;
      padding: 15px 30px;
      text-transform: uppercase; }
      @media (min-width: 1366px) {
        .category-top .sub-category a {
          padding: 28px 30px;
          font-size: 18px; } }
      .category-top .sub-category a:hover {
        border-color: #36893B;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); }
        @media (min-width: 1700px) {
          .category-top .sub-category a:hover {
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); } }

.page-category-description {
  clear: both;
  overflow: hidden; }

.view-discount-table-template {
  margin: 20px 0 0; }
  @media (min-width: 1700px) {
    .view-discount-table-template {
      margin: 40px 0 0; } }
  .view-discount-table-template a {
    margin: 0; }
    @media (min-width: 1700px) {
      .view-discount-table-template a {
        padding: 12px 32px; } }

@media (min-width: 769px) {
  div.snize.snize-search-results .snize-main-panel {
    margin-bottom: 30px !important; } }

div.snize.snize-search-results {
  padding-top: 40px; }
  @media (min-width: 1700px) {
    div.snize.snize-search-results {
      padding-top: 50px; } }
  div.snize.snize-search-results#snize_results.snize-mobile-design {
    margin-bottom: 60px; }
    div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 11;
      width: 100%;
      min-height: 46px;
      margin: 0;
      display: flex;
      flex-wrap: wrap; }
      @media (min-width: 960px) {
        div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel {
          position: relative; } }
      div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel::before {
        position: absolute;
        content: "";
        width: 100vw;
        background-color: #36893B;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1; }
      div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-view-mode {
        order: 3;
        width: 15%; }
        @media (min-width: 768px) {
          div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-view-mode {
            width: 19%; } }
        div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-view-mode .snize-list-mode-icon, div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-view-mode .snize-grid-mode-icon {
          background-image: none;
          position: relative;
          padding: 0;
          margin: 0;
          width: 100%; }
          div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-view-mode .snize-list-mode-icon:before, div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-view-mode .snize-grid-mode-icon:before {
            position: absolute;
            content: "";
            top: 13px;
            left: 50%;
            transform: translateX(-50%);
            width: 20px;
            height: 20px;
            background: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/list-mobile-white.png") no-repeat top center/20px 20px; }
        div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-view-mode .snize-grid-mode-icon:before {
          background: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/grid-mobile-white.png") no-repeat top center/20px 20px; }
      div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-mobile-filters {
        float: none;
        order: 1;
        width: 30%; }
        @media (min-width: 414px) {
          div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-mobile-filters {
            width: 31%; } }
        div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-mobile-filters a {
          padding: 13px 0 13px 32px; }
        div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-mobile-filters a:before {
          position: absolute;
          content: "";
          left: 15px;
          top: 15px;
          width: 20px;
          height: 18px;
          background: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/filter-icon.png") no-repeat top center/100% 100%; }
          @media (min-width: 414px) {
            div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-mobile-filters a:before {
              left: 28px; } }
          @media (min-width: 768px) {
            div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-mobile-filters a:before {
              left: 80px; } }
        div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-mobile-filters .snize-selected-filters-count-container {
          border-radius: 50%;
          padding: 0 7px;
          text-align: center;
          font-size: 14px;
          right: 0; }
      div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-dropdown {
        order: 2;
        padding: 0 14px;
        position: relative;
        width: 46%; }
        @media (min-width: 414px) {
          div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-dropdown {
            padding: 0 20px;
            width: 42%; } }
        @media (min-width: 768px) {
          div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-dropdown {
            padding: 0 30px; } }
        div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-dropdown:before, div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-dropdown:after {
          position: absolute;
          content: "";
          width: 1px;
          height: 22px;
          background-color: #fff;
          opacity: 0.4;
          left: 0;
          top: 12px; }
        div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-dropdown:after {
          left: auto;
          right: 0; }
        div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-dropdown a {
          padding: 11px 0 11px 32px;
          width: 145px; }
          @media (min-width: 768px) {
            div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-dropdown a {
              width: auto; } }
        div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-dropdown a span:before {
          position: absolute;
          content: "";
          left: -32px;
          top: 3px;
          width: 20px;
          height: 18px;
          background: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/sort-icon.png") no-repeat top center/100% 100%; }
      div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-mobile-filters, div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-dropdown, div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-view-mode {
        display: block;
        margin: 0;
        max-width: 100%; }
        div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-mobile-filters a, div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-mobile-filters a > span, div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-dropdown a, div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-dropdown a > span, div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-view-mode a, div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-view-mode a > span {
          position: relative;
          text-align: center;
          border-radius: 0;
          border: 0;
          color: #fff;
          font-size: 16px;
          font-weight: 400;
          letter-spacing: 0;
          text-transform: capitalize; }
  div.snize.snize-search-results .snize-main-panel-collection-results-found {
    display: none; }
  div.snize.snize-search-results .snize-search-results-main-content {
    margin: 0; }
    @media (min-width: 769px) {
      div.snize.snize-search-results .snize-search-results-main-content {
        float: left;
        width: calc(100% - 255px); } }
    @media (min-width: 1200px) {
      div.snize.snize-search-results .snize-search-results-main-content {
        width: calc(100% - 245px); } }
    @media (min-width: 1366px) {
      div.snize.snize-search-results .snize-search-results-main-content {
        padding-left: 25px;
        width: calc(100% - 355px); } }
    @media (min-width: 1700px) {
      div.snize.snize-search-results .snize-search-results-main-content {
        padding-left: 40px;
        width: calc(100% - 370px); } }
  div.snize.snize-search-results .snize-main-panel {
    margin-bottom: 0px;
    margin-left: auto;
    display: inline-block;
    min-height: 50px; }
    @media (min-width: 960px) {
      div.snize.snize-search-results .snize-main-panel {
        width: calc(100% - 245px);
        float: right;
        margin-bottom: 30px; } }
    @media (min-width: 1366px) {
      div.snize.snize-search-results .snize-main-panel {
        width: calc(100% - 355px); } }
    @media (min-width: 1700px) {
      div.snize.snize-search-results .snize-main-panel {
        width: calc(100% - 370px); } }
    div.snize.snize-search-results .snize-main-panel .snize-main-panel-controls {
      margin-top: 0;
      margin-left: 0; }
      div.snize.snize-search-results .snize-main-panel .snize-main-panel-controls ul {
        display: flex; }
        div.snize.snize-search-results .snize-main-panel .snize-main-panel-controls ul li {
          float: none !important; }
          div.snize.snize-search-results .snize-main-panel .snize-main-panel-controls ul li a {
            padding: 7px;
            margin: 7px 6px 5px;
            color: #000;
            line-height: 20px !important; }
            div.snize.snize-search-results .snize-main-panel .snize-main-panel-controls ul li a.active {
              color: #36893b; }
  div.snize.snize-search-results .snize-header {
    margin-left: auto;
    margin-top: 0 !important;
    margin-bottom: 20px !important; }
    @media (min-width: 960px) {
      div.snize.snize-search-results .snize-header {
        width: calc(100% - 245px); } }
    @media (min-width: 1366px) {
      div.snize.snize-search-results .snize-header {
        width: calc(100% - 355px); } }
    @media (min-width: 1700px) {
      div.snize.snize-search-results .snize-header {
        width: calc(100% - 370px); } }
  div.snize.snize-search-results .snize-main-panel-view-mode {
    position: relative;
    margin: 0 0 0 0px;
    float: left;
    top: 17px; }
    @media (min-width: 960px) {
      div.snize.snize-search-results .snize-main-panel-view-mode {
        top: 17px; } }
    @media (min-width: 1200px) {
      div.snize.snize-search-results .snize-main-panel-view-mode {
        top: 16px; } }
    @media (min-width: 1366px) {
      div.snize.snize-search-results .snize-main-panel-view-mode {
        top: 10px; } }
    div.snize.snize-search-results .snize-main-panel-view-mode a.snize-view-mode-icon {
      opacity: 0.25;
      margin: 0; }
      @media (min-width: 1366px) {
        div.snize.snize-search-results .snize-main-panel-view-mode a.snize-view-mode-icon {
          width: 29px;
          height: 29px; } }
      div.snize.snize-search-results .snize-main-panel-view-mode a.snize-view-mode-icon.snize-list-mode-icon {
        margin-left: 16px;
        background: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/list-desktop-green.png") no-repeat top center/100% 100%; }
      div.snize.snize-search-results .snize-main-panel-view-mode a.snize-view-mode-icon.snize-grid-mode-icon {
        background: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/grid-desktop-green.png") no-repeat top center/100% 100%; }
      div.snize.snize-search-results .snize-main-panel-view-mode a.snize-view-mode-icon.active {
        opacity: 1; }
      div.snize.snize-search-results .snize-main-panel-view-mode a.snize-view-mode-icon svg {
        display: none; }
  div.snize.snize-search-results .snize-main-panel-dropdown {
    margin-top: 7px; }
    div.snize.snize-search-results .snize-main-panel-dropdown .snize-main-panel-dropdown-content {
      min-width: 250px;
      padding-top: 0; }
      div.snize.snize-search-results .snize-main-panel-dropdown .snize-main-panel-dropdown-content a {
        font-size: 16px;
        line-height: 22px;
        color: #000;
        padding: 8px 10px;
        margin-bottom: 5px;
        margin-top: 0; }
    div.snize.snize-search-results .snize-main-panel-dropdown .snize-main-panel-dropdown-button {
      margin: 0;
      position: relative;
      font-size: 14px;
      color: #000;
      text-align: center;
      border-color: #ccc;
      border-radius: 0;
      width: 140px;
      padding: 8px 20px 8px 85px;
      text-align: left; }
      @media (min-width: 960px) {
        div.snize.snize-search-results .snize-main-panel-dropdown .snize-main-panel-dropdown-button {
          width: 140px;
          padding: 8px 20px 8px 85px; } }
      @media (min-width: 1200px) {
        div.snize.snize-search-results .snize-main-panel-dropdown .snize-main-panel-dropdown-button {
          width: 168px;
          padding: 5px 25px 5px 80px; } }
      @media (min-width: 1700px) {
        div.snize.snize-search-results .snize-main-panel-dropdown .snize-main-panel-dropdown-button {
          font-size: 16px; } }
      @media (min-width: 769px) {
        div.snize.snize-search-results .snize-main-panel-dropdown .snize-main-panel-dropdown-button:before {
          position: absolute;
          content: "Sort By:";
          left: 16px;
          top: 8px;
          font-size: 14px;
          line-height: 20px;
          color: #000; } }
      @media (min-width: 1200px) {
        div.snize.snize-search-results .snize-main-panel-dropdown .snize-main-panel-dropdown-button:before {
          top: 6px; } }
      @media (min-width: 1700px) {
        div.snize.snize-search-results .snize-main-panel-dropdown .snize-main-panel-dropdown-button:before {
          font-size: 16px;
          line-height: 22px; } }
      @media (min-width: 960px) {
        div.snize.snize-search-results .snize-main-panel-dropdown .snize-main-panel-dropdown-button:after {
          position: absolute;
          content: '';
          right: 17px;
          top: 12px;
          width: 7px;
          height: 12px;
          transform: rotate(90deg);
          background-size: 100% 100%;
          background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow.png"); } }
      div.snize.snize-search-results .snize-main-panel-dropdown .snize-main-panel-dropdown-button .caret {
        border: 0 !important;
        position: relative;
        margin-left: 15px !important; }
  div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product {
    width: 50% !important; }
    @media (min-width: 960px) {
      div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product {
        width: 33.33% !important; } }
    div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product .snize-button {
      display: none; }
      @media (min-width: 960px) {
        div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product .snize-button {
          display: block; } }
    div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product .snize-title {
      min-height: 50px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2 !important;
      /*! autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */
      text-overflow: ellipsis;
      height: 50px;
      line-height: 23px; }
      @media (max-width: 414.98px) {
        div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product .snize-title {
          min-height: 45px;
          height: 45px;
          line-height: 20px;
          margin-bottom: 6px !important; } }
    div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product span.snize-in-stock, div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product span.snize-pre-order, div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product span.snize-out-of-stock {
      right: 0;
      margin-right: 0; }
    div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product span.snize-overhidden {
      padding: 17px 0 0; }
      @media (min-width: 1700px) {
        div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product span.snize-overhidden {
          padding: 20px 0 0; } }
    div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product:hover .snize-thumbnail-wrapper:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(54, 137, 59, 0.8);
      z-index: 1; }
  div.snize.snize-search-results #snize-search-results-grid-mode, div.snize.snize-search-results #snize-search-results-list-mode,
  div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode {
    width: 100% !important; }
    div.snize.snize-search-results #snize-search-results-grid-mode .snize-price-list, div.snize.snize-search-results #snize-search-results-list-mode .snize-price-list,
    div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode .snize-price-list {
      text-align: left;
      margin: 10px 0 0;
      font-size: 14px !important; }
      @media (min-width: 1700px) {
        div.snize.snize-search-results #snize-search-results-grid-mode .snize-price-list, div.snize.snize-search-results #snize-search-results-list-mode .snize-price-list,
        div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode .snize-price-list {
          font-size: 18px !important; } }
    div.snize.snize-search-results #snize-search-results-grid-mode .snize-sku, div.snize.snize-search-results #snize-search-results-list-mode .snize-sku,
    div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode .snize-sku {
      text-align: left;
      color: rgba(0, 0, 0, 0.7);
      font-size: 12px;
      margin: 0; }
      @media (min-width: 1366px) {
        div.snize.snize-search-results #snize-search-results-grid-mode .snize-sku, div.snize.snize-search-results #snize-search-results-list-mode .snize-sku,
        div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode .snize-sku {
          font-size: 14px; } }
    div.snize.snize-search-results #snize-search-results-grid-mode .snize-thumbnail, div.snize.snize-search-results #snize-search-results-list-mode .snize-thumbnail,
    div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode .snize-thumbnail {
      border: 1px solid #ccc; }
    div.snize.snize-search-results #snize-search-results-grid-mode span.snize-in-stock, div.snize.snize-search-results #snize-search-results-grid-mode span.snize-pre-order, div.snize.snize-search-results #snize-search-results-grid-mode span.snize-out-of-stock, div.snize.snize-search-results #snize-search-results-list-mode span.snize-in-stock, div.snize.snize-search-results #snize-search-results-list-mode span.snize-pre-order, div.snize.snize-search-results #snize-search-results-list-mode span.snize-out-of-stock,
    div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode span.snize-in-stock,
    div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode span.snize-pre-order,
    div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode span.snize-out-of-stock {
      position: absolute;
      top: 0;
      margin-top: 0;
      font-size: 12px;
      font-weight: 500;
      padding: 4px 6px;
      width: 50px; }
      @media (min-width: 1700px) {
        div.snize.snize-search-results #snize-search-results-grid-mode span.snize-in-stock, div.snize.snize-search-results #snize-search-results-grid-mode span.snize-pre-order, div.snize.snize-search-results #snize-search-results-grid-mode span.snize-out-of-stock, div.snize.snize-search-results #snize-search-results-list-mode span.snize-in-stock, div.snize.snize-search-results #snize-search-results-list-mode span.snize-pre-order, div.snize.snize-search-results #snize-search-results-list-mode span.snize-out-of-stock,
        div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode span.snize-in-stock,
        div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode span.snize-pre-order,
        div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode span.snize-out-of-stock {
          padding: 6px 11px; } }
    div.snize.snize-search-results #snize-search-results-grid-mode span.snize-in-stock, div.snize.snize-search-results #snize-search-results-list-mode span.snize-in-stock,
    div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode span.snize-in-stock {
      background-color: #36893B !important; }
    div.snize.snize-search-results #snize-search-results-grid-mode span.snize-out-of-stock, div.snize.snize-search-results #snize-search-results-list-mode span.snize-out-of-stock,
    div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode span.snize-out-of-stock {
      background-color: #F02117 !important;
      width: 67px; }
    div.snize.snize-search-results #snize-search-results-grid-mode span.snize-overhidden, div.snize.snize-search-results #snize-search-results-list-mode span.snize-overhidden,
    div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode span.snize-overhidden {
      background: unset;
      padding-left: 0;
      padding-right: 0; }
    div.snize.snize-search-results #snize-search-results-grid-mode .snize-search-results-content, div.snize.snize-search-results #snize-search-results-list-mode .snize-search-results-content,
    div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode .snize-search-results-content {
      width: calc(100% + 20px);
      margin: 0 -10px; }
      @media (min-width: 1700px) {
        div.snize.snize-search-results #snize-search-results-grid-mode .snize-search-results-content, div.snize.snize-search-results #snize-search-results-list-mode .snize-search-results-content,
        div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode .snize-search-results-content {
          width: calc(100% + 40px);
          margin: 0 -20px; } }
    div.snize.snize-search-results #snize-search-results-grid-mode .snize-button, div.snize.snize-search-results #snize-search-results-list-mode .snize-button,
    div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode .snize-button {
      border-radius: 0; }
    div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product, div.snize.snize-search-results #snize-search-results-list-mode li.snize-product,
    div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode li.snize-product {
      border: 0;
      margin: 0 0 24px;
      padding: 0 10px; }
      @media (min-width: 1700px) {
        div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product, div.snize.snize-search-results #snize-search-results-list-mode li.snize-product,
        div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode li.snize-product {
          margin: 0 0 40px;
          padding: 0 20px; } }
      div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product .snize-item, div.snize.snize-search-results #snize-search-results-list-mode li.snize-product .snize-item,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode li.snize-product .snize-item {
        position: relative; }
      div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product span.snize-title, div.snize.snize-search-results #snize-search-results-list-mode li.snize-product span.snize-title,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode li.snize-product span.snize-title {
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        color: #000;
        margin-bottom: 10px;
        transition: all 0.4s ease-in-out; }
        @media (min-width: 1700px) {
          div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product span.snize-title, div.snize.snize-search-results #snize-search-results-list-mode li.snize-product span.snize-title,
          div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode li.snize-product span.snize-title {
            font-size: 16px; } }
        div.snize.snize-search-results #snize-search-results-grid-mode li.snize-product span.snize-title:hover, div.snize.snize-search-results #snize-search-results-list-mode li.snize-product span.snize-title:hover,
        div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-grid-mode li.snize-product span.snize-title:hover {
          color: #36893b; }
  div.snize.snize-search-results #snize-search-results-list-mode .snize-search-results-content,
  div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode .snize-search-results-content {
    width: 100%;
    margin: 0; }
  div.snize.snize-search-results #snize-search-results-list-mode .snize-thumbnail,
  div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode .snize-thumbnail {
    margin: 0; }
  div.snize.snize-search-results #snize-search-results-list-mode .snize-overhidden,
  div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode .snize-overhidden {
    padding: 0 0 0 20px; }
    @media (max-width: 568px) {
      div.snize.snize-search-results #snize-search-results-list-mode .snize-overhidden,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode .snize-overhidden {
        width: calc(100% - 143px); } }
    @media (min-width: 1700px) {
      div.snize.snize-search-results #snize-search-results-list-mode .snize-overhidden,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode .snize-overhidden {
        padding: 0 0 0 40px; } }
  div.snize.snize-search-results #snize-search-results-list-mode span.snize-in-stock, div.snize.snize-search-results #snize-search-results-list-mode span.snize-pre-order, div.snize.snize-search-results #snize-search-results-list-mode span.snize-out-of-stock,
  div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-in-stock,
  div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-pre-order,
  div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-out-of-stock {
    position: absolute;
    top: 0;
    left: 121px;
    margin-top: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 6px;
    width: 50px;
    transform: translateX(-100%); }
    @media (min-width: 768px) {
      div.snize.snize-search-results #snize-search-results-list-mode span.snize-in-stock, div.snize.snize-search-results #snize-search-results-list-mode span.snize-pre-order, div.snize.snize-search-results #snize-search-results-list-mode span.snize-out-of-stock,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-in-stock,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-pre-order,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-out-of-stock {
        left: 151px; } }
    @media (min-width: 1366px) {
      div.snize.snize-search-results #snize-search-results-list-mode span.snize-in-stock, div.snize.snize-search-results #snize-search-results-list-mode span.snize-pre-order, div.snize.snize-search-results #snize-search-results-list-mode span.snize-out-of-stock,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-in-stock,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-pre-order,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-out-of-stock {
        left: 171px; } }
    @media (min-width: 1700px) {
      div.snize.snize-search-results #snize-search-results-list-mode span.snize-in-stock, div.snize.snize-search-results #snize-search-results-list-mode span.snize-pre-order, div.snize.snize-search-results #snize-search-results-list-mode span.snize-out-of-stock,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-in-stock,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-pre-order,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-out-of-stock {
        padding: 6px 11px;
        left: 246px; } }
  div.snize.snize-search-results #snize-search-results-list-mode span.snize-out-of-stock,
  div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-out-of-stock {
    width: 67px; }
  div.snize.snize-search-results #snize-search-results-list-mode li.snize-product,
  div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode li.snize-product {
    padding: 0 0 20px;
    margin-bottom: 20px; }
    @media (min-width: 1700px) {
      div.snize.snize-search-results #snize-search-results-list-mode li.snize-product,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode li.snize-product {
        padding: 0 0 40px;
        margin-bottom: 40px; } }
    div.snize.snize-search-results #snize-search-results-list-mode li.snize-product:first-child,
    div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode li.snize-product:first-child {
      border-top: 0; }
    div.snize.snize-search-results #snize-search-results-list-mode li.snize-product:not(:last-child),
    div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode li.snize-product:not(:last-child) {
      border-bottom: 1px solid #ccc; }
  div.snize.snize-search-results #snize-search-results-list-mode span.snize-thumbnail,
  div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-thumbnail {
    border: 1px solid #ccc;
    margin-left: 0;
    width: 120px;
    height: 120px; }
    @media (min-width: 768px) {
      div.snize.snize-search-results #snize-search-results-list-mode span.snize-thumbnail,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-thumbnail {
        width: 150px;
        height: 150px; } }
    @media (min-width: 1366px) {
      div.snize.snize-search-results #snize-search-results-list-mode span.snize-thumbnail,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-thumbnail {
        width: 170px;
        height: 170px; } }
    @media (min-width: 1700px) {
      div.snize.snize-search-results #snize-search-results-list-mode span.snize-thumbnail,
      div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-thumbnail {
        width: 245px;
        height: 300px; } }
    div.snize.snize-search-results #snize-search-results-list-mode span.snize-thumbnail img,
    div.snize.snize-search-results.snize-new-version#snize_results.snize-mobile-design #snize-search-results-list-mode span.snize-thumbnail img {
      max-width: 100%;
      max-height: 100%; }
  div.snize.snize-search-results div.snize-pagination, div.snize.snize-search-results#snize_results.snize-mobile-design div.snize-pagination {
    margin-top: 6px; }
    div.snize.snize-search-results div.snize-pagination div > a.snize-pagination-load-more, div.snize.snize-search-results#snize_results.snize-mobile-design div.snize-pagination div > a.snize-pagination-load-more {
      text-transform: uppercase;
      background-color: #36893B;
      color: #fff;
      letter-spacing: 2.8px;
      font-size: 14px;
      line-height: 15px;
      font-weight: 700;
      border-color: #36893B;
      border-radius: 0;
      padding: 10px 20px;
      transition: all 0.4s ease-in-out !important;
      width: auto; }
      @media (min-width: 1366px) {
        div.snize.snize-search-results div.snize-pagination div > a.snize-pagination-load-more, div.snize.snize-search-results#snize_results.snize-mobile-design div.snize-pagination div > a.snize-pagination-load-more {
          letter-spacing: 3.2px;
          font-size: 16px;
          line-height: 24px;
          padding: 13px 29px; } }
      div.snize.snize-search-results div.snize-pagination div > a.snize-pagination-load-more:hover, div.snize.snize-search-results#snize_results.snize-mobile-design div.snize-pagination div > a.snize-pagination-load-more:hover {
        color: #36893B;
        border-color: #36893B;
        background-color: #fff; }
  div.snize.snize-search-results div.snize-filters-sidebar {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    padding: 0 10px; }
    @media (min-width: 1366px) {
      div.snize.snize-search-results div.snize-filters-sidebar {
        margin-right: 0;
        padding: 0 20px;
        width: 330px; } }
    div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-block:last-child {
      padding-bottom: 25px; }
      div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-block:last-child .snize-product-filters-title {
        border-bottom: 0; }
        div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-block:last-child .snize-product-filters-title.open {
          border-bottom: 1px solid #ccc; }
    div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-title {
      color: #000;
      font-weight: 700;
      font-size: 16px;
      padding: 15px 0px;
      border-bottom: 1px solid #CCCCCC; }
      @media (min-width: 1700px) {
        div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-title {
          font-size: 20px; } }
      div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-title.open i.snize-product-filters-close {
        transform: rotate(-90deg); }
      div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-title i.snize-product-filters-open, div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-title i.snize-product-filters-close {
        float: right;
        margin: 0;
        transform: rotate(90deg);
        top: 5px;
        right: 3px;
        height: 14px;
        background-size: 9px 14px;
        background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow.png"); }
    div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list {
      padding: 0;
      margin: 25px 0 0; }
      @media (min-width: 1366px) {
        div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list {
          padding: 0 0 15px; } }
      @media (min-width: 1700px) {
        div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list {
          max-height: 240px;
          padding: 0 0px 25px; } }
      div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list li .snize-filter-checkbox {
        margin-top: 3px; }
        div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list li .snize-filter-checkbox span {
          border-radius: 0;
          box-shadow: none;
          border: 1px solid #888888; }
          @media (min-width: 1366px) {
            div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list li .snize-filter-checkbox span {
              width: 18px;
              height: 18px; } }
          @media (min-width: 1366px) {
            div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list li .snize-filter-checkbox span:after {
              top: 5px;
              left: 5px; } }
      div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list li label {
        color: #000; }
        div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list li label > span {
          padding-left: 24px;
          font-size: 14px; }
          @media (min-width: 1366px) {
            div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list li label > span {
              font-size: 16px; } }
          @media (min-width: 1700px) {
            div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list li label > span {
              padding-left: 30px; } }
      div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list li:hover span {
        color: #36893b; }
      div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list li.snize-filter-checked span {
        color: #36893b; }
      div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list li.snize-filter-checked .snize-filter-checkbox span {
        border-color: #36893b;
        background-color: #36893B; }
        div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list li.snize-filter-checked .snize-filter-checkbox span:after {
          border-color: #fff; }
      div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list li.snize-filters-show-more {
        margin-bottom: 0; }
      div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list li .snize-select-show-more {
        border: 0;
        letter-spacing: 2.8px;
        font-size: 14px;
        color: #36893B;
        text-transform: uppercase;
        padding: 0; }
      div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list::-webkit-scrollbar-track {
        background-color: #CCCCCC; }
      div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list::-webkit-scrollbar {
        width: 3px;
        background-color: #CCCCCC; }
      div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-list::-webkit-scrollbar-thumb {
        background-color: #7B7B7B; }
    div.snize.snize-search-results div.snize-filters-sidebar .snize-product-filters-block:hover {
      background-color: inherit; }
  div.snize.snize-search-results div.snize-filters-sidebar, div.snize.snize-search-results .snize-product-filters-block {
    border: 0; }

div#snize_results.snize-mobile-design.snize-new-version div.snize-selected-filters-container {
  max-height: 82px;
  width: 100%;
  overflow: auto; }
  div#snize_results.snize-mobile-design.snize-new-version div.snize-selected-filters-container > span {
    margin: 4px; }

div#snize-modal-mobile-filters-dialog div.snize-product-filters-header a.snize-back-to-filters {
  color: #36893B; }

div#snize-modal-mobile-filters-dialog ul.snize-product-filters-list {
  padding: 0 12px 0 2px; }

div#snize-modal-mobile-filters-dialog div.snize-product-filters-buttons-container button.snize-product-filters-show-products {
  background-color: #36893B; }

div.snize.snize-search-results .snize-main-panel-dropdown .snize-main-panel-dropdown-content a {
  padding: 8px 20px; }

.view-discounts-table .view-discounts-table--content {
  background-color: #fff;
  padding: 1rem 1.5rem;
  z-index: 2;
  border: solid thin #e2e2e2; }

.view-discounts-table .view-discounts-table--price-names {
  min-width: 7.3rem; }

div.view-discounts-table.view-discounts-table--collapsible {
  position: relative;
  margin-top: 15px;
  text-align: right; }

.view-discounts-table.invisible {
  display: none; }

.view-discounts-table.view-discounts-table--collapsible > input,
.view-discounts-table.view-discounts-table--collapsible > input ~ div {
  display: none; }

.view-discounts-table .view-discounts-table--title {
  background-color: #f5f5f5;
  color: #36893b;
  padding: .5rem 2.5rem .5rem 1rem;
  position: relative; }
  .view-discounts-table .view-discounts-table--title:after {
    background: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/content/img/up-arrow-green.svg") no-repeat right center/100% 100%;
    position: absolute;
    content: "";
    width: 10px;
    height: 11px;
    top: 10px;
    right: 15px;
    transform: rotate(180deg); }
    @media (min-width: 1700px) {
      .view-discounts-table .view-discounts-table--title:after {
        top: 13px; } }

.view-discounts-table.view-discounts-table--collapsible .view-discounts-table--content {
  position: absolute;
  top: 1.8rem;
  right: calc(50% - 86px);
  background-color: #fff;
  max-width: 100vw;
  padding: 1rem 1.5rem;
  z-index: 2;
  border: solid thin #e2e2e2; }

.view-discounts-table.view-discounts-table--collapsible > input:checked ~ div {
  display: block;
  right: 0; }

.view-discounts-table .view-discounts-table--lists {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  overflow: auto; }

.view-discounts-table .view-discounts-table--lists > ul strong {
  color: #000; }

.productView-details.product-data {
  order: inherit; }
  .productView-details.product-data .productView-description {
    margin-bottom: 20px; }

.productView {
  margin: 0;
  padding: 30px 0 0; }
  @media (max-width: 497.98px) {
    .productView {
      padding: 17px 0 0; } }
  @media (min-width: 768px) {
    .productView {
      padding: 25px 0 0; } }
  @media (min-width: 960px) {
    .productView {
      padding: 0; } }

.productView-images {
  padding: 0;
  margin-bottom: 20px; }
  @media (min-width: 960px) {
    .productView-images {
      width: 42%; } }
  @media (min-width: 1700px) {
    .productView-images {
      width: 600px; } }
  .productView-images .productView-image {
    border: 1px solid #ccc; }
  .productView-images .productView-img-container {
    max-height: 375px; }
    @media (min-width: 960px) {
      .productView-images .productView-img-container {
        max-height: 600px; } }

.productView-details {
  width: 100%;
  padding: 0; }
  @media (min-width: 960px) {
    .productView-details.product-data {
      padding: 0 0 0 30px;
      width: 58%; } }
  @media (min-width: 1700px) {
    .productView-details.product-data {
      padding: 0 0 0 60px;
      width: calc(100% - 600px); } }
  @media (min-width: 1700px) {
    .productView-details .form {
      margin: 0 0 30px; } }

.productView-thumbnails {
  margin: 5px -7px 0 -5px;
  display: flex;
  justify-content: center; }
  .productView-thumbnails .slick-list {
    margin: auto;
    max-width: 440px;
    width: 100%; }
    @media (min-width: 1700px) {
      .productView-thumbnails .slick-list {
        max-width: 532px; } }
  .productView-thumbnails .slick-prev, .productView-thumbnails .slick-next {
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    border: 0;
    background-color: unset; }
  .productView-thumbnails .slick-next {
    transform: translateY(-50%) rotate(180deg); }
  .productView-thumbnails .slick-prev::before, .productView-thumbnails .slick-next::before {
    background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/arrow-back.png");
    width: 10px;
    height: 18px;
    padding: 0; }
  .productView-thumbnails .slick-disabled, .productView-thumbnails .slick-prev.slick-disabled:before, .productView-thumbnails .slick-next.slick-disabled:before {
    opacity: 0.6; }

.productView-thumbnail {
  padding: 10px 5px;
  width: auto; }
  @media (min-width: 1700px) {
    .productView-thumbnail {
      padding: 10px 12px; } }

.productView-thumbnail-link {
  border-color: #ccc;
  padding: 0;
  width: 80px;
  height: 80px;
  max-width: 100px;
  opacity: 0.5; }
  @media (min-width: 960px) {
    .productView-thumbnail-link {
      width: 85px;
      height: 85px; } }
  @media (min-width: 1200px) {
    .productView-thumbnail-link {
      width: 100px;
      height: 100px; } }
  @media (min-width: 1700px) {
    .productView-thumbnail-link {
      width: 116px;
      height: 116px;
      max-width: 116px; } }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #36893B;
    opacity: 1; }

.productView-thumbnails img {
  width: auto; }

.productView-product {
  border-bottom: 0; }
  .productView-product .productView-manufacturer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    /* .productView-manufacturer--details span{
            display: block;
            &.no-img{
                display: inline-block;
            }
        } */ }
    @media (min-width: 1700px) {
      .productView-product .productView-manufacturer {
        margin-bottom: 30px; } }
    .productView-product .productView-manufacturer .productView-manufacturer--logo {
      float: left;
      margin-right: .9em; }
      .productView-product .productView-manufacturer .productView-manufacturer--logo img {
        width: 40px; }

.productView-title {
  color: #000;
  font-weight: 700;
  font-size: 28px;
  line-height: 37px;
  margin: 0; }
  @media (min-width: 1700px) {
    .productView-title {
      font-size: 36px;
      line-height: 50px; } }

.product-sku {
  margin: 20px 0;
  color: #000;
  font-size: 14px;
  display: block; }
  @media (min-width: 1700px) {
    .product-sku {
      margin: 8px 0 26px; } }

.brand-name {
  margin: 0; }
  .brand-name a {
    font-weight: 700; }

.productView-data-sheet svg {
  stroke: #36893B;
  vertical-align: middle;
  margin-right: 10px; }

.productView-data-sheet a {
  font-size: 16px;
  font-weight: 700; }
  .productView-data-sheet a:hover svg {
    stroke: #757575; }

.productView-description {
  padding: 0;
  margin: 25px 0 0;
  font-size: 14px;
  color: #000;
  float: none; }
  @media (min-width: 960px) {
    .productView-description {
      float: left; } }
  @media (min-width: 1700px) {
    .productView-description {
      margin: 25px 0;
      font-size: 16px; } }

.productView--login-and-membership {
  text-align: center; }
  @media (min-width: 768px) {
    .productView--login-and-membership {
      display: flex;
      align-items: center;
      width: 100%; } }
  @media (min-width: 960px) {
    .productView--login-and-membership {
      display: block;
      text-align: left; } }
  @media (min-width: 1200px) {
    .productView--login-and-membership {
      display: flex; } }
  .productView--login-and-membership .button {
    margin: 0;
    letter-spacing: 1.2px;
    padding: 17px 10px;
    width: 100%; }
    @media (min-width: 375px) {
      .productView--login-and-membership .button {
        letter-spacing: 2.2px;
        padding: 17px 13px; } }
    @media (min-width: 414px) {
      .productView--login-and-membership .button {
        letter-spacing: 3.2px; } }
    @media (min-width: 568px) {
      .productView--login-and-membership .button {
        width: 100%; } }
  .productView--login-and-membership .productView--membership {
    margin: 30px 0; }
    @media (min-width: 768px) {
      .productView--login-and-membership .productView--membership {
        margin: 0 0 0 20px; } }
    @media (min-width: 960px) {
      .productView--login-and-membership .productView--membership {
        margin: 15px 0 0; } }
    @media (min-width: 1200px) {
      .productView--login-and-membership .productView--membership {
        margin: 0 0 0 20px; } }
    @media (min-width: 1700px) {
      .productView--login-and-membership .productView--membership {
        margin: 0 0 0 35px; } }
    .productView--login-and-membership .productView--membership a {
      font-weight: 700; }

table td, table th {
  padding: 9px 10px;
  text-align: left; }

.request-quote-link {
  text-align: center;
  margin-top: 32px; }
  @media (min-width: 414px) {
    .request-quote-link {
      text-align: left; } }
  @media (max-width: 501.98px) {
    .request-quote-link {
      text-align: center;
      margin-bottom: 34px; } }
  @media (min-width: 768px) {
    .request-quote-link {
      margin-top: 25px; } }
  @media (min-width: 1700px) {
    .request-quote-link {
      margin-top: 32px; } }
  .request-quote-link svg {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    stroke: #36893B; }
  .request-quote-link a {
    font-size: 14px;
    font-weight: 700; }
    @media (min-width: 1700px) {
      .request-quote-link a {
        font-size: 16px; } }
    .request-quote-link a:hover svg {
      stroke: #757575; }
  .request-quote-link .productView-data-sheet {
    margin: 0 0 10px; }
    @media (min-width: 414px) {
      .request-quote-link .productView-data-sheet {
        padding-right: 15px;
        margin: 0 15px 0 0;
        border-right: 1px solid #ccc;
        display: inline-block; } }

.productCarousel .slick-list {
  margin: 0 -10px; }
  @media (min-width: 1700px) {
    .productCarousel .slick-list {
      margin: 0 -20px; } }

.productCarousel-slide {
  padding: 0 10px; }
  @media (min-width: 1700px) {
    .productCarousel-slide {
      padding: 0 20px; } }

.productView--detailed-specs-link svg {
  fill: #36893B;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px; }

.productView--detailed-specs-link:hover svg {
  fill: #757575; }

.productView--detailed-specs {
  margin: 30px 0 0; }

.productView--detailed-specs, .button-form {
  position: relative; }
  .productView--detailed-specs button, .button-form button {
    display: block;
    padding: 13px 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .productView--detailed-specs button, .button-form button {
        display: inline-block;
        width: auto; } }
    @media (min-width: 1700px) {
      .productView--detailed-specs button, .button-form button {
        padding: 17px 50px; } }
    .productView--detailed-specs button:hover .cart-svg, .button-form button:hover .cart-svg {
      stroke: #fff; }
  .productView--detailed-specs svg, .button-form svg {
    width: 24px;
    height: 22px;
    vertical-align: middle;
    margin-right: 5px; }
  .productView--detailed-specs .cart-svg, .button-form .cart-svg {
    position: absolute;
    left: 15px;
    top: 5px;
    z-index: 1;
    stroke: #36893B; }

.button--wishlist svg {
  fill: #36893B; }

.button--wishlist:hover svg {
  fill: #fff; }

.button--wishlist.added-to-wishlist {
  display: none; }

#form-action-addToCart {
  background: #36893B url(https://cdn11.bigcommerce.com/s-evuwutoqz2/content/img/cart-white.svg) no-repeat 83px center/22px 22px;
  padding: 17px 20px 17px 55px;
  width: 100%; }
  @media (max-width: 359.98px) {
    #form-action-addToCart {
      background: #36893B url(https://cdn11.bigcommerce.com/s-evuwutoqz2/content/img/cart-white.svg) no-repeat 63px center/22px 22px; } }
  @media (min-width: 768px) {
    #form-action-addToCart {
      width: auto;
      background: #36893B url(https://cdn11.bigcommerce.com/s-evuwutoqz2/content/img/cart-white.svg) no-repeat 20px center/22px 22px; } }
  @media (min-width: 1700px) {
    #form-action-addToCart {
      background: #36893B url(https://cdn11.bigcommerce.com/s-evuwutoqz2/content/img/cart-white.svg) no-repeat 40px center/22px 22px;
      padding: 17px 40px 17px 75px; } }
  #form-action-addToCart:hover {
    background: #fff url(https://cdn11.bigcommerce.com/s-evuwutoqz2/content/img/cart-green.svg) no-repeat 83px center/22px 22px; }
    @media (min-width: 768px) {
      #form-action-addToCart:hover {
        background: #fff url(https://cdn11.bigcommerce.com/s-evuwutoqz2/content/img/cart-green.svg) no-repeat 20px center/22px 22px; } }
    @media (min-width: 1700px) {
      #form-action-addToCart:hover {
        background: #fff url(https://cdn11.bigcommerce.com/s-evuwutoqz2/content/img/cart-green.svg) no-repeat 40px center/22px 22px; } }

.view-discounts-table--content {
  display: inline-block;
  position: relative; }
  .view-discounts-table--content ul {
    list-style-type: none;
    margin: 0;
    text-align: left; }
    .view-discounts-table--content ul:not(:first-child) {
      margin: 0 0 0 40px;
      min-width: 50px; }
    .view-discounts-table--content ul li {
      font-size: 14px; }
      .view-discounts-table--content ul li:not(:last-child) {
        margin-bottom: 5px; }

.productView-information {
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .productView-information {
      margin-bottom: 50px; } }

@media (min-width: 960px) {
  .productView--information-content {
    display: flex;
    align-items: flex-start; } }

@media (min-width: 960px) {
  .productView--information-content > div:first-child, .productView--information-content .productView--information-content > p {
    width: 75%; } }

.productView--information-content .productView--information-content {
  margin-bottom: 2rem; }

@media (min-width: 960px) {
  .productView--information-content .productView--side-features {
    -webkit-flex-basis: 37%;
    -ms-flex-preferred-size: 37%;
    flex-basis: 37%;
    margin-left: 2rem;
    padding-left: 30px;
    border-left: 1px solid #888888; } }

@media (min-width: 1200px) {
  .productView--information-content .productView--side-features {
    padding-left: 50px; } }

.productView--information-content .productView--side-features ul {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .productView--information-content .productView--side-features ul {
      margin-bottom: 1rem; } }
  @media (min-width: 960px) {
    .productView--information-content .productView--side-features ul {
      margin: 0; } }

.desc-tab {
  background-color: #36893B;
  color: #fff;
  font-weight: 700;
  padding: 10px 25px;
  font-size: 18px;
  margin: 0;
  position: relative; }
  @media (min-width: 768px) {
    .desc-tab {
      display: inline-block; } }
  @media (min-width: 1700px) {
    .desc-tab {
      font-size: 20px;
      padding: 15px 46px; } }
  .desc-tab:after {
    position: absolute;
    content: "";
    right: 20px;
    top: 16px;
    width: 8px;
    height: 14px;
    transform: rotate(-90deg);
    transition: all 0.4s ease;
    background: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow-white.png") no-repeat center center/100% 100%; }
    @media (min-width: 768px) {
      .desc-tab:after {
        display: none; } }

.productView-information-content {
  border-top: 1px solid #CCCCCC;
  padding-top: 22px;
  overflow: auto; }
  @media (min-width: 1700px) {
    .productView-information-content {
      padding-top: 35px; } }
  .productView-information-content table {
    border: 1px solid #CCCCCC; }
    @media (max-width: 497.98px) {
      .productView-information-content table {
        margin-top: 25px; } }
    .productView-information-content table tbody > tr:nth-child(1) {
      background-color: #F6F6F6; }
      .productView-information-content table tbody > tr:nth-child(1) td {
        padding: 10px 20px; }
    .productView-information-content table td, .productView-information-content table th {
      border: 1px solid #CCCCCC; }
    .productView-information-content table tr, .productView-information-content table td {
      text-align: left !important;
      border: 0; }
    .productView-information-content table td {
      border-bottom: 1px solid #CCCCCC;
      border-right: 1px solid #CCCCCC;
      height: 0 !important; }
      @media (min-width: 1700px) {
        .productView-information-content table td {
          padding: 20px; } }
    .productView-information-content table p {
      margin: 0; }

.js-price-final {
  font-size: 28px;
  font-weight: 700;
  color: #36893B; }
  @media (min-width: 1700px) {
    .js-price-final {
      font-size: 36px; } }

.price--was {
  font-size: 18px;
  font-weight: 700;
  color: #36893B;
  opacity: 0.5;
  margin-left: 8px;
  text-decoration: line-through; }

.view-discounts-table--table-title {
  font-size: 16px;
  font-weight: 700;
  color: #36893B;
  text-transform: capitalize; }

.product-detail-upc--container {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px; }
  @media (min-width: 1700px) {
    .product-detail-upc--container {
      font-size: 16px; } }

.productView-options .form-field {
  margin-bottom: 30px; }
  .productView-options .form-field .form-increment {
    border: 1px solid #CCCCCC;
    display: inline-block; }
    .productView-options .form-field .form-increment button {
      color: #000;
      font-size: 18px;
      line-height: 38px;
      font-weight: 700;
      padding: 0 15px; }
    .productView-options .form-field .form-increment .form-input--incrementTotal {
      height: 38px;
      color: #000;
      vertical-align: top; }
    .productView-options .form-field .form-increment .form-select {
      border: 0; }

.productView-details.not-logged-in .specs-mobile-table--total,
.productView-details.not-logged-in .table-wrapper,
.view-discounts-table.view-discounts-table--flat .view-discounts-table--toggle {
  display: none; }

.productView-tools {
  text-align: left; }
  .productView-tools .productView--discount-table {
    position: relative; }
    @media (min-width: 768px) {
      .productView-tools .productView--discount-table {
        display: inline-block; } }
    .productView-tools .productView--discount-table:before {
      position: absolute;
      content: "";
      width: 14px;
      height: 8px;
      background: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/content/img/up-arrow-green.svg") no-repeat right center/contain;
      left: 52%;
      top: 8px; }
      @media (min-width: 768px) {
        .productView-tools .productView--discount-table:before {
          right: 0;
          left: auto; } }

.pinned {
  display: none; }

.specs-mobile-table {
  border: 1.5px solid #EBEBEB;
  border-top: 0.5px solid #EBEBEB;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .specs-mobile-table {
      display: none; } }
  .specs-mobile-table .specs-mobile-table--row {
    border-top: 1px solid #EBEBEB; }
    .specs-mobile-table .specs-mobile-table--row[data-stock-message="Out of Stock"] .stock-label {
      color: #F02117; }
    .specs-mobile-table .specs-mobile-table--row[data-v3id="undefined"] {
      display: none; }
    .specs-mobile-table .specs-mobile-table--row .specs-mobile-table--td > div {
      display: flex;
      font-size: 14px;
      color: #000;
      margin: 0 0 15px; }
      .specs-mobile-table .specs-mobile-table--row .specs-mobile-table--td > div strong:first-child {
        width: 40%; }
        @media (min-width: 375px) {
          .specs-mobile-table .specs-mobile-table--row .specs-mobile-table--td > div strong:first-child {
            width: 50%; } }
        @media (min-width: 768px) {
          .specs-mobile-table .specs-mobile-table--row .specs-mobile-table--td > div strong:first-child {
            width: 25%; } }
      .specs-mobile-table .specs-mobile-table--row .specs-mobile-table--td > div:last-child {
        margin: 0; }
      @media (min-width: 768px) {
        .specs-mobile-table .specs-mobile-table--row .specs-mobile-table--td > div:not(:first-child) {
          margin: 0; } }
    .specs-mobile-table .specs-mobile-table--row .specs-mobile-table--td {
      padding: 24px 22px; }
      .specs-mobile-table .specs-mobile-table--row .specs-mobile-table--td.qty-row {
        background-color: #F6F6F6;
        display: flex;
        justify-content: space-between;
        padding: 10px 30px; }
        @media (min-width: 375px) {
          .specs-mobile-table .specs-mobile-table--row .specs-mobile-table--td.qty-row {
            padding: 10px 60px; } }
        .specs-mobile-table .specs-mobile-table--row .specs-mobile-table--td.qty-row div {
          margin: 0;
          align-items: center; }
    .specs-mobile-table .specs-mobile-table--row .view-discounts-table .view-discounts-table--title {
      background-color: inherit;
      font-size: 14px;
      padding-left: 0; }
    .specs-mobile-table .specs-mobile-table--row .js-product-quantity {
      width: 65px;
      height: 40px;
      border: 1px solid #ccc;
      text-align: center;
      margin-left: 15px; }
    .specs-mobile-table .specs-mobile-table--row input[type="checkbox"] {
      width: 30px;
      height: 30px;
      margin-left: 15px;
      position: relative; }
    .specs-mobile-table .specs-mobile-table--row input[type=checkbox]:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #fff;
      border: 1px solid #ccc; }
    .specs-mobile-table .specs-mobile-table--row input[type=checkbox]:checked:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #36893B; }
    .specs-mobile-table .specs-mobile-table--row input[type=checkbox]:checked:after {
      content: "";
      display: block;
      width: 8px;
      height: 13px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 5px;
      left: 10px; }
    .specs-mobile-table .specs-mobile-table--row .price-div {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 60%; }
      @media (min-width: 375px) {
        .specs-mobile-table .specs-mobile-table--row .price-div {
          width: 50%; } }
      .specs-mobile-table .specs-mobile-table--row .price-div .stock-label {
        order: 1;
        text-align: left !important; }
      .specs-mobile-table .specs-mobile-table--row .price-div .price {
        order: 0;
        font-size: 18px;
        font-weight: 700;
        margin-right: 20px;
        width: 100%; }
      .specs-mobile-table .specs-mobile-table--row .price-div .view-discounts-table {
        order: 2; }
    .specs-mobile-table .specs-mobile-table--row p {
      margin: 0;
      width: 60%; }
      @media (min-width: 375px) {
        .specs-mobile-table .specs-mobile-table--row p {
          width: 50%; } }
      @media (min-width: 768px) {
        .specs-mobile-table .specs-mobile-table--row p {
          width: 75%; } }
    .specs-mobile-table .specs-mobile-table--row strong {
      text-transform: uppercase; }
  .specs-mobile-table .specs-mobile-table--total {
    background-color: #E9F2E9;
    text-align: center;
    padding: 20px; }
    .specs-mobile-table .specs-mobile-table--total span {
      font-size: 16px; }
    .specs-mobile-table .specs-mobile-table--total .price-total {
      font-size: 20px;
      font-weight: 700;
      margin-left: 10px;
      color: #36893B; }

.responsive {
  display: none;
  border: 1px solid #EBEBEB;
  width: 100%; }
  .responsive.table-product {
    border-color: #000; }
  @media (min-width: 768px) {
    .responsive {
      display: table; } }
  .responsive thead tr {
    background-color: #F6F6F6; }
  .responsive thead th {
    text-align: left;
    padding: 1rem;
    text-transform: uppercase;
    color: #000; }
    @media (min-width: 1700px) {
      .responsive thead th {
        font-size: 16px; } }
  .responsive thead .price, .responsive thead .qty {
    text-align: right; }
  .responsive .view-discounts-table--title {
    background-color: inherit;
    font-size: 14px; }
  .responsive td {
    color: #000; }
    .responsive td div {
      text-align: right; }
      .responsive td div.price-section {
        text-align: left; }
  .responsive .total-row {
    text-align: right;
    background-color: #e9f2e9; }
    .responsive .total-row .total {
      font-size: 20px; }
  .responsive .price-total {
    color: #36893B;
    font-weight: 700;
    font-size: 20px; }
    @media (min-width: 1700px) {
      .responsive .price-total {
        font-size: 24px; } }
  .responsive tr[data-stock-message="Out of Stock"] td span.stock-label {
    color: #F02117 !important; }
  .responsive div.view-discounts-table.view-discounts-table--collapsible {
    margin-top: 0;
    text-align: right; }
  .responsive td .price.js-product-price {
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-align: right;
    color: #000 !important; }
  .responsive .js-product-quantity, .responsive input[type="checkbox"] {
    width: 3rem;
    height: 3rem;
    text-align: center;
    border-radius: 0;
    border: 1px solid #ccc;
    box-shadow: none; }
  .responsive input[type="checkbox"] {
    width: 2rem;
    height: 2rem;
    position: relative;
    accent-color: #36893B; }
  .responsive input[type=checkbox]:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc; }
  .responsive input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #36893B; }
  .responsive input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 5px;
    left: 10px; }
  @media (min-width: 768px) {
    .responsive .stock-label {
      width: 100%; } }

.productView-details.not-logged-in tbody > tr > td:first-child {
  width: 108px; }

.productView-details.not-logged-in td:nth-last-child(2) {
  text-align: left; }

.productView-details.not-logged-in .specs-mobile-table .specs-mobile-table--row .specs-mobile-table--td {
  padding: 24px 22px 0; }

.productView-details tbody tr td {
  padding: 1rem;
  font-size: 14px;
  line-height: 20px; }

.productView-details tbody tr:nth-child(even) {
  background-color: #F6F6F6; }

.productView-details tbody tr td:nth-last-child(2) {
  text-align: right; }

.productView-details.not-logged-in .form-action.productView--detailed-specs,
.productView-details.not-logged-in .productView--detailed-specs-container {
  display: none; }

.productView--detailed-specs-container {
  margin-bottom: 20px; }
  @media (min-width: 1700px) {
    .productView--detailed-specs-container {
      margin-bottom: 30px; } }
  .productView--detailed-specs-container .modal-content {
    overflow: auto; }

.snize-results-page.page-page {
  padding-top: 135px; }
  .snize-results-page.page-page .snize-main-panel, .snize-results-page.page-page .snize-header {
    width: 100% !important; }
  @media screen and (max-width: 1699px) {
    .snize-results-page.page-page {
      padding-top: 120px; } }
  @media screen and (max-width: 960px) {
    .snize-results-page.page-page {
      padding-top: 101px; } }
  @media screen and (max-width: 768px) {
    .snize-results-page.page-page .footer {
      padding-bottom: 115px; } }
  @media screen and (max-width: 364px) {
    .snize-results-page.page-page .footer {
      padding-bottom: 130px; } }
  .snize-results-page.page-page #main-content {
    margin-top: 0; }
  .snize-results-page.page-page .page-content > p {
    margin-bottom: 0; }
  .snize-results-page.page-page .snize-header {
    margin-bottom: 0 !important; }
    .snize-results-page.page-page .snize-header .snize-search-results-header {
      margin-bottom: 0;
      margin-top: 0; }
  .snize-results-page.page-page .snize-category, .snize-results-page.page-page .snize-tab-selected-pages {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
    .snize-results-page.page-page .snize-category .snize-item, .snize-results-page.page-page .snize-tab-selected-pages .snize-item {
      display: flex;
      align-items: center; }
      .snize-results-page.page-page .snize-category .snize-item .snize-thumbnail, .snize-results-page.page-page .snize-tab-selected-pages .snize-item .snize-thumbnail {
        margin-right: 10px !important; }
    @media screen and (max-width: 567px) {
      .snize-results-page.page-page .snize-category .snize-title, .snize-results-page.page-page .snize-tab-selected-pages .snize-title {
        font-size: 16px !important; } }
  .snize-results-page.page-page .snize-search-results-main-content {
    padding-top: 20px; }
    @media screen and (max-width: 768px) {
      .snize-results-page.page-page .snize-search-results-main-content {
        padding-top: 0; } }
  @media screen and (max-width: 1480px) {
    .snize-results-page.page-page .container {
      max-width: 100%;
      padding: 0 20px; } }
  @media screen and (max-width: 768px) {
    .snize-results-page.page-page .snize-main-panel-controls {
      width: 100%;
      margin-left: 20px !important;
      margin-right: 20px !important; }
      .snize-results-page.page-page .snize-main-panel-controls ul {
        background-color: #fff;
        padding: 6px 13px !important;
        align-items: center; }
        .snize-results-page.page-page .snize-main-panel-controls ul li {
          height: fit-content !important;
          min-height: fit-content !important; }
        .snize-results-page.page-page .snize-main-panel-controls ul .snize-main-panel-controls-products, .snize-results-page.page-page .snize-main-panel-controls ul .snize-main-panel-controls-categories {
          font-size: 13px !important;
          line-height: 17px !important; }
    .snize-results-page.page-page .snize-main-panel-dropdown .snize-main-panel-dropdown-button {
      margin: 0 auto !important; }
    .snize-results-page.page-page .snize-main-panel-view-mode {
      top: 0 !important; }
    .snize-results-page.page-page .snize-main-panel {
      background-color: #36893b !important; } }
  @media screen and (max-width: 567px) {
    .snize-results-page.page-page .snize-main-panel-controls {
      margin-left: 9px !important;
      margin-right: 9px !important; } }

.navPages-quickSearch .form {
  position: relative; }

.snize-tab-selected-categories .snize-main-panel, .snize-tab-selected-categories .snize-header, .snize-tab-selected-pages .snize-main-panel, .snize-tab-selected-pages .snize-header {
  width: 100% !important;
  margin: 0 0 !important; }

.snize-tab-selected-categories .snize-search-results-main-content, .snize-tab-selected-pages .snize-search-results-main-content {
  padding-left: 0 !important; }

.page-page.snize-results-page .snize-main-panel, .page-page.snize-results-page .snize-header {
  width: 100% !important; }

.view-discounts-table .view-discounts-table--lists > ul:not(:first-child) > li:nth-child(2) .price {
  text-decoration: line-through; }

.view-discounts-table .view-discounts-table--lists > ul > li:nth-child(3) .price {
  color: #36893B;
  font-weight: 700; }

.preheaderContent p {
  font-family: poppins !important;
  font-size: 14px !important;
  line-height: 22px !important; }

/* blog page css start */
.blog-post {
  overflow: auto; }
  .blog-post p, .blog-post span {
    font-family: poppins !important; }
  .blog-post a {
    color: #36893B !important; }
    .blog-post a:hover {
      color: #000 !important; }
    .blog-post a span {
      color: #36893B !important; }
      .blog-post a span:hover {
        color: #000 !important; }
  .blog-post .footerContent p {
    font-size: 14px !important;
    line-height: 24px !important; }

h1.null {
  font-family: poppins !important; }

h2.null, h4.null {
  font-size: 14px !important;
  line-height: 22px !important;
  font-family: poppins !important; }

.mcnFollowStacked td {
  padding: 9px !important; }
  .mcnFollowStacked td img.mcnFollowBlockIcon {
    margin: auto; }

.mcnFollowStacked a {
  font-family: poppins !important;
  font-size: 14px !important;
  line-height: 22px !important; }

.mcnTextContent {
  font-family: poppins !important;
  font-size: 14px !important; }
  .mcnTextContent p {
    font-size: 15px !important;
    line-height: 22px !important; }
  .mcnTextContent span {
    font-size: 14px !important;
    line-height: 22px !important; }
    .mcnTextContent span a {
      font-size: 14px; }

.blog-page .page-heading {
  margin-bottom: 21px !important; }
  @media screen and (max-width: 567.98px) {
    .blog-page .page-heading {
      margin-bottom: 10px !important; } }

.blog-page .blogpage {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between !important; }
  .blog-page .blogpage .blog {
    width: 48%;
    margin-top: 21px;
    padding-top: 0px;
    border: 0px solid #e5e5e5 !important;
    margin: inherit;
    margin-bottom: 50px; }
    @media screen and (max-width: 567.98px) {
      .blog-page .blogpage .blog {
        width: 100%;
        margin-bottom: 20px; } }
    .blog-page .blogpage .blog .blog-post-figure {
      width: 100%;
      border: 1px solid #cdcdcd;
      padding: 4px;
      margin-bottom: 30px;
      min-height: 258px; }
      @media screen and (max-width: 567.98px) {
        .blog-page .blogpage .blog .blog-post-figure {
          margin-bottom: 10px; } }
      .blog-page .blogpage .blog .blog-post-figure .blog-logo-img {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 350px;
        margin: auto;
        min-height: 250px; }
      .blog-page .blogpage .blog .blog-post-figure .blog-thumbnail {
        display: flex;
        align-items: center;
        max-width: 250px;
        position: relative;
        min-height: 250px;
        margin: auto;
        justify-content: center; }
        .blog-page .blogpage .blog .blog-post-figure .blog-thumbnail a img {
          max-height: 250px;
          object-fit: contain; }
    .blog-page .blogpage .blog .blog-post-body {
      width: 100%; }
      .blog-page .blogpage .blog .blog-post-body .blog-header .blog-title {
        font-weight: bold !important;
        font-family: 'Poppins', sans-serif;
        text-align: center;
        opacity: 1;
        line-height: 30px; }
        @media screen and (max-width: 567.98px) {
          .blog-page .blogpage .blog .blog-post-body .blog-header .blog-title {
            line-height: 24px;
            margin: 0; } }
        .blog-page .blogpage .blog .blog-post-body .blog-header .blog-title a {
          color: #000 !important;
          font-size: 22px !important;
          line-height: 33px !important;
          transition: all .3s ease-in-out; }
          @media screen and (max-width: 567.98px) {
            .blog-page .blogpage .blog .blog-post-body .blog-header .blog-title a {
              font-size: 18px !important; } }
          .blog-page .blogpage .blog .blog-post-body .blog-header .blog-title a:hover {
            color: #36893B !important; }
      .blog-page .blogpage .blog .blog-post-body .blog-header .blog-date {
        text-align: center;
        font-family: 'Poppins', sans-serif;
        color: #000 !important;
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: 0px;
        opacity: 1;
        margin-bottom: 18px; }
      .blog-page .blogpage .blog .blog-post-body .blog-post {
        text-align: center;
        letter-spacing: 0px;
        opacity: 1;
        font-size: 16px !important;
        line-height: 26px !important;
        color: #000 !important; }
        .blog-page .blogpage .blog .blog-post-body .blog-post a {
          text-transform: capitalize;
          text-decoration: underline; }
      .blog-page .blogpage .blog .blog-post-body ul.socialLinks li.socialLinks-item {
        margin: 0 15px;
        width: auto; }
        .blog-page .blogpage .blog .blog-post-body ul.socialLinks li.socialLinks-item a.socialLinks__link svg {
          fill: #4f4f4f;
          transition: all .3s ease-in-out;
          width: 22px; }
          .blog-page .blogpage .blog .blog-post-body ul.socialLinks li.socialLinks-item a.socialLinks__link svg:hover {
            fill: #36893B; }

.blog-page .pagination {
  margin-top: 0px; }
  @media screen and (max-width: 567.98px) {
    .blog-page .pagination {
      margin-top: 30px; } }
  .blog-page .pagination .pagination-list {
    display: flex;
    justify-content: center;
    align-items: center; }
    .blog-page .pagination .pagination-list .pagination-item--previous {
      float: none;
      font-size: 0px;
      border: 2px solid #36893b;
      border-radius: 100px;
      transition: all .3s ease-in-out; }
      .blog-page .pagination .pagination-list .pagination-item--previous:hover {
        background-color: #36893B; }
        .blog-page .pagination .pagination-list .pagination-item--previous:hover svg {
          fill: #fff !important; }
      .blog-page .pagination .pagination-list .pagination-item--previous .pagination-link {
        padding: 0;
        font-size: 0 !important;
        line-height: 0px !important; }
        .blog-page .pagination .pagination-list .pagination-item--previous .pagination-link .icon {
          height: 30px;
          margin-top: 0px;
          width: 30px;
          margin-left: 0px; }
          @media (max-width: 575.98px) {
            .blog-page .pagination .pagination-list .pagination-item--previous .pagination-link .icon {
              width: 20px;
              height: 20px; } }
          .blog-page .pagination .pagination-list .pagination-item--previous .pagination-link .icon svg {
            fill: #36893B; }
    .blog-page .pagination .pagination-list .pagination-item {
      margin: 0 13px; }
      @media (max-width: 575.98px) {
        .blog-page .pagination .pagination-list .pagination-item {
          margin: 0 5px; } }
      .blog-page .pagination .pagination-list .pagination-item .pagination-link {
        color: #000;
        font-size: 18px;
        line-height: 27px;
        font-weight: 600 !important;
        transition: all .3s ease-in-out; }
        @media (max-width: 575.98px) {
          .blog-page .pagination .pagination-list .pagination-item .pagination-link {
            font-size: 15px;
            line-height: 22px; } }
        .blog-page .pagination .pagination-list .pagination-item .pagination-link:hover {
          color: #36893B; }
    .blog-page .pagination .pagination-list .pagination-item--current {
      background-color: #36893B;
      border: none;
      border-radius: 0px;
      margin: 0; }
      .blog-page .pagination .pagination-list .pagination-item--current a {
        color: #fff !important;
        font-weight: 600;
        padding: 4px 9px;
        width: 40px;
        height: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 575.98px) {
          .blog-page .pagination .pagination-list .pagination-item--current a {
            width: 30px;
            height: 30px; } }
    .blog-page .pagination .pagination-list .pagination-item--next {
      float: none;
      font-size: 0px;
      border: 2px solid #36893b;
      border-radius: 100px;
      transition: all .3s ease-in-out; }
      .blog-page .pagination .pagination-list .pagination-item--next:hover {
        background-color: #36893B; }
        .blog-page .pagination .pagination-list .pagination-item--next:hover svg {
          fill: #fff !important; }
      .blog-page .pagination .pagination-list .pagination-item--next .pagination-link {
        padding: 0px;
        font-size: 0 !important;
        line-height: 0px !important; }
        .blog-page .pagination .pagination-list .pagination-item--next .pagination-link .icon {
          height: 30px;
          margin-top: 0px;
          width: 30px;
          margin-right: 0px; }
          @media (max-width: 575.98px) {
            .blog-page .pagination .pagination-list .pagination-item--next .pagination-link .icon {
              width: 20px;
              height: 20px; } }
          .blog-page .pagination .pagination-list .pagination-item--next .pagination-link .icon svg {
            fill: #36893B; }

/* blog page css end */
/* request quote css start */
.request-a-quote iframe {
  height: 1430px !important; }
  @media screen and (max-width: 1199.98px) {
    .request-a-quote iframe {
      height: 1350px !important; } }
  @media screen and (max-width: 567.98px) {
    .request-a-quote iframe {
      height: 1390px !important; } }
  @media screen and (max-width: 440.98px) {
    .request-a-quote iframe {
      height: 1600px !important; } }
  @media screen and (max-width: 379.98px) {
    .request-a-quote iframe {
      height: 1640px !important; } }

.category-page, .snize-results-page {
  display: flow-root !important; }
  .category-page div.view-discounts-table.view-discounts-table--collapsible, .snize-results-page div.view-discounts-table.view-discounts-table--collapsible {
    text-align: left;
    margin-top: 5px; }
  .category-page .view-discounts-table .view-discounts-table--title, .snize-results-page .view-discounts-table .view-discounts-table--title {
    font-weight: 400;
    display: inline-block; }
  @media (min-width: 768px) {
    .category-page .view-discounts-table.view-discounts-table--collapsible .view-discounts-table--content, .snize-results-page .view-discounts-table.view-discounts-table--collapsible .view-discounts-table--content {
      right: calc(50% - 66px); } }
  .category-page #snize-search-results-grid-mode li.snize-product, .snize-results-page #snize-search-results-grid-mode li.snize-product {
    overflow: visible; }
  .category-page .view-discounts-table .view-discounts-table--lists, .snize-results-page .view-discounts-table .view-discounts-table--lists {
    overflow: inherit; }

/* request quote css end */
.cart-item-info {
  overflow: visible; }

#snize-modal-mobile-filters-dialog .snize-product-filters-list {
  padding: 0;
  margin: 25px 0 0; }
  @media (min-width: 1366px) {
    #snize-modal-mobile-filters-dialog .snize-product-filters-list {
      padding: 0 0 15px; } }
  @media (min-width: 1700px) {
    #snize-modal-mobile-filters-dialog .snize-product-filters-list {
      max-height: 240px;
      padding: 0 0px 25px; } }
  #snize-modal-mobile-filters-dialog .snize-product-filters-list li .snize-filter-checkbox {
    margin-top: 3px; }
    #snize-modal-mobile-filters-dialog .snize-product-filters-list li .snize-filter-checkbox .needsclick {
      border-radius: 0;
      box-shadow: none;
      border: 1px solid #888888; }
      @media (min-width: 1366px) {
        #snize-modal-mobile-filters-dialog .snize-product-filters-list li .snize-filter-checkbox .needsclick {
          width: 18px;
          height: 18px; } }
      @media (min-width: 1366px) {
        #snize-modal-mobile-filters-dialog .snize-product-filters-list li .snize-filter-checkbox .needsclick:after {
          top: 5px;
          left: 5px; } }
  #snize-modal-mobile-filters-dialog .snize-product-filters-list li label {
    color: #000; }
    #snize-modal-mobile-filters-dialog .snize-product-filters-list li label > span {
      padding-left: 24px;
      font-size: 14px;
      vertical-align: -webkit-baseline-middle;
      color: #000 !important; }
      @media (min-width: 1366px) {
        #snize-modal-mobile-filters-dialog .snize-product-filters-list li label > span {
          font-size: 16px; } }
      @media (min-width: 1700px) {
        #snize-modal-mobile-filters-dialog .snize-product-filters-list li label > span {
          padding-left: 30px; } }
      #snize-modal-mobile-filters-dialog .snize-product-filters-list li label > span .snize-filter-variant-count {
        color: #000; }
        #snize-modal-mobile-filters-dialog .snize-product-filters-list li label > span .snize-filter-variant-count::before {
          content: "("; }
        #snize-modal-mobile-filters-dialog .snize-product-filters-list li label > span .snize-filter-variant-count::after {
          content: ")"; }
  #snize-modal-mobile-filters-dialog .snize-product-filters-list li:hover span {
    color: #36893b; }
  #snize-modal-mobile-filters-dialog .snize-product-filters-list li.snize-filter-checked span {
    color: #36893b; }
  #snize-modal-mobile-filters-dialog .snize-product-filters-list li.snize-filter-checked .snize-filter-checkbox span {
    border-color: #36893b;
    background-color: #36893B; }
    #snize-modal-mobile-filters-dialog .snize-product-filters-list li.snize-filter-checked .snize-filter-checkbox span:after {
      border-color: #fff; }
  #snize-modal-mobile-filters-dialog .snize-product-filters-list li.snize-filters-show-more {
    margin-bottom: 0; }
  #snize-modal-mobile-filters-dialog .snize-product-filters-list li .snize-select-show-more {
    border: 0;
    letter-spacing: 2.8px;
    font-size: 14px;
    color: #36893B;
    text-transform: uppercase;
    padding: 0; }
  #snize-modal-mobile-filters-dialog .snize-product-filters-list::-webkit-scrollbar-track {
    background-color: #CCCCCC; }
  #snize-modal-mobile-filters-dialog .snize-product-filters-list::-webkit-scrollbar {
    width: 3px;
    background-color: #CCCCCC; }
  #snize-modal-mobile-filters-dialog .snize-product-filters-list::-webkit-scrollbar-thumb {
    background-color: #7B7B7B; }

@media (max-width: 1700px) {
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode li.snize-product span.snize-title {
    font-size: 14px !important; } }

#snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode ul .view-discounts-table--content,
#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode ul .view-discounts-table--content {
  z-index: 4; }

#snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode ul .view-discounts-table--lists ul,
#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode ul .view-discounts-table--lists ul {
  width: auto;
  margin: 0; }
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode ul .view-discounts-table--lists ul:not(.view-discounts-table--price-names),
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode ul .view-discounts-table--lists ul:not(.view-discounts-table--price-names) {
    margin: 0 0 0 15px; }

@media (max-width: 568px) {
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-list-mode ul .view-discounts-table--content {
    right: 0;
    max-width: 200px;
    overflow: auto; } }

#snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode ul .view-discounts-table--content {
  right: auto; }

@media (max-width: 1023px) {
  #snize_results.snize-mobile-design.snize-new-version #snize-search-results-grid-mode ul li:nth-child(even) .view-discounts-table--content {
    right: 0; } }

#snize-search-results-list-mode ul li.snize-product {
  overflow: visible; }
  #snize-search-results-list-mode ul li.snize-product span.snize-overhidden {
    overflow: visible;
    float: left; }
    @media (min-width: 960px) {
      #snize-search-results-list-mode ul li.snize-product span.snize-overhidden {
        width: calc(100% - 167px); } }
    @media (min-width: 1366px) {
      #snize-search-results-list-mode ul li.snize-product span.snize-overhidden {
        width: calc(100% - 187px); } }
    @media (min-width: 1700px) {
      #snize-search-results-list-mode ul li.snize-product span.snize-overhidden {
        width: calc(100% - 262px); } }
    #snize-search-results-list-mode ul li.snize-product span.snize-overhidden .snize-price-list {
      display: block; }
    #snize-search-results-list-mode ul li.snize-product span.snize-overhidden .view-discounts-table--content ul:not(:first-child) {
      margin: 0 0 0 15px; }
    #snize-search-results-list-mode ul li.snize-product span.snize-overhidden .view-discounts-table.view-discounts-table--collapsible .view-discounts-table--content {
      right: calc(50% - 180px); }
      @media (min-width: 768px) {
        #snize-search-results-list-mode ul li.snize-product span.snize-overhidden .view-discounts-table.view-discounts-table--collapsible .view-discounts-table--content {
          right: auto; } }

.metafield-data {
  font-weight: 600;
  margin-bottom: 10px; }

.stock-label, .product-detail-upc--container {
  display: none !important; }

.productView-details .modal {
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .productView-details .modal .modal-close {
    top: 0;
    right: 0; }
  .productView-details .modal .modal-content > * {
    margin: 10px auto; }

@media (min-width: 768px) {
  .productView--videos-content {
    display: flex; } }

.productView--videos-content .productView--video-caption {
  text-align: center; }
  @media (min-width: 768px) {
    .productView--videos-content .productView--video-caption {
      width: 50%; } }

@media (min-width: 1700px) {
  .productView--quickView .productView-details.product-data {
    padding: 0 0 0 30px; } }

@media (min-width: 1700px) {
  .productView--quickView .productView--login-and-membership {
    display: block; } }

@media (min-width: 1700px) {
  .productView--quickView .productView--membership {
    margin: 10px 0 0; } }

#chat-widget-container {
  bottom: 50px !important; }
  @media (min-width: 769px) {
    #chat-widget-container {
      bottom: 0 !important; } }

@media (max-width: 1023px) {
  body div.snize-ac-results.snize-ac-results-mobile {
    top: 55px !important;
    border-top: 1px solid #5d5d5d; } }

.card--alternate:hover .card-body .card-text {
  color: #757575; }

.page-content--textCenter {
  margin: 40px 0 0; }
  @media (min-width: 1700px) {
    .page-content--textCenter {
      margin: 70px 0 0; } }

.snize-product-filters.snize-hidden + div.snize-search-results-main-content {
  width: 100%;
  padding-left: 0; }
  .snize-product-filters.snize-hidden + div.snize-search-results-main-content .snize-search-results-content {
    width: 100%;
    margin: 0; }
    .snize-product-filters.snize-hidden + div.snize-search-results-main-content .snize-search-results-content li {
      margin: 0; }

@media (min-width: 1700px) {
  .modal--large {
    width: 1425px; } }

.alertBox--info {
  margin: 15px 0 10px; }

div.snize:not(.snize-mobile-design) #snize-search-results-grid-mode li.snize-product .snize-button.add-to-wishlist {
  font-size: 0;
  left: 30%; }
  div.snize:not(.snize-mobile-design) #snize-search-results-grid-mode li.snize-product .snize-button.add-to-wishlist svg {
    vertical-align: middle;
    width: 20px;
    height: 20px; }

div.snize:not(.snize-mobile-design) #snize-search-results-grid-mode li.snize-product .snize-button.snize-add-to-cart-button {
  left: 20%; }
  div.snize:not(.snize-mobile-design) #snize-search-results-grid-mode li.snize-product .snize-button.snize-add-to-cart-button:before {
    margin-right: 10px;
    position: relative;
    top: -3px; }

div.snize:not(.snize-mobile-design) #snize-search-results-list-mode .snize-button.snize-quick-view-button {
  padding: 6px 15px;
  right: 0 !important; }
  div.snize:not(.snize-mobile-design) #snize-search-results-list-mode .snize-button.snize-quick-view-button:before {
    position: relative;
    top: -3px; }

div.snize:not(.snize-mobile-design) #snize-search-results-grid-mode li.snize-product .snize-button.snize-quick-view-button {
  right: 30%;
  left: auto; }
  div.snize:not(.snize-mobile-design) #snize-search-results-grid-mode li.snize-product .snize-button.snize-quick-view-button:after {
    position: relative;
    top: 1px;
    left: -1px; }

div.snize-search-results:not(.snize-mobile-design) #snize-search-results-list-mode li.snize-product:hover .snize-button, .snize-mobile-design #snize-search-results-list-mode li.snize-product.mobile-in-view .snize-button {
  margin-left: 0;
  margin-top: 10px; }

div.snize:not(.snize-mobile-design) #snize-search-results-list-mode li.snize-product .snize-button.add-to-wishlist {
  margin: 10px 15px 0;
  padding: 8px 20px;
  left: 0 !important; }
  div.snize:not(.snize-mobile-design) #snize-search-results-list-mode li.snize-product .snize-button.add-to-wishlist svg {
    width: 20px;
    height: 20px;
    margin-right: 10px; }

.qty-in-prod {
  display: none; }

.moretext {
  display: none; }

.mailchimp-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .mailchimp-form h2 {
    color: #000;
    margin: 10px 0; }
  .mailchimp-form #mc_embed_signup form {
    margin: 10px; }
  .mailchimp-form .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px;
    height: 15px; }
    .mailchimp-form .close-btn:hover {
      cursor: pointer;
      opacity: 0.7; }
  .mailchimp-form #mc_embed_signup .asterisk {
    font-size: 14px;
    top: 2px; }
  .mailchimp-form #mc_embed_signup .mc-field-group {
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .mailchimp-form #mc_embed_signup .mc-field-group {
        width: 100%; } }
  .mailchimp-form #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    padding: 0;
    margin-bottom: 0; }
  .mailchimp-form #mc_embed_signup .indicates-required {
    text-align: left;
    margin: 0 0 5px; }

#mc_embed_signup {
  margin: auto;
  padding: 25px 15px 15px;
  background: #fff;
  clear: both;
  width: 600px;
  height: 555px;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto; }

.mailchimp-popup {
  display: block;
  margin-top: 10px; }

.mailchimp-form #mc_embed_signup .button {
  text-transform: uppercase;
  background-color: #36893b;
  color: #fff;
  letter-spacing: 3.2px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  border: 1px solid #36893b;
  border-radius: 0;
  -webkit-transition: all .4sease-in-out;
  transition: all .4sease-in-out;
  padding: 12px 24px;
  height: auto;
  margin-top: 10px; }
  .mailchimp-form #mc_embed_signup .button:hover {
    color: #36893b;
    border-color: #36893b;
    background-color: #fff; }

input:focus {
  outline: none !important;
  outline-offset: 0 !important; }

:focus-visible {
  outline: none !important;
  outline-offset: 0 !important; }

.form-actions {
  margin-top: 1.5rem; }

/* login page css start */
.login-page .login {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0; }
  .login-page .login .alertBox {
    margin: 20px 0 10px; }
  .login-page .login .login-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%; }
    @media (max-width: 959.98px) {
      .login-page .login .login-row {
        margin-top: 24px; } }
    .login-page .login .login-row .page-heading {
      width: 100%;
      display: block; }
      @media (max-width: 551.98px) {
        .login-page .login .login-row .page-heading {
          line-height: 38px; } }
    .login-page .login .login-row .form {
      width: 100%;
      margin-right: 0; }
      @media (min-width: 960px) {
        .login-page .login .login-row .form {
          width: 48%;
          margin-right: 2%; } }
      .login-page .login .login-row .form .form-actions {
        text-align: left; }
        .login-page .login .login-row .form .form-actions .button {
          margin-left: 0; }
      .login-page .login .login-row .form h2 {
        font-weight: 700;
        text-transform: capitalize;
        font-size: 21px;
        padding: 1rem 2rem;
        background-color: #f5f5f5;
        position: relative; }
        @media (max-width: 497.98px) {
          .login-page .login .login-row .form h2 {
            margin-top: 16px; } }
        .login-page .login .login-row .form h2 input[type="checkbox"] {
          display: none; }
        .login-page .login .login-row .form h2 .minus {
          display: block; }
          @media (min-width: 768px) {
            .login-page .login .login-row .form h2 .minus {
              display: none; } }
          @media (max-width: 767.98px) {
            .login-page .login .login-row .form h2 .minus {
              display: none; } }
        .login-page .login .login-row .form h2 .plus {
          display: none; }
    .login-page .login .login-row .login-form {
      width: 100%;
      padding: 0; }
      @media (min-width: 960px) {
        .login-page .login .login-row .login-form {
          width: 48%;
          margin-top: 0; } }
      .login-page .login .login-row .login-form .returning {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        @media (min-width: 480px) {
          .login-page .login .login-row .login-form .returning {
            flex-wrap: nowrap; } }
        .login-page .login .login-row .login-form .returning .forgot-password {
          margin-left: 0px;
          margin-top: 0; }
          @media (min-width: 480px) {
            .login-page .login .login-row .login-form .returning .forgot-password {
              margin-left: 10px; } }
      .login-page .login .login-row .login-form input {
        border-radius: 0; }

/* login page css end */
.account-body, .login-description {
  margin: 0; }

.form-field--upload button {
  padding: 5px 10px;
  border-radius: 3px;
  background: #565656;
  color: #fff;
  font-size: 12px; }

.form-field--upload .icon {
  width: 12px;
  fill: #fff; }

/* account create css start */
.createaccount-page .account-body .create-account--section {
  width: 100%; }
  .createaccount-page .account-body .create-account--section.editting .create-account--fields {
    display: block;
    margin: 10px 0 0; }
    @media (min-width: 960px) {
      .createaccount-page .account-body .create-account--section.editting .create-account--fields {
        margin: 10px 10px 0; } }
  .createaccount-page .account-body .create-account--section .create-account--section-title {
    background-color: #36893b;
    color: #fff;
    padding: 5px 15px;
    overflow: hidden;
    font-size: 16px;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .createaccount-page .account-body .create-account--section .create-account--section-title {
        font-size: 22px;
        line-height: 40px; } }
    .createaccount-page .account-body .create-account--section .create-account--section-title .create-account--section-edit {
      font-size: 14px;
      color: #fff;
      float: right; }
      @media (min-width: 768px) {
        .createaccount-page .account-body .create-account--section .create-account--section-title .create-account--section-edit {
          font-size: 16px; } }
  .createaccount-page .account-body .create-account--section .create-account--fields .form-field {
    margin: 10px 0 0; }
    .createaccount-page .account-body .create-account--section .create-account--fields .form-field .form-label {
      color: #000;
      display: inline-block; }
  .createaccount-page .account-body .create-account--section .create-account--fields .form-input, .createaccount-page .account-body .create-account--section .create-account--fields .form-select {
    border-radius: 0; }
  .createaccount-page .account-body .create-account--section .create-account--fields .form-actions {
    max-width: 100%;
    display: inline-block; }
    .createaccount-page .account-body .create-account--section .create-account--fields .form-actions .button {
      float: left; }
    .createaccount-page .account-body .create-account--section .create-account--fields .form-actions .field-note {
      float: left;
      text-align: left;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .createaccount-page .account-body .create-account--section .create-account--fields .form-actions .field-note {
          float: right; } }

@media (max-width: 575px) {
  .createaccount-page .g-recaptcha {
    display: flex;
    justify-content: center;
    transform: scale(0.9); } }

.createaccount-page .spending-label {
  margin: 20px 0 0; }

.field-group .field-note {
  color: #F02117;
  display: block; }

/* account create css end */
/* forgot password css start */
.forgotpassword-page .account {
  width: 100%; }
  .forgotpassword-page .account .forgot-password-form .form-prefixPostfix {
    flex-wrap: wrap; }
    .forgotpassword-page .account .forgot-password-form .form-prefixPostfix .form-input {
      height: 50px;
      border-radius: 0; }
    .forgotpassword-page .account .forgot-password-form .form-prefixPostfix .button {
      width: auto;
      height: 50px;
      margin: 15px 0 0; }
      @media (min-width: 960px) {
        .forgotpassword-page .account .forgot-password-form .form-prefixPostfix .button {
          margin: 0 0 0 10px;
          width: auto; } }

/* forgot password css end */
/* account pages css start */
.account_orderstatus-page .alertBox--info, .account_order-page .alertBox--info, .account_inbox-page .alertBox--info, .account_addressbook-page .alertBox--info, .shippingaddressform-page .alertBox--info, .wishlists-page .alertBox--info, .wishlist-page .alertBox--info, .add-wishlist-page .alertBox--info, .account_recentitems-page .alertBox--info, .editaccount-page .alertBox--info {
  background-color: rgba(0, 0, 0, 0.5); }
  .account_orderstatus-page .alertBox--info .alertBox-message, .account_order-page .alertBox--info .alertBox-message, .account_inbox-page .alertBox--info .alertBox-message, .account_addressbook-page .alertBox--info .alertBox-message, .shippingaddressform-page .alertBox--info .alertBox-message, .wishlists-page .alertBox--info .alertBox-message, .wishlist-page .alertBox--info .alertBox-message, .add-wishlist-page .alertBox--info .alertBox-message, .account_recentitems-page .alertBox--info .alertBox-message, .editaccount-page .alertBox--info .alertBox-message {
    color: #fff; }

.account_orderstatus-page .account-product-figure::after, .account_order-page .account-product-figure::after, .account_inbox-page .account-product-figure::after, .account_addressbook-page .account-product-figure::after, .shippingaddressform-page .account-product-figure::after, .wishlists-page .account-product-figure::after, .wishlist-page .account-product-figure::after, .add-wishlist-page .account-product-figure::after, .account_recentitems-page .account-product-figure::after, .editaccount-page .account-product-figure::after {
  padding-bottom: 10%; }

@media (max-width: 767px) {
  .account_orderstatus-page .body, .account_order-page .body, .account_inbox-page .body, .account_addressbook-page .body, .shippingaddressform-page .body, .wishlists-page .body, .wishlist-page .body, .add-wishlist-page .body, .account_recentitems-page .body, .editaccount-page .body {
    margin-top: 55px; } }

.account_orderstatus-page .navBar, .account_order-page .navBar, .account_inbox-page .navBar, .account_addressbook-page .navBar, .shippingaddressform-page .navBar, .wishlists-page .navBar, .wishlist-page .navBar, .add-wishlist-page .navBar, .account_recentitems-page .navBar, .editaccount-page .navBar {
  display: block;
  margin: 20px 0 40px; }
  .account_orderstatus-page .navBar .navBar-section, .account_order-page .navBar .navBar-section, .account_inbox-page .navBar .navBar-section, .account_addressbook-page .navBar .navBar-section, .shippingaddressform-page .navBar .navBar-section, .wishlists-page .navBar .navBar-section, .wishlist-page .navBar .navBar-section, .add-wishlist-page .navBar .navBar-section, .account_recentitems-page .navBar .navBar-section, .editaccount-page .navBar .navBar-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .account_orderstatus-page .navBar .navBar-section, .account_order-page .navBar .navBar-section, .account_inbox-page .navBar .navBar-section, .account_addressbook-page .navBar .navBar-section, .shippingaddressform-page .navBar .navBar-section, .wishlists-page .navBar .navBar-section, .wishlist-page .navBar .navBar-section, .add-wishlist-page .navBar .navBar-section, .account_recentitems-page .navBar .navBar-section, .editaccount-page .navBar .navBar-section {
        flex-wrap: nowrap; } }
    .account_orderstatus-page .navBar .navBar-section .navBar-item, .account_order-page .navBar .navBar-section .navBar-item, .account_inbox-page .navBar .navBar-section .navBar-item, .account_addressbook-page .navBar .navBar-section .navBar-item, .shippingaddressform-page .navBar .navBar-section .navBar-item, .wishlists-page .navBar .navBar-section .navBar-item, .wishlist-page .navBar .navBar-section .navBar-item, .add-wishlist-page .navBar .navBar-section .navBar-item, .account_recentitems-page .navBar .navBar-section .navBar-item, .editaccount-page .navBar .navBar-section .navBar-item {
      display: inline-block;
      margin: 10px 0;
      width: 100%;
      text-align: left; }
      @media (min-width: 768px) {
        .account_orderstatus-page .navBar .navBar-section .navBar-item, .account_order-page .navBar .navBar-section .navBar-item, .account_inbox-page .navBar .navBar-section .navBar-item, .account_addressbook-page .navBar .navBar-section .navBar-item, .shippingaddressform-page .navBar .navBar-section .navBar-item, .wishlists-page .navBar .navBar-section .navBar-item, .wishlist-page .navBar .navBar-section .navBar-item, .add-wishlist-page .navBar .navBar-section .navBar-item, .account_recentitems-page .navBar .navBar-section .navBar-item, .editaccount-page .navBar .navBar-section .navBar-item {
          margin: 0 10px;
          width: auto; } }
      .account_orderstatus-page .navBar .navBar-section .navBar-item .navBar-action, .account_order-page .navBar .navBar-section .navBar-item .navBar-action, .account_inbox-page .navBar .navBar-section .navBar-item .navBar-action, .account_addressbook-page .navBar .navBar-section .navBar-item .navBar-action, .shippingaddressform-page .navBar .navBar-section .navBar-item .navBar-action, .wishlists-page .navBar .navBar-section .navBar-item .navBar-action, .wishlist-page .navBar .navBar-section .navBar-item .navBar-action, .add-wishlist-page .navBar .navBar-section .navBar-item .navBar-action, .account_recentitems-page .navBar .navBar-section .navBar-item .navBar-action, .editaccount-page .navBar .navBar-section .navBar-item .navBar-action {
        color: #000;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        background: #e5e5e5;
        padding: 10px; }
        @media (min-width: 768px) {
          .account_orderstatus-page .navBar .navBar-section .navBar-item .navBar-action, .account_order-page .navBar .navBar-section .navBar-item .navBar-action, .account_inbox-page .navBar .navBar-section .navBar-item .navBar-action, .account_addressbook-page .navBar .navBar-section .navBar-item .navBar-action, .shippingaddressform-page .navBar .navBar-section .navBar-item .navBar-action, .wishlists-page .navBar .navBar-section .navBar-item .navBar-action, .wishlist-page .navBar .navBar-section .navBar-item .navBar-action, .add-wishlist-page .navBar .navBar-section .navBar-item .navBar-action, .account_recentitems-page .navBar .navBar-section .navBar-item .navBar-action, .editaccount-page .navBar .navBar-section .navBar-item .navBar-action {
            background: none;
            padding: 0; } }
        .account_orderstatus-page .navBar .navBar-section .navBar-item .navBar-action:hover, .account_order-page .navBar .navBar-section .navBar-item .navBar-action:hover, .account_inbox-page .navBar .navBar-section .navBar-item .navBar-action:hover, .account_addressbook-page .navBar .navBar-section .navBar-item .navBar-action:hover, .shippingaddressform-page .navBar .navBar-section .navBar-item .navBar-action:hover, .wishlists-page .navBar .navBar-section .navBar-item .navBar-action:hover, .wishlist-page .navBar .navBar-section .navBar-item .navBar-action:hover, .add-wishlist-page .navBar .navBar-section .navBar-item .navBar-action:hover, .account_recentitems-page .navBar .navBar-section .navBar-item .navBar-action:hover, .editaccount-page .navBar .navBar-section .navBar-item .navBar-action:hover {
          color: #36893B; }
    .account_orderstatus-page .navBar .navBar-section .is-active, .account_order-page .navBar .navBar-section .is-active, .account_inbox-page .navBar .navBar-section .is-active, .account_addressbook-page .navBar .navBar-section .is-active, .shippingaddressform-page .navBar .navBar-section .is-active, .wishlists-page .navBar .navBar-section .is-active, .wishlist-page .navBar .navBar-section .is-active, .add-wishlist-page .navBar .navBar-section .is-active, .account_recentitems-page .navBar .navBar-section .is-active, .editaccount-page .navBar .navBar-section .is-active {
      border-bottom: none; }
      .account_orderstatus-page .navBar .navBar-section .is-active .navBar-action, .account_order-page .navBar .navBar-section .is-active .navBar-action, .account_inbox-page .navBar .navBar-section .is-active .navBar-action, .account_addressbook-page .navBar .navBar-section .is-active .navBar-action, .shippingaddressform-page .navBar .navBar-section .is-active .navBar-action, .wishlists-page .navBar .navBar-section .is-active .navBar-action, .wishlist-page .navBar .navBar-section .is-active .navBar-action, .add-wishlist-page .navBar .navBar-section .is-active .navBar-action, .account_recentitems-page .navBar .navBar-section .is-active .navBar-action, .editaccount-page .navBar .navBar-section .is-active .navBar-action {
        color: #36893B;
        background: #FCF5EA; }
        @media (min-width: 768px) {
          .account_orderstatus-page .navBar .navBar-section .is-active .navBar-action, .account_order-page .navBar .navBar-section .is-active .navBar-action, .account_inbox-page .navBar .navBar-section .is-active .navBar-action, .account_addressbook-page .navBar .navBar-section .is-active .navBar-action, .shippingaddressform-page .navBar .navBar-section .is-active .navBar-action, .wishlists-page .navBar .navBar-section .is-active .navBar-action, .wishlist-page .navBar .navBar-section .is-active .navBar-action, .add-wishlist-page .navBar .navBar-section .is-active .navBar-action, .account_recentitems-page .navBar .navBar-section .is-active .navBar-action, .editaccount-page .navBar .navBar-section .is-active .navBar-action {
            background: none; } }
    .account_orderstatus-page .navBar .navBar-section .navBar .navBar-item, .account_order-page .navBar .navBar-section .navBar .navBar-item, .account_inbox-page .navBar .navBar-section .navBar .navBar-item, .account_addressbook-page .navBar .navBar-section .navBar .navBar-item, .shippingaddressform-page .navBar .navBar-section .navBar .navBar-item, .wishlists-page .navBar .navBar-section .navBar .navBar-item, .wishlist-page .navBar .navBar-section .navBar .navBar-item, .add-wishlist-page .navBar .navBar-section .navBar .navBar-item, .account_recentitems-page .navBar .navBar-section .navBar .navBar-item, .editaccount-page .navBar .navBar-section .navBar .navBar-item {
      margin: 0 0 0 -1px !important;
      padding: 10px 20px !important;
      border: 1px solid #ccc;
      transition: all .4s ease-in-out; }
      .account_orderstatus-page .navBar .navBar-section .navBar .navBar-item.is-active, .account_order-page .navBar .navBar-section .navBar .navBar-item.is-active, .account_inbox-page .navBar .navBar-section .navBar .navBar-item.is-active, .account_addressbook-page .navBar .navBar-section .navBar .navBar-item.is-active, .shippingaddressform-page .navBar .navBar-section .navBar .navBar-item.is-active, .wishlists-page .navBar .navBar-section .navBar .navBar-item.is-active, .wishlist-page .navBar .navBar-section .navBar .navBar-item.is-active, .add-wishlist-page .navBar .navBar-section .navBar .navBar-item.is-active, .account_recentitems-page .navBar .navBar-section .navBar .navBar-item.is-active, .editaccount-page .navBar .navBar-section .navBar .navBar-item.is-active {
        background-color: #36893b; }
        .account_orderstatus-page .navBar .navBar-section .navBar .navBar-item.is-active a, .account_order-page .navBar .navBar-section .navBar .navBar-item.is-active a, .account_inbox-page .navBar .navBar-section .navBar .navBar-item.is-active a, .account_addressbook-page .navBar .navBar-section .navBar .navBar-item.is-active a, .shippingaddressform-page .navBar .navBar-section .navBar .navBar-item.is-active a, .wishlists-page .navBar .navBar-section .navBar .navBar-item.is-active a, .wishlist-page .navBar .navBar-section .navBar .navBar-item.is-active a, .add-wishlist-page .navBar .navBar-section .navBar .navBar-item.is-active a, .account_recentitems-page .navBar .navBar-section .navBar .navBar-item.is-active a, .editaccount-page .navBar .navBar-section .navBar .navBar-item.is-active a {
          color: #fff; }
      .account_orderstatus-page .navBar .navBar-section .navBar .navBar-item:hover, .account_order-page .navBar .navBar-section .navBar .navBar-item:hover, .account_inbox-page .navBar .navBar-section .navBar .navBar-item:hover, .account_addressbook-page .navBar .navBar-section .navBar .navBar-item:hover, .shippingaddressform-page .navBar .navBar-section .navBar .navBar-item:hover, .wishlists-page .navBar .navBar-section .navBar .navBar-item:hover, .wishlist-page .navBar .navBar-section .navBar .navBar-item:hover, .add-wishlist-page .navBar .navBar-section .navBar .navBar-item:hover, .account_recentitems-page .navBar .navBar-section .navBar .navBar-item:hover, .editaccount-page .navBar .navBar-section .navBar .navBar-item:hover {
        background-color: #36893b; }
      .account_orderstatus-page .navBar .navBar-section .navBar .navBar-item:hover a, .account_order-page .navBar .navBar-section .navBar .navBar-item:hover a, .account_inbox-page .navBar .navBar-section .navBar .navBar-item:hover a, .account_addressbook-page .navBar .navBar-section .navBar .navBar-item:hover a, .shippingaddressform-page .navBar .navBar-section .navBar .navBar-item:hover a, .wishlists-page .navBar .navBar-section .navBar .navBar-item:hover a, .wishlist-page .navBar .navBar-section .navBar .navBar-item:hover a, .add-wishlist-page .navBar .navBar-section .navBar .navBar-item:hover a, .account_recentitems-page .navBar .navBar-section .navBar .navBar-item:hover a, .editaccount-page .navBar .navBar-section .navBar .navBar-item:hover a {
        color: #fff !important; }
      .account_orderstatus-page .navBar .navBar-section .navBar .navBar-item .navBar-action, .account_order-page .navBar .navBar-section .navBar .navBar-item .navBar-action, .account_inbox-page .navBar .navBar-section .navBar .navBar-item .navBar-action, .account_addressbook-page .navBar .navBar-section .navBar .navBar-item .navBar-action, .shippingaddressform-page .navBar .navBar-section .navBar .navBar-item .navBar-action, .wishlists-page .navBar .navBar-section .navBar .navBar-item .navBar-action, .wishlist-page .navBar .navBar-section .navBar .navBar-item .navBar-action, .add-wishlist-page .navBar .navBar-section .navBar .navBar-item .navBar-action, .account_recentitems-page .navBar .navBar-section .navBar .navBar-item .navBar-action, .editaccount-page .navBar .navBar-section .navBar .navBar-item .navBar-action {
        background: none; }

.account_orderstatus-page .account .account-body .button, .account_order-page .account .account-body .button, .account_inbox-page .account .account-body .button, .account_addressbook-page .account .account-body .button, .shippingaddressform-page .account .account-body .button, .wishlists-page .account .account-body .button, .wishlist-page .account .account-body .button, .add-wishlist-page .account .account-body .button, .account_recentitems-page .account .account-body .button, .editaccount-page .account .account-body .button {
  letter-spacing: 2.2px; }

.account_orderstatus-page .account .account-body .account-content--fixedSmall .account-heading, .account_order-page .account .account-body .account-content--fixedSmall .account-heading, .account_inbox-page .account .account-body .account-content--fixedSmall .account-heading, .account_addressbook-page .account .account-body .account-content--fixedSmall .account-heading, .shippingaddressform-page .account .account-body .account-content--fixedSmall .account-heading, .wishlists-page .account .account-body .account-content--fixedSmall .account-heading, .wishlist-page .account .account-body .account-content--fixedSmall .account-heading, .add-wishlist-page .account .account-body .account-content--fixedSmall .account-heading, .account_recentitems-page .account .account-body .account-content--fixedSmall .account-heading, .editaccount-page .account .account-body .account-content--fixedSmall .account-heading {
  color: #000; }

.account_orderstatus-page .account .account-body .account-content--fixedSmall .account-orderTotal, .account_order-page .account .account-body .account-content--fixedSmall .account-orderTotal, .account_inbox-page .account .account-body .account-content--fixedSmall .account-orderTotal, .account_addressbook-page .account .account-body .account-content--fixedSmall .account-orderTotal, .shippingaddressform-page .account .account-body .account-content--fixedSmall .account-orderTotal, .wishlists-page .account .account-body .account-content--fixedSmall .account-orderTotal, .wishlist-page .account .account-body .account-content--fixedSmall .account-orderTotal, .add-wishlist-page .account .account-body .account-content--fixedSmall .account-orderTotal, .account_recentitems-page .account .account-body .account-content--fixedSmall .account-orderTotal, .editaccount-page .account .account-body .account-content--fixedSmall .account-orderTotal {
  width: 100%; }
  .account_orderstatus-page .account .account-body .account-content--fixedSmall .account-orderTotal dt, .account_orderstatus-page .account .account-body .account-content--fixedSmall .account-orderTotal dd, .account_order-page .account .account-body .account-content--fixedSmall .account-orderTotal dt, .account_order-page .account .account-body .account-content--fixedSmall .account-orderTotal dd, .account_inbox-page .account .account-body .account-content--fixedSmall .account-orderTotal dt, .account_inbox-page .account .account-body .account-content--fixedSmall .account-orderTotal dd, .account_addressbook-page .account .account-body .account-content--fixedSmall .account-orderTotal dt, .account_addressbook-page .account .account-body .account-content--fixedSmall .account-orderTotal dd, .shippingaddressform-page .account .account-body .account-content--fixedSmall .account-orderTotal dt, .shippingaddressform-page .account .account-body .account-content--fixedSmall .account-orderTotal dd, .wishlists-page .account .account-body .account-content--fixedSmall .account-orderTotal dt, .wishlists-page .account .account-body .account-content--fixedSmall .account-orderTotal dd, .wishlist-page .account .account-body .account-content--fixedSmall .account-orderTotal dt, .wishlist-page .account .account-body .account-content--fixedSmall .account-orderTotal dd, .add-wishlist-page .account .account-body .account-content--fixedSmall .account-orderTotal dt, .add-wishlist-page .account .account-body .account-content--fixedSmall .account-orderTotal dd, .account_recentitems-page .account .account-body .account-content--fixedSmall .account-orderTotal dt, .account_recentitems-page .account .account-body .account-content--fixedSmall .account-orderTotal dd, .editaccount-page .account .account-body .account-content--fixedSmall .account-orderTotal dt, .editaccount-page .account .account-body .account-content--fixedSmall .account-orderTotal dd {
    color: #000; }

.account_orderstatus-page .account .wishlist-item-list .product-name a, .account_order-page .account .wishlist-item-list .product-name a, .account_inbox-page .account .wishlist-item-list .product-name a, .account_addressbook-page .account .wishlist-item-list .product-name a, .shippingaddressform-page .account .wishlist-item-list .product-name a, .wishlists-page .account .wishlist-item-list .product-name a, .wishlist-page .account .wishlist-item-list .product-name a, .add-wishlist-page .account .wishlist-item-list .product-name a, .account_recentitems-page .account .wishlist-item-list .product-name a, .editaccount-page .account .wishlist-item-list .product-name a {
  text-transform: capitalize; }

.account_orderstatus-page .account.wishlist .title-and-share, .account_order-page .account.wishlist .title-and-share, .account_inbox-page .account.wishlist .title-and-share, .account_addressbook-page .account.wishlist .title-and-share, .shippingaddressform-page .account.wishlist .title-and-share, .wishlists-page .account.wishlist .title-and-share, .wishlist-page .account.wishlist .title-and-share, .add-wishlist-page .account.wishlist .title-and-share, .account_recentitems-page .account.wishlist .title-and-share, .editaccount-page .account.wishlist .title-and-share {
  margin-bottom: 15px; }

.account_orderstatus-page .account.wishlist .wishlist-item-list .product-name a, .account_order-page .account.wishlist .wishlist-item-list .product-name a, .account_inbox-page .account.wishlist .wishlist-item-list .product-name a, .account_addressbook-page .account.wishlist .wishlist-item-list .product-name a, .shippingaddressform-page .account.wishlist .wishlist-item-list .product-name a, .wishlists-page .account.wishlist .wishlist-item-list .product-name a, .wishlist-page .account.wishlist .wishlist-item-list .product-name a, .add-wishlist-page .account.wishlist .wishlist-item-list .product-name a, .account_recentitems-page .account.wishlist .wishlist-item-list .product-name a, .editaccount-page .account.wishlist .wishlist-item-list .product-name a {
  text-transform: capitalize; }

.account_orderstatus-page .account.wishlist .wishlist-item-list .productGrid .product .card, .account_order-page .account.wishlist .wishlist-item-list .productGrid .product .card, .account_inbox-page .account.wishlist .wishlist-item-list .productGrid .product .card, .account_addressbook-page .account.wishlist .wishlist-item-list .productGrid .product .card, .shippingaddressform-page .account.wishlist .wishlist-item-list .productGrid .product .card, .wishlists-page .account.wishlist .wishlist-item-list .productGrid .product .card, .wishlist-page .account.wishlist .wishlist-item-list .productGrid .product .card, .add-wishlist-page .account.wishlist .wishlist-item-list .productGrid .product .card, .account_recentitems-page .account.wishlist .wishlist-item-list .productGrid .product .card, .editaccount-page .account.wishlist .wishlist-item-list .productGrid .product .card {
  margin-bottom: 25px; }

.account_orderstatus-page .account.wishlist .form-actions .button, .account_order-page .account.wishlist .form-actions .button, .account_inbox-page .account.wishlist .form-actions .button, .account_addressbook-page .account.wishlist .form-actions .button, .shippingaddressform-page .account.wishlist .form-actions .button, .wishlists-page .account.wishlist .form-actions .button, .wishlist-page .account.wishlist .form-actions .button, .add-wishlist-page .account.wishlist .form-actions .button, .account_recentitems-page .account.wishlist .form-actions .button, .editaccount-page .account.wishlist .form-actions .button {
  margin: 10px;
  letter-spacing: 2.2px; }

@media screen and (max-width: 570px) {
  .account_orderstatus-page .account.wishlist .form-actions .button, .account_order-page .account.wishlist .form-actions .button, .account_inbox-page .account.wishlist .form-actions .button, .account_addressbook-page .account.wishlist .form-actions .button, .shippingaddressform-page .account.wishlist .form-actions .button, .wishlists-page .account.wishlist .form-actions .button, .wishlist-page .account.wishlist .form-actions .button, .add-wishlist-page .account.wishlist .form-actions .button, .account_recentitems-page .account.wishlist .form-actions .button, .editaccount-page .account.wishlist .form-actions .button {
    margin: 0px; } }

.account_orderstatus-page .account--fixed, .account_order-page .account--fixed, .account_inbox-page .account--fixed, .account_addressbook-page .account--fixed, .shippingaddressform-page .account--fixed, .wishlists-page .account--fixed, .wishlist-page .account--fixed, .add-wishlist-page .account--fixed, .account_recentitems-page .account--fixed, .editaccount-page .account--fixed {
  width: 100%; }
  @media (min-width: 960px) {
    .account_orderstatus-page .account--fixed, .account_order-page .account--fixed, .account_inbox-page .account--fixed, .account_addressbook-page .account--fixed, .shippingaddressform-page .account--fixed, .wishlists-page .account--fixed, .wishlist-page .account--fixed, .add-wishlist-page .account--fixed, .account_recentitems-page .account--fixed, .editaccount-page .account--fixed {
      width: 80%; } }
  .account_orderstatus-page .account--fixed .account-body .account-content .account-heading, .account_order-page .account--fixed .account-body .account-content .account-heading, .account_inbox-page .account--fixed .account-body .account-content .account-heading, .account_addressbook-page .account--fixed .account-body .account-content .account-heading, .shippingaddressform-page .account--fixed .account-body .account-content .account-heading, .wishlists-page .account--fixed .account-body .account-content .account-heading, .wishlist-page .account--fixed .account-body .account-content .account-heading, .add-wishlist-page .account--fixed .account-body .account-content .account-heading, .account_recentitems-page .account--fixed .account-body .account-content .account-heading, .editaccount-page .account--fixed .account-body .account-content .account-heading {
    border-bottom: 0;
    color: #000; }
  .account_orderstatus-page .account--fixed .account-body .account-content .message_form, .account_order-page .account--fixed .account-body .account-content .message_form, .account_inbox-page .account--fixed .account-body .account-content .message_form, .account_addressbook-page .account--fixed .account-body .account-content .message_form, .shippingaddressform-page .account--fixed .account-body .account-content .message_form, .wishlists-page .account--fixed .account-body .account-content .message_form, .wishlist-page .account--fixed .account-body .account-content .message_form, .add-wishlist-page .account--fixed .account-body .account-content .message_form, .account_recentitems-page .account--fixed .account-body .account-content .message_form, .editaccount-page .account--fixed .account-body .account-content .message_form {
    width: 100%; }
    @media (min-width: 768px) {
      .account_orderstatus-page .account--fixed .account-body .account-content .message_form, .account_order-page .account--fixed .account-body .account-content .message_form, .account_inbox-page .account--fixed .account-body .account-content .message_form, .account_addressbook-page .account--fixed .account-body .account-content .message_form, .shippingaddressform-page .account--fixed .account-body .account-content .message_form, .wishlists-page .account--fixed .account-body .account-content .message_form, .wishlist-page .account--fixed .account-body .account-content .message_form, .add-wishlist-page .account--fixed .account-body .account-content .message_form, .account_recentitems-page .account--fixed .account-body .account-content .message_form, .editaccount-page .account--fixed .account-body .account-content .message_form {
        width: 80%;
        margin: auto; } }
  .account_orderstatus-page .account--fixed .account-body .account-content .account-list .account-listItem, .account_order-page .account--fixed .account-body .account-content .account-list .account-listItem, .account_inbox-page .account--fixed .account-body .account-content .account-list .account-listItem, .account_addressbook-page .account--fixed .account-body .account-content .account-list .account-listItem, .shippingaddressform-page .account--fixed .account-body .account-content .account-list .account-listItem, .wishlists-page .account--fixed .account-body .account-content .account-list .account-listItem, .wishlist-page .account--fixed .account-body .account-content .account-list .account-listItem, .add-wishlist-page .account--fixed .account-body .account-content .account-list .account-listItem, .account_recentitems-page .account--fixed .account-body .account-content .account-list .account-listItem, .editaccount-page .account--fixed .account-body .account-content .account-list .account-listItem {
    border-top: 1px solid #e5e5e5; }
    .account_orderstatus-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-figure::after, .account_order-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-figure::after, .account_inbox-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-figure::after, .account_addressbook-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-figure::after, .shippingaddressform-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-figure::after, .wishlists-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-figure::after, .wishlist-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-figure::after, .add-wishlist-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-figure::after, .account_recentitems-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-figure::after, .editaccount-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-figure::after {
      padding-bottom: 10%; }
    .account_orderstatus-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus-label, .account_order-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus-label, .account_inbox-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus-label, .account_addressbook-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus-label, .shippingaddressform-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus-label, .wishlists-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus-label, .wishlist-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus-label, .add-wishlist-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus-label, .account_recentitems-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus-label, .editaccount-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus-label {
      background: #36893B; }
    .account_orderstatus-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail-heading, .account_order-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail-heading, .account_inbox-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail-heading, .account_addressbook-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail-heading, .shippingaddressform-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail-heading, .wishlists-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail-heading, .wishlist-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail-heading, .add-wishlist-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail-heading, .account_recentitems-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail-heading, .editaccount-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail-heading {
      color: #36893B;
      font-size: 15px; }
    .account_orderstatus-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details span, .account_order-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details span, .account_inbox-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details span, .account_addressbook-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details span, .shippingaddressform-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details span, .wishlists-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details span, .wishlist-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details span, .add-wishlist-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details span, .account_recentitems-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details span, .editaccount-page .account--fixed .account-body .account-content .account-list .account-listItem .account-product .account-product-body .account-product-details span {
      color: #000; }
  .account_orderstatus-page .account--fixed .account-body .account-content .message_form-title, .account_order-page .account--fixed .account-body .account-content .message_form-title, .account_inbox-page .account--fixed .account-body .account-content .message_form-title, .account_addressbook-page .account--fixed .account-body .account-content .message_form-title, .shippingaddressform-page .account--fixed .account-body .account-content .message_form-title, .wishlists-page .account--fixed .account-body .account-content .message_form-title, .wishlist-page .account--fixed .account-body .account-content .message_form-title, .add-wishlist-page .account--fixed .account-body .account-content .message_form-title, .account_recentitems-page .account--fixed .account-body .account-content .message_form-title, .editaccount-page .account--fixed .account-body .account-content .message_form-title {
    color: #000;
    width: 100%; }
    @media (min-width: 768px) {
      .account_orderstatus-page .account--fixed .account-body .account-content .message_form-title, .account_order-page .account--fixed .account-body .account-content .message_form-title, .account_inbox-page .account--fixed .account-body .account-content .message_form-title, .account_addressbook-page .account--fixed .account-body .account-content .message_form-title, .shippingaddressform-page .account--fixed .account-body .account-content .message_form-title, .wishlists-page .account--fixed .account-body .account-content .message_form-title, .wishlist-page .account--fixed .account-body .account-content .message_form-title, .add-wishlist-page .account--fixed .account-body .account-content .message_form-title, .account_recentitems-page .account--fixed .account-body .account-content .message_form-title, .editaccount-page .account--fixed .account-body .account-content .message_form-title {
        width: 80%;
        margin: 0 auto 20px; } }
  .account_orderstatus-page .account--fixed .account-body .account-content .form-label, .account_order-page .account--fixed .account-body .account-content .form-label, .account_inbox-page .account--fixed .account-body .account-content .form-label, .account_addressbook-page .account--fixed .account-body .account-content .form-label, .shippingaddressform-page .account--fixed .account-body .account-content .form-label, .wishlists-page .account--fixed .account-body .account-content .form-label, .wishlist-page .account--fixed .account-body .account-content .form-label, .add-wishlist-page .account--fixed .account-body .account-content .form-label, .account_recentitems-page .account--fixed .account-body .account-content .form-label, .editaccount-page .account--fixed .account-body .account-content .form-label {
    color: #000; }
  .account_orderstatus-page .account--fixed .account-body .account-content .form-select, .account_orderstatus-page .account--fixed .account-body .account-content .form-input, .account_order-page .account--fixed .account-body .account-content .form-select, .account_order-page .account--fixed .account-body .account-content .form-input, .account_inbox-page .account--fixed .account-body .account-content .form-select, .account_inbox-page .account--fixed .account-body .account-content .form-input, .account_addressbook-page .account--fixed .account-body .account-content .form-select, .account_addressbook-page .account--fixed .account-body .account-content .form-input, .shippingaddressform-page .account--fixed .account-body .account-content .form-select, .shippingaddressform-page .account--fixed .account-body .account-content .form-input, .wishlists-page .account--fixed .account-body .account-content .form-select, .wishlists-page .account--fixed .account-body .account-content .form-input, .wishlist-page .account--fixed .account-body .account-content .form-select, .wishlist-page .account--fixed .account-body .account-content .form-input, .add-wishlist-page .account--fixed .account-body .account-content .form-select, .add-wishlist-page .account--fixed .account-body .account-content .form-input, .account_recentitems-page .account--fixed .account-body .account-content .form-select, .account_recentitems-page .account--fixed .account-body .account-content .form-input, .editaccount-page .account--fixed .account-body .account-content .form-select, .editaccount-page .account--fixed .account-body .account-content .form-input {
    color: #000;
    border-radius: 0; }
  .account_orderstatus-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label, .account_order-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label, .account_inbox-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label, .account_addressbook-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label, .shippingaddressform-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label, .wishlists-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label, .wishlist-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label, .add-wishlist-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label, .account_recentitems-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label, .editaccount-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label {
    color: #000; }
    .account_orderstatus-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label small, .account_order-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label small, .account_inbox-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label small, .account_addressbook-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label small, .shippingaddressform-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label small, .wishlists-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label small, .wishlist-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label small, .add-wishlist-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label small, .account_recentitems-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label small, .editaccount-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-label small {
      float: left;
      margin: 0 2px 0 0; }
  .account_orderstatus-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-input, .account_orderstatus-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-select, .account_order-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-input, .account_order-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-select, .account_inbox-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-input, .account_inbox-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-select, .account_addressbook-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-input, .account_addressbook-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-select, .shippingaddressform-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-input, .shippingaddressform-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-select, .wishlists-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-input, .wishlists-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-select, .wishlist-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-input, .wishlist-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-select, .add-wishlist-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-input, .add-wishlist-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-select, .account_recentitems-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-input, .account_recentitems-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-select, .editaccount-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-input, .editaccount-page .account--fixed .account-body .form .form-fieldset .form-row .form-field .form-select {
    border-radius: 0;
    color: #000; }
  .account_orderstatus-page .account--fixed .account-body .form .form-actions, .account_order-page .account--fixed .account-body .form .form-actions, .account_inbox-page .account--fixed .account-body .form .form-actions, .account_addressbook-page .account--fixed .account-body .form .form-actions, .shippingaddressform-page .account--fixed .account-body .form .form-actions, .wishlists-page .account--fixed .account-body .form .form-actions, .wishlist-page .account--fixed .account-body .form .form-actions, .add-wishlist-page .account--fixed .account-body .form .form-actions, .account_recentitems-page .account--fixed .account-body .form .form-actions, .editaccount-page .account--fixed .account-body .form .form-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .account_orderstatus-page .account--fixed .account-body .form .form-actions .button, .account_order-page .account--fixed .account-body .form .form-actions .button, .account_inbox-page .account--fixed .account-body .form .form-actions .button, .account_addressbook-page .account--fixed .account-body .form .form-actions .button, .shippingaddressform-page .account--fixed .account-body .form .form-actions .button, .wishlists-page .account--fixed .account-body .form .form-actions .button, .wishlist-page .account--fixed .account-body .form .form-actions .button, .add-wishlist-page .account--fixed .account-body .form .form-actions .button, .account_recentitems-page .account--fixed .account-body .form .form-actions .button, .editaccount-page .account--fixed .account-body .form .form-actions .button {
      height: 48px;
      margin: 10px;
      line-height: 22px;
      letter-spacing: 2.2px; }
  .account_orderstatus-page .account--fixed .form .form-fieldset .form-row .form-field .form-label, .account_order-page .account--fixed .form .form-fieldset .form-row .form-field .form-label, .account_inbox-page .account--fixed .form .form-fieldset .form-row .form-field .form-label, .account_addressbook-page .account--fixed .form .form-fieldset .form-row .form-field .form-label, .shippingaddressform-page .account--fixed .form .form-fieldset .form-row .form-field .form-label, .wishlists-page .account--fixed .form .form-fieldset .form-row .form-field .form-label, .wishlist-page .account--fixed .form .form-fieldset .form-row .form-field .form-label, .add-wishlist-page .account--fixed .form .form-fieldset .form-row .form-field .form-label, .account_recentitems-page .account--fixed .form .form-fieldset .form-row .form-field .form-label, .editaccount-page .account--fixed .form .form-fieldset .form-row .form-field .form-label {
    color: #000; }
    .account_orderstatus-page .account--fixed .form .form-fieldset .form-row .form-field .form-label small, .account_order-page .account--fixed .form .form-fieldset .form-row .form-field .form-label small, .account_inbox-page .account--fixed .form .form-fieldset .form-row .form-field .form-label small, .account_addressbook-page .account--fixed .form .form-fieldset .form-row .form-field .form-label small, .shippingaddressform-page .account--fixed .form .form-fieldset .form-row .form-field .form-label small, .wishlists-page .account--fixed .form .form-fieldset .form-row .form-field .form-label small, .wishlist-page .account--fixed .form .form-fieldset .form-row .form-field .form-label small, .add-wishlist-page .account--fixed .form .form-fieldset .form-row .form-field .form-label small, .account_recentitems-page .account--fixed .form .form-fieldset .form-row .form-field .form-label small, .editaccount-page .account--fixed .form .form-fieldset .form-row .form-field .form-label small {
      color: #F02117; }
  .account_orderstatus-page .account--fixed .form .form-fieldset .form-row .form-field .form-input, .account_orderstatus-page .account--fixed .form .form-fieldset .form-row .form-field .form-select, .account_order-page .account--fixed .form .form-fieldset .form-row .form-field .form-input, .account_order-page .account--fixed .form .form-fieldset .form-row .form-field .form-select, .account_inbox-page .account--fixed .form .form-fieldset .form-row .form-field .form-input, .account_inbox-page .account--fixed .form .form-fieldset .form-row .form-field .form-select, .account_addressbook-page .account--fixed .form .form-fieldset .form-row .form-field .form-input, .account_addressbook-page .account--fixed .form .form-fieldset .form-row .form-field .form-select, .shippingaddressform-page .account--fixed .form .form-fieldset .form-row .form-field .form-input, .shippingaddressform-page .account--fixed .form .form-fieldset .form-row .form-field .form-select, .wishlists-page .account--fixed .form .form-fieldset .form-row .form-field .form-input, .wishlists-page .account--fixed .form .form-fieldset .form-row .form-field .form-select, .wishlist-page .account--fixed .form .form-fieldset .form-row .form-field .form-input, .wishlist-page .account--fixed .form .form-fieldset .form-row .form-field .form-select, .add-wishlist-page .account--fixed .form .form-fieldset .form-row .form-field .form-input, .add-wishlist-page .account--fixed .form .form-fieldset .form-row .form-field .form-select, .account_recentitems-page .account--fixed .form .form-fieldset .form-row .form-field .form-input, .account_recentitems-page .account--fixed .form .form-fieldset .form-row .form-field .form-select, .editaccount-page .account--fixed .form .form-fieldset .form-row .form-field .form-input, .editaccount-page .account--fixed .form .form-fieldset .form-row .form-field .form-select {
    border-radius: 0;
    color: #000; }
  .account_orderstatus-page .account--fixed .form .form-actions .button, .account_order-page .account--fixed .form .form-actions .button, .account_inbox-page .account--fixed .form .form-actions .button, .account_addressbook-page .account--fixed .form .form-actions .button, .shippingaddressform-page .account--fixed .form .form-actions .button, .wishlists-page .account--fixed .form .form-actions .button, .wishlist-page .account--fixed .form .form-actions .button, .add-wishlist-page .account--fixed .form .form-actions .button, .account_recentitems-page .account--fixed .form .form-actions .button, .editaccount-page .account--fixed .form .form-actions .button {
    max-width: 250px;
    width: 100%;
    height: 48px;
    line-height: 22px;
    letter-spacing: 2.2px; }

.account_orderstatus-page .account--fixedLarge, .account_order-page .account--fixedLarge, .account_inbox-page .account--fixedLarge, .account_addressbook-page .account--fixedLarge, .shippingaddressform-page .account--fixedLarge, .wishlists-page .account--fixedLarge, .wishlist-page .account--fixedLarge, .add-wishlist-page .account--fixedLarge, .account_recentitems-page .account--fixedLarge, .editaccount-page .account--fixedLarge {
  width: 100%; }
  @media (min-width: 960px) {
    .account_orderstatus-page .account--fixedLarge, .account_order-page .account--fixedLarge, .account_inbox-page .account--fixedLarge, .account_addressbook-page .account--fixedLarge, .shippingaddressform-page .account--fixedLarge, .wishlists-page .account--fixedLarge, .wishlist-page .account--fixedLarge, .add-wishlist-page .account--fixedLarge, .account_recentitems-page .account--fixedLarge, .editaccount-page .account--fixedLarge {
      width: 80%; } }
  .account_orderstatus-page .account--fixedLarge .wishlists-table .table-actions .button-small, .account_order-page .account--fixedLarge .wishlists-table .table-actions .button-small, .account_inbox-page .account--fixedLarge .wishlists-table .table-actions .button-small, .account_addressbook-page .account--fixedLarge .wishlists-table .table-actions .button-small, .shippingaddressform-page .account--fixedLarge .wishlists-table .table-actions .button-small, .wishlists-page .account--fixedLarge .wishlists-table .table-actions .button-small, .wishlist-page .account--fixedLarge .wishlists-table .table-actions .button-small, .add-wishlist-page .account--fixedLarge .wishlists-table .table-actions .button-small, .account_recentitems-page .account--fixedLarge .wishlists-table .table-actions .button-small, .editaccount-page .account--fixedLarge .wishlists-table .table-actions .button-small {
    background: none;
    color: #36893B;
    letter-spacing: 2.2px; }
    .account_orderstatus-page .account--fixedLarge .wishlists-table .table-actions .button-small:hover, .account_order-page .account--fixedLarge .wishlists-table .table-actions .button-small:hover, .account_inbox-page .account--fixedLarge .wishlists-table .table-actions .button-small:hover, .account_addressbook-page .account--fixedLarge .wishlists-table .table-actions .button-small:hover, .shippingaddressform-page .account--fixedLarge .wishlists-table .table-actions .button-small:hover, .wishlists-page .account--fixedLarge .wishlists-table .table-actions .button-small:hover, .wishlist-page .account--fixedLarge .wishlists-table .table-actions .button-small:hover, .add-wishlist-page .account--fixedLarge .wishlists-table .table-actions .button-small:hover, .account_recentitems-page .account--fixedLarge .wishlists-table .table-actions .button-small:hover, .editaccount-page .account--fixedLarge .wishlists-table .table-actions .button-small:hover {
      background-color: #36893B;
      color: #fff; }
  .account_orderstatus-page .account--fixedLarge .account-body .addressList, .account_order-page .account--fixedLarge .account-body .addressList, .account_inbox-page .account--fixedLarge .account-body .addressList, .account_addressbook-page .account--fixedLarge .account-body .addressList, .shippingaddressform-page .account--fixedLarge .account-body .addressList, .wishlists-page .account--fixedLarge .account-body .addressList, .wishlist-page .account--fixedLarge .account-body .addressList, .add-wishlist-page .account--fixedLarge .account-body .addressList, .account_recentitems-page .account--fixedLarge .account-body .addressList, .editaccount-page .account--fixedLarge .account-body .addressList {
    display: flex;
    flex-wrap: wrap; }
    .account_orderstatus-page .account--fixedLarge .account-body .addressList .address .panel .panel-body, .account_order-page .account--fixedLarge .account-body .addressList .address .panel .panel-body, .account_inbox-page .account--fixedLarge .account-body .addressList .address .panel .panel-body, .account_addressbook-page .account--fixedLarge .account-body .addressList .address .panel .panel-body, .shippingaddressform-page .account--fixedLarge .account-body .addressList .address .panel .panel-body, .wishlists-page .account--fixedLarge .account-body .addressList .address .panel .panel-body, .wishlist-page .account--fixedLarge .account-body .addressList .address .panel .panel-body, .add-wishlist-page .account--fixedLarge .account-body .addressList .address .panel .panel-body, .account_recentitems-page .account--fixedLarge .account-body .addressList .address .panel .panel-body, .editaccount-page .account--fixedLarge .account-body .addressList .address .panel .panel-body {
      min-height: 320px;
      background: #fff;
      border: 1px solid #e5e5e5;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.02); }
      .account_orderstatus-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions, .account_order-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions, .account_inbox-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions, .account_addressbook-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions, .shippingaddressform-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions, .wishlists-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions, .wishlist-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions, .add-wishlist-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions, .account_recentitems-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions, .editaccount-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions {
        display: flex; }
        .account_orderstatus-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .button, .account_order-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .button, .account_inbox-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .button, .account_addressbook-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .button, .shippingaddressform-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .button, .wishlists-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .button, .wishlist-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .button, .add-wishlist-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .button, .account_recentitems-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .button, .editaccount-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .button {
          max-width: 120px;
          width: 100%;
          letter-spacing: 2.2px; }
        .account_orderstatus-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .secondary, .account_order-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .secondary, .account_inbox-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .secondary, .account_addressbook-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .secondary, .shippingaddressform-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .secondary, .wishlists-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .secondary, .wishlist-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .secondary, .add-wishlist-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .secondary, .account_recentitems-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .secondary, .editaccount-page .account--fixedLarge .account-body .addressList .address .panel .panel-body .form-actions .secondary {
          margin-left: 10px; }

.account_orderstatus-page .wishlists .form-fieldset .button, .account_order-page .wishlists .form-fieldset .button, .account_inbox-page .wishlists .form-fieldset .button, .account_addressbook-page .wishlists .form-fieldset .button, .shippingaddressform-page .wishlists .form-fieldset .button, .wishlists-page .wishlists .form-fieldset .button, .wishlist-page .wishlists .form-fieldset .button, .add-wishlist-page .wishlists .form-fieldset .button, .account_recentitems-page .wishlists .form-fieldset .button, .editaccount-page .wishlists .form-fieldset .button {
  letter-spacing: 2.2px; }

.account_orderstatus-page .wishlists .form-actions, .account_order-page .wishlists .form-actions, .account_inbox-page .wishlists .form-actions, .account_addressbook-page .wishlists .form-actions, .shippingaddressform-page .wishlists .form-actions, .wishlists-page .wishlists .form-actions, .wishlist-page .wishlists .form-actions, .add-wishlist-page .wishlists .form-actions, .account_recentitems-page .wishlists .form-actions, .editaccount-page .wishlists .form-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .account_orderstatus-page .wishlists .form-actions .button, .account_order-page .wishlists .form-actions .button, .account_inbox-page .wishlists .form-actions .button, .account_addressbook-page .wishlists .form-actions .button, .shippingaddressform-page .wishlists .form-actions .button, .wishlists-page .wishlists .form-actions .button, .wishlist-page .wishlists .form-actions .button, .add-wishlist-page .wishlists .form-actions .button, .account_recentitems-page .wishlists .form-actions .button, .editaccount-page .wishlists .form-actions .button {
    margin: 10px;
    letter-spacing: 2.2px; }

.account_orderstatus-page .wishlist-add .wishlist-form, .account_order-page .wishlist-add .wishlist-form, .account_inbox-page .wishlist-add .wishlist-form, .account_addressbook-page .wishlist-add .wishlist-form, .shippingaddressform-page .wishlist-add .wishlist-form, .wishlists-page .wishlist-add .wishlist-form, .wishlist-page .wishlist-add .wishlist-form, .add-wishlist-page .wishlist-add .wishlist-form, .account_recentitems-page .wishlist-add .wishlist-form, .editaccount-page .wishlist-add .wishlist-form {
  max-width: 100%; }
  @media (min-width: 960px) {
    .account_orderstatus-page .wishlist-add .wishlist-form, .account_order-page .wishlist-add .wishlist-form, .account_inbox-page .wishlist-add .wishlist-form, .account_addressbook-page .wishlist-add .wishlist-form, .shippingaddressform-page .wishlist-add .wishlist-form, .wishlists-page .wishlist-add .wishlist-form, .wishlist-page .wishlist-add .wishlist-form, .add-wishlist-page .wishlist-add .wishlist-form, .account_recentitems-page .wishlist-add .wishlist-form, .editaccount-page .wishlist-add .wishlist-form {
      max-width: 80%; } }
  .account_orderstatus-page .wishlist-add .wishlist-form .form-label, .account_order-page .wishlist-add .wishlist-form .form-label, .account_inbox-page .wishlist-add .wishlist-form .form-label, .account_addressbook-page .wishlist-add .wishlist-form .form-label, .shippingaddressform-page .wishlist-add .wishlist-form .form-label, .wishlists-page .wishlist-add .wishlist-form .form-label, .wishlist-page .wishlist-add .wishlist-form .form-label, .add-wishlist-page .wishlist-add .wishlist-form .form-label, .account_recentitems-page .wishlist-add .wishlist-form .form-label, .editaccount-page .wishlist-add .wishlist-form .form-label {
    color: #000;
    width: auto;
    display: inline-block; }
  .account_orderstatus-page .wishlist-add .wishlist-form .form-input, .account_order-page .wishlist-add .wishlist-form .form-input, .account_inbox-page .wishlist-add .wishlist-form .form-input, .account_addressbook-page .wishlist-add .wishlist-form .form-input, .shippingaddressform-page .wishlist-add .wishlist-form .form-input, .wishlists-page .wishlist-add .wishlist-form .form-input, .wishlist-page .wishlist-add .wishlist-form .form-input, .add-wishlist-page .wishlist-add .wishlist-form .form-input, .account_recentitems-page .wishlist-add .wishlist-form .form-input, .editaccount-page .wishlist-add .wishlist-form .form-input {
    color: #000;
    border-radius: 0; }
  .account_orderstatus-page .wishlist-add .wishlist-form .form-inlineMessage[role="alert"], .account_order-page .wishlist-add .wishlist-form .form-inlineMessage[role="alert"], .account_inbox-page .wishlist-add .wishlist-form .form-inlineMessage[role="alert"], .account_addressbook-page .wishlist-add .wishlist-form .form-inlineMessage[role="alert"], .shippingaddressform-page .wishlist-add .wishlist-form .form-inlineMessage[role="alert"], .wishlists-page .wishlist-add .wishlist-form .form-inlineMessage[role="alert"], .wishlist-page .wishlist-add .wishlist-form .form-inlineMessage[role="alert"], .add-wishlist-page .wishlist-add .wishlist-form .form-inlineMessage[role="alert"], .account_recentitems-page .wishlist-add .wishlist-form .form-inlineMessage[role="alert"], .editaccount-page .wishlist-add .wishlist-form .form-inlineMessage[role="alert"] {
    display: none; }

.account_orderstatus-page .wishlist-add .button, .account_order-page .wishlist-add .button, .account_inbox-page .wishlist-add .button, .account_addressbook-page .wishlist-add .button, .shippingaddressform-page .wishlist-add .button, .wishlists-page .wishlist-add .button, .wishlist-page .wishlist-add .button, .add-wishlist-page .wishlist-add .button, .account_recentitems-page .wishlist-add .button, .editaccount-page .wishlist-add .button {
  letter-spacing: 2.2px; }

/* account pages css end */
.cart-page .container {
  max-width: 100%; }

.cart-page .loadingOverlay::before {
  height: 51px;
  width: 51px;
  border: solid 5px;
  border-color: #fff #fff #36893b #36893b;
  animation: spin 1s infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }

.cart-page div.view-discounts-table.view-discounts-table--collapsible {
  margin-bottom: 5px;
  margin-top: 10px;
  margin-left: auto;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .cart-page div.view-discounts-table.view-discounts-table--collapsible {
      width: 66.66%; } }
  @media (min-width: 960px) {
    .cart-page div.view-discounts-table.view-discounts-table--collapsible {
      text-align: right; } }

.cart-page .view-discounts-table.view-discounts-table--collapsible .view-discounts-table--content {
  left: 0;
  right: 0; }
  @media (min-width: 768px) {
    .cart-page .view-discounts-table.view-discounts-table--collapsible .view-discounts-table--content {
      right: -100px; } }
  @media (min-width: 960px) {
    .cart-page .view-discounts-table.view-discounts-table--collapsible .view-discounts-table--content {
      right: -150px; } }
  @media (min-width: 1200px) {
    .cart-page .view-discounts-table.view-discounts-table--collapsible .view-discounts-table--content {
      left: auto;
      right: 0; } }

.cart-page .page-content .page-heading {
  margin-bottom: 25px; }

.cart-page .cart-top-information {
  padding-bottom: 25px; }
  .cart-page .cart-top-information .cart--need-help {
    margin-right: 1rem;
    font-weight: 700;
    color: #36893b; }
  .cart-page .cart-top-information strong {
    font-weight: 700; }
  .cart-page .cart-top-information .cart--separator {
    width: 1px;
    height: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-left: solid thin #b6b6b6;
    display: inline-block;
    vertical-align: middle; }
  .cart-page .cart-top-information a {
    margin-right: 1rem; }

.cart-page .cart-header {
  background-color: #eee;
  text-align: left; }

.cart-page .cart-header-item {
  padding-bottom: 1rem;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  font-weight: 400; }
  @media (min-width: 960px) {
    .cart-page .cart-header-item.cart-header-range {
      text-align: center; } }

.cart-page .cart-header-price, .cart-page .cart-header-item:last-child {
  text-align: right; }

.cart-page .cart-item {
  padding-left: 0; }

.cart-page .cart-item-image {
  max-height: 100px; }

@media (min-width: 768px) {
  .cart-page .cart-item-info {
    width: 25%;
    text-align: center; } }

@media (min-width: 960px) {
  .cart-page .cart-item-info {
    width: 18%;
    text-align: right; } }

.cart-page .cart-item-label {
  padding: 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .cart-page .cart-item-label {
      text-align: left; } }

@media (min-width: 768px) {
  .cart-page .cart-item-figure {
    width: 20%;
    margin-left: 0; } }

@media (min-width: 960px) {
  .cart-page .cart-item-figure {
    width: 11%; } }

.cart-page .cart-item-title {
  padding: 10px; }
  @media (min-width: 960px) {
    .cart-page .cart-item-title {
      display: table-cell; } }

@media screen and (max-width: 767px) {
  .cart-page .estimator-form .button--primary {
    width: 100%; } }

.cart-page .estimator-form-input .form-input, .cart-page .estimator-form-input .form-select,
.cart-page .cart-gift-certificate-form .form-input, .cart-page .coupon-form .form-input {
  border-radius: 0; }

.cart-page .coupon-form {
  display: flex;
  width: 100%; }
  @media (min-width: 1700px) {
    .cart-page .coupon-form #couponcode {
      height: 41.33px; } }

.cart-page .coupon-form .button, .cart-page .cart-gift-certificate-form .button {
  width: 25%; }

.cart-page .cart-header-quantity, .cart-page .cart-item-quantity {
  text-align: center; }
  .cart-page .cart-header-quantity .button--icon svg, .cart-page .cart-item-quantity .button--icon svg {
    fill: #fff; }
  .cart-page .cart-header-quantity .button--icon:hover svg, .cart-page .cart-item-quantity .button--icon:hover svg {
    fill: #4b9550; }

.cart-page .cart-item-range {
  text-align: center;
  vertical-align: middle; }
  @media (min-width: 960px) {
    .cart-page .cart-item-range {
      width: 9%; } }
  .cart-page .cart-item-range p {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .cart-page .cart-item-range p {
        text-align: left; } }

.cart-page .cart-item-value {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  padding: 0; }

.cart-page .cart-remove {
  display: inline-block;
  float: right;
  clear: both; }
  @media screen and (min-width: 960px) {
    .cart-page .cart-remove {
      float: none; } }
  @media screen and (max-width: 767px) {
    .cart-page .cart-remove {
      position: absolute;
      top: 10px;
      right: 0; } }

.cart-page .cart-item-name {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 3px;
  font-weight: 600; }
  .cart-page .cart-item-name a {
    color: #000; }
  .cart-page .cart-item-name:hover a {
    color: #36893b; }

@media (min-width: 1200px) {
  .cart-page .cart-item-block {
    padding: 2rem 1.5rem; } }

.cart-page .js-product-final-price {
  display: inline-block !important;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .cart-page .js-product-final-price {
      padding-left: 0; } }

.cart-page .cart-totals {
  margin-right: 1.5rem;
  /*@media screen and (max-width:767px){
            width: 100%;
        }*/ }
  .cart-page .cart-totals .cart-total .cart-total-label {
    color: #4f4f4f;
    text-align: left; }
    .cart-page .cart-totals .cart-total .cart-total-label strong {
      font-weight: 400; }
    @media screen and (max-width: 767px) {
      .cart-page .cart-totals .cart-total .cart-total-label {
        padding-left: 0; } }
  .cart-page .cart-totals .cart-total .cart-total-value {
    text-align: right;
    float: right; }

.cart-page .coupon-code-add:hover, .cart-page .coupon-code-cancel:hover, .cart-page .gift-certificate-add:hover, .cart-page .gift-certificate-cancel:hover, .cart-page .shipping-estimate-hide:hover, .cart-page .shipping-estimate-show:hover {
  color: #4f4f4f; }

.cart-page .cart-grand-total {
  margin-top: 10px;
  padding-top: 6px;
  margin-left: -1.5rem;
  width: calc(100% + 3rem);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #eee;
  font-family: Poppins, sans-serif;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .cart-page .cart-grand-total {
      width: 100%;
      margin-left: 0; } }

.cart-page .cart-actions {
  width: 35%;
  margin: 0 0 0 auto; }
  .cart-page .cart-actions .button {
    width: calc(100% + 3rem); }
    @media screen and (max-width: 767px) {
      .cart-page .cart-actions .button {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .cart-page .cart-actions {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .cart-page .cart-list {
    display: block; } }

@media screen and (max-width: 767px) {
  .cart-page .cart-item {
    position: relative; } }

@media screen and (max-width: 767px) {
  .cart-page .cart-item-quantity {
    text-align: left; } }

@media screen and (max-width: 800px) {
  .cart-page .cart-item-quantity .form-increment {
    margin: 0 0 0 0; } }

.breadcrumb.is-active a {
  pointer-events: none; }

.BraintreePaypalButton {
  width: 250px !important; }

.modal-content span {
  font-family: Poppins, sans-serif; }

/* cms page css start */
.page-page .breadcrumb.is-active a {
  pointer-events: auto; }

@media (max-width: 800px) {
  .page-page .body {
    margin-top: 55px; } }

.page-page .fwc-heading {
  display: none; }

.page-page .seopages-header {
  display: none; }

.page-page .seopages-body-content .foliages__promo p, .page-page .page-content .foliages__promo p {
  font-size: 18px; }
  @media (max-width: 575.98px) {
    .page-page .seopages-body-content .foliages__promo p, .page-page .page-content .foliages__promo p {
      font-size: 16px; } }

.page-page .seopages-body-content .request-a-quote, .page-page .page-content .request-a-quote {
  height: 1403px !important; }
  @media (max-width: 1024px) {
    .page-page .seopages-body-content .request-a-quote, .page-page .page-content .request-a-quote {
      height: 1500px !important; } }
  @media (max-width: 568px) {
    .page-page .seopages-body-content .request-a-quote, .page-page .page-content .request-a-quote {
      height: 1630px !important; } }

.page-page .seopages-body-content .nhp-topblocks-main .nhp-topblocks-title, .page-page .page-content .nhp-topblocks-main .nhp-topblocks-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat,sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize; }
  @media (max-width: 767.98px) {
    .page-page .seopages-body-content .nhp-topblocks-main .nhp-topblocks-title, .page-page .page-content .nhp-topblocks-main .nhp-topblocks-title {
      font-size: 18px; } }

.page-page .seopages-body-content .nhp-topblocks-main .nhp-content-div .nhp-brands-box, .page-page .page-content .nhp-topblocks-main .nhp-content-div .nhp-brands-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }
  .page-page .seopages-body-content .nhp-topblocks-main .nhp-content-div .nhp-brands-box a, .page-page .page-content .nhp-topblocks-main .nhp-content-div .nhp-brands-box a {
    width: 33.33% !important;
    text-align: center !important; }
    @media (max-width: 767.98px) {
      .page-page .seopages-body-content .nhp-topblocks-main .nhp-content-div .nhp-brands-box a, .page-page .page-content .nhp-topblocks-main .nhp-content-div .nhp-brands-box a {
        width: 50% !important; } }
    @media (max-width: 467.98px) {
      .page-page .seopages-body-content .nhp-topblocks-main .nhp-content-div .nhp-brands-box a, .page-page .page-content .nhp-topblocks-main .nhp-content-div .nhp-brands-box a {
        width: 100% !important; } }

.page-page .seopages-body-content .museums-zoos-casinos_page a.w-button, .page-page .page-content .museums-zoos-casinos_page a.w-button {
  width: 100%;
  display: block;
  max-width: max-content;
  margin: auto; }

.page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .greenwall-half-column2.img-slider, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .greenwall-half-column2.img-slider, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .greenwall-half-column2.img-slider, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .greenwall-half-column2.img-slider, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .greenwall-half-column2.img-slider, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .greenwall-half-column2.img-slider {
  padding: 0 2%; }

.page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .museums, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .museums, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .museums, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .museums, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .museums, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .museums {
  margin-top: 60px !important;
  border-bottom: none !important; }

.page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #ddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }
  .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide1, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide1, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide1, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide1, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide1, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide1 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/artificial-trees-decorate-the-interior-of-cleveland-aquarium.jpg);
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat;
      height: 300px; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide2, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide2, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide2, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide2, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide2, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide2 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/artificial-trees-decorate-the-interior-of-cleveland-aquarium.jpg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      height: 300px; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide3, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide3, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide3, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide3, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide3, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide3 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/at-the-museum-of-dinosaurs-in-cocoa-beach-fl-jungle-vines-moss-garlands-and-ferns-recreate-life-during-the-mesozoic-era.jpg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      height: 300px; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide4, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide4, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide4, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide4, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide4, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide4 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/custom-artificial-trees-designed-with-autograph%27s-firesafe-trees-are-commonly-used-in-museums-designed-by-second-nature-cleveland-oh.jpg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      height: 300px; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide5, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide5, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide5, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide5, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide5, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide5 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/replica-greenwalls-are-the-perfect-way-to-accent-open-or-dull-areas-in-commercial-exhibits-or-hotels.jpg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      height: 300px; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide6, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide6, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide6, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide6, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide6, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide6 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/replica-pine-trees-are-popular-choice-for-museums-trees-designed-and-installed-by-national-rock-and-sculpture.jpg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      height: 300px; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide7, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide7, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide7, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide7, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide7, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide7 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/replica-pine-trees-are-popular-choice-for-museums-trees-designed-and-installed-by-national-rock-and-sculpture.jpg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      height: 300px; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide8, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide8, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide8, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-museum-slide8, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-museum-slide8, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-museum-slide8 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/various-replica-foliage-are-perfect-props-for-museum-displays-such-as-here-at-the-museum-of-dinosaurs-fl.jpg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      height: 300px; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide1, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide1, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide1, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide1, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide1, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide1 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/artificial-foliage-decorate-aquarium-life-indoors-at-the-cleveland-aquarium.jpg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      height: 300px; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide2, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide2, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide2, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide2, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide2, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide2 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/artificial-trees-decorate-the-interior-of-cleveland-aquarium.jpg);
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat;
      height: 300px; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide3, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide3, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide3, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide3, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide3, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide3 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/artificial-trees-help-bring-a-piece-of-nature-indoors-at-the-cleveland-aquarium.jpg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      height: 300px; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide4, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide4, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide4, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide4, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide4, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide4 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/custom-made-outdoor-bamboo-trees-are-perfect-to-accent-exterior-entranceways-of-zoos-or-outdoor-exhibits.jpg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      height: 300px; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide5, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide5, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide5, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide5, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide5, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide5 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/large-tree-with-polyblend-leaves-are-used-for-this-exhibit-with-intermittent-rain-showers.jpg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      height: 300px; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide6, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide6, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide6, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide6, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide6, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide6 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/artificial-foliage-decorate-aquarium-life-indoors-at-the-cleveland-aquarium.jpg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      height: 300px; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide7, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide7, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide7, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide7, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide7, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide7 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/polyblend-outdoor-shrubbery-installed-in-outdoor-exhibit-at-the-cleveland-metropolitan-zoo-preview.jpg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      height: 300px; }
    .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide8, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide8, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide8, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .w-slider .w-slider-mask .mzc-zoos-slide8, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .w-slider .w-slider-mask .mzc-zoos-slide8, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .w-slider .w-slider-mask .mzc-zoos-slide8 {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/mix-of-plastic-replica-grasses-and-other-artificial-greenery-on-display-inside-an-indoor-exhibit-at-the-akron-zoo-oh.jpg);
      background-position: 50% 50%;
      background-size: contain;
      background-repeat: no-repeat;
      height: 300px; }

.page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .slick-dots, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .slick-dots, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .slick-dots, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .slick-dots, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .slick-dots, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .slick-dots {
  display: none !important; }

.page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .slick-arrow, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .slick-arrow, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .slick-arrow, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .slick-arrow, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .slick-arrow, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .slick-arrow {
  border-color: transparent; }
  .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .slick-arrow:hover, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .slick-arrow:hover, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .slick-arrow:hover, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .slick-arrow:hover, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .slick-arrow:hover, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .slick-arrow:hover {
    background-color: #e2e2e2; }
  .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .slick-arrow:disable, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .slick-arrow:disable, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .slick-arrow:disable, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .slick-arrow:disable, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .slick-arrow:disable, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .slick-arrow:disable {
    background-color: #32893B;
    opacity: 0.7; }

.page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .slick-next, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .slick-next, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .slick-next, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .slick-next, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .slick-next, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .slick-next {
  width: 30px;
  right: 0px !important;
  height: 100px;
  background-color: #33893B; }

.page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .slick-next::before, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .slick-next::before, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .slick-next::before, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .slick-next::before, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .slick-next::before, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .slick-next::before {
  content: " ";
  background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow-white.png");
  margin-left: 2px;
  width: 10px;
  height: 18px;
  margin-top: 0px; }

.page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .slick-prev, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .slick-prev, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .slick-prev, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .slick-prev, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .slick-prev, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .slick-prev {
  width: 30px;
  left: 0px !important;
  height: 100px;
  transform: rotate(180deg) translate(0, 50%);
  background-color: #33893B; }

.page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .slick-prev::before, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .slick-prev::before, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .slick-prev::before, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .slick-prev::before, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .slick-prev::before, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .slick-prev::before {
  content: " ";
  margin-left: -1px;
  color: white;
  width: 10px;
  height: 18px;
  margin-top: 0px;
  background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow-white.png"); }

.page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .slick-initialized .slick-slide, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .slick-initialized .slick-slide, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .slick-initialized .slick-slide, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .slick-initialized .slick-slide, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .slick-initialized .slick-slide, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .slick-initialized .slick-slide {
  position: relative; }

.page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .af-themepark-slide-container, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .af-themepark-slide-container, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .af-themepark-slide-container, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .af-themepark-slide-container, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .af-themepark-slide-container, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .af-themepark-slide-container {
  display: inline-block;
  width: 100%;
  max-height: 500px;
  text-align: center; }
  .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .af-themepark-slide-container .greenwall-slide-caption, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .af-themepark-slide-container .greenwall-slide-caption, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .af-themepark-slide-container .greenwall-slide-caption, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .af-themepark-slide-container .greenwall-slide-caption, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .af-themepark-slide-container .greenwall-slide-caption, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .af-themepark-slide-container .greenwall-slide-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(52, 52, 51, 0.35);
    color: #f0f0f0;
    font-weight: 300;
    text-align: center; }

.page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_1 .af-themepark-carousel, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_2 .af-themepark-carousel, .page-page .seopages-body-content .museums-zoos-casinos_page .museums_section_3 .af-themepark-carousel, .page-page .page-content .museums-zoos-casinos_page .museums_section_1 .af-themepark-carousel, .page-page .page-content .museums-zoos-casinos_page .museums_section_2 .af-themepark-carousel, .page-page .page-content .museums-zoos-casinos_page .museums_section_3 .af-themepark-carousel {
  display: block;
  max-width: 1100px;
  margin: 30px auto 20px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  text-align: center; }

.page-page .seopages-body-content .art_trees h1, .page-page .seopages-body-content .art_trees h2, .page-page .seopages-body-content .art_trees h3, .page-page .page-content .art_trees h1, .page-page .page-content .art_trees h2, .page-page .page-content .art_trees h3 {
  font-weight: 700;
  color: #000; }

@media (max-width: 991.98px) {
  .page-page .seopages-body-content .movies-table, .page-page .page-content .movies-table {
    overflow-x: scroll; } }

.page-page .seopages-body-content .movies-table td, .page-page .page-content .movies-table td {
  padding: 20px; }

.page-page .seopages-body-content .artificial-spices-foliage, .page-page .page-content .artificial-spices-foliage {
  margin: 0 auto;
  max-width: 814px;
  width: 100%; }
  .page-page .seopages-body-content .artificial-spices-foliage h2, .page-page .page-content .artificial-spices-foliage h2 {
    font-size: 35px;
    font-weight: 700;
    color: #36893b;
    text-align: center;
    margin-bottom: 57px; }
  .page-page .seopages-body-content .artificial-spices-foliage .full_sec:nth-child(odd) .img_wrap, .page-page .page-content .artificial-spices-foliage .full_sec:nth-child(odd) .img_wrap {
    float: right; }
  .page-page .seopages-body-content .artificial-spices-foliage .full_sec:nth-child(odd) .content_right, .page-page .page-content .artificial-spices-foliage .full_sec:nth-child(odd) .content_right {
    float: left; }
    .page-page .seopages-body-content .artificial-spices-foliage .full_sec:nth-child(odd) .content_right h3, .page-page .page-content .artificial-spices-foliage .full_sec:nth-child(odd) .content_right h3 {
      text-align: right; }
      @media (max-width: 767px) {
        .page-page .seopages-body-content .artificial-spices-foliage .full_sec:nth-child(odd) .content_right h3, .page-page .page-content .artificial-spices-foliage .full_sec:nth-child(odd) .content_right h3 {
          text-align: center; } }
      .page-page .seopages-body-content .artificial-spices-foliage .full_sec:nth-child(odd) .content_right h3::after, .page-page .page-content .artificial-spices-foliage .full_sec:nth-child(odd) .content_right h3::after {
        right: 0;
        left: inherit; }
        @media (max-width: 767px) {
          .page-page .seopages-body-content .artificial-spices-foliage .full_sec:nth-child(odd) .content_right h3::after, .page-page .page-content .artificial-spices-foliage .full_sec:nth-child(odd) .content_right h3::after {
            right: 0;
            left: 0;
            margin: 0 auto; } }
    .page-page .seopages-body-content .artificial-spices-foliage .full_sec:nth-child(odd) .content_right p, .page-page .page-content .artificial-spices-foliage .full_sec:nth-child(odd) .content_right p {
      text-align: right; }
      @media (max-width: 767px) {
        .page-page .seopages-body-content .artificial-spices-foliage .full_sec:nth-child(odd) .content_right p, .page-page .page-content .artificial-spices-foliage .full_sec:nth-child(odd) .content_right p {
          text-align: center; } }
  .page-page .seopages-body-content .artificial-spices-foliage .full_sec, .page-page .page-content .artificial-spices-foliage .full_sec {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #bfc2ba;
    margin-bottom: 40px;
    padding-bottom: 40px;
    height: 362px; }
    @media (max-width: 767px) {
      .page-page .seopages-body-content .artificial-spices-foliage .full_sec, .page-page .page-content .artificial-spices-foliage .full_sec {
        height: auto; } }
    .page-page .seopages-body-content .artificial-spices-foliage .full_sec .img_wrap, .page-page .page-content .artificial-spices-foliage .full_sec .img_wrap {
      float: left;
      width: 32.5%; }
      @media (max-width: 767px) {
        .page-page .seopages-body-content .artificial-spices-foliage .full_sec .img_wrap, .page-page .page-content .artificial-spices-foliage .full_sec .img_wrap {
          width: 100%;
          text-align: center; } }
      .page-page .seopages-body-content .artificial-spices-foliage .full_sec .img_wrap img, .page-page .page-content .artificial-spices-foliage .full_sec .img_wrap img {
        display: inline-block;
        width: 100%; }
        @media (max-width: 767px) {
          .page-page .seopages-body-content .artificial-spices-foliage .full_sec .img_wrap img, .page-page .page-content .artificial-spices-foliage .full_sec .img_wrap img {
            width: auto;
            margin-bottom: 20px; } }
    .page-page .seopages-body-content .artificial-spices-foliage .full_sec .content_right, .page-page .page-content .artificial-spices-foliage .full_sec .content_right {
      float: right;
      width: 64%;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .page-page .seopages-body-content .artificial-spices-foliage .full_sec .content_right, .page-page .page-content .artificial-spices-foliage .full_sec .content_right {
          width: 100%;
          position: relative;
          top: 0;
          transform: inherit;
          text-align: center; } }
      .page-page .seopages-body-content .artificial-spices-foliage .full_sec .content_right h3, .page-page .page-content .artificial-spices-foliage .full_sec .content_right h3 {
        margin-top: 8px;
        position: relative;
        font-weight: bold;
        font-style: italic;
        color: #000000;
        padding-bottom: 7px;
        margin-bottom: 0px;
        font-family: Poppins,sans-serif; }
        .page-page .seopages-body-content .artificial-spices-foliage .full_sec .content_right h3 a, .page-page .page-content .artificial-spices-foliage .full_sec .content_right h3 a {
          color: #000;
          text-decoration: none; }
        .page-page .seopages-body-content .artificial-spices-foliage .full_sec .content_right h3::after, .page-page .page-content .artificial-spices-foliage .full_sec .content_right h3::after {
          content: "";
          position: absolute;
          left: 0;
          width: 51px;
          height: 2px;
          background: #36893b;
          bottom: 0; }
          @media (max-width: 767px) {
            .page-page .seopages-body-content .artificial-spices-foliage .full_sec .content_right h3::after, .page-page .page-content .artificial-spices-foliage .full_sec .content_right h3::after {
              left: 0;
              right: 0;
              margin: 0 auto; } }
      .page-page .seopages-body-content .artificial-spices-foliage .full_sec .content_right p, .page-page .page-content .artificial-spices-foliage .full_sec .content_right p {
        font-size: 14px;
        line-height: 22px;
        color: #000;
        margin-bottom: 0;
        margin-top: 11px;
        font-family: Poppins,sans-serif; }
      .page-page .seopages-body-content .artificial-spices-foliage .full_sec .content_right ul, .page-page .page-content .artificial-spices-foliage .full_sec .content_right ul {
        padding-left: 16px;
        margin-top: 2px; }
        @media (max-width: 767px) {
          .page-page .seopages-body-content .artificial-spices-foliage .full_sec .content_right ul, .page-page .page-content .artificial-spices-foliage .full_sec .content_right ul {
            margin-top: 20px; } }
        .page-page .seopages-body-content .artificial-spices-foliage .full_sec .content_right ul li, .page-page .page-content .artificial-spices-foliage .full_sec .content_right ul li {
          margin-bottom: 5px;
          font-size: 16px;
          line-height: 24px;
          font-weight: 300;
          color: #343433;
          text-align: left;
          font-family: Poppins,sans-serif; }

.page-page .seopages-body-content .nhp-main-content .nhp-cacti-succulents-tile-box, .page-page .page-content .nhp-main-content .nhp-cacti-succulents-tile-box {
  margin: 10px 0; }

.page-page .seopages-body-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content-mobile, .page-page .seopages-body-content .nhp-main-content .nhp-content-div-about-us .nhp-about-family-photo, .page-page .seopages-body-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content, .page-page .page-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content-mobile, .page-page .page-content .nhp-main-content .nhp-content-div-about-us .nhp-about-family-photo, .page-page .page-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content {
  margin-bottom: 20px; }
  .page-page .seopages-body-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content-mobile .nhp-about-family-photo, .page-page .seopages-body-content .nhp-main-content .nhp-content-div-about-us .nhp-about-family-photo .nhp-about-family-photo, .page-page .seopages-body-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content .nhp-about-family-photo, .page-page .page-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content-mobile .nhp-about-family-photo, .page-page .page-content .nhp-main-content .nhp-content-div-about-us .nhp-about-family-photo .nhp-about-family-photo, .page-page .page-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content .nhp-about-family-photo {
    margin-bottom: 20px; }
  .page-page .seopages-body-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content-mobile .nhp-about-title, .page-page .seopages-body-content .nhp-main-content .nhp-content-div-about-us .nhp-about-family-photo .nhp-about-title, .page-page .seopages-body-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content .nhp-about-title, .page-page .page-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content-mobile .nhp-about-title, .page-page .page-content .nhp-main-content .nhp-content-div-about-us .nhp-about-family-photo .nhp-about-title, .page-page .page-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content .nhp-about-title {
    margin-bottom: 10px; }
  .page-page .seopages-body-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content-mobile .nhp-about-body, .page-page .seopages-body-content .nhp-main-content .nhp-content-div-about-us .nhp-about-family-photo .nhp-about-body, .page-page .seopages-body-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content .nhp-about-body, .page-page .page-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content-mobile .nhp-about-body, .page-page .page-content .nhp-main-content .nhp-content-div-about-us .nhp-about-family-photo .nhp-about-body, .page-page .page-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-content .nhp-about-body {
    margin-bottom: 20px; }

.page-page .seopages-body-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-quote, .page-page .page-content .nhp-main-content .nhp-content-div-about-us .nhp-about-us-quote {
  margin-bottom: 20px; }

.page-page .seopages-body-content .list__text img, .page-page .page-content .list__text img {
  float: right; }
  @media (max-width: 800px) {
    .page-page .seopages-body-content .list__text img, .page-page .page-content .list__text img {
      margin-top: 15px; } }

.page-page .seopages-body-content .christmas-guide-text-section.black-section, .page-page .page-content .christmas-guide-text-section.black-section {
  padding: 20px;
  background-position: center center;
  background-size: cover; }
  .page-page .seopages-body-content .christmas-guide-text-section.black-section .christmas-guide-intro, .page-page .page-content .christmas-guide-text-section.black-section .christmas-guide-intro {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    text-align: center; }

.page-page .seopages-body-content .christmas-guide-text-section-first .christmas-guide-intro-img, .page-page .page-content .christmas-guide-text-section-first .christmas-guide-intro-img {
  position: relative; }
  .page-page .seopages-body-content .christmas-guide-text-section-first .christmas-guide-intro-img img, .page-page .page-content .christmas-guide-text-section-first .christmas-guide-intro-img img {
    height: 500px;
    width: 100%;
    object-fit: cover; }
  .page-page .seopages-body-content .christmas-guide-text-section-first .christmas-guide-intro-img .title-content, .page-page .page-content .christmas-guide-text-section-first .christmas-guide-intro-img .title-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    .page-page .seopages-body-content .christmas-guide-text-section-first .christmas-guide-intro-img .title-content .header-logo--title, .page-page .page-content .christmas-guide-text-section-first .christmas-guide-intro-img .title-content .header-logo--title {
      font-size: 48px;
      color: #fff;
      margin: 0;
      line-height: normal;
      text-transform: uppercase; }
      @media (max-width: 575.98px) {
        .page-page .seopages-body-content .christmas-guide-text-section-first .christmas-guide-intro-img .title-content .header-logo--title, .page-page .page-content .christmas-guide-text-section-first .christmas-guide-intro-img .title-content .header-logo--title {
          font-size: 28px; } }

.page-page .seopages-body-content .christmas-guide-text-section-first.artificial__plants, .page-page .page-content .christmas-guide-text-section-first.artificial__plants {
  margin-bottom: 50px; }

.page-page .seopages-body-content .af_greenwall_halfsection.w-100, .page-page .seopages-body-content .slider-section, .page-page .page-content .af_greenwall_halfsection.w-100, .page-page .page-content .slider-section {
  width: 100%;
  float: left; }
  @media (max-width: 800px) {
    .page-page .seopages-body-content .af_greenwall_halfsection.w-100, .page-page .seopages-body-content .slider-section, .page-page .page-content .af_greenwall_halfsection.w-100, .page-page .page-content .slider-section {
      display: grid; } }
  .page-page .seopages-body-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.img-slider, .page-page .seopages-body-content .slider-section .greenwall-half-column2.img-slider, .page-page .page-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.img-slider, .page-page .page-content .slider-section .greenwall-half-column2.img-slider {
    width: 58%;
    padding: 0;
    float: left; }
    @media (max-width: 800px) {
      .page-page .seopages-body-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.img-slider, .page-page .seopages-body-content .slider-section .greenwall-half-column2.img-slider, .page-page .page-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.img-slider, .page-page .page-content .slider-section .greenwall-half-column2.img-slider {
        width: 100%;
        order: 2; } }
    .page-page .seopages-body-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.img-slider img, .page-page .seopages-body-content .slider-section .greenwall-half-column2.img-slider img, .page-page .page-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.img-slider img, .page-page .page-content .slider-section .greenwall-half-column2.img-slider img {
      height: 800px;
      width: 100%;
      object-fit: cover; }
      @media (max-width: 800px) {
        .page-page .seopages-body-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.img-slider img, .page-page .seopages-body-content .slider-section .greenwall-half-column2.img-slider img, .page-page .page-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.img-slider img, .page-page .page-content .slider-section .greenwall-half-column2.img-slider img {
          height: 500px; } }
      @media (max-width: 575.98px) {
        .page-page .seopages-body-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.img-slider img, .page-page .seopages-body-content .slider-section .greenwall-half-column2.img-slider img, .page-page .page-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.img-slider img, .page-page .page-content .slider-section .greenwall-half-column2.img-slider img {
          height: 350px; } }
  .page-page .seopages-body-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider, .page-page .seopages-body-content .slider-section .greenwall-half-column2.text-slider, .page-page .page-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider, .page-page .page-content .slider-section .greenwall-half-column2.text-slider {
    width: 40%;
    padding: 2%;
    float: left; }
    @media (max-width: 800px) {
      .page-page .seopages-body-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider, .page-page .seopages-body-content .slider-section .greenwall-half-column2.text-slider, .page-page .page-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider, .page-page .page-content .slider-section .greenwall-half-column2.text-slider {
        width: 100%;
        order: 1;
        padding: 0 20px; } }
    @media (max-width: 575.98px) {
      .page-page .seopages-body-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider, .page-page .seopages-body-content .slider-section .greenwall-half-column2.text-slider, .page-page .page-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider, .page-page .page-content .slider-section .greenwall-half-column2.text-slider {
        padding: 0 10px; } }
    .page-page .seopages-body-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider .greenwall-subhead, .page-page .seopages-body-content .slider-section .greenwall-half-column2.text-slider .greenwall-subhead, .page-page .page-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider .greenwall-subhead, .page-page .page-content .slider-section .greenwall-half-column2.text-slider .greenwall-subhead {
      margin-top: 50px;
      margin-bottom: 20px;
      color: #36893b;
      font-size: 28px;
      line-height: 36px;
      font-weight: 300; }
      @media (max-width: 800px) {
        .page-page .seopages-body-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider .greenwall-subhead, .page-page .seopages-body-content .slider-section .greenwall-half-column2.text-slider .greenwall-subhead, .page-page .page-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider .greenwall-subhead, .page-page .page-content .slider-section .greenwall-half-column2.text-slider .greenwall-subhead {
          margin-top: 15px; } }
      @media (max-width: 575.98px) {
        .page-page .seopages-body-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider .greenwall-subhead, .page-page .seopages-body-content .slider-section .greenwall-half-column2.text-slider .greenwall-subhead, .page-page .page-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider .greenwall-subhead, .page-page .page-content .slider-section .greenwall-half-column2.text-slider .greenwall-subhead {
          font-size: 22px;
          line-height: 32px; } }
    .page-page .seopages-body-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider p, .page-page .seopages-body-content .slider-section .greenwall-half-column2.text-slider p, .page-page .page-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider p, .page-page .page-content .slider-section .greenwall-half-column2.text-slider p {
      font-size: 16px;
      line-height: 26px;
      font-weight: 300; }
    @media (max-width: 800.98px) {
      .page-page .seopages-body-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider .text-block-8, .page-page .seopages-body-content .slider-section .greenwall-half-column2.text-slider .text-block-8, .page-page .page-content .af_greenwall_halfsection.w-100 .greenwall-half-column2.text-slider .text-block-8, .page-page .page-content .slider-section .greenwall-half-column2.text-slider .text-block-8 {
        margin-top: 15px; } }

.page-page .seopages-body-content .grey-bg-section .greenwall-midheader, .page-page .page-content .grey-bg-section .greenwall-midheader {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px none #000;
  background-color: #f0f0f0;
  color: #36893b;
  font-size: 31px;
  line-height: 39px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
  clear: both;
  padding-left: 25px;
  padding-right: 25px; }
  @media (max-width: 575.98px) {
    .page-page .seopages-body-content .grey-bg-section .greenwall-midheader, .page-page .page-content .grey-bg-section .greenwall-midheader {
      font-size: 24px;
      line-height: 36px;
      padding: 15px; } }

.page-page .seopages-body-content .grey-bg-section .floral-midheader-arrow, .page-page .page-content .grey-bg-section .floral-midheader-arrow {
  margin-top: -7px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 22px;
  border-bottom: 1px none #000;
  background-color: transparent;
  color: #36893b;
  font-size: 31px;
  font-weight: 300;
  text-align: center;
  text-transform: none; }

.page-page .seopages-body-content .repeater-sec, .page-page .page-content .repeater-sec {
  margin-bottom: 30px; }
  .page-page .seopages-body-content .repeater-sec .zig-zag-section .af_greenwall_pcallout, .page-page .page-content .repeater-sec .zig-zag-section .af_greenwall_pcallout {
    width: 100%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    text-align: left; }
    .page-page .seopages-body-content .repeater-sec .zig-zag-section .af_greenwall_pcallout .lp_columnright, .page-page .page-content .repeater-sec .zig-zag-section .af_greenwall_pcallout .lp_columnright {
      width: 100%; }
      .page-page .seopages-body-content .repeater-sec .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header, .page-page .page-content .repeater-sec .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header {
        margin-bottom: 10px;
        margin-left: 0;
        padding-top: 20px;
        padding-bottom: 0;
        padding-left: 0;
        border-top: 1px solid #343433;
        border-bottom: 2px none #343433; }
        .page-page .seopages-body-content .repeater-sec .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header p, .page-page .page-content .repeater-sec .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header p {
          margin-bottom: 15px;
          font-size: 16px;
          line-height: 24px;
          font-weight: 300;
          color: #343433;
          text-align: left; }

.page-page .seopages-body-content .zig-zag-section, .page-page .page-content .zig-zag-section {
  display: inline-block;
  width: 100%; }
  .page-page .seopages-body-content .zig-zag-section.flex-order, .page-page .page-content .zig-zag-section.flex-order {
    display: flex;
    align-items: center;
    width: 100%; }
    @media (max-width: 800px) {
      .page-page .seopages-body-content .zig-zag-section.flex-order .af_greenwall_pcallout, .page-page .page-content .zig-zag-section.flex-order .af_greenwall_pcallout {
        display: grid; }
        .page-page .seopages-body-content .zig-zag-section.flex-order .af_greenwall_pcallout .lp_greenwall-image-left, .page-page .page-content .zig-zag-section.flex-order .af_greenwall_pcallout .lp_greenwall-image-left {
          order: 1; }
        .page-page .seopages-body-content .zig-zag-section.flex-order .af_greenwall_pcallout .lp_columnright, .page-page .page-content .zig-zag-section.flex-order .af_greenwall_pcallout .lp_columnright {
          order: 2; } }
  .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout, .page-page .page-content .zig-zag-section .af_greenwall_pcallout {
    width: 100%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    text-align: left; }
    .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout .lp_greenwall-image-left, .page-page .page-content .zig-zag-section .af_greenwall_pcallout .lp_greenwall-image-left {
      float: left;
      width: 30%; }
      .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout .lp_greenwall-image-left.side--gap, .page-page .page-content .zig-zag-section .af_greenwall_pcallout .lp_greenwall-image-left.side--gap {
        padding-left: 30px; }
        @media (max-width: 800.98px) {
          .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout .lp_greenwall-image-left.side--gap, .page-page .page-content .zig-zag-section .af_greenwall_pcallout .lp_greenwall-image-left.side--gap {
            padding-left: 0; } }
      @media (max-width: 800px) {
        .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout .lp_greenwall-image-left, .page-page .page-content .zig-zag-section .af_greenwall_pcallout .lp_greenwall-image-left {
          width: 100%; } }
      .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout .lp_greenwall-image-left img, .page-page .page-content .zig-zag-section .af_greenwall_pcallout .lp_greenwall-image-left img {
        height: 400px;
        width: 100%;
        object-fit: contain;
        margin-bottom: 10px; }
        @media (max-width: 575.98px) {
          .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout .lp_greenwall-image-left img, .page-page .page-content .zig-zag-section .af_greenwall_pcallout .lp_greenwall-image-left img {
            height: auto; } }
    .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout .lp_columnright, .page-page .page-content .zig-zag-section .af_greenwall_pcallout .lp_columnright {
      width: 70%;
      padding-left: 40px;
      float: left; }
      @media (max-width: 800px) {
        .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout .lp_columnright, .page-page .page-content .zig-zag-section .af_greenwall_pcallout .lp_columnright {
          width: 100%;
          padding-left: 0; } }
      .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header, .page-page .page-content .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header {
        float: left;
        margin-bottom: 10px;
        margin-left: 0;
        padding-top: 20px;
        padding-bottom: 0;
        padding-left: 0;
        border-top: 1px solid #343433;
        border-bottom: 2px none #343433; }
        @media (max-width: 800.98px) {
          .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header, .page-page .page-content .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header {
            border-top: none;
            border-bottom: 1px solid #000; } }
        .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header p, .page-page .page-content .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header p {
          margin-bottom: 15px;
          font-size: 16px;
          line-height: 24px;
          font-weight: 300;
          color: #343433;
          text-align: left; }
        .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header .half-list, .page-page .page-content .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header .half-list {
          float: left; }
          .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header .half-list li, .page-page .page-content .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header .half-list li {
            width: 48%;
            float: left;
            padding: 0 3% 0 0;
            font-size: 16px;
            font-weight: 300;
            line-height: 24px;
            margin-bottom: 5px; }
            @media (max-width: 575.98px) {
              .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header .half-list li, .page-page .page-content .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header .half-list li {
                width: 100%; } }
        .page-page .seopages-body-content .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header .additin-text, .page-page .page-content .zig-zag-section .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header .additin-text {
          clear: both;
          padding: 10px 0;
          font-size: 16px;
          letter-spacing: .3px; }

.page-page .seopages-body-content .last-section, .page-page .page-content .last-section {
  display: inline-block;
  width: 100%; }
  .page-page .seopages-body-content .last-section._big--mistake .lp_greenwall-image-left, .page-page .page-content .last-section._big--mistake .lp_greenwall-image-left {
    float: left;
    width: 30%; }
    @media (max-width: 800.98px) {
      .page-page .seopages-body-content .last-section._big--mistake .lp_greenwall-image-left, .page-page .page-content .last-section._big--mistake .lp_greenwall-image-left {
        width: 100%;
        display: inline-flex;
        justify-content: center; } }
  .page-page .seopages-body-content .last-section._big--mistake .lp_columnright, .page-page .page-content .last-section._big--mistake .lp_columnright {
    width: 70%;
    padding-left: 40px;
    float: left; }
    @media (max-width: 800.98px) {
      .page-page .seopages-body-content .last-section._big--mistake .lp_columnright, .page-page .page-content .last-section._big--mistake .lp_columnright {
        width: 100%;
        padding-left: 0; } }
    .page-page .seopages-body-content .last-section._big--mistake .lp_columnright .greenwall-pcallout-header, .page-page .page-content .last-section._big--mistake .lp_columnright .greenwall-pcallout-header {
      margin-bottom: 10px;
      margin-left: 0;
      padding-top: 20px;
      padding-bottom: 0;
      padding-left: 0;
      border-top: 1px solid #343433; }
      @media (max-width: 800.98px) {
        .page-page .seopages-body-content .last-section._big--mistake .lp_columnright .greenwall-pcallout-header, .page-page .page-content .last-section._big--mistake .lp_columnright .greenwall-pcallout-header {
          border-top: none;
          border-bottom: 1px solid #000; } }
  .page-page .seopages-body-content .last-section .af_greenwall_pcallout, .page-page .page-content .last-section .af_greenwall_pcallout {
    width: 100%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    text-align: left; }
    .page-page .seopages-body-content .last-section .af_greenwall_pcallout .description-greenwall, .page-page .page-content .last-section .af_greenwall_pcallout .description-greenwall {
      margin: 20px 20px 40px;
      padding-right: 10px;
      padding-left: 10px;
      font-size: 16px;
      line-height: 30px;
      font-weight: 300;
      text-align: center; }
      @media (max-width: 575.98px) {
        .page-page .seopages-body-content .last-section .af_greenwall_pcallout .description-greenwall, .page-page .page-content .last-section .af_greenwall_pcallout .description-greenwall {
          margin: 10px 0;
          padding: 0;
          text-align: left; } }
    .page-page .seopages-body-content .last-section .af_greenwall_pcallout .af-p_img, .page-page .page-content .last-section .af_greenwall_pcallout .af-p_img {
      float: left;
      margin: 0px 10px 10px 0;
      display: block;
      width: auto;
      height: 570px; }
      @media (max-width: 800px) {
        .page-page .seopages-body-content .last-section .af_greenwall_pcallout .af-p_img, .page-page .page-content .last-section .af_greenwall_pcallout .af-p_img {
          max-width: 100%; } }
    .page-page .seopages-body-content .last-section .af_greenwall_pcallout .af__p, .page-page .page-content .last-section .af_greenwall_pcallout .af__p {
      clear: both; }

.page-page .seopages-body-content .af_greenwall_halfsection .slider-section .greenwall-half-column2.img-slider, .page-page .page-content .af_greenwall_halfsection .slider-section .greenwall-half-column2.img-slider {
  width: 58%;
  padding: 0;
  float: left; }

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

/* cms page css end */
/* 404 page css start */
.main_page_404 .main_heading {
  font-size: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .main_page_404 .main_heading {
      font-size: 28px;
      margin: 20px 0 !important; } }

.main_page_404 .form-prefixPostfix {
  flex-wrap: nowrap;
  width: 80%;
  margin: auto; }
  @media (max-width: 767px) {
    .main_page_404 .form-prefixPostfix {
      flex-direction: column;
      width: 100%; } }
  .main_page_404 .form-prefixPostfix .form-input {
    width: auto;
    height: auto;
    border-radius: 0; }
    @media (max-width: 767px) {
      .main_page_404 .form-prefixPostfix .form-input {
        width: 100%; } }
  .main_page_404 .form-prefixPostfix .button {
    height: auto;
    width: auto;
    margin: 0 0 0 10px; }
    @media (max-width: 767px) {
      .main_page_404 .form-prefixPostfix .button {
        margin: 10px 0;
        width: 100%;
        max-width: 170px; } }

/* 404 page css end */
@media (max-width: 767.98px) {
  .forgotpassword-page .forgot-password-form .form-prefixPostfix {
    flex-wrap: wrap; } }

@media (max-width: 767.98px) {
  .forgotpassword-page .forgot-password-form .form-prefixPostfix .form-input {
    width: 100%; } }

@media (max-width: 959.98px) {
  .forgotpassword-page .forgot-password-form .form-prefixPostfix .button {
    margin: 0 0 0 10px !important; } }

@media (max-width: 767.98px) {
  .forgotpassword-page .forgot-password-form .form-prefixPostfix .button {
    margin: 10px 0 !important;
    width: 100% !important; } }

.editaccount-page .form {
  max-width: 82.2rem !important; }
  .editaccount-page .form .form-actions .button {
    width: auto;
    max-width: max-content !important; }

.wishlist-page .wishlist-item-list .add-to-cart-btn {
  width: 230px; }
  .wishlist-page .wishlist-item-list .add-to-cart-btn .button--add-to-cart {
    text-transform: capitalize;
    letter-spacing: 2.2px; }

.account_inbox-page .account-body .account-content {
  padding-left: 0;
  padding-right: 0; }
  .account_inbox-page .account-body .account-content .message_form {
    width: auto !important; }

.wishlist-page #main-content .container > div, .wishlists-page #main-content .container > div, .account_order-page #main-content .container > div, .account_orderstatus-page #main-content .container > div, .account_inbox-page #main-content .container > div, .account_addressbook-page #main-content .container > div, .account_recentitems-page #main-content .container > div, .editaccount-page #main-content .container > div {
  width: 80% !important;
  margin: 0 auto; }
  @media (max-width: 801.98px) {
    .wishlist-page #main-content .container > div, .wishlists-page #main-content .container > div, .account_order-page #main-content .container > div, .account_orderstatus-page #main-content .container > div, .account_inbox-page #main-content .container > div, .account_addressbook-page #main-content .container > div, .account_recentitems-page #main-content .container > div, .editaccount-page #main-content .container > div {
      width: 95% !important; } }

.createaccount_thanks-page .page-heading {
  margin: 50px 0 20px;
  text-align: center; }

.quickView .productCarousel .productCarousel-slide {
  width: 25%;
  list-style: none;
  padding: 20px 10px; }
  @media (max-width: 991px) {
    .quickView .productCarousel .productCarousel-slide {
      width: 33%; } }
  @media (max-width: 575px) {
    .quickView .productCarousel .productCarousel-slide {
      width: 50%; } }

.polyblend-outdoor-shrubbery-header, .fire-retardant-foliage-header {
  height: 100% !important; }

.polyblend-outdoor-shrubbery-2, .header-logo--fire-retardant-foliage {
  background-color: rgba(30, 92, 35, 0.5) !important;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 96px 0 0px !important;
  width: 100%;
  height: auto; }
  @media (max-width: 551px) {
    .polyblend-outdoor-shrubbery-2, .header-logo--fire-retardant-foliage {
      margin-bottom: -14px; } }
  @media (min-width: 960px) {
    .polyblend-outdoor-shrubbery-2, .header-logo--fire-retardant-foliage {
      padding: 48px 0 65px !important; } }
  @media (min-width: 1700px) {
    .polyblend-outdoor-shrubbery-2, .header-logo--fire-retardant-foliage {
      width: 40%; } }
  .polyblend-outdoor-shrubbery-2 .header-logo, .header-logo--fire-retardant-foliage .header-logo {
    margin-top: 0 !important;
    text-align: center;
    height: auto;
    /*@media (min-width: 801px){
    		text-align: left;
    	}*/ }
    .polyblend-outdoor-shrubbery-2 .header-logo .header-logo--title, .header-logo--fire-retardant-foliage .header-logo .header-logo--title {
      margin-bottom: 24px;
      padding: 0 2%; }
      @media (max-width: 551px) {
        .polyblend-outdoor-shrubbery-2 .header-logo .header-logo--title, .header-logo--fire-retardant-foliage .header-logo .header-logo--title {
          line-height: 64px; } }
    .polyblend-outdoor-shrubbery-2 .header-logo .header-logo--subtitle, .header-logo--fire-retardant-foliage .header-logo .header-logo--subtitle {
      color: #fff;
      margin-bottom: 15px;
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-style: normal;
      padding: 0 2%; }
      @media (max-width: 551px) {
        .polyblend-outdoor-shrubbery-2 .header-logo .header-logo--subtitle, .header-logo--fire-retardant-foliage .header-logo .header-logo--subtitle {
          font-size: 0 !important; } }
    .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-polyblend--icons-container, .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-fire-retardant--icons-container, .header-logo--fire-retardant-foliage .header-logo .header-logo-polyblend--icons-container, .header-logo--fire-retardant-foliage .header-logo .header-logo-fire-retardant--icons-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 32px 0 0 !important;
      padding: 0;
      background-color: transparent !important; }
      @media (max-width: 801px) {
        .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-polyblend--icons-container, .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-fire-retardant--icons-container, .header-logo--fire-retardant-foliage .header-logo .header-logo-polyblend--icons-container, .header-logo--fire-retardant-foliage .header-logo .header-logo-fire-retardant--icons-container {
          background-color: #36873b !important;
          padding: 24px 32px; } }
      @media (max-width: 660px) {
        .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-polyblend--icons-container, .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-fire-retardant--icons-container, .header-logo--fire-retardant-foliage .header-logo .header-logo-polyblend--icons-container, .header-logo--fire-retardant-foliage .header-logo .header-logo-fire-retardant--icons-container {
          flex-direction: column; } }
      .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-polyblend--icons-container p, .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-fire-retardant--icons-container p, .header-logo--fire-retardant-foliage .header-logo .header-logo-polyblend--icons-container p, .header-logo--fire-retardant-foliage .header-logo .header-logo-fire-retardant--icons-container p {
        text-align: left;
        margin: auto 0 auto 10px;
        color: #fff;
        font-size: 18px;
        font-weight: 700; }
    .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-polyblend--icons-container > div, .header-logo--fire-retardant-foliage .header-logo .header-logo-polyblend--icons-container > div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 336px;
      padding-left: 75px;
      background-repeat: no-repeat;
      background-size: 75px 75px;
      min-height: 75px; }
    .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-fire-retardant--icons-container > div, .header-logo--fire-retardant-foliage .header-logo .header-logo-fire-retardant--icons-container > div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 256px;
      padding-left: 75px;
      background-repeat: no-repeat;
      background-size: 75px 75px;
      min-height: 75px; }
    .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-fire-retardant--icons-container > div + div, .header-logo--fire-retardant-foliage .header-logo .header-logo-fire-retardant--icons-container > div + div {
      margin-left: 16px; }
      @media (max-width: 660px) {
        .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-fire-retardant--icons-container > div + div, .header-logo--fire-retardant-foliage .header-logo .header-logo-fire-retardant--icons-container > div + div {
          margin: 32px 0 0;
          width: auto; } }
    .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-fire-retardant--icons-container > div:first-child, .header-logo--fire-retardant-foliage .header-logo .header-logo-fire-retardant--icons-container > div:first-child {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/IFR_3Icons_PermanentProtection_White.png); }
    .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-fire-retardant--icons-container > div:nth-child(2), .header-logo--fire-retardant-foliage .header-logo .header-logo-fire-retardant--icons-container > div:nth-child(2) {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/IFR_3Icons_FireSafe_White.png); }
    .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-fire-retardant--icons-container > div:last-child, .header-logo--fire-retardant-foliage .header-logo .header-logo-fire-retardant--icons-container > div:last-child {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/IFR_3Icons_LeadingSupplier_White.png); }
    .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-polyblend--icons-container > div + div, .header-logo--fire-retardant-foliage .header-logo .header-logo-polyblend--icons-container > div + div {
      margin-left: 32px; }
      @media (max-width: 660px) {
        .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-polyblend--icons-container > div + div, .header-logo--fire-retardant-foliage .header-logo .header-logo-polyblend--icons-container > div + div {
          margin: 32px 0 0;
          width: auto; } }
    .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-polyblend--icons-container > div:first-child, .header-logo--fire-retardant-foliage .header-logo .header-logo-polyblend--icons-container > div:first-child {
      width: 240px;
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/Polyblend_3Icons_Icon1.png); }
    .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-polyblend--icons-container > div:nth-child(2), .header-logo--fire-retardant-foliage .header-logo .header-logo-polyblend--icons-container > div:nth-child(2) {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/Polyblend_3Icons_Icon2.png); }
    .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-polyblend--icons-container > div:last-child, .header-logo--fire-retardant-foliage .header-logo .header-logo-polyblend--icons-container > div:last-child {
      width: 320px;
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/Polyblend_3Icons_Icon3.png); }
      @media (max-width: 660px) {
        .polyblend-outdoor-shrubbery-2 .header-logo .header-logo-polyblend--icons-container > div:last-child, .header-logo--fire-retardant-foliage .header-logo .header-logo-polyblend--icons-container > div:last-child {
          width: auto; } }
  .polyblend-outdoor-shrubbery-2 .header-warranty, .header-logo--fire-retardant-foliage .header-warranty {
    position: relative;
    padding: 32px;
    top: 64px;
    background-color: grey;
    vertical-align: middle;
    background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/DarkGreyFloralPattern_2.png); }
    @media (max-width: 960px) and (min-width: 801px) {
      .polyblend-outdoor-shrubbery-2 .header-warranty, .header-logo--fire-retardant-foliage .header-warranty {
        top: 4px; } }
    @media (max-width: 801px) {
      .polyblend-outdoor-shrubbery-2 .header-warranty, .header-logo--fire-retardant-foliage .header-warranty {
        top: 20px; } }
    .polyblend-outdoor-shrubbery-2 .header-warranty img, .header-logo--fire-retardant-foliage .header-warranty img {
      position: absolute;
      top: 15px;
      left: 24%;
      width: 115px;
      height: 115px; }
      @media (max-width: 1700px) {
        .polyblend-outdoor-shrubbery-2 .header-warranty img, .header-logo--fire-retardant-foliage .header-warranty img {
          top: 0;
          left: 33%; } }
      @media (max-width: 1560px) and (min-width: 1200px) {
        .polyblend-outdoor-shrubbery-2 .header-warranty img, .header-logo--fire-retardant-foliage .header-warranty img {
          left: 30%; } }
      @media (max-width: 1199px) and (min-width: 801px) {
        .polyblend-outdoor-shrubbery-2 .header-warranty img, .header-logo--fire-retardant-foliage .header-warranty img {
          left: 26%;
          top: 10px; } }
      @media (max-width: 801px) {
        .polyblend-outdoor-shrubbery-2 .header-warranty img, .header-logo--fire-retardant-foliage .header-warranty img {
          top: 8px;
          left: 5%; } }
      @media (max-width: 551px) {
        .polyblend-outdoor-shrubbery-2 .header-warranty img, .header-logo--fire-retardant-foliage .header-warranty img {
          left: calc(50% - 55.25px);
          bottom: 15px;
          top: auto; } }
    .polyblend-outdoor-shrubbery-2 .header-warranty p, .header-logo--fire-retardant-foliage .header-warranty p {
      font-size: 16px;
      color: #fff;
      margin-bottom: 0;
      padding-left: 40%;
      padding-right: 10%;
      text-align: left; }
      @media (max-width: 801px) {
        .polyblend-outdoor-shrubbery-2 .header-warranty p, .header-logo--fire-retardant-foliage .header-warranty p {
          padding-right: 0;
          padding-left: 25%; } }
      @media (max-width: 551px) {
        .polyblend-outdoor-shrubbery-2 .header-warranty p, .header-logo--fire-retardant-foliage .header-warranty p {
          padding: 0 16px 112px;
          text-align: center; } }

.polyblend-outdoor-shrubbery-page .polyblend-description-container, .polyblend-outdoor-shrubbery-page .fire-retardant-description-container, .fire-retardant-page .polyblend-description-container, .fire-retardant-page .fire-retardant-description-container {
  text-align: center; }

.polyblend-outdoor-shrubbery-page .polyblend-plant-grid, .polyblend-outdoor-shrubbery-page .fire-retardant-plant-grid, .fire-retardant-page .polyblend-plant-grid, .fire-retardant-page .fire-retardant-plant-grid {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  list-style: none;
  margin-top: 64px;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 800px) {
    .polyblend-outdoor-shrubbery-page .polyblend-plant-grid, .polyblend-outdoor-shrubbery-page .fire-retardant-plant-grid, .fire-retardant-page .polyblend-plant-grid, .fire-retardant-page .fire-retardant-plant-grid {
      padding: 0 16px; } }
  .polyblend-outdoor-shrubbery-page .polyblend-plant-grid .polyblend-plant-element, .polyblend-outdoor-shrubbery-page .polyblend-plant-grid .fire-retardant-plant-element, .polyblend-outdoor-shrubbery-page .fire-retardant-plant-grid .polyblend-plant-element, .polyblend-outdoor-shrubbery-page .fire-retardant-plant-grid .fire-retardant-plant-element, .fire-retardant-page .polyblend-plant-grid .polyblend-plant-element, .fire-retardant-page .polyblend-plant-grid .fire-retardant-plant-element, .fire-retardant-page .fire-retardant-plant-grid .polyblend-plant-element, .fire-retardant-page .fire-retardant-plant-grid .fire-retardant-plant-element {
    width: 30%;
    margin-bottom: 64px; }
    @media (max-width: 800px) {
      .polyblend-outdoor-shrubbery-page .polyblend-plant-grid .polyblend-plant-element, .polyblend-outdoor-shrubbery-page .polyblend-plant-grid .fire-retardant-plant-element, .polyblend-outdoor-shrubbery-page .fire-retardant-plant-grid .polyblend-plant-element, .polyblend-outdoor-shrubbery-page .fire-retardant-plant-grid .fire-retardant-plant-element, .fire-retardant-page .polyblend-plant-grid .polyblend-plant-element, .fire-retardant-page .polyblend-plant-grid .fire-retardant-plant-element, .fire-retardant-page .fire-retardant-plant-grid .polyblend-plant-element, .fire-retardant-page .fire-retardant-plant-grid .fire-retardant-plant-element {
        width: 46%; } }
    @media (max-width: 550px) {
      .polyblend-outdoor-shrubbery-page .polyblend-plant-grid .polyblend-plant-element, .polyblend-outdoor-shrubbery-page .polyblend-plant-grid .fire-retardant-plant-element, .polyblend-outdoor-shrubbery-page .fire-retardant-plant-grid .polyblend-plant-element, .polyblend-outdoor-shrubbery-page .fire-retardant-plant-grid .fire-retardant-plant-element, .fire-retardant-page .polyblend-plant-grid .polyblend-plant-element, .fire-retardant-page .polyblend-plant-grid .fire-retardant-plant-element, .fire-retardant-page .fire-retardant-plant-grid .polyblend-plant-element, .fire-retardant-page .fire-retardant-plant-grid .fire-retardant-plant-element {
        width: 100%; } }
  .polyblend-outdoor-shrubbery-page .polyblend-plant-grid .plant-card, .polyblend-outdoor-shrubbery-page .fire-retardant-plant-grid .plant-card, .fire-retardant-page .polyblend-plant-grid .plant-card, .fire-retardant-page .fire-retardant-plant-grid .plant-card {
    border: solid thin;
    height: 100%; }
    .polyblend-outdoor-shrubbery-page .polyblend-plant-grid .plant-card a, .polyblend-outdoor-shrubbery-page .fire-retardant-plant-grid .plant-card a, .fire-retardant-page .polyblend-plant-grid .plant-card a, .fire-retardant-page .fire-retardant-plant-grid .plant-card a {
      display: -webkit-flex;
      -webkit-flex-direction: column;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      font-family: Montserrat, sans-serif;
      font-size: 18px;
      color: #36893b;
      text-decoration: none;
      text-align: center; }
      .polyblend-outdoor-shrubbery-page .polyblend-plant-grid .plant-card a img, .polyblend-outdoor-shrubbery-page .fire-retardant-plant-grid .plant-card a img, .fire-retardant-page .polyblend-plant-grid .plant-card a img, .fire-retardant-page .fire-retardant-plant-grid .plant-card a img {
        z-index: -1;
        position: relative; }
      .polyblend-outdoor-shrubbery-page .polyblend-plant-grid .plant-card a div, .polyblend-outdoor-shrubbery-page .fire-retardant-plant-grid .plant-card a div, .fire-retardant-page .polyblend-plant-grid .plant-card a div, .fire-retardant-page .fire-retardant-plant-grid .plant-card a div {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative;
        width: 100%;
        min-height: 80px;
        margin-top: -64px;
        padding-top: 19.2px;
        padding-right: 16px;
        padding-bottom: 22.4px;
        padding-left: 16px;
        vertical-align: middle;
        line-height: 32px;
        background-color: #ededed;
        z-index: -1;
        left: 0;
        bottom: 0; }

.polyblend-outdoor-shrubbery-page .polyblend-description-container p {
  text-align: left; }
  @media (max-width: 801px) {
    .polyblend-outdoor-shrubbery-page .polyblend-description-container p {
      display: inline-block;
      margin-bottom: 0; } }

.polyblend-outdoor-shrubbery-page .polyblend-description-container .more-button-wrap {
  width: 95%;
  margin: 2rem auto;
  text-align: left; }

.polyblend-outdoor-shrubbery-page .polyblend-description-container .moreless-button {
  display: block;
  font-weight: 700;
  color: #36893b;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0; }
  .polyblend-outdoor-shrubbery-page .polyblend-description-container .moreless-button:hover {
    color: #757575; }

.fire-retardant-page .fire-retardant-plant-grid .plant-card a img {
  height: 492px !important; }
  @media (max-width: 550px) {
    .fire-retardant-page .fire-retardant-plant-grid .plant-card a img {
      height: auto; } }

.page_contact_form-page .contact-us-button {
  background: #32893B;
  color: #fff; }
  .page_contact_form-page .contact-us-button:hover {
    background: #fff;
    color: #32893B; }

.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 !important; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px !important;
    border-radius: 0; }

.body {
  overflow: hidden; }

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

.page-content--centered {
  width: 100%;
  padding: 0; }

.shipping-returns-wrapper .lp_header_guides .af_christmas_section .hg_headingtext {
  font-size: 40px;
  color: #000;
  text-transform: capitalize;
  text-align: left;
  font-weight: 700;
  display: inline-block; }
  @media (max-width: 1024.98px) {
    .shipping-returns-wrapper .lp_header_guides .af_christmas_section .hg_headingtext {
      font-size: 32px; } }
  @media (max-width: 959.98px) {
    .shipping-returns-wrapper .lp_header_guides .af_christmas_section .hg_headingtext {
      font-size: 28px;
      margin-top: 0; } }

@media (max-width: 551.98px) {
  .shipping-returns-wrapper .shipping-returns--wrap .acc-container h2 {
    margin-top: 18px; } }

.shipping-returns-wrapper .shipping-returns--wrap .acc-container .acc {
  margin-bottom: 13px; }
  .shipping-returns-wrapper .shipping-returns--wrap .acc-container .acc .acc-head {
    background-color: #f2f2f2;
    padding: 15px 10px;
    font-size: 22px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 2px solid #f2f2f2; }
    .shipping-returns-wrapper .shipping-returns--wrap .acc-container .acc .acc-head::before, .shipping-returns-wrapper .shipping-returns--wrap .acc-container .acc .acc-head::after {
      content: '';
      position: absolute;
      top: 50%;
      background-color: #000;
      transition: all .3s; }
    .shipping-returns-wrapper .shipping-returns--wrap .acc-container .acc .acc-head::before {
      right: 30px;
      width: 3px;
      height: 20px;
      margin-top: -10px; }
    .shipping-returns-wrapper .shipping-returns--wrap .acc-container .acc .acc-head::after {
      right: 21px;
      width: 20px;
      height: 3px;
      margin-top: -2px; }
    .shipping-returns-wrapper .shipping-returns--wrap .acc-container .acc .acc-head p {
      color: #000;
      font-weight: 600;
      margin: 0; }
      @media screen and (max-width: 425.98px) {
        .shipping-returns-wrapper .shipping-returns--wrap .acc-container .acc .acc-head p {
          word-break: break-word;
          padding-right: 18px; } }
    .shipping-returns-wrapper .shipping-returns--wrap .acc-container .acc .acc-head.active::before {
      transform: rotate(90deg); }
    .shipping-returns-wrapper .shipping-returns--wrap .acc-container .acc .acc-head.active {
      border: 2px solid #36893b;
      background-color: #36893b; }
      .shipping-returns-wrapper .shipping-returns--wrap .acc-container .acc .acc-head.active p {
        color: #fff; }
      .shipping-returns-wrapper .shipping-returns--wrap .acc-container .acc .acc-head.active::before, .shipping-returns-wrapper .shipping-returns--wrap .acc-container .acc .acc-head.active::after {
        background-color: #fff; }
  .shipping-returns-wrapper .shipping-returns--wrap .acc-container .acc .acc-content {
    padding: 15px 10px;
    display: none; }
    .shipping-returns-wrapper .shipping-returns--wrap .acc-container .acc .acc-content ol li {
      font-size: 16px;
      font-weight: 400; }

.shipping-returns-wrapper .shipping-returns--wrap .weship-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 767.98px) {
    .shipping-returns-wrapper .shipping-returns--wrap .weship-row {
      flex-wrap: wrap; } }
  .shipping-returns-wrapper .shipping-returns--wrap .weship-row .weship-column {
    display: block;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase; }
    .shipping-returns-wrapper .shipping-returns--wrap .weship-row .weship-column.w-col-5 {
      width: 45%; }
    .shipping-returns-wrapper .shipping-returns--wrap .weship-row .weship-column.w-col {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px; }
    .shipping-returns-wrapper .shipping-returns--wrap .weship-row .weship-column .weship-text {
      margin-top: 30px;
      padding: 20px;
      border-top: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0; }
    .shipping-returns-wrapper .shipping-returns--wrap .weship-row .weship-column .weship-subtext {
      width: 100%;
      padding-top: 20px;
      font-size: 17px;
      line-height: 24px;
      font-weight: 400;
      text-transform: none; }
    .shipping-returns-wrapper .shipping-returns--wrap .weship-row .weship-column img {
      display: inline-block;
      max-width: 100%;
      background-color: transparent; }
    .shipping-returns-wrapper .shipping-returns--wrap .weship-row .weship-column:last-child {
      margin-top: 30px; }

.Pricing_discounts--wrap .txt-color {
  color: #36893b; }

.Pricing_discounts--wrap ul {
  list-style: none;
  margin-left: 0; }

.Pricing_discounts--wrap a {
  text-transform: uppercase;
  background-color: #fff;
  color: #36893b;
  font-weight: 700;
  border: 1px solid #36893b;
  border-radius: 0;
  transition: all .4s ease-in-out;
  font-size: 16px;
  line-height: 24px;
  padding: .85714rem 2.28571rem;
  display: inline-block;
  margin-bottom: 20px; }
  .Pricing_discounts--wrap a:hover {
    background-color: #36893b;
    color: #fff; }

.warranties--wrap h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  margin: 0;
  margin: 10px 0; }

.warranties--wrap p:last-child {
  margin-bottom: 0; }

.about-us--wrap .card-wrap {
  width: 100%;
  margin: 0 -10px; }
  .about-us--wrap .card-wrap .card-flex {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: flex-start;
    padding: 0 10px;
    margin: -10px; }
    .about-us--wrap .card-wrap .card-flex .card-flex--wrap {
      width: calc(100% / 5);
      padding: 10px; }
      @media screen and (max-width: 1024.98px) {
        .about-us--wrap .card-wrap .card-flex .card-flex--wrap {
          width: calc(100% / 5); } }
      @media screen and (max-width: 800.98px) {
        .about-us--wrap .card-wrap .card-flex .card-flex--wrap {
          width: calc(100% / 4); } }
      @media screen and (max-width: 576.98px) {
        .about-us--wrap .card-wrap .card-flex .card-flex--wrap {
          width: calc(100% / 2); } }
      .about-us--wrap .card-wrap .card-flex .card-flex--wrap .card {
        padding: 23px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
        transition: all .4s ease-in-out;
        overflow: hidden;
        height: 600px;
        overflow-y: scroll; }
        .about-us--wrap .card-wrap .card-flex .card-flex--wrap .card::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          background-color: #F5F5F5; }
        .about-us--wrap .card-wrap .card-flex .card-flex--wrap .card::-webkit-scrollbar {
          width: 6px;
          background-color: #F5F5F5; }
        .about-us--wrap .card-wrap .card-flex .card-flex--wrap .card::-webkit-scrollbar-thumb {
          background-color: rgba(0, 0, 0, 0.473);
          border-radius: 10px; }
        .about-us--wrap .card-wrap .card-flex .card-flex--wrap .card:hover {
          background-color: #36893b; }
        .about-us--wrap .card-wrap .card-flex .card-flex--wrap .card:hover h4,
        .about-us--wrap .card-wrap .card-flex .card-flex--wrap .card:hover p {
          color: #fff; }
        .about-us--wrap .card-wrap .card-flex .card-flex--wrap .card h4 {
          font-weight: 700;
          font-size: 20px;
          color: #000;
          margin: 20px 0 0;
          text-align: center;
          transition: all .4s ease-in-out; }
          @media screen and (max-width: 1024.98px) {
            .about-us--wrap .card-wrap .card-flex .card-flex--wrap .card h4 {
              word-break: break-word; } }
        @media screen and (max-width: 1024.98px) {
          .about-us--wrap .card-wrap .card-flex .card-flex--wrap .card a {
            overflow-wrap: anywhere; } }

.contact-us--page {
  margin-top: 67px; }
  .contact-us--page .contact-us-page {
    margin-top: 16px; }
    .contact-us--page .contact-us-page .cta-buttons .cta-button {
      display: inline-block;
      width: 33%;
      padding: 0 15px; }
      .contact-us--page .contact-us-page .cta-buttons .cta-button:first-child {
        padding-left: 0; }
      .contact-us--page .contact-us-page .cta-buttons .cta-button:last-child {
        padding-right: 0; }
      @media (max-width: 1199.98px) {
        .contact-us--page .contact-us-page .cta-buttons .cta-button {
          padding: 0; } }
      @media screen and (max-width: 940.98px) {
        .contact-us--page .contact-us-page .cta-buttons .cta-button {
          width: 100%; } }
      .contact-us--page .contact-us-page .cta-buttons .cta-button a {
        max-height: 55px;
        font-weight: 700;
        padding: 15px 5px;
        width: 100%; }
        @media screen and (max-width: 1261.98px) {
          .contact-us--page .contact-us-page .cta-buttons .cta-button a {
            letter-spacing: 1.2px; } }
        @media screen and (max-width: 956.98px) {
          .contact-us--page .contact-us-page .cta-buttons .cta-button a {
            letter-spacing: 1px; } }
        @media screen and (max-width: 940.98px) {
          .contact-us--page .contact-us-page .cta-buttons .cta-button a {
            letter-spacing: 1.2px; } }
        @media screen and (max-width: 338.98px) {
          .contact-us--page .contact-us-page .cta-buttons .cta-button a {
            letter-spacing: 1px;
            padding: 15px 4px;
            font-weight: 500; } }
    .contact-us--page .contact-us-page .form-row .form-field .form-label {
      color: #000;
      font-size: 16px; }
      .contact-us--page .contact-us-page .form-row .form-field .form-label small {
        color: #FF0000;
        float: left;
        font-size: 12px; }
    .contact-us--page .contact-us-page .form-row .form-field .form-input {
      border-radius: 0; }
    .contact-us--page .contact-us-page .form-label {
      color: #000;
      font-size: 16px; }
      .contact-us--page .contact-us-page .form-label small {
        color: #FF0000;
        float: left;
        font-size: 12px; }
    .contact-us--page .contact-us-page .form-input[rows] {
      resize: vertical;
      border-radius: 0; }
    .contact-us--page .contact-us-page .spending-label label {
      color: #000;
      font-size: 16px;
      outline: none;
      line-height: 1.5;
      margin-bottom: 0.5rem;
      display: inline-block; }
    @media screen and (max-width: 498.98px) {
      .contact-us--page .contact-us-page .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0; } }

.page_contact_form-page #main-content {
  margin-bottom: 0; }

.contact-bottom-banner {
  position: relative;
  margin: 30px 0 0; }
  .contact-bottom-banner img {
    height: 500px;
    object-fit: cover;
    width: 100%; }
    @media (max-width: 800px) {
      .contact-bottom-banner img {
        height: 300px; } }
  .contact-bottom-banner .contact-banner-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    height: fit-content;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
    background-color: #36893B;
    border: 1px solid #36893B;
    font-weight: bold;
    letter-spacing: 3.2px;
    text-transform: uppercase; }
    .contact-bottom-banner .contact-banner-text:hover {
      background-color: #fff;
      color: #36893B; }
    @media (max-width: 1699px) {
      .contact-bottom-banner .contact-banner-text {
        font-size: 14px; } }
    @media (max-width: 575px) {
      .contact-bottom-banner .contact-banner-text {
        letter-spacing: 1.2px;
        padding: 10px; } }

.design-center--wrap {
  width: 100%; }
  .design-center--wrap .design-center--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -17.5px; }
    .design-center--wrap .design-center--flex .design-center--col {
      width: 50%;
      padding: 0 17.5px;
      margin-bottom: 34px; }
      @media screen and (max-width: 767.98px) {
        .design-center--wrap .design-center--flex .design-center--col {
          width: 100%; } }
      .design-center--wrap .design-center--flex .design-center--col a {
        transition: all 0.4s ease-in-out; }
        .design-center--wrap .design-center--flex .design-center--col a:hover span strong {
          color: #36893B; }
      .design-center--wrap .design-center--flex .design-center--col span {
        display: block;
        text-align: center;
        padding: 21px 10px;
        color: #000;
        font-size: 28px;
        line-height: 42px;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
        background-color: #fff; }

.showroom-trade--wrap {
  width: 100%; }
  .showroom-trade--wrap .showroom-trade--flex {
    display: flex;
    margin-top: 43px; }
    @media screen and (max-width: 1525.98px) {
      .showroom-trade--wrap .showroom-trade--flex {
        flex-wrap: wrap; } }
    .showroom-trade--wrap .showroom-trade--flex img {
      margin-right: 64.56px; }
      @media screen and (max-width: 1525.98px) {
        .showroom-trade--wrap .showroom-trade--flex img {
          margin-right: 48px; } }
    .showroom-trade--wrap .showroom-trade--flex .showroom--flex-col {
      display: flex; }
      @media screen and (max-width: 1373.98px) {
        .showroom-trade--wrap .showroom-trade--flex .showroom--flex-col {
          margin-top: 50px; } }
      @media screen and (max-width: 385.98px) {
        .showroom-trade--wrap .showroom-trade--flex .showroom--flex-col {
          flex-wrap: wrap;
          margin-top: 25px; } }
      .showroom-trade--wrap .showroom-trade--flex .showroom--flex-col .showroom-trade--flex-wrap .showroom-flex--col {
        min-height: 144px;
        width: 337px; }
        @media screen and (max-width: 1525.98px) {
          .showroom-trade--wrap .showroom-trade--flex .showroom--flex-col .showroom-trade--flex-wrap .showroom-flex--col {
            width: auto; } }
        @media (max-width: 600px) {
          .showroom-trade--wrap .showroom-trade--flex .showroom--flex-col .showroom-trade--flex-wrap .showroom-flex--col {
            min-height: 171px; } }
        @media (max-width: 469px) {
          .showroom-trade--wrap .showroom-trade--flex .showroom--flex-col .showroom-trade--flex-wrap .showroom-flex--col {
            min-height: 190px; } }
        @media (max-width: 385.98px) {
          .showroom-trade--wrap .showroom-trade--flex .showroom--flex-col .showroom-trade--flex-wrap .showroom-flex--col {
            min-height: auto;
            margin-bottom: 13px; } }
        .showroom-trade--wrap .showroom-trade--flex .showroom--flex-col .showroom-trade--flex-wrap .showroom-flex--col p {
          margin-bottom: 3px; }
          .showroom-trade--wrap .showroom-trade--flex .showroom--flex-col .showroom-trade--flex-wrap .showroom-flex--col p strong {
            font-size: 20px; }
      .showroom-trade--wrap .showroom-trade--flex .showroom--flex-col .showroom-trade--flex-wrap:last-child {
        margin-left: 40px; }
        @media screen and (max-width: 1525.98px) {
          .showroom-trade--wrap .showroom-trade--flex .showroom--flex-col .showroom-trade--flex-wrap:last-child {
            margin-left: 30px; } }
        @media (max-width: 385.98px) {
          .showroom-trade--wrap .showroom-trade--flex .showroom--flex-col .showroom-trade--flex-wrap:last-child {
            margin-left: 0; } }

.autograph-foliage-guides--wrap .helpful-guides .hg_row {
  display: flex; }
  @media screen and (max-width: 800.98px) {
    .autograph-foliage-guides--wrap .helpful-guides .hg_row {
      flex-wrap: wrap; } }
  .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_image1 {
    background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/guide1.jpg);
    background-position: 50% 50%;
    background-size: cover; }
  .autograph-foliage-guides--wrap .helpful-guides .hg_row .w-col-4 {
    width: 33.33333333%; }
    @media screen and (max-width: 800.98px) {
      .autograph-foliage-guides--wrap .helpful-guides .hg_row .w-col-4 {
        width: 100%; } }
  .autograph-foliage-guides--wrap .helpful-guides .hg_row .w-col {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    height: 480px; }
  .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_darkcolumn_text {
    padding: 75px 30px 100px;
    flex: 1;
    background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/DarkGreyFloralPattern.png);
    background-position: 50% 50%;
    background-size: cover;
    text-align: center; }
    @media screen and (max-width: 1200.98px) {
      .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_darkcolumn_text {
        padding: 40px 30px 100px; } }
    @media screen and (max-width: 991.98px) {
      .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_darkcolumn_text {
        padding: 36px 23px 79px; } }
    @media screen and (max-width: 800.98px) {
      .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_darkcolumn_text {
        padding: 75px 30px 100px; } }
    @media screen and (max-width: 375.98px) {
      .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_darkcolumn_text {
        padding: 25px 30px 100px; } }
    .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_darkcolumn_text .hg_icons {
      margin-bottom: 10px; }
    .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_darkcolumn_text .hg_callout_header {
      font-size: 28px;
      color: #fff;
      line-height: 42px;
      letter-spacing: 0px;
      font-weight: 700; }
      @media screen and (max-width: 991.98px) {
        .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_darkcolumn_text .hg_callout_header {
          font-size: 24px; } }
    .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_darkcolumn_text .hg_callout_body {
      color: #FFFFFF;
      font-size: 15px;
      line-height: 26px;
      font-style: normal;
      text-align: center;
      font-family: 'Poppins', sans-serif;
      margin-top: 15px;
      margin-bottom: 31px; }
      @media screen and (max-width: 991.98px) {
        .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_darkcolumn_text .hg_callout_body {
          margin-bottom: 20px;
          margin-top: 10px; } }
  .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_image2 {
    background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/guide2.jpg");
    background-position: 50% 50%;
    background-size: cover; }
  .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_image3 {
    background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/guide3.jpg);
    background-position: 50% 50%;
    background-size: cover; }
  .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_image4 {
    background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/Autograph_green_wall_Topof-Page.jpg);
    background-position: 50% 50%;
    background-size: cover; }
  .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_image5 {
    background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/Autograph_Greenwall_Bottom.jpg);
    background-position: 50% 50%;
    background-size: cover; }
  .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_image6 {
    background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/silk-flowers-2.png);
    background-position: 50% 50%;
    background-size: cover; }
  .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_image7 {
    background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/ornaments-and-accents-2.png);
    background-position: 50% 50%;
    background-size: cover; }
  .autograph-foliage-guides--wrap .helpful-guides .hg_row .hg_image8 {
    background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/ornaments-and-accents.png);
    background-position: 50% 50%;
    background-size: cover; }

.autograph-foliage-guides--wrap p:last-child {
  margin-bottom: -20px;
  margin-top: 80px; }

.polyblend-interior-header {
  margin-top: 142px;
  background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/polyblend-mainbanner1.jpg");
  background-size: cover;
  text-align: center;
  background-position: center center;
  height: 424px; }
  @media screen and (max-width: 1638.98px) {
    .polyblend-interior-header {
      margin-top: 120px; } }
  @media screen and (max-width: 959.98px) {
    .polyblend-interior-header {
      margin-top: 50px; } }
  @media screen and (max-width: 551.98px) {
    .polyblend-interior-header {
      height: inherit; } }
  .polyblend-interior-header .header-logo.header-logo--polyblend {
    background-color: transparent;
    padding-bottom: 0; }
    @media screen and (max-width: 551.98px) {
      .polyblend-interior-header .header-logo.header-logo--polyblend {
        padding-top: 4.5rem;
        transform: translateY(-21px); } }
  .polyblend-interior-header .header-logo > .header-logo {
    width: 100%;
    border: none;
    margin-top: 92px;
    margin-bottom: 0; }
    @media screen and (max-width: 799.98px) {
      .polyblend-interior-header .header-logo > .header-logo {
        margin-top: 0; } }
    .polyblend-interior-header .header-logo > .header-logo > div {
      margin-top: -1rem;
      margin-right: 0;
      margin-left: 0;
      background-color: rgba(30, 92, 35, 0.5); }
    .polyblend-interior-header .header-logo > .header-logo img {
      width: 166px;
      height: 166px; }
    .polyblend-interior-header .header-logo > .header-logo .header-logo--title {
      color: #fff;
      font-size: 48px;
      margin-bottom: 0; }
      @media screen and (max-width: 551.98px) {
        .polyblend-interior-header .header-logo > .header-logo .header-logo--title {
          font-size: 36px; } }
    .polyblend-interior-header .header-logo > .header-logo .header-logo--litle-description {
      margin-bottom: 1rem;
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-style: normal;
      color: #fff; }
  .polyblend-interior-header ~ .body {
    margin: 0;
    margin-top: 26px; }

.polyblend-page-2 .polyblend--initial-description {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 26px; }

.polyblend-page-2 .polyblend-features {
  position: relative;
  margin-bottom: 4rem; }
  .polyblend-page-2 .polyblend-features .polyblend-features--list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    margin: 0 -3%;
    padding-top: 3rem;
    text-align: center; }
    @media screen and (max-width: 801.98px) {
      .polyblend-page-2 .polyblend-features .polyblend-features--list {
        flex-direction: column; } }
    .polyblend-page-2 .polyblend-features .polyblend-features--list .polyblend-features--items {
      width: 33.33%;
      position: relative;
      padding: 0 3%;
      line-height: 2rem; }
      @media screen and (max-width: 801.98px) {
        .polyblend-page-2 .polyblend-features .polyblend-features--list .polyblend-features--items {
          display: flex;
          width: 100%;
          flex-direction: row;
          text-align: left; } }
      .polyblend-page-2 .polyblend-features .polyblend-features--list .polyblend-features--items img {
        width: 75px;
        height: 75px; }
      .polyblend-page-2 .polyblend-features .polyblend-features--list .polyblend-features--items h2 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 1rem; }
      .polyblend-page-2 .polyblend-features .polyblend-features--list .polyblend-features--items + .polyblend-features--items::before {
        content: '';
        display: block;
        position: absolute;
        top: 10%;
        bottom: 10%;
        left: 0;
        right: 100%;
        border-left: 1px solid #000; }
        @media screen and (max-width: 801.98px) {
          .polyblend-page-2 .polyblend-features .polyblend-features--list .polyblend-features--items + .polyblend-features--items::before {
            content: none; } }
      @media screen and (max-width: 801.98px) {
        .polyblend-page-2 .polyblend-features .polyblend-features--list .polyblend-features--items > div {
          margin-left: 3rem; } }

.polyblend-page-2 .polyblend {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  text-align: center;
  color: #FBFBFB; }
  .polyblend-page-2 .polyblend.polyblend--warranty {
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    position: relative;
    height: auto;
    margin-bottom: 3rem; }
    @media screen and (max-width: 767.98px) {
      .polyblend-page-2 .polyblend.polyblend--warranty {
        flex-direction: column; } }
    .polyblend-page-2 .polyblend.polyblend--warranty::after {
      content: '';
      display: block;
      width: 202px;
      height: 202px;
      position: absolute;
      top: 4rem;
      right: 67%;
      bottom: initial;
      left: initial;
      background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Polyblend_WarrantySeal_Big.png");
      background-size: 100% 100%;
      border-bottom: none; }
      @media screen and (max-width: 767.98px) {
        .polyblend-page-2 .polyblend.polyblend--warranty::after {
          right: initial;
          top: 7rem;
          left: calc(50% - 101px); } }
    .polyblend-page-2 .polyblend.polyblend--warranty .polyblend-photo {
      width: 30vw;
      height: auto;
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/Polyblend_WarrantyImage.jpg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767.98px) {
        .polyblend-page-2 .polyblend.polyblend--warranty .polyblend-photo {
          height: 20rem;
          width: 100vw; } }
    .polyblend-page-2 .polyblend.polyblend--warranty .polyblend-content {
      width: 70vw;
      max-width: initial;
      padding: 3rem 10rem 5rem 9.3rem;
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/DarkGreyFloralPattern.png); }
      @media screen and (max-width: 767.98px) {
        .polyblend-page-2 .polyblend.polyblend--warranty .polyblend-content {
          width: 100vw;
          padding-left: 1rem;
          padding-right: 1rem; } }
      .polyblend-page-2 .polyblend.polyblend--warranty .polyblend-content h2 {
        font-weight: 700;
        font-size: 28px;
        margin: 0 0 10px;
        color: #fff;
        text-align: center; }
      .polyblend-page-2 .polyblend.polyblend--warranty .polyblend-content > p:first-of-type {
        font-size: 16px;
        font-style: italic;
        color: #fff;
        line-height: 26px;
        font-weight: 500; }
      .polyblend-page-2 .polyblend.polyblend--warranty .polyblend-content p {
        color: #fff;
        line-height: 26px;
        font-weight: 400;
        font-size: 16px; }

.polyblend-page-2 .silk-foliage {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 3rem; }
  @media (max-width: 576.98px) {
    .polyblend-page-2 .silk-foliage {
      padding-bottom: 0;
      margin-bottom: 0; } }
  .polyblend-page-2 .silk-foliage .silk-foliage-top {
    top: 0;
    background-color: #fff;
    text-align: center;
    width: 50%;
    left: 25%;
    position: absolute;
    padding-top: initial;
    border-top: none; }
    @media screen and (max-width: 551.98px) {
      .polyblend-page-2 .silk-foliage .silk-foliage-top {
        left: 0;
        width: 100%; } }
    .polyblend-page-2 .silk-foliage .silk-foliage-top > p:first-child {
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 0.5rem; }
  .polyblend-page-2 .silk-foliage .silk-foliage-list-wrapper {
    padding: 4rem;
    border: 1px solid #000; }
    @media screen and (max-width: 551.98px) {
      .polyblend-page-2 .silk-foliage .silk-foliage-list-wrapper {
        border: none;
        padding: 4rem 1rem;
        padding-bottom: 0; } }
    .polyblend-page-2 .silk-foliage .silk-foliage-list-wrapper .polyblend--lab-list {
      width: 88%;
      list-style: none;
      margin-top: 2rem;
      margin-right: auto;
      margin-left: auto; }
      @media screen and (max-width: 551.98px) {
        .polyblend-page-2 .silk-foliage .silk-foliage-list-wrapper .polyblend--lab-list {
          width: 100%; } }
      .polyblend-page-2 .silk-foliage .silk-foliage-list-wrapper .polyblend--lab-list > li {
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start; }
        .polyblend-page-2 .silk-foliage .silk-foliage-list-wrapper .polyblend--lab-list > li img {
          display: inline-block;
          width: 75px;
          height: 75px;
          margin-right: 2rem;
          object-fit: cover; }
      .polyblend-page-2 .silk-foliage .silk-foliage-list-wrapper .polyblend--lab-list ~ h2 {
        color: #36893b;
        font-weight: 700;
        font-size: 28px;
        margin: 0 0 10px;
        text-align: center; }
      .polyblend-page-2 .silk-foliage .silk-foliage-list-wrapper .polyblend--lab-list ~ strong {
        text-align: center;
        display: block;
        margin-bottom: 3rem;
        font-size: 16px; }
    .polyblend-page-2 .silk-foliage .silk-foliage-list-wrapper .polyblend--case-list {
      display: flex;
      justify-content: space-between;
      flex-direction: row; }
      @media screen and (max-width: 551.98px) {
        .polyblend-page-2 .silk-foliage .silk-foliage-list-wrapper .polyblend--case-list {
          flex-direction: column;
          padding: 0 3rem; } }
      .polyblend-page-2 .silk-foliage .silk-foliage-list-wrapper .polyblend--case-list > div {
        flex-basis: 30%;
        text-align: center; }
        .polyblend-page-2 .silk-foliage .silk-foliage-list-wrapper .polyblend--case-list > div > div {
          position: relative; }
          .polyblend-page-2 .silk-foliage .silk-foliage-list-wrapper .polyblend--case-list > div > div img {
            display: block;
            margin-bottom: 1rem; }
          .polyblend-page-2 .silk-foliage .silk-foliage-list-wrapper .polyblend--case-list > div > div::after {
            content: '';
            position: absolute;
            top: 10px;
            bottom: 10px;
            left: 10px;
            right: 10px;
            border: solid 1px #dedede; }

.polyblend-page-2 .polyblend-installations > p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; }

.polyblend-page-2 .polyblend-installations > div {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .polyblend-page-2 .polyblend-installations > div::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #000;
    z-index: -1; }
    @media screen and (max-width: 551.98px) {
      .polyblend-page-2 .polyblend-installations > div::before {
        content: none; } }
  .polyblend-page-2 .polyblend-installations > div > h2 {
    color: #36893b;
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 10px;
    text-align: center;
    background-color: #fff;
    text-align: center;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media screen and (max-width: 551.98px) {
      .polyblend-page-2 .polyblend-installations > div > h2 {
        width: 100%; } }

.polyblend-page-2 .polyblend--gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100vw;
  margin-left: calc(50% - 50vw); }
  .polyblend-page-2 .polyblend--gallery > div {
    position: relative;
    width: 24.9%;
    height: 100%; }
    .polyblend-page-2 .polyblend--gallery > div > img {
      display: block;
      object-fit: cover; }
    .polyblend-page-2 .polyblend--gallery > div::before {
      position: absolute;
      content: "";
      width: 0;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.4);
      transition: all .4s ease-in-out; }
    .polyblend-page-2 .polyblend--gallery > div:hover::before {
      width: 100%; }
    .polyblend-page-2 .polyblend--gallery > div .hover {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.3s; }
    .polyblend-page-2 .polyblend--gallery > div:hover > .hover {
      opacity: 1; }
  .polyblend-page-2 .polyblend--gallery .hover {
    display: flex;
    text-align: center;
    cursor: pointer; }
    .polyblend-page-2 .polyblend--gallery .hover > div {
      margin: auto; }
      .polyblend-page-2 .polyblend--gallery .hover > div .hover-title {
        color: #fff;
        line-height: 26px;
        font-weight: 500; }
      .polyblend-page-2 .polyblend--gallery .hover > div .hover-description {
        color: #fff;
        font-weight: 400;
        line-height: 26px;
        font-style: italic; }
  .polyblend-page-2 .polyblend--gallery > .productCarousel {
    display: none; }

.polyblend-page-2 .polyblend-protect-your-investment {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: 4rem;
  text-align: center;
  background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/PolyblendPlus_Bkg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover; }
  .polyblend-page-2 .polyblend-protect-your-investment > img {
    display: block;
    width: 170px;
    height: 170px;
    margin-left: auto;
    margin-bottom: 3rem;
    margin-right: auto; }
  .polyblend-page-2 .polyblend-protect-your-investment > div {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto; }
    .polyblend-page-2 .polyblend-protect-your-investment > div::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 8%;
      right: 72%;
      border-top: 1px solid #000; }
      @media screen and (max-width: 551.98px) {
        .polyblend-page-2 .polyblend-protect-your-investment > div::before {
          content: none; } }
    .polyblend-page-2 .polyblend-protect-your-investment > div::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 72%;
      right: 8%;
      border-top: 1px solid #000; }
      @media screen and (max-width: 551.98px) {
        .polyblend-page-2 .polyblend-protect-your-investment > div::after {
          content: none; } }
    .polyblend-page-2 .polyblend-protect-your-investment > div h2 {
      color: #36893b;
      font-weight: 700;
      font-size: 28px;
      margin: 0 0 10px;
      text-align: center;
      background-color: #fff;
      text-align: center;
      width: 40%;
      margin-left: auto;
      margin-right: auto;
      display: block; }
      @media screen and (max-width: 551.98px) {
        .polyblend-page-2 .polyblend-protect-your-investment > div h2 {
          width: 100%; } }
  .polyblend-page-2 .polyblend-protect-your-investment .polyblend--italic-comment {
    font-style: italic;
    font-size: 16px;
    line-height: 26px; }
  .polyblend-page-2 .polyblend-protect-your-investment .polyblend--investment-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 3rem;
    margin-right: auto;
    margin-bottom: 3rem;
    margin-left: auto;
    max-width: 100%; }
    .polyblend-page-2 .polyblend-protect-your-investment .polyblend--investment-list > li {
      display: flex;
      align-items: center;
      flex-basis: 19rem; }
      @media (max-width: 551px) {
        .polyblend-page-2 .polyblend-protect-your-investment .polyblend--investment-list > li {
          flex-basis: auto;
          width: 33.33%;
          flex-direction: column; } }
      .polyblend-page-2 .polyblend-protect-your-investment .polyblend--investment-list > li img {
        width: 95px;
        height: 95px;
        margin-right: 0.5rem; }
      .polyblend-page-2 .polyblend-protect-your-investment .polyblend--investment-list > li p {
        margin: 0;
        text-align: left; }
        @media (max-width: 551px) {
          .polyblend-page-2 .polyblend-protect-your-investment .polyblend--investment-list > li p {
            text-align: center; } }
  .polyblend-page-2 .polyblend-protect-your-investment > p {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
    font-size: 16px; }

.polyblend-page-2 .polyblend-landscape-design-features {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 0;
  margin-top: 0;
  height: auto !important; }
  @media screen and (max-width: 551.98px) {
    .polyblend-page-2 .polyblend-landscape-design-features {
      flex-direction: column; } }
  .polyblend-page-2 .polyblend-landscape-design-features .polyblend--sculpture {
    height: auto;
    width: 30%;
    order: 2;
    background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Polyblend_LandscapeDesign.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 551.98px) {
      .polyblend-page-2 .polyblend-landscape-design-features .polyblend--sculpture {
        height: 20rem;
        width: 100%;
        order: 0; } }
  .polyblend-page-2 .polyblend-landscape-design-features .polyblend-content {
    width: 70%;
    padding: 4rem;
    max-width: initial;
    background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/DarkGreyFloralPattern.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 551.98px) {
      .polyblend-page-2 .polyblend-landscape-design-features .polyblend-content {
        width: 100%;
        padding: 2rem 1rem; } }
    .polyblend-page-2 .polyblend-landscape-design-features .polyblend-content h2 {
      color: #fff;
      font-weight: 700;
      font-size: 28px;
      margin: 0 0 10px;
      text-align: center;
      text-align: center;
      width: 40%;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    .polyblend-page-2 .polyblend-landscape-design-features .polyblend-content p {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      text-align: center; }

.polyblend-page-2 .polyblend-custom-designs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 550px;
  margin-left: calc(50% - 50vw);
  text-align: center;
  background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Polylend_CustomDesigns_Image_Left.jpg"), url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Polylend_CustomDesigns_Image_Right.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  background-size: 500px 550px, 500px 550px; }
  @media screen and (max-width: 801.98px) {
    .polyblend-page-2 .polyblend-custom-designs {
      height: auto;
      background-position: left bottom, right bottom;
      background-size: 33%; } }
  @media screen and (max-width: 551.98px) {
    .polyblend-page-2 .polyblend-custom-designs {
      background-image: none;
      flex-direction: column; }
      .polyblend-page-2 .polyblend-custom-designs::after {
        content: '';
        display: block;
        width: 100%;
        height: 190px;
        background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Polylend_CustomDesigns_Bkg_Mobile.jpg");
        background-size: 250px 190px;
        background-repeat: no-repeat;
        background-position: center; } }
  .polyblend-page-2 .polyblend-custom-designs .polyblend--content {
    width: 35rem;
    max-width: 100%;
    margin: auto;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    @media screen and (max-width: 801.98px) {
      .polyblend-page-2 .polyblend-custom-designs .polyblend--content {
        border: none;
        width: 20rem; } }

.polyblend-page-2 .polyblend-shop-all {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 4rem 0;
  text-align: center;
  background-color: #efefef; }

.fire-retardant-interior-header {
  margin-top: 142px;
  background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/IFR_MainBanner.jpg");
  background-size: cover;
  background-position: center;
  height: 424px;
  text-align: center; }
  @media screen and (max-width: 1699.98px) {
    .fire-retardant-interior-header {
      margin-top: 121px; } }
  @media screen and (max-width: 1638.98px) {
    .fire-retardant-interior-header {
      margin-top: 120px; } }
  @media screen and (max-width: 959.98px) {
    .fire-retardant-interior-header {
      margin-top: 2px; } }
  @media screen and (max-width: 551.98px) {
    .fire-retardant-interior-header {
      height: auto; } }
  @media (max-width: 800.98px) {
    .fire-retardant-interior-header .header-logo--fire-retardant-foliage {
      width: 100% !important;
      padding: 145px 0 0 !important; }
      .fire-retardant-interior-header .header-logo--fire-retardant-foliage .header-logo--title {
        font-size: 40px !important; }
      .fire-retardant-interior-header .header-logo--fire-retardant-foliage .header-logo-fire-retardant--icons-container {
        padding: 20px 32px; }
        .fire-retardant-interior-header .header-logo--fire-retardant-foliage .header-logo-fire-retardant--icons-container > div {
          background-size: 60px 60px;
          background-position: 0; }
          .fire-retardant-interior-header .header-logo--fire-retardant-foliage .header-logo-fire-retardant--icons-container > div p {
            font-size: 16px; } }
  @media (max-width: 1688.98px) {
    .fire-retardant-interior-header .header-logo--fire-retardant-foliage {
      width: auto; } }
  .fire-retardant-interior-header .header-logo.header-logo--fire-retardant-2 {
    background-color: transparent;
    margin-bottom: 0;
    padding: 6.5rem 0 4rem;
    padding-bottom: 0; }
    @media screen and (max-width: 797.98px) {
      .fire-retardant-interior-header .header-logo.header-logo--fire-retardant-2 {
        padding: 2rem 0 4rem; } }
    @media screen and (max-width: 797.98px) {
      .fire-retardant-interior-header .header-logo.header-logo--fire-retardant-2 {
        padding-top: 4.5rem; } }
    @media screen and (max-width: 551.98px) {
      .fire-retardant-interior-header .header-logo.header-logo--fire-retardant-2 {
        padding-top: 5.6rem;
        transform: translateY(-14px); } }
  .fire-retardant-interior-header .header-logo > .header-logo {
    width: 100%;
    border: none;
    margin-top: 0;
    margin-bottom: 0; }
    .fire-retardant-interior-header .header-logo > .header-logo > img {
      width: 166px;
      height: 166px; }
    .fire-retardant-interior-header .header-logo > .header-logo > div {
      margin-top: -1rem;
      margin-right: 0;
      margin-left: 0;
      background-color: rgba(30, 92, 35, 0.5); }
    .fire-retardant-interior-header .header-logo > .header-logo .header-logo--title {
      color: #fff;
      font-size: 48px;
      margin-bottom: 0; }
      @media screen and (max-width: 551.98px) {
        .fire-retardant-interior-header .header-logo > .header-logo .header-logo--title {
          font-size: 36px; } }
    .fire-retardant-interior-header .header-logo > .header-logo .header-logo--litle-description {
      margin-bottom: 1rem;
      font-family: Poppins, sans-serif;
      font-size: 20px;
      font-style: normal;
      color: #fff; }
    @media screen and (max-width: 551.98px) {
      .fire-retardant-interior-header .header-logo > .header-logo .button {
        margin-bottom: 0; } }
  .fire-retardant-interior-header ~ .body {
    margin: 0;
    margin-top: 26px;
    overflow-y: hidden; }

.fire-retardant-page-2 .fire-retardant-features {
  position: relative;
  margin-bottom: 4rem; }
  .fire-retardant-page-2 .fire-retardant-features .fire-retardant-features--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0 -3%;
    padding-top: 3rem;
    text-align: center; }
    @media screen and (max-width: 801.98px) {
      .fire-retardant-page-2 .fire-retardant-features .fire-retardant-features--list {
        flex-wrap: wrap;
        flex-direction: column; } }
    .fire-retardant-page-2 .fire-retardant-features .fire-retardant-features--list .fire-retardant-features--items {
      width: 33.33%;
      position: relative;
      padding: 0 3%;
      line-height: 2rem; }
      @media screen and (max-width: 801.98px) {
        .fire-retardant-page-2 .fire-retardant-features .fire-retardant-features--list .fire-retardant-features--items {
          width: 100%;
          display: flex;
          -ms-flex-direction: row;
          flex-direction: row;
          text-align: left; }
          .fire-retardant-page-2 .fire-retardant-features .fire-retardant-features--list .fire-retardant-features--items > div {
            margin-left: 3rem; } }
      .fire-retardant-page-2 .fire-retardant-features .fire-retardant-features--list .fire-retardant-features--items img {
        width: 75px;
        height: 75px; }
        @media screen and (max-width: 801.98px) {
          .fire-retardant-page-2 .fire-retardant-features .fire-retardant-features--list .fire-retardant-features--items img {
            margin-top: 1rem; } }
      .fire-retardant-page-2 .fire-retardant-features .fire-retardant-features--list .fire-retardant-features--items h2 {
        font-size: 18px;
        font-weight: 700;
        margin-top: 1rem; }
      .fire-retardant-page-2 .fire-retardant-features .fire-retardant-features--list .fire-retardant-features--items + .fire-retardant-features--items::before {
        content: '';
        display: block;
        position: absolute;
        top: 10%;
        bottom: 10%;
        left: 0;
        right: 100%;
        border-left: 1px solid #000; }
        @media screen and (max-width: 801.98px) {
          .fire-retardant-page-2 .fire-retardant-features .fire-retardant-features--list .fire-retardant-features--items + .fire-retardant-features--items::before {
            content: none; } }

.fire-retardant-page-2 .fire-retardant {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  text-align: center;
  color: #fbfbfb; }
  .fire-retardant-page-2 .fire-retardant.lifetime-warranty {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3rem; }
    .fire-retardant-page-2 .fire-retardant.lifetime-warranty .fire-retardant--image {
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/IFR_Lifetime_Image.jpg);
      width: 30%;
      height: auto;
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 551px) {
        .fire-retardant-page-2 .fire-retardant.lifetime-warranty .fire-retardant--image {
          display: none; } }
    .fire-retardant-page-2 .fire-retardant.lifetime-warranty .fire-retardant-content {
      width: 70%;
      padding: 4rem;
      max-width: initial;
      background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/DarkGreyFloralPattern.png);
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 551px) {
        .fire-retardant-page-2 .fire-retardant.lifetime-warranty .fire-retardant-content {
          width: 100%;
          padding: 3rem 1rem 2rem; } }
      .fire-retardant-page-2 .fire-retardant.lifetime-warranty .fire-retardant-content p {
        color: #fff;
        font-size: 16px;
        line-height: 26px; }
      .fire-retardant-page-2 .fire-retardant.lifetime-warranty .fire-retardant-content > p:first-child {
        font-weight: 700;
        font-size: 28px;
        margin: 0 0 10px;
        color: #fff;
        text-align: center; }
      .fire-retardant-page-2 .fire-retardant.lifetime-warranty .fire-retardant-content > p:nth-child(2) {
        padding-left: 1rem;
        padding-right: 1rem;
        font-style: italic;
        font-size: 16px;
        color: #fff; }
      .fire-retardant-page-2 .fire-retardant.lifetime-warranty .fire-retardant-content > p:nth-child(3) {
        margin-bottom: 0.5rem; }

.fire-retardant-page-2 .silk-foliage {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 3rem; }
  .fire-retardant-page-2 .silk-foliage .silk-foliage-top {
    top: 0;
    background-color: #fff;
    text-align: center;
    width: 50%;
    left: 25%;
    position: absolute;
    padding-top: initial;
    border-top: none; }
    @media screen and (max-width: 801.98px) {
      .fire-retardant-page-2 .silk-foliage .silk-foliage-top {
        width: 100%;
        left: 0;
        border-top: none; } }
    .fire-retardant-page-2 .silk-foliage .silk-foliage-top > p:first-child {
      font-weight: 700;
      font-size: 24px;
      margin-bottom: .5rem; }
    .fire-retardant-page-2 .silk-foliage .silk-foliage-top > p:nth-child(2) {
      font-style: italic; }
  .fire-retardant-page-2 .silk-foliage .silk-foliage-list-wrapper {
    padding: 4rem;
    border: 1px solid #000; }
    @media screen and (max-width: 801.98px) {
      .fire-retardant-page-2 .silk-foliage .silk-foliage-list-wrapper {
        border: none;
        padding: 4rem 1rem;
        padding-bottom: 0; } }
    .fire-retardant-page-2 .silk-foliage .silk-foliage-list-wrapper h2 {
      color: #36893b;
      font-weight: 700;
      font-size: 28px;
      text-align: center; }
    .fire-retardant-page-2 .silk-foliage .silk-foliage-list-wrapper .silk-foliage-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media screen and (max-width: 551.98px) {
        .fire-retardant-page-2 .silk-foliage .silk-foliage-list-wrapper .silk-foliage-list {
          flex-direction: column; } }
      .fire-retardant-page-2 .silk-foliage .silk-foliage-list-wrapper .silk-foliage-list > div {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        text-align: center; }
        @media screen and (max-width: 551.98px) {
          .fire-retardant-page-2 .silk-foliage .silk-foliage-list-wrapper .silk-foliage-list > div {
            width: 100%;
            padding-left: 3rem;
            padding-right: 3rem;
            line-height: 2rem; } }
        .fire-retardant-page-2 .silk-foliage .silk-foliage-list-wrapper .silk-foliage-list > div > div {
          position: relative; }

.fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--title {
  background-color: #36893b;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  width: 98.6vw;
  margin-left: calc(50% - 49.3vw); }
  .fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--title h2 {
    color: #fff;
    font-size: 28px;
    margin: 0;
    font-weight: 700; }
  .fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.6rem;
    width: 2rem;
    height: 2rem;
    left: calc(50% - 0.5rem);
    -webkit-transform: scale(1.5, 1) rotate(45deg);
    -ms-transform: scale(1.5, 1) rotate(45deg);
    transform: scale(1.5, 1) rotate(45deg);
    border-top-left-radius: 100%;
    background-color: #36893b; }

.fire-retardant-page-2 .fire-retardant-testing > p {
  font-style: italic;
  font-size: 16px;
  text-align: center;
  margin-top: 3rem; }

.fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--tests-container {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 801.98px) {
    .fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--tests-container {
      flex-direction: column; } }
  .fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--tests-container .fire-retardant-testing--tests-list {
    list-style: none;
    margin-left: 0;
    width: 45%; }
    @media screen and (max-width: 801.98px) {
      .fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--tests-container .fire-retardant-testing--tests-list {
        width: 100%; } }
    .fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--tests-container .fire-retardant-testing--tests-list .fire-retardant-testing--tests-element .fire-retardant-testing--test-container {
      position: relative;
      border-bottom: 1px solid #000; }
      .fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--tests-container .fire-retardant-testing--tests-list .fire-retardant-testing--tests-element .fire-retardant-testing--test-container > label {
        font-family: "Montserrat";
        font-size: 16px;
        display: block;
        line-height: 3rem;
        color: #379f3e;
        padding-right: 3rem;
        height: auto; }
      .fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--tests-container .fire-retardant-testing--tests-list .fire-retardant-testing--tests-element .fire-retardant-testing--test-container input {
        display: none; }
        .fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--tests-container .fire-retardant-testing--tests-list .fire-retardant-testing--tests-element .fire-retardant-testing--test-container input:checked ~ .fire-retardant-testing--test-content {
          display: flex;
          height: 0;
          -webkit-transform: translateY(-100px);
          -ms-transform: translateY(-100px);
          transform: translateY(-100px);
          opacity: 0;
          transition: opacity 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
          transition: transform 0.3s ease-out, opacity 0.3s, height 0.3s;
          transition: transform 0.3s ease-out, opacity 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
          padding-top: 0;
          padding-bottom: 0; }
        .fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--tests-container .fire-retardant-testing--tests-list .fire-retardant-testing--tests-element .fire-retardant-testing--test-container input:checked ~ .plus-icon {
          display: block; }
        .fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--tests-container .fire-retardant-testing--tests-list .fire-retardant-testing--tests-element .fire-retardant-testing--test-container input ~ .plus-icon {
          display: none; }
      .fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--tests-container .fire-retardant-testing--tests-list .fire-retardant-testing--tests-element .fire-retardant-testing--test-container .plus-icon,
      .fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--tests-container .fire-retardant-testing--tests-list .fire-retardant-testing--tests-element .fire-retardant-testing--test-container .minus-icon {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0.8rem;
        right: 1rem;
        pointer-events: none; }
      .fire-retardant-page-2 .fire-retardant-testing .fire-retardant-testing--tests-container .fire-retardant-testing--tests-list .fire-retardant-testing--tests-element .fire-retardant-testing--test-container .fire-retardant-testing--test-content {
        display: flex;
        opacity: 1;
        display: -webkit-flex;
        -webkit-flex-direction: row;
        -webkit-justify-content: flex-start;
        -webkit-align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        transition: opacity 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out, opacity 0.3s, height 0.3s;
        transition: transform 0.3s ease-out, opacity 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
        pointer-events: none; }

.fire-retardant-page-2 .fire-retardant-youtube-videos {
  display: flex;
  justify-content: center;
  width: 98.6vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 2rem;
  margin-left: calc(50% - 49.3vw);
  background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/DarkGreyFloralPattern.png"); }
  @media screen and (max-width: 801.98px) {
    .fire-retardant-page-2 .fire-retardant-youtube-videos {
      flex-direction: column;
      align-items: center;
      padding-left: 4rem;
      padding-right: 4rem; } }
  .fire-retardant-page-2 .fire-retardant-youtube-videos > iframe {
    width: 30%;
    height: 16rem;
    background-color: green; }
    @media screen and (max-width: 801.98px) {
      .fire-retardant-page-2 .fire-retardant-youtube-videos > iframe {
        width: 100%;
        height: 25rem; } }
    .fire-retardant-page-2 .fire-retardant-youtube-videos > iframe:first-child {
      margin-right: 3rem; }
      @media screen and (max-width: 801.98px) {
        .fire-retardant-page-2 .fire-retardant-youtube-videos > iframe:first-child {
          margin-right: 0;
          margin-bottom: 3rem; } }

.fire-retardant-page-2 .fire-retardant-industry-leader {
  position: relative;
  border-top: 1px solid #000;
  margin-top: 5rem;
  padding-top: 3rem;
  text-align: center; }
  .fire-retardant-page-2 .fire-retardant-industry-leader > h2 {
    color: #36893b;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    position: absolute;
    left: calc(50% - 15rem);
    top: -4.5rem;
    width: 30rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff; }
  .fire-retardant-page-2 .fire-retardant-industry-leader > p {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2rem;
    font-size: 1rem; }
  .fire-retardant-page-2 .fire-retardant-industry-leader > h3 {
    font-weight: 600;
    font-size: 28px; }
  .fire-retardant-page-2 .fire-retardant-industry-leader .fire-retardant-industry-leader--places-container {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-justify-content: space-around;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 2rem;
    font-style: italic;
    margin-bottom: 4rem; }
    @media screen and (max-width: 801.98px) {
      .fire-retardant-page-2 .fire-retardant-industry-leader .fire-retardant-industry-leader--places-container {
        flex-wrap: wrap; } }
    .fire-retardant-page-2 .fire-retardant-industry-leader .fire-retardant-industry-leader--places-container > ul {
      list-style: none;
      margin-left: 0; }
      @media screen and (max-width: 801.98px) {
        .fire-retardant-page-2 .fire-retardant-industry-leader .fire-retardant-industry-leader--places-container > ul {
          flex-basis: 40%; } }
      @media screen and (max-width: 551.98px) {
        .fire-retardant-page-2 .fire-retardant-industry-leader .fire-retardant-industry-leader--places-container > ul {
          flex-basis: 40%; } }

.fire-retardant-page-2 .fire-retardant--gallery {
  display: flex;
  justify-content: space-between;
  width: 98.6vw;
  margin-left: calc(50% - 49.3vw); }
  .fire-retardant-page-2 .fire-retardant--gallery > img {
    display: block;
    width: 24.9%;
    height: 100%;
    object-fit: cover; }
    @media screen and (max-width: 551.98px) {
      .fire-retardant-page-2 .fire-retardant--gallery > img {
        display: none; } }
  .fire-retardant-page-2 .fire-retardant--gallery > .productCarousel {
    display: none; }
    @media screen and (max-width: 551.98px) {
      .fire-retardant-page-2 .fire-retardant--gallery > .productCarousel img {
        width: 100vw; } }
    @media screen and (max-width: 551.98px) {
      .fire-retardant-page-2 .fire-retardant--gallery > .productCarousel {
        display: block;
        width: 100vw;
        padding: 0;
        margin: 0; }
        .fire-retardant-page-2 .fire-retardant--gallery > .productCarousel .productCarousel-slide {
          padding-left: 0;
          padding-right: 0; } }

.fire-retardant-page-2 .our-clients {
  margin-top: 6rem;
  margin-bottom: 6rem; }
  .fire-retardant-page-2 .our-clients > h1 {
    display: none; }
  .fire-retardant-page-2 .our-clients .our-clients-list {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    display: flex;
    justify-content: space-between; }
    .fire-retardant-page-2 .our-clients .our-clients-list img {
      width: 30%;
      max-height: 75px;
      padding-top: 0;
      padding-bottom: 0;
      border-top: none;
      border-bottom: none; }
      @media screen and (max-width: 1311.98px) {
        .fire-retardant-page-2 .our-clients .our-clients-list img {
          width: 16%; } }

.fire-retardant-page-2 .fire-retardant--faqs-container {
  width: 98.6vw;
  margin-left: calc(50% - 49.3vw);
  padding-top: 1rem;
  background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/IFR_Faq_Fade.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left; }
  .fire-retardant-page-2 .fire-retardant--faqs-container .container {
    max-width: unset; }
    .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs {
      position: relative;
      margin-top: 5rem;
      padding-top: 3rem;
      padding-bottom: 2rem;
      max-width: unset; }
      .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs::before, .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs::after {
        content: '';
        position: absolute;
        top: 0;
        border-top: solid thin; }
      .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs::before {
        right: calc(50% + 20rem);
        left: 6rem; }
      .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs::after {
        right: 6rem;
        left: calc(50% + 20rem); }
      .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs > h2 {
        position: absolute;
        left: calc(50% - 20rem);
        top: -4.5rem;
        width: 40rem;
        max-width: 100%;
        color: #36893b;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-weight: 700;
        font-size: 28px;
        text-align: center;
        background-color: #fff; }
        @media screen and (max-width: 959.98px) {
          .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs > h2 {
            background-color: transparent; } }
        @media screen and (max-width: 551.98px) {
          .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs > h2 {
            left: 0;
            right: 0;
            transform: translate(0, -50%); } }
      .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs .fire-retardant--faqs-list {
        list-style: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px; }
        .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs .fire-retardant--faqs-list .fire-retardant--faqs-element {
          margin-bottom: 10px; }
          .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs .fire-retardant--faqs-list .fire-retardant--faqs-element .fire-retardant--faq-component {
            border-bottom: none;
            position: relative; }
            .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs .fire-retardant--faqs-list .fire-retardant--faqs-element .fire-retardant--faq-component img {
              width: 20px;
              height: 20px; }
            .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs .fire-retardant--faqs-list .fire-retardant--faqs-element .fire-retardant--faq-component > label {
              padding: 1.5rem 4rem 1.5rem 2rem;
              height: auto;
              line-height: initial;
              font-size: 18px;
              background-color: #fff;
              display: block;
              color: #36893b; }
            .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs .fire-retardant--faqs-list .fire-retardant--faqs-element .fire-retardant--faq-component input {
              display: none; }
              .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs .fire-retardant--faqs-list .fire-retardant--faqs-element .fire-retardant--faq-component input:checked ~ .plus-icon {
                display: block; }
              .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs .fire-retardant--faqs-list .fire-retardant--faqs-element .fire-retardant--faq-component input ~ .plus-icon {
                display: none; }
              .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs .fire-retardant--faqs-list .fire-retardant--faqs-element .fire-retardant--faq-component input ~ .fire-retardant--faq-component-description {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                opacity: 1; }
              .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs .fire-retardant--faqs-list .fire-retardant--faqs-element .fire-retardant--faq-component input:checked ~ .fire-retardant--faq-component-description {
                height: 0;
                -webkit-transform: translateY(-100px);
                -ms-transform: translateY(-100px);
                transform: translateY(-100px);
                opacity: 0;
                transition: opacity 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
                transition: transform 0.3s ease-out, opacity 0.3s, height 0.3s;
                transition: transform 0.3s ease-out, opacity 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
                padding-top: 0;
                padding-bottom: 0; }
            .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs .fire-retardant--faqs-list .fire-retardant--faqs-element .fire-retardant--faq-component .plus-icon,
            .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs .fire-retardant--faqs-list .fire-retardant--faqs-element .fire-retardant--faq-component .minus-icon {
              position: absolute;
              top: 0.8rem;
              right: 1rem;
              pointer-events: none; }
            .fire-retardant-page-2 .fire-retardant--faqs-container .container.fire-retardant--faqs .fire-retardant--faqs-list .fire-retardant--faqs-element .fire-retardant--faq-component > .fire-retardant--faq-component-description {
              -webkit-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              padding: 1rem 2rem;
              font-size: 1rem;
              line-height: 2rem;
              transition: opacity 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
              transition: transform 0.3s ease-out, opacity 0.3s, height 0.3s;
              transition: transform 0.3s ease-out, opacity 0.3s, height 0.3s, -webkit-transform 0.3s ease-out;
              pointer-events: none; }
  .fire-retardant-page-2 .fire-retardant--faqs-container .fire-retardant--faqs-shop {
    display: block;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    color: #36893b; }
    .fire-retardant-page-2 .fire-retardant--faqs-container .fire-retardant--faqs-shop img {
      display: none; }

.design-center .page-heading {
  text-align: left; }

.design-center .design-center-p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin-bottom: 40px; }

.design-center .galleries-div {
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -18px;
  padding-bottom: 39px; }
  @media screen and (max-width: 767.98px) {
    .design-center .galleries-div {
      flex-wrap: wrap; } }
  .design-center .galleries-div:last-child {
    padding-bottom: 21px; }
  .design-center .galleries-div .gallery-card-2column {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 18px;
    vertical-align: top; }
    @media screen and (max-width: 767.98px) {
      .design-center .galleries-div .gallery-card-2column {
        width: 100%;
        padding-bottom: 39px; }
        .design-center .galleries-div .gallery-card-2column:last-child {
          padding-bottom: 0; } }
    .design-center .galleries-div .gallery-card-2column .gallery-card-link {
      display: inline-block;
      width: 100%;
      background-color: #f0f0f0;
      transition: all .3s ease-in-out;
      font-size: 0;
      text-decoration: none;
      text-align: center; }
      .design-center .galleries-div .gallery-card-2column .gallery-card-link:hover div {
        color: #36893b; }
      .design-center .galleries-div .gallery-card-2column .gallery-card-link .gallery-image {
        display: inline-block;
        width: 100%;
        height: 330px;
        border: 1px solid #f0f0f0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        .design-center .galleries-div .gallery-card-2column .gallery-card-link .gallery-image.img-polyblend {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/polyblend.png"); }
        .design-center .galleries-div .gallery-card-2column .gallery-card-link .gallery-image.img-greenwall {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Greenwall.png"); }
        .design-center .galleries-div .gallery-card-2column .gallery-card-link .gallery-image.img-atrium {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/atrium2.png"); }
        .design-center .galleries-div .gallery-card-2column .gallery-card-link .gallery-image.img-wonderland {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/pages/christmas-winter-wonderland/images/Christmas_DallasShowroom%202023.png"); }
      .design-center .galleries-div .gallery-card-2column .gallery-card-link .gallery-itemlist {
        padding: 19px 5px 16px 5px;
        border-top-style: none;
        color: #000;
        background-color: #fff;
        line-height: 42px;
        font-weight: 700;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
        font-size: 28px; }

.design-center.gallery {
  padding-top: 0;
  margin: 18px 0 0 0; }
  .design-center.gallery .breadcrumbs-and-title-section {
    float: right;
    width: 39%;
    padding-left: 50px; }
    @media screen and (max-width: 1144.98px) {
      .design-center.gallery .breadcrumbs-and-title-section {
        width: 50%; } }
    @media screen and (max-width: 767.98px) {
      .design-center.gallery .breadcrumbs-and-title-section {
        width: 100%;
        padding-left: 0; } }
    .design-center.gallery .breadcrumbs-and-title-section .breadcrumbs {
      font-size: 16px !important;
      font-weight: 700;
      font-style: normal; }
      .design-center.gallery .breadcrumbs-and-title-section .breadcrumbs .breadcrumb {
        display: inline-block;
        float: none; }
    .design-center.gallery .breadcrumbs-and-title-section .gallery-title {
      font-weight: 700;
      font-size: 22px;
      color: #000;
      text-transform: uppercase;
      margin-top: 0; }
  .design-center.gallery .gallery-images-section {
    float: left;
    width: 61%;
    font-size: 0;
    margin-bottom: 10px; }
    @media screen and (max-width: 1144px) {
      .design-center.gallery .gallery-images-section {
        width: 50%; } }
    @media screen and (max-width: 767.98px) {
      .design-center.gallery .gallery-images-section {
        width: 100%;
        padding-left: 0; } }
    .design-center.gallery .gallery-images-section .main-gallery-image-wrapper {
      position: relative;
      height: 490px; }
      @media screen and (max-width: 479.98px) {
        .design-center.gallery .gallery-images-section .main-gallery-image-wrapper {
          height: 262px; } }
      .design-center.gallery .gallery-images-section .main-gallery-image-wrapper .main-gallery-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-blend-mode: darken;
        opacity: 0;
        transition: opacity 1.36s ease-in; }
        .design-center.gallery .gallery-images-section .main-gallery-image-wrapper .main-gallery-image:first-child {
          opacity: 1; }
        .design-center.gallery .gallery-images-section .main-gallery-image-wrapper .main-gallery-image.polyblend-image {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/polyblend.png"); }
        .design-center.gallery .gallery-images-section .main-gallery-image-wrapper .main-gallery-image.greenwall-image {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Greenwall.png"); }
      .design-center.gallery .gallery-images-section .main-gallery-image-wrapper .goto-previous {
        width: 30px;
        height: 100px;
        border: 0;
        background-color: #36893b;
        right: -1px;
        position: absolute;
        display: block;
        line-height: 0;
        font-size: 0;
        cursor: pointer;
        background: 0 0;
        background-color: #36893b;
        color: transparent;
        top: 50%;
        transform: translate(0, -50%);
        transition: all 0.3s ease-in-out;
        z-index: 1; }
        .design-center.gallery .gallery-images-section .main-gallery-image-wrapper .goto-previous:hover {
          background-color: #e2e2e2 !important; }
        .design-center.gallery .gallery-images-section .main-gallery-image-wrapper .goto-previous::before {
          content: "";
          background-position: 50%;
          background-repeat: repeat;
          background-size: 100%;
          display: block;
          background-position: center;
          width: 10px;
          height: 18px;
          background-image: url(https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow-white.png);
          position: absolute;
          top: 50%;
          bottom: 50%;
          transform: translate(10px, -50%); }
      .design-center.gallery .gallery-images-section .main-gallery-image-wrapper .goto-next {
        width: 30px;
        height: 100px;
        border: 0;
        background-color: #36893b;
        left: -1px;
        position: absolute;
        display: block;
        line-height: 0;
        font-size: 0;
        cursor: pointer;
        background: 0 0;
        background-color: #36893b;
        color: transparent;
        top: 50%;
        transform: translate(0, -50%);
        transition: all 0.3s ease-in-out;
        z-index: 1; }
        .design-center.gallery .gallery-images-section .main-gallery-image-wrapper .goto-next:hover {
          background-color: #e2e2e2 !important; }
        .design-center.gallery .gallery-images-section .main-gallery-image-wrapper .goto-next::before {
          content: "";
          background-position: 50%;
          background-repeat: repeat;
          background-size: 100%;
          display: block;
          background-position: center;
          width: 10px;
          height: 18px;
          background-image: url(https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow-white.png);
          position: absolute;
          top: 50%;
          bottom: 50%;
          transform: translate(10px, -50%) rotate(180deg); }
  .design-center.gallery .description-section {
    float: right;
    width: 39%;
    padding-left: 50px; }
    @media screen and (max-width: 1144px) {
      .design-center.gallery .description-section {
        width: 50%; } }
    @media screen and (max-width: 767.98px) {
      .design-center.gallery .description-section {
        width: 100%;
        padding-left: 0; } }
    .design-center.gallery .description-section .section-p {
      line-height: 26px;
      font-size: 16px;
      font-weight: 400; }
  .design-center.gallery .features-and-social-section {
    width: 39%;
    float: right;
    padding-left: 50px; }
    @media screen and (max-width: 1144px) {
      .design-center.gallery .features-and-social-section {
        width: 50%; } }
    @media screen and (max-width: 767.98px) {
      .design-center.gallery .features-and-social-section {
        width: 100%;
        padding-left: 0; } }
    .design-center.gallery .features-and-social-section .features-list {
      font-size: 14px;
      font-weight: 600;
      display: inline-block;
      margin-bottom: 0; }
      .design-center.gallery .features-and-social-section .features-list li {
        margin-bottom: 1em; }
    .design-center.gallery .features-and-social-section .social-icons .social-p {
      font-size: 14px;
      font-style: italic;
      color: #36893b;
      font-weight: 400;
      display: inline-block;
      margin: 0; }
    .design-center.gallery .features-and-social-section .social-icons .social-icons-list {
      position: relative;
      left: -18px;
      margin-left: 0; }
      .design-center.gallery .features-and-social-section .social-icons .social-icons-list .socialLinks-item {
        display: inline-block;
        font-size: 0; }
        .design-center.gallery .features-and-social-section .social-icons .social-icons-list .socialLinks-item .icon {
          height: 46px;
          width: 46px;
          background-size: 46px 46px;
          background-repeat: no-repeat;
          background-position: center;
          -webkit-filter: brightness(90%);
          filter: brightness(90%); }
          .design-center.gallery .features-and-social-section .social-icons .social-icons-list .socialLinks-item .icon.icon--facebook {
            background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/SocialMedia_Facebook.png); }
          .design-center.gallery .features-and-social-section .social-icons .social-icons-list .socialLinks-item .icon.icon--twitter {
            background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/SocialMedia_Twitter.png); }
          .design-center.gallery .features-and-social-section .social-icons .social-icons-list .socialLinks-item .icon.icon--google {
            background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/SocialMedia_GooglePlus.png"); }
          .design-center.gallery .features-and-social-section .social-icons .social-icons-list .socialLinks-item .icon.icon--pinterest {
            background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/SocialMedia_Pinterest.png); }
  .design-center.gallery .products-used-section {
    clear: both;
    overflow: visible;
    position: relative;
    top: 20px;
    margin-bottom: 20px;
    padding-top: 1px;
    padding-bottom: 11px;
    background-color: #f3f4f4; }
    .design-center.gallery .products-used-section::before {
      content: ' ';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -2000px;
      right: -2000px;
      z-index: -1;
      background-color: #f3f4f4; }
    .design-center.gallery .products-used-section .section-header {
      font-size: 20px;
      font-weight: 600;
      margin-top: 2.28571rem; }
    .design-center.gallery .products-used-section .nhp-main-content .nhp-content-div .nhp-whats-new-box .nhp-whats-new-images .productGrid .slick-prev {
      left: 11px;
      transform: rotate(180deg) translate(0, 50%);
      width: 30px;
      height: 100px;
      border: 0;
      background-color: #36893b;
      transition: all 0.3s ease-in-out; }
      .design-center.gallery .products-used-section .nhp-main-content .nhp-content-div .nhp-whats-new-box .nhp-whats-new-images .productGrid .slick-prev::before {
        width: 10px;
        height: 18px;
        background-image: url(https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow-white.png); }
      .design-center.gallery .products-used-section .nhp-main-content .nhp-content-div .nhp-whats-new-box .nhp-whats-new-images .productGrid .slick-prev:hover:before {
        opacity: 1; }
      .design-center.gallery .products-used-section .nhp-main-content .nhp-content-div .nhp-whats-new-box .nhp-whats-new-images .productGrid .slick-prev:hover {
        background-color: #e2e2e2 !important; }
    .design-center.gallery .products-used-section .nhp-main-content .nhp-content-div .nhp-whats-new-box .nhp-whats-new-images .productGrid .slick-next {
      right: 8px;
      transform: translate(0, -50%);
      width: 30px;
      top: 50%;
      height: 100px;
      border: 0;
      background-color: #36893b;
      bottom: 50%;
      transition: all 0.3s ease-in-out; }
      .design-center.gallery .products-used-section .nhp-main-content .nhp-content-div .nhp-whats-new-box .nhp-whats-new-images .productGrid .slick-next::before {
        width: 10px;
        height: 18px;
        background-image: url(https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow-white.png); }
      .design-center.gallery .products-used-section .nhp-main-content .nhp-content-div .nhp-whats-new-box .nhp-whats-new-images .productGrid .slick-next:hover:before {
        opacity: 1; }
      .design-center.gallery .products-used-section .nhp-main-content .nhp-content-div .nhp-whats-new-box .nhp-whats-new-images .productGrid .slick-next:hover {
        background-color: #e2e2e2 !important; }
  .design-center.gallery .aesthetic-design-tips-section {
    width: 50%;
    padding-right: 21px;
    float: left; }
    @media screen and (max-width: 767.98px) {
      .design-center.gallery .aesthetic-design-tips-section {
        width: 100%;
        padding-right: 0; } }
    .design-center.gallery .aesthetic-design-tips-section .section-header {
      font-size: 20px;
      font-weight: 600;
      margin-top: 2.28571rem; }
    .design-center.gallery .aesthetic-design-tips-section .aesthetic-tip-p {
      padding-bottom: 1em;
      border-bottom: 1px solid #dfdfdf;
      font-weight: 500; }
  .design-center.gallery .functional-design-tips-section {
    width: 50%;
    float: right;
    padding-left: 21px; }
    @media screen and (max-width: 767.98px) {
      .design-center.gallery .functional-design-tips-section {
        width: 100%;
        padding-left: 0; } }
    .design-center.gallery .functional-design-tips-section .section-header {
      font-size: 20px;
      font-weight: 600;
      margin-top: 2.28571rem; }
    .design-center.gallery .functional-design-tips-section .section-p {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #000; }

.design-center .atrium1 {
  background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/atrium1.jpg"); }

.design-center .atrium2 {
  background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/atrium2.jpg"); }

.design-center .atrium3 {
  background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/atrium3.jpg"); }

.design-center .three-column-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 7px;
  margin-bottom: 10px; }
  .design-center .three-column-images .three-column.gallery-image {
    width: 32.5%;
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer; }
    @media screen and (max-width: 479.98px) {
      .design-center .three-column-images .three-column.gallery-image {
        height: 68px; } }

.design-center .wonderland1 {
  background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/fireplace-blackbronzetree.jpg"); }

.design-center .wonderland2 {
  background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/peggypine-bluewhiteaccents.jpg"); }

.design-center .wonderland3 {
  background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/nikko-burgundyrose.jpg"); }

.design-center .wonderland4 {
  background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/flockedtreeredgold.jpg"); }

.design-center .wonderland5 {
  background-image: url("https://autographfoliages.com/product_images/uploaded_images/flockedwalden-deepred-white-green.jpg"); }

.design-center .wonderland6 {
  background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/flocked-tree-with-white-and-naturalpinecone.jpg"); }

.design-center .wonderland7 {
  background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/flockedbluemarin-green.jpg"); }

.design-center .wonderland8 {
  background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/sprucetree-purplegarlandgoldglitter.jpg"); }

.design-center .wonderland9 {
  background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/flocked-tree-rosegold-copper.jpg"); }

.powr-contact-form .catalog-slider {
  margin-bottom: 37px; }
  .powr-contact-form .catalog-slider .catalog-slides {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 420.98px) {
      .powr-contact-form .catalog-slider .catalog-slides {
        flex-wrap: wrap; } }
    .powr-contact-form .catalog-slider .catalog-slides .catalog-slide {
      margin: 0 19px;
      text-align: center;
      background: #fff 0 0 no-repeat padding-box;
      box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 420.98px) {
        .powr-contact-form .catalog-slider .catalog-slides .catalog-slide {
          margin-bottom: 19px; }
          .powr-contact-form .catalog-slider .catalog-slides .catalog-slide:last-child {
            margin-bottom: 0; } }
      .powr-contact-form .catalog-slider .catalog-slides .catalog-slide .catalog {
        padding: 30px;
        font-size: 16px;
        display: inline-block;
        padding-bottom: 10px; }
        .powr-contact-form .catalog-slider .catalog-slides .catalog-slide .catalog img {
          width: 215px;
          margin: 0 auto; }
      .powr-contact-form .catalog-slider .catalog-slides .catalog-slide .content {
        padding: 30px;
        padding-top: 0;
        padding-bottom: 22px; }
        .powr-contact-form .catalog-slider .catalog-slides .catalog-slide .content span {
          display: block;
          font-size: 28px;
          line-height: 42px;
          font-weight: 700; }
        .powr-contact-form .catalog-slider .catalog-slides .catalog-slide .content p {
          font-size: 18px;
          line-height: 27px;
          font-weight: 400;
          max-width: 180px;
          display: inline-block;
          margin-bottom: 0; }

.christmas-guide-interior-header {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://store-evuwutoqz2.mybigcommerce.com/content/img/Christmas_Guide_MainBanner1.png);
  background-size: initial;
  background-size: cover;
  background-position: 50% 72%;
  background-repeat: no-repeat;
  height: 440px;
  margin-top: 134px; }
  @media screen and (max-width: 1695.98px) {
    .christmas-guide-interior-header {
      margin-top: 120px; } }
  @media screen and (max-width: 959.98px) {
    .christmas-guide-interior-header {
      margin-top: 2px;
      text-align: center; } }
  .christmas-guide-interior-header .header-logo.header-logo--christmasguide-2 {
    background-color: transparent;
    padding-bottom: 0;
    margin-bottom: -1rem; }
  .christmas-guide-interior-header .header-logo.header-logo--christmasguide {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 12rem 0 4rem; }
    .christmas-guide-interior-header .header-logo.header-logo--christmasguide > .header-logo {
      width: 100%;
      border: none;
      margin-top: 0;
      margin-bottom: 0; }
      .christmas-guide-interior-header .header-logo.header-logo--christmasguide > .header-logo .title-content {
        padding-bottom: 100px;
        padding-left: 17.3rem; }
        @media screen and (max-width: 959.98px) {
          .christmas-guide-interior-header .header-logo.header-logo--christmasguide > .header-logo .title-content {
            padding-left: 0; } }
        .christmas-guide-interior-header .header-logo.header-logo--christmasguide > .header-logo .title-content .header-logo--title {
          font-size: 40px;
          font-weight: 700;
          line-height: 64px;
          color: #fff; }

.christmas-guide-text-section {
  background: #36893B url(https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/quality-bg.png) no-repeat center center/100% 100%;
  padding: 38px 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px; }
  .christmas-guide-text-section .christmas-guide-intro {
    display: flex;
    justify-content: center; }
    .christmas-guide-text-section .christmas-guide-intro .christmas-guide-text-white {
      text-align: center;
      color: #fff;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      max-width: 1222px; }
      .christmas-guide-text-section .christmas-guide-intro .christmas-guide-text-white p {
        color: #fff;
        margin-bottom: 0; }
      .christmas-guide-text-section .christmas-guide-intro .christmas-guide-text-white a {
        color: #000; }
        .christmas-guide-text-section .christmas-guide-intro .christmas-guide-text-white a:hover {
          color: #fff;
          opacity: .8; }

.christmas-guide-body-content .christmas-guide-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
  width: 100%;
  max-width: 1480px; }
  .christmas-guide-body-content .christmas-guide-container .christmas_catsection_tiles .christmas_width_container_flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px; }
    @media screen and (max-width: 1479.98px) {
      .christmas-guide-body-content .christmas-guide-container .christmas_catsection_tiles .christmas_width_container_flex {
        justify-content: center; } }
    .christmas-guide-body-content .christmas-guide-container .christmas_catsection_tiles .christmas_width_container_flex .christmas_cat_box {
      width: 100%;
      max-width: 330px;
      text-align: center;
      margin: 0 20px;
      box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
      margin-bottom: 40px;
      border: 1px solid transparent; }
      .christmas-guide-body-content .christmas-guide-container .christmas_catsection_tiles .christmas_width_container_flex .christmas_cat_box:hover {
        color: #36893B;
        border: 1px solid #36893B; }
      .christmas-guide-body-content .christmas-guide-container .christmas_catsection_tiles .christmas_width_container_flex .christmas_cat_box .christmas_cat_box_photo {
        height: 290px;
        width: 290px;
        text-align: center;
        display: inline-block;
        padding-top: 20px; }
      .christmas-guide-body-content .christmas-guide-container .christmas_catsection_tiles .christmas_width_container_flex .christmas_cat_box .christmas_cat_box_title {
        padding-bottom: 12px; }
        .christmas-guide-body-content .christmas-guide-container .christmas_catsection_tiles .christmas_width_container_flex .christmas_cat_box .christmas_cat_box_title div {
          font-size: 20px;
          line-height: 30px;
          font-weight: 700;
          color: #000; }
  .christmas-guide-body-content .christmas-guide-container .christmas_specialsection {
    padding: 10px 20px; }
    .christmas-guide-body-content .christmas-guide-container .christmas_specialsection .christmas_overlap_container {
      border: 1px solid #000;
      margin-top: 50px;
      margin-right: auto;
      margin-left: auto;
      padding-right: 20px;
      padding-bottom: 35px;
      padding-left: 20px;
      text-align: left; }
      @media screen and (max-width: 551.98px) {
        .christmas-guide-body-content .christmas-guide-container .christmas_specialsection .christmas_overlap_container {
          border: none;
          margin-top: 12px; } }
      .christmas-guide-body-content .christmas-guide-container .christmas_specialsection .christmas_overlap_container .christmas_heading_overlap {
        display: block;
        width: 80%;
        margin-top: -20px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        background-color: #fff;
        margin-bottom: 13px; }
        @media screen and (max-width: 551.98px) {
          .christmas-guide-body-content .christmas-guide-container .christmas_specialsection .christmas_overlap_container .christmas_heading_overlap {
            width: 100%; } }
        .christmas-guide-body-content .christmas-guide-container .christmas_specialsection .christmas_overlap_container .christmas_heading_overlap .christmas_subsectionheader2 {
          margin-top: 40px;
          margin-bottom: 0px;
          margin-left: 0px;
          padding-top: 0px;
          padding-left: 0px;
          border-top: 2px none #343433;
          border-bottom: 2px none #343433;
          color: #000;
          font-size: 40px;
          line-height: 60px;
          text-align: center;
          text-transform: capitalize;
          font-weight: 700; }
          .christmas-guide-body-content .christmas-guide-container .christmas_specialsection .christmas_overlap_container .christmas_heading_overlap .christmas_subsectionheader2.overlap {
            margin-top: 0px;
            padding-top: 5px;
            color: #343433; }
      .christmas-guide-body-content .christmas-guide-container .christmas_specialsection .christmas_overlap_container .christmas_chart_div .chart_row {
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 767.98px) {
          .christmas-guide-body-content .christmas-guide-container .christmas_specialsection .christmas_overlap_container .christmas_chart_div .chart_row {
            flex-wrap: wrap; } }
        .christmas-guide-body-content .christmas-guide-container .christmas_specialsection .christmas_overlap_container .christmas_chart_div .chart_row .christmas_chart_columnof3 {
          width: 26.5%;
          padding: 0px 10px 20px;
          float: left;
          border: 1px none #000;
          background-color: #fff;
          text-align: center; }
          @media screen and (max-width: 767.98px) {
            .christmas-guide-body-content .christmas-guide-container .christmas_specialsection .christmas_overlap_container .christmas_chart_div .chart_row .christmas_chart_columnof3 {
              width: 100%; } }
          .christmas-guide-body-content .christmas-guide-container .christmas_specialsection .christmas_overlap_container .christmas_chart_div .chart_row .christmas_chart_columnof3 .christmas_chart_title {
            font-size: 26px;
            line-height: 39px;
            color: #000;
            font-weight: 700;
            margin: 15px 0; }
          .christmas-guide-body-content .christmas-guide-container .christmas_specialsection .christmas_overlap_container .christmas_chart_div .chart_row .christmas_chart_columnof3 .christmas_chart_itemlist {
            min-height: 20px;
            margin-right: 10px;
            margin-left: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 0px;
            border-top: 1px solid #CCCCCC;
            font-weight: 400;
            font-size: 18px;
            color: #000; }
      .christmas-guide-body-content .christmas-guide-container .christmas_specialsection .christmas_overlap_container .christmas_chart_div .christmas_bullets {
        text-align: center !important;
        color: #000 !important;
        line-height: 26px !important;
        font-size: 16px !important; }

.christmas-guide-body-content .christmas_section.flocking {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: left;
  margin-top: 92px; }
  @media screen and (max-width: 551.98px) {
    .christmas-guide-body-content .christmas_section.flocking {
      margin-top: 12px; } }
  @media (max-width: 1440.98px) {
    .christmas-guide-body-content .christmas_section.flocking .christmas_chart_div3 {
      max-width: 1250px;
      margin: 0 auto; } }
  @media (max-width: 1280.98px) {
    .christmas-guide-body-content .christmas_section.flocking .christmas_chart_div3 {
      max-width: 1024px;
      margin: 0 auto; } }
  @media (max-width: 1024.98px) {
    .christmas-guide-body-content .christmas_section.flocking .christmas_chart_div3 {
      max-width: 93%;
      margin: 0 auto; } }
  .christmas-guide-body-content .christmas_section.flocking .christmas_chart_div3 .christmas_heading_overlap {
    display: block;
    width: 80%;
    margin-top: -20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    background-color: #fff;
    margin-bottom: 13px; }
    @media screen and (max-width: 551.98px) {
      .christmas-guide-body-content .christmas_section.flocking .christmas_chart_div3 .christmas_heading_overlap {
        width: 100%; } }
    .christmas-guide-body-content .christmas_section.flocking .christmas_chart_div3 .christmas_heading_overlap .christmas_subsectionheader2 {
      margin-top: 40px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding-top: 0px;
      padding-left: 0px;
      border-top: 2px none #343433;
      border-bottom: 2px none #343433;
      color: #000;
      font-size: 40px;
      line-height: 60px;
      text-align: center;
      text-transform: capitalize;
      font-weight: 700; }
      .christmas-guide-body-content .christmas_section.flocking .christmas_chart_div3 .christmas_heading_overlap .christmas_subsectionheader2.overlap {
        margin-top: 0px;
        padding-top: 5px;
        color: #343433; }
  .christmas-guide-body-content .christmas_section.flocking .christmas_chart_div3 .christmas-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    @media screen and (max-width: 959.98px) {
      .christmas-guide-body-content .christmas_section.flocking .christmas_chart_div3 .christmas-row {
        justify-content: inherit; } }
    @media screen and (max-width: 551.98px) {
      .christmas-guide-body-content .christmas_section.flocking .christmas_chart_div3 .christmas-row {
        flex-wrap: wrap; } }
    .christmas-guide-body-content .christmas_section.flocking .christmas_chart_div3 .christmas-row .christmas_column_typesofpvc {
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center; }
      @media screen and (max-width: 1024.98px) {
        .christmas-guide-body-content .christmas_section.flocking .christmas_chart_div3 .christmas-row .christmas_column_typesofpvc {
          width: 33.33%;
          padding: 0 20px; } }
      @media screen and (max-width: 551.98px) {
        .christmas-guide-body-content .christmas_section.flocking .christmas_chart_div3 .christmas-row .christmas_column_typesofpvc {
          width: 100%; } }
      .christmas-guide-body-content .christmas_section.flocking .christmas_chart_div3 .christmas-row .christmas_column_typesofpvc .christmas_chart_title {
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 18px;
        color: #000;
        font-weight: 500; }
      .christmas-guide-body-content .christmas_section.flocking .christmas_chart_div3 .christmas-row .christmas_column_typesofpvc .christmas_customflocking {
        font-size: 16px;
        margin-top: 0; }
  .christmas-guide-body-content .christmas_section.flocking .christmas_chart_caption {
    text-align: center !important;
    color: #000 !important;
    line-height: 26px !important;
    font-size: 16px !important; }

.christmas_specialsection {
  padding: 10px 20px; }
  @media (max-width: 1475.98px) {
    .christmas_specialsection {
      padding: 10px 40px; } }
  .christmas_specialsection .commercialtrees {
    margin-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    margin-top: 43px; }
    .christmas_specialsection .commercialtrees.christmas_overlap_container {
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      border: 1px solid #000;
      padding-bottom: 32px; }
      @media screen and (max-width: 551.98px) {
        .christmas_specialsection .commercialtrees.christmas_overlap_container {
          border: none; } }
      .christmas_specialsection .commercialtrees.christmas_overlap_container .christmas_heading_overlap {
        display: block;
        width: 80%;
        margin-top: -20px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        background-color: #fff;
        margin-bottom: 13px; }
        @media screen and (max-width: 551.98px) {
          .christmas_specialsection .commercialtrees.christmas_overlap_container .christmas_heading_overlap {
            width: 100%; } }
        .christmas_specialsection .commercialtrees.christmas_overlap_container .christmas_heading_overlap .christmas_subsectionheader2 {
          margin-top: 40px;
          margin-bottom: 0px;
          margin-left: 0px;
          padding-top: 0px;
          padding-left: 0px;
          border-top: 2px none #343433;
          border-bottom: 2px none #343433;
          color: #000;
          font-size: 40px;
          line-height: 60px;
          text-align: center;
          text-transform: capitalize;
          font-weight: 700; }
          .christmas_specialsection .commercialtrees.christmas_overlap_container .christmas_heading_overlap .christmas_subsectionheader2.overlap {
            margin-top: 0px;
            padding-top: 5px;
            color: #343433; }
      .christmas_specialsection .commercialtrees.christmas_overlap_container .christmas-row {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 767.98px) {
          .christmas_specialsection .commercialtrees.christmas_overlap_container .christmas-row {
            flex-wrap: wrap; } }
        .christmas_specialsection .commercialtrees.christmas_overlap_container .christmas-row .christmas-w-col {
          width: 33.33%; }
          @media screen and (max-width: 767.98px) {
            .christmas_specialsection .commercialtrees.christmas_overlap_container .christmas-row .christmas-w-col {
              width: 100%; } }
      .christmas_specialsection .commercialtrees.christmas_overlap_container .christmas_bullets {
        text-align: center !important;
        color: #000 !important;
        line-height: 26px !important;
        font-size: 16px !important; }
  .christmas_specialsection .flocking {
    display: flex !important;
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto; }
    @media screen and (max-width: 551.98px) {
      .christmas_specialsection .flocking {
        flex-wrap: wrap; } }
    .christmas_specialsection .flocking .christmas_columnleft_image {
      width: 30%;
      height: 250px; }
      @media screen and (max-width: 551.98px) {
        .christmas_specialsection .flocking .christmas_columnleft_image {
          width: 100%; } }
      .christmas_specialsection .flocking .christmas_columnleft_image.flockedtrees {
        background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/flocked.jpg");
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 83px; }
        @media screen and (max-width: 551.98px) {
          .christmas_specialsection .flocking .christmas_columnleft_image.flockedtrees {
            margin-top: 12px; } }
    .christmas_specialsection .flocking .christmas_columnright {
      width: 70%;
      padding-left: 40px;
      margin-top: 83px; }
      @media screen and (max-width: 551.98px) {
        .christmas_specialsection .flocking .christmas_columnright {
          width: 100%;
          margin-top: 12px;
          padding-left: 0; } }
      .christmas_specialsection .flocking .christmas_columnright .christmas_subsectionheader {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
        border-top: 1px solid #000;
        border-bottom: 1px none #000;
        font-size: 26px;
        line-height: 39px;
        color: #000;
        font-weight: 700; }
      .christmas_specialsection .flocking .christmas_columnright .christmas_bullets {
        color: #000;
        line-height: 26px;
        font-size: 16px; }
        .christmas_specialsection .flocking .christmas_columnright .christmas_bullets:last-child {
          margin-bottom: 10px; }
      .christmas_specialsection .flocking .christmas_columnright .button {
        margin-bottom: 0;
        margin-top: 16px; }
  .christmas_specialsection .christmas_catsection {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: transparent; }
    .christmas_specialsection .christmas_catsection .christmas_section {
      max-width: 1440px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      align-items: normal;
      padding-bottom: 40px; }
      @media screen and (max-width: 551.98px) {
        .christmas_specialsection .christmas_catsection .christmas_section {
          flex-wrap: wrap; } }
      .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnleft_image {
        width: 30%;
        height: 250px;
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #fff; }
        @media screen and (max-width: 551.98px) {
          .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnleft_image {
            width: 100%; } }
        .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnleft_image.non-traditional {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/specialty_trees.jpg"); }
        .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnleft_image.christmasnostalgia {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/vintagetrees.jpg");
          background-size: cover; }
        .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnleft_image.ledice {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/LED.jpg");
          background-size: cover; }
        .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnleft_image.commercial_wreaths {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/wreaths.jpg");
          background-size: cover; }
        .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnleft_image.pvc_garlands {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/garlands.jpg");
          background-size: cover; }
        .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnleft_image.lighting_decor {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/lighted_decor.jpg");
          background-size: cover; }
        .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnleft_image.ornaments {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/ornaments.jpg");
          background-size: cover; }
        .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnleft_image.glitteryaccents {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/glitteryaccents.jpg");
          background-size: cover; }
        .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnleft_image.coordinating {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/coordinatingsets.jpg");
          background-size: cover; }
      .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnright {
        width: 70%;
        padding-left: 40px; }
        @media screen and (max-width: 551.98px) {
          .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnright {
            width: 100%;
            padding-left: 0; } }
        .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnright .christmas_subsectionheader {
          padding-top: 20px;
          padding-bottom: 20px;
          padding-left: 0px;
          border-top: 1px solid #000;
          border-bottom: 1px none #000;
          font-size: 26px;
          line-height: 39px;
          color: #000;
          font-weight: 700; }
        .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnright .christmas_bullets {
          color: #000;
          line-height: 26px;
          font-size: 16px; }
        .christmas_specialsection .christmas_catsection .christmas_section .christmas_columnright .button {
          margin-bottom: 0;
          margin-top: 16px; }

.christmas_greysection {
  padding-top: 10px;
  padding-bottom: 50px; }
  .christmas_greysection.warranty {
    margin: 0 -20px;
    padding: 20px 20px 50px 20px;
    background-color: #f0f0f0; }
    .christmas_greysection.warranty .christmas_warrantytext_div,
    .christmas_greysection.warranty .christmas_section {
      margin: 0 auto;
      width: 100%;
      max-width: 1440px;
      margin-top: 20px; }
      .christmas_greysection.warranty .christmas_warrantytext_div .christmas-row,
      .christmas_greysection.warranty .christmas_section .christmas-row {
        display: flex;
        align-items: center; }
        @media (max-width: 551.98px) {
          .christmas_greysection.warranty .christmas_warrantytext_div .christmas-row,
          .christmas_greysection.warranty .christmas_section .christmas-row {
            flex-wrap: wrap; } }
        .christmas_greysection.warranty .christmas_warrantytext_div .christmas-row .warrantyseal,
        .christmas_greysection.warranty .christmas_section .christmas-row .warrantyseal {
          width: 16.67%; }
          @media (max-width: 551.98px) {
            .christmas_greysection.warranty .christmas_warrantytext_div .christmas-row .warrantyseal,
            .christmas_greysection.warranty .christmas_section .christmas-row .warrantyseal {
              width: 100%; } }
        .christmas_greysection.warranty .christmas_warrantytext_div .christmas-row .christmas-w-col-10,
        .christmas_greysection.warranty .christmas_section .christmas-row .christmas-w-col-10 {
          width: 83.67%; }
          @media (max-width: 551.98px) {
            .christmas_greysection.warranty .christmas_warrantytext_div .christmas-row .christmas-w-col-10,
            .christmas_greysection.warranty .christmas_section .christmas-row .christmas-w-col-10 {
              width: 100%; } }
          .christmas_greysection.warranty .christmas_warrantytext_div .christmas-row .christmas-w-col-10 .christmas_subsectionheader2,
          .christmas_greysection.warranty .christmas_section .christmas-row .christmas-w-col-10 .christmas_subsectionheader2 {
            font-size: 26px;
            line-height: 39px;
            color: #000;
            font-weight: 700; }
          .christmas_greysection.warranty .christmas_warrantytext_div .christmas-row .christmas-w-col-10 .christmas_paragraph_text_dark,
          .christmas_greysection.warranty .christmas_section .christmas-row .christmas-w-col-10 .christmas_paragraph_text_dark {
            color: #000;
            line-height: 26px;
            font-size: 16px; }
    .christmas_greysection.warranty .christmas_subparagraph {
      margin-top: 20px; }
      .christmas_greysection.warranty .christmas_subparagraph span {
        font-size: 16px;
        line-height: 26px;
        color: #000; }
        .christmas_greysection.warranty .christmas_subparagraph span .christmas_subsubheading {
          font-size: 26px;
          line-height: 39px;
          color: #000;
          font-weight: 700; }

.christmas_closing_section {
  background-color: #36893b;
  background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/closingimage.jpg");
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  margin: 0 -20px;
  padding: 70px 20px 120px 20px;
  margin-bottom: -10px; }
  @media screen and (max-width: 479.98px) {
    .christmas_closing_section {
      padding: 20px 30px; } }
  .christmas_closing_section .christmas_grey_outerbox {
    width: 70%;
    max-width: 1440px;
    min-height: 20px;
    margin-right: auto;
    margin-left: auto;
    border-style: solid;
    border-width: 5px;
    border-color: rgba(52, 52, 51, 0.75); }
    @media screen and (max-width: 479.98px) {
      .christmas_closing_section .christmas_grey_outerbox {
        width: 100%; } }
    .christmas_closing_section .christmas_grey_outerbox .christmas_green_innerbox {
      margin: 10px;
      background-color: rgba(30, 92, 35, 0.7);
      padding: 25px 0px 25px 0px; }
      .christmas_closing_section .christmas_grey_outerbox .christmas_green_innerbox .christmas_pointsofconcern_point {
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        padding: 20px 30px;
        line-height: 33px; }
        @media screen and (max-width: 479.98px) {
          .christmas_closing_section .christmas_grey_outerbox .christmas_green_innerbox .christmas_pointsofconcern_point {
            width: 90%; } }
        .christmas_closing_section .christmas_grey_outerbox .christmas_green_innerbox .christmas_pointsofconcern_point .christmas_happydecorating {
          font-weight: 700;
          text-transform: uppercase;
          font-size: 26px; }
          @media screen and (max-width: 479.98px) {
            .christmas_closing_section .christmas_grey_outerbox .christmas_green_innerbox .christmas_pointsofconcern_point .christmas_happydecorating {
              font-size: 18px; } }

#appView .blog.doublesize {
  box-shadow: 0 5px 3px -2px #000 !important; }

.christmas-lighting-guide-interior-header {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://store-evuwutoqz2.mybigcommerce.com/content/img/lightingguide_MainBanner.jpg");
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  height: 443px;
  margin-top: 134px; }
  @media (max-width: 1696.98px) {
    .christmas-lighting-guide-interior-header {
      margin-top: 120px; } }
  @media (max-width: 959.98px) {
    .christmas-lighting-guide-interior-header {
      margin-top: 2px; } }
  .christmas-lighting-guide-interior-header .header-logo--christmasguide {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 12rem 0 4rem;
    width: 100%; }
    .christmas-lighting-guide-interior-header .header-logo--christmasguide > .header-logo {
      width: 100%;
      border: none;
      margin-top: 0;
      margin-bottom: 0; }
      .christmas-lighting-guide-interior-header .header-logo--christmasguide > .header-logo .title-content {
        padding-bottom: 100px;
        padding-left: 17.3rem;
        text-align: left; }
        @media screen and (max-width: 959.98px) {
          .christmas-lighting-guide-interior-header .header-logo--christmasguide > .header-logo .title-content {
            padding-left: 0; } }
        .christmas-lighting-guide-interior-header .header-logo--christmasguide > .header-logo .title-content .header-logo--title {
          font-size: 40px;
          font-weight: 700;
          line-height: 64px;
          color: #fff; }
          @media (max-width: 480px) {
            .christmas-lighting-guide-interior-header .header-logo--christmasguide > .header-logo .title-content .header-logo--title {
              text-align: center; } }

.christmas-guide-body-content .christmas-guide-container .af_christmas_specialsection.lightbulbtypes {
  display: block;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  max-width: unset; }

.christmas-guide-body-content .christmas-guide-container .af_christmas_specialsection .lightbulbtypes {
  margin-bottom: 50px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  text-align: center; }
  @media (max-width: 479.98px) {
    .christmas-guide-body-content .christmas-guide-container .af_christmas_specialsection .lightbulbtypes {
      margin-bottom: 0px;
      padding-bottom: 0; } }
  .christmas-guide-body-content .christmas-guide-container .af_christmas_specialsection .lightbulbtypes.overlap_container {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #000;
    width: 100%;
    max-width: 1440px; }
    @media (max-width: 551.98px) {
      .christmas-guide-body-content .christmas-guide-container .af_christmas_specialsection .lightbulbtypes.overlap_container {
        border: none; } }
    @media (max-width: 479.98px) {
      .christmas-guide-body-content .christmas-guide-container .af_christmas_specialsection .lightbulbtypes.overlap_container {
        margin-top: 7px; } }

.christmas-guide-body-content .christmas-guide-container .af_christmas_specialsection .chart_div .chart_row {
  display: flex;
  margin: 0 -10px;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: transparent;
  align-items: baseline; }
  @media screen and (max-width: 767.98px) {
    .christmas-guide-body-content .christmas-guide-container .af_christmas_specialsection .chart_div .chart_row {
      flex-wrap: wrap; } }
  .christmas-guide-body-content .christmas-guide-container .af_christmas_specialsection .chart_div .chart_row .chart_columnof3 {
    width: 33.33%;
    padding: 0 10px; }
    @media screen and (max-width: 767.98px) {
      .christmas-guide-body-content .christmas-guide-container .af_christmas_specialsection .chart_div .chart_row .chart_columnof3 {
        width: 100%; } }
    .christmas-guide-body-content .christmas-guide-container .af_christmas_specialsection .chart_div .chart_row .chart_columnof3 .tree_application_image {
      width: 200px;
      margin-top: 0; }
    .christmas-guide-body-content .christmas-guide-container .af_christmas_specialsection .chart_div .chart_row .chart_columnof3 .lighting_chart_title {
      font-size: 16px;
      line-height: 26px;
      color: #000;
      font-weight: 400;
      margin-top: 15px;
      margin-bottom: 15px; }
    .christmas-guide-body-content .christmas-guide-container .af_christmas_specialsection .chart_div .chart_row .chart_columnof3 .lighting_cat_description {
      min-height: 20px;
      margin-right: 10px;
      margin-left: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 0px;
      border-top: 1px none #e0e0e0;
      font-weight: 300; }

.christmas-guide-body-content .christmas-guide-container.lt-guide {
  width: 100%;
  max-width: unset; }
  .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_designideas_section {
    margin: 0 -20px;
    margin-bottom: 20px;
    padding-bottom: 40px;
    background-color: #f0f0f0;
    display: inline-block; }
    .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_designideas_section .designideas_heading {
      margin-top: 45px;
      margin-bottom: 0px;
      margin-left: 0px;
      padding-top: 0px;
      padding-bottom: 40px;
      padding-left: 0px;
      border-top: 2px none #343433;
      border-bottom: 2px none #343433;
      color: #373739;
      font-size: 28px;
      line-height: 28px;
      text-align: center;
      text-transform: uppercase; }
    .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_designideas_section ._4column_div {
      width: 25%;
      float: left;
      min-height: 200px; }
      @media screen and (max-width: 767.98px) {
        .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_designideas_section ._4column_div {
          width: 100%; } }
      .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_designideas_section ._4column_div .designideas_image {
        width: 100%;
        height: 450px; }
        .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_designideas_section ._4column_div .designideas_image.designideas {
          border-right: 1px solid #f0f0f0;
          background-position: 50% 50%;
          background-size: cover;
          background-repeat: no-repeat; }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_designideas_section ._4column_div .designideas_image.designideas.idea1 {
            background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/lightingarrangement.jpg"); }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_designideas_section ._4column_div .designideas_image.designideas.idea2 {
            background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/alt_layering.jpg"); }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_designideas_section ._4column_div .designideas_image.designideas.idea3 {
            background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/mood_globes.jpg"); }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_designideas_section ._4column_div .designideas_image.designideas.idea4 {
            background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/designideas4.jpg"); }
      .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_designideas_section ._4column_div .designideas_caption {
        padding: 20px;
        font-weight: 400;
        text-align: center; }
  .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_types_section {
    padding-top: 0;
    padding-bottom: 0; }
    .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_types_section .af_christmas_section {
      margin-top: 0;
      padding-bottom: 10px;
      width: 100%;
      max-width: 1440px;
      margin: 0 auto; }
      .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_types_section .af_christmas_section .chart_div3 {
        min-height: 200px;
        padding: 0px 20px 20px;
        display: inline-block;
        border: 1px solid #000;
        background-color: transparent; }
        @media (max-width: 551.98px) {
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_types_section .af_christmas_section .chart_div3 {
            border: none;
            padding: 0 0 0 0; } }
        .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_types_section .af_christmas_section .chart_div3.overlap {
          width: 100%;
          margin-top: 70px;
          padding-right: 30px;
          padding-left: 30px; }
          @media (max-width: 551.98px) {
            .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_types_section .af_christmas_section .chart_div3.overlap {
              padding-left: 0 !important;
              padding-right: 0 !important; } }
  .christmas-guide-body-content .christmas-guide-container.lt-guide .heading_overlap {
    display: block;
    width: 80%;
    margin-top: -20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff; }
    .christmas-guide-body-content .christmas-guide-container.lt-guide .heading_overlap .lighting {
      padding-bottom: 60px; }
      @media (max-width: 479.98px) {
        .christmas-guide-body-content .christmas-guide-container.lt-guide .heading_overlap .lighting {
          padding-bottom: 15px; } }
      .christmas-guide-body-content .christmas-guide-container.lt-guide .heading_overlap .lighting.lp_subsectionheader2 {
        margin-bottom: 0px;
        margin-left: 0px;
        padding-left: 0px;
        line-height: 28px;
        text-align: center;
        text-transform: uppercase; }
        .christmas-guide-body-content .christmas-guide-container.lt-guide .heading_overlap .lighting.lp_subsectionheader2.overlap {
          margin-top: 0px;
          padding-top: 5px;
          color: #343433;
          font-size: 40px;
          font-weight: 700; }
          @media (max-width: 768px) {
            .christmas-guide-body-content .christmas-guide-container.lt-guide .heading_overlap .lighting.lp_subsectionheader2.overlap {
              font-size: 30px !important;
              line-height: 40px !important; } }
          @media (max-width: 567px) {
            .christmas-guide-body-content .christmas-guide-container.lt-guide .heading_overlap .lighting.lp_subsectionheader2.overlap {
              font-size: 24px !important;
              line-height: 34px !important; } }
    .christmas-guide-body-content .christmas-guide-container.lt-guide .heading_overlap .lp_subsectionheader2 {
      margin-bottom: 0px;
      margin-left: 0px;
      padding-left: 0px;
      font-size: 24px;
      font-weight: 700;
      line-height: 28px;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .christmas-guide-body-content .christmas-guide-container.lt-guide .heading_overlap .lp_subsectionheader2 {
          font-size: 30px !important;
          line-height: 40px !important; } }
      @media (max-width: 567px) {
        .christmas-guide-body-content .christmas-guide-container.lt-guide .heading_overlap .lp_subsectionheader2 {
          font-size: 24px !important;
          line-height: 34px !important; } }
      .christmas-guide-body-content .christmas-guide-container.lt-guide .heading_overlap .lp_subsectionheader2.overlap_textunderneath {
        margin-top: 0px;
        padding-top: 5px;
        padding-bottom: 32px;
        color: #343433; }
        @media (max-width: 479.98px) {
          .christmas-guide-body-content .christmas-guide-container.lt-guide .heading_overlap .lp_subsectionheader2.overlap_textunderneath {
            padding-bottom: 15px; } }
    .christmas-guide-body-content .christmas-guide-container.lt-guide .heading_overlap .lighting_caption {
      margin-top: 20px;
      margin-bottom: 30px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 300;
      text-align: center; }
  .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_caption {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 30px; }
  .christmas-guide-body-content .christmas-guide-container.lt-guide .row_lightingtypes {
    margin-top: 0px;
    margin-bottom: 0px; }
    .christmas-guide-body-content .christmas-guide-container.lt-guide .row_lightingtypes .column_lightingtypes {
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center; }
      .christmas-guide-body-content .christmas-guide-container.lt-guide .row_lightingtypes .column_lightingtypes.w-col-6 {
        width: 50%; }
        @media (max-width: 767.98px) {
          .christmas-guide-body-content .christmas-guide-container.lt-guide .row_lightingtypes .column_lightingtypes.w-col-6 {
            width: 100%; } }
        .christmas-guide-body-content .christmas-guide-container.lt-guide .row_lightingtypes .column_lightingtypes.w-col-6.w-col {
          position: relative;
          float: left;
          min-height: 1px;
          padding-left: 10px;
          padding-right: 10px; }
      .christmas-guide-body-content .christmas-guide-container.lt-guide .row_lightingtypes .column_lightingtypes .chart_prosandcons {
        width: 100%;
        padding: 20px 10px;
        float: left;
        background-color: #fff;
        text-align: center; }
        .christmas-guide-body-content .christmas-guide-container.lt-guide .row_lightingtypes .column_lightingtypes .chart_prosandcons .chart_title {
          margin-top: 20px;
          margin-bottom: 20px;
          color: #36893b;
          font-size: 21px;
          font-weight: 400; }
        .christmas-guide-body-content .christmas-guide-container.lt-guide .row_lightingtypes .column_lightingtypes .chart_prosandcons .chart_proscons_item {
          min-height: 20px;
          margin-right: 10px;
          margin-left: 10px;
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 0px;
          border-top: 1px solid #e0e0e0;
          font-size: 16px;
          font-weight: 400; }
  .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0; }
    .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 {
      min-height: 200px;
      padding: 0px 20px 20px;
      display: inline-block;
      border: 1px solid #000;
      background-color: transparent; }
      @media (max-width: 551.98px) {
        .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 {
          border: none;
          padding: 0 0 0 0; } }
      .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3.overlap {
        width: 100%;
        margin-top: 70px;
        padding-right: 30px;
        padding-left: 30px; }
        @media (max-width: 551.98px) {
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3.overlap {
            padding: 0 0 0 0; } }
        @media (max-width: 479.98px) {
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3.overlap {
            margin-top: 7px; } }
      .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .polarity_chart_div {
        max-width: 1040px;
        width: 100%;
        margin: 0 auto;
        text-align: center; }
        .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .polarity_chart_div .w-row {
          display: inline-block;
          width: 100%; }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .polarity_chart_div .w-row .w-col {
            width: 50%;
            float: left;
            position: relative;
            min-height: 1px;
            padding-left: 10px;
            padding-right: 10px; }
            @media (max-width: 767.98px) {
              .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .polarity_chart_div .w-row .w-col {
                width: 100%; } }
      .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .lighting_subheading {
        margin-top: 50px;
        margin-bottom: 40px;
        color: #36893b;
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        text-align: center;
        text-transform: none; }
      .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .lighting_troubleshooting_row {
        display: flex;
        padding: 10px 0;
        border-top: 1px solid #e0e0e0;
        width: 100%;
        max-width: 1040px;
        margin: 0 auto; }
        @media (max-width: 479.98px) {
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .lighting_troubleshooting_row {
            flex-wrap: wrap; } }
        .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .lighting_troubleshooting_row.w-row .w-col {
          position: relative;
          float: left;
          min-height: 1px;
          padding: 0 10px; }
          @media (max-width: 479.98px) {
            .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .lighting_troubleshooting_row.w-row .w-col {
              padding: 0 0; } }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .lighting_troubleshooting_row.w-row .w-col.w-col-3 {
            width: 25%; }
            @media (max-width: 479.98px) {
              .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .lighting_troubleshooting_row.w-row .w-col.w-col-3 {
                width: 100%; } }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .lighting_troubleshooting_row.w-row .w-col.w-col-9 {
            width: 75%; }
            @media (max-width: 479.98px) {
              .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .lighting_troubleshooting_row.w-row .w-col.w-col-9 {
                width: 100%; } }
            .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .lighting_troubleshooting_row.w-row .w-col.w-col-9 .lighting_troubleshooting_topic {
              margin-top: 50px;
              margin-bottom: 30px;
              padding-left: 10px;
              font-size: 16px;
              color: #000;
              line-height: 26px;
              font-weight: 400;
              text-align: left; }
              @media (max-width: 767.98px) {
                .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .lighting_troubleshooting_row.w-row .w-col.w-col-9 .lighting_troubleshooting_topic {
                  margin-top: 12px; } }
              @media (max-width: 479.98px) {
                .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_repairsection .af_christmas_section .chart_div3 .lighting_troubleshooting_row.w-row .w-col.w-col-9 .lighting_troubleshooting_topic {
                  margin-bottom: 0; } }
  .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0; }
    .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 {
      min-height: 200px;
      padding: 0px 20px 20px;
      display: inline-block;
      border: 1px solid #000;
      background-color: transparent; }
      @media (max-width: 551.98px) {
        .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 {
          border: none;
          padding: 0 0 0 0; } }
      .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3.overlap {
        width: 100%;
        margin-top: 70px;
        padding-right: 30px;
        padding-left: 30px; }
        @media (max-width: 551.98px) {
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3.overlap {
            padding: 0 0 0 0; } }
        @media (max-width: 479.98px) {
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3.overlap {
            margin-top: 7px; } }
      .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .points_image_div {
        width: 100%;
        margin-top: 30px;
        display: inline-block; }
        .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .points_image_div .points_image_column {
          width: 33%;
          min-height: 200px;
          float: left; }
          @media (max-width: 479.98px) {
            .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .points_image_div .points_image_column {
              width: 100%; } }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .points_image_div .points_image_column.points_image1 {
            background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/points8.jpg");
            background-position: 50% 0px;
            background-size: cover;
            background-repeat: no-repeat; }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .points_image_div .points_image_column.points_image2 {
            background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/points6.jpg");
            background-position: 50% 50%;
            background-size: cover;
            background-repeat: no-repeat; }
            @media (max-width: 479.98px) {
              .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .points_image_div .points_image_column.points_image2 {
                display: none; } }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .points_image_div .points_image_column.points_image3 {
            background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/points7.jpg");
            background-position: 50% 0px;
            background-size: cover;
            background-repeat: no-repeat; }
            @media (max-width: 479.98px) {
              .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .points_image_div .points_image_column.points_image3 {
                display: none; } }
      .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .hint-wrapper.pointsofconcern_point {
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        padding: 25px 0px;
        border-bottom: 1px solid #cccccc;
        color: #36893b;
        font-size: 18px;
        line-height: 33px;
        font-weight: 400;
        text-align: center; }
        @media (max-width: 767.98px) {
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .hint-wrapper.pointsofconcern_point {
            text-align: left;
            width: 100%; } }
        @media (max-width: 991px) {
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .hint-wrapper.pointsofconcern_point .points {
            padding-right: 70px; } }
        .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .hint-wrapper.pointsofconcern_point.firstpoint {
          margin-top: 20px; }
        .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .hint-wrapper.pointsofconcern_point .w-button {
          display: inline-block;
          padding: 9px 15px;
          color: white;
          border: 0;
          line-height: inherit;
          text-decoration: none;
          cursor: pointer;
          border-radius: 0; }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .hint-wrapper.pointsofconcern_point .w-button.pointstoggl_plus_point {
            background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Toggl_Plus_Icon.png");
            width: 40px;
            height: 40px;
            margin-top: -35px;
            float: right;
            background-color: transparent;
            background-position: 50% 50%;
            background-size: 100%;
            background-repeat: no-repeat; }
            @media (max-width: 480px) {
              .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .hint-wrapper.pointsofconcern_point .w-button.pointstoggl_plus_point {
                background-size: 70%; } }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .hint-wrapper.pointsofconcern_point .w-button.pointstoggl_minus_point {
            display: none;
            width: 40px;
            height: 40px;
            margin-top: -35px;
            float: right;
            background-color: transparent;
            background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Toggl_Minus_Icon.png");
            background-position: 50% 50%;
            background-size: cover;
            background-repeat: no-repeat; }
            @media (max-width: 480px) {
              .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .hint-wrapper.pointsofconcern_point .w-button.pointstoggl_minus_point {
                background-size: 70%; } }
        .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .hint-wrapper.pointsofconcern_point .helpfulhint_point {
          display: none; }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .hint-wrapper.pointsofconcern_point .helpfulhint_point .helpfulhint {
            margin-top: 10px;
            margin-bottom: 10px;
            color: #000;
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
            text-align: center;
            display: inline-block; }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .hint-wrapper.pointsofconcern_point .helpfulhint_point .ampgrid_top {
            border-top: 1px solid #000 !important;
            background-color: #f0f0f0; }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .hint-wrapper.pointsofconcern_point .helpfulhint_point .lighting_ampgrid {
            border-style: none solid solid;
            border-width: 1px;
            border-color: #000;
            /* border-top: 1px solid #000; */ }
          .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .hint-wrapper.pointsofconcern_point .helpfulhint_point .lighting_ampcolumn {
            border-right: 1px solid #000;
            width: 58.33333333%;
            float: left; }
        .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_pointsofconcern .af_christmas_section .chart_div3 .hint-wrapper.pointsofconcern_point.lastpoint {
          margin-bottom: 30px;
          padding-right: 0px;
          padding-left: 0px; }
  .christmas-guide-body-content .christmas-guide-container.lt-guide .lighting_section {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 31px;
    margin-top: 20px; }
  .christmas-guide-body-content .christmas-guide-container.lt-guide .christmas_closing_section {
    background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/closingimage-2.jpg"); }

.header-logo.header-logo--christmasguide-2 {
  background-color: transparent;
  padding-bottom: 0;
  margin-bottom: -1rem; }

.header-logo.header-logo--christmasguide {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 12rem 0 4rem; }
  .header-logo.header-logo--christmasguide > .header-logo {
    width: 100%;
    border: none;
    margin-top: 0;
    margin-bottom: 0; }
    .header-logo.header-logo--christmasguide > .header-logo .title-content {
      padding-bottom: 100px;
      padding-left: 17.3rem; }
      @media screen and (max-width: 959.98px) {
        .header-logo.header-logo--christmasguide > .header-logo .title-content {
          padding-left: 0; } }
      .header-logo.header-logo--christmasguide > .header-logo .title-content .header-logo--title {
        font-size: 40px;
        font-weight: 700;
        line-height: 64px;
        color: #fff; }

.christmas-tree-guide-interior-header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Christmas_Guide_MainBanner1.png");
  height: 384px;
  background-size: cover;
  background-position: 50% 72%;
  background-repeat: no-repeat;
  margin-top: 134px; }
  @media (max-width: 1696.98px) {
    .christmas-tree-guide-interior-header {
      margin-top: 120px; } }
  @media (max-width: 959.98px) {
    .christmas-tree-guide-interior-header {
      margin-top: 2px; } }
  .christmas-tree-guide-interior-header .header-logo--christmasguide-2 {
    background-color: transparent;
    padding-bottom: 0;
    margin-bottom: -1rem; }
    .christmas-tree-guide-interior-header .header-logo--christmasguide-2.header-logo--christmasguide {
      margin-top: 0;
      margin-right: 0;
      margin-left: 0;
      padding: 12rem 0 4rem; }

.overlap_container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  border: 1px solid #000;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  margin-top: 50px;
  margin-bottom: 50px; }

.ctrees_treetypes_section .ctrees_section {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto; }

.ctrees_flocking_section {
  display: inline-flex;
  width: 100%; }
  .ctrees_flocking_section .ct_chart_div {
    width: 100%;
    margin: 0 auto;
    max-width: 1440px;
    margin-top: 70px;
    border: 1px solid #000;
    padding: 0 30px; }
    .ctrees_flocking_section .ct_chart_div.overlap {
      width: 100%;
      padding-bottom: 50px; }

.chart_div .chart_row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -10px; }
  @media (max-width: 1220.98px) {
    .chart_div .chart_row {
      align-items: baseline; } }
  @media (max-width: 767.98px) {
    .chart_div .chart_row {
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media (max-width: 497.98px) {
    .chart_div .chart_row {
      justify-content: center; } }
  .chart_div .chart_row .chart_columnof5 {
    width: 20%;
    padding: 0 10px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .chart_div .chart_row .chart_columnof5 {
        width: 33.33%; } }
    @media (max-width: 498.98px) {
      .chart_div .chart_row .chart_columnof5 {
        width: 100%; } }
    .chart_div .chart_row .chart_columnof5.treewidths {
      margin-right: 10px; }
    .chart_div .chart_row .chart_columnof5 img {
      width: 300px; }
    .chart_div .chart_row .chart_columnof5 .ctrees_charttitle {
      margin-top: 15px;
      margin-bottom: 15px;
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      color: #000; }
    .chart_div .chart_row .chart_columnof5 .bullets {
      min-height: 20px;
      margin-right: 10px;
      margin-left: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 0px;
      font-size: 16px;
      font-weight: 400; }
  .chart_div .chart_row .chart_columnof3 {
    width: 26.5%;
    padding: 0px 10px 20px;
    float: left;
    border: 1px none #000;
    background-color: #fff;
    text-align: center; }
    @media (max-width: 767.98px) {
      .chart_div .chart_row .chart_columnof3 {
        width: 33.33%; } }
    @media (max-width: 551.98px) {
      .chart_div .chart_row .chart_columnof3 {
        width: 100% !important; } }
    .chart_div .chart_row .chart_columnof3 .chart_title {
      font-size: 26px;
      line-height: 39px;
      color: #000;
      font-weight: 700;
      margin: 15px 0; }
    .chart_div .chart_row .chart_columnof3 .chart_itemlist {
      min-height: 20px;
      margin-right: 10px;
      margin-left: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 0px;
      border-top: 1px solid #CCCCCC;
      font-weight: 400;
      font-size: 18px;
      color: #000; }

.ctrees_treetypes_section .ctrees_section {
  display: flex;
  margin-top: 70px; }
  @media (max-width: 767.98px) {
    .ctrees_treetypes_section .ctrees_section {
      flex-wrap: wrap;
      margin-top: 25px; } }
  .ctrees_treetypes_section .ctrees_section .ct_columnleft_image {
    width: 20%;
    height: 250px; }
    @media (max-width: 767.98px) {
      .ctrees_treetypes_section .ctrees_section .ct_columnleft_image {
        width: 100%; } }
    .ctrees_treetypes_section .ctrees_section .ct_columnleft_image.flockedtrees {
      background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/flocked.jpg");
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat; }
    .ctrees_treetypes_section .ctrees_section .ct_columnleft_image.ct-fluff-free {
      height: 300px;
      background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/flufffree.jpg");
      background-size: contain;
      background-repeat: no-repeat; }
    .ctrees_treetypes_section .ctrees_section .ct_columnleft_image.ct-pepvcmix {
      height: 300px;
      background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/pe-pvc-mix.jpg");
      background-size: contain;
      background-repeat: no-repeat; }
    .ctrees_treetypes_section .ctrees_section .ct_columnleft_image.ct-pvc {
      height: 300px;
      background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/PVC.jpg");
      background-size: contain;
      background-repeat: no-repeat; }
    .ctrees_treetypes_section .ctrees_section .ct_columnleft_image.ct-allplastic {
      height: 300px;
      background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/allplastic.jpg");
      background-size: contain;
      background-repeat: no-repeat; }
    .ctrees_treetypes_section .ctrees_section .ct_columnleft_image.ct-commercialframe {
      height: 300px;
      background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/commercial.jpg");
      background-size: contain;
      background-repeat: no-repeat; }
    .ctrees_treetypes_section .ctrees_section .ct_columnleft_image.ct-tinsel {
      height: 300px;
      background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/tinsel.jpg");
      background-size: contain;
      background-repeat: no-repeat; }
    .ctrees_treetypes_section .ctrees_section .ct_columnleft_image.ct-led {
      background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/ledicetrees.jpg");
      background-repeat: no-repeat;
      background-size: contain;
      height: 300px; }
    .ctrees_treetypes_section .ctrees_section .ct_columnleft_image.ct-specialty {
      background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/specialty.jpg");
      background-repeat: no-repeat;
      background-size: contain;
      height: 300px; }
  .ctrees_treetypes_section .ctrees_section .ct_columnright {
    width: 80%;
    padding-left: 40px; }
    @media (max-width: 767.98px) {
      .ctrees_treetypes_section .ctrees_section .ct_columnright {
        width: 100%;
        padding-left: 0;
        margin-top: 5px; } }
    .ctrees_treetypes_section .ctrees_section .ct_columnright .lp_subsectionheader {
      margin-bottom: 10px;
      margin-left: 0px;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 0px;
      border-top: 1px solid #000;
      color: #000;
      font-size: 24px;
      line-height: 28px;
      text-align: left;
      text-transform: uppercase; }
    .ctrees_treetypes_section .ctrees_section .ct_columnright .bullets {
      font-size: 16px;
      line-height: 26px;
      color: #000;
      font-weight: 400;
      margin-bottom: 24px; }

.ctrees_treetypes_section .ctrees_flocking_section .w-row .w-col {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left; }
  .ctrees_treetypes_section .ctrees_flocking_section .w-row .w-col.w-col-4 {
    width: 33.3333%; }
    @media (max-width: 551.98px) {
      .ctrees_treetypes_section .ctrees_flocking_section .w-row .w-col.w-col-4 {
        width: 100%; } }
  .ctrees_treetypes_section .ctrees_flocking_section .w-row .w-col.column_typesofpvc {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; }
  .ctrees_treetypes_section .ctrees_flocking_section .w-row .w-col .chart_title {
    margin-bottom: 20px;
    color: #000;
    font-size: 24px;
    font-weight: 700; }
    .ctrees_treetypes_section .ctrees_flocking_section .w-row .w-col .chart_title.flocking {
      margin-top: 30px; }
  .ctrees_treetypes_section .ctrees_flocking_section .w-row .w-col .customflocking {
    margin-top: 0;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400; }

.ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_title {
  width: 98%;
  margin: 30px auto 10px;
  padding-top: 30px;
  border-top: 1px solid #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #000;
  text-align: center;
  display: inline-block; }

.ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container {
  width: 50%;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 551.98px) {
    .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container {
      width: 100%; } }
  .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div {
    width: 14%;
    min-height: 20px;
    padding: 10px;
    float: left; }
    .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div .ct_colorswatch_circle {
      width: 35px;
      height: 35px;
      margin: 0 auto;
      border-radius: 100px; }
      .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div .ct_colorswatch_circle.color1 {
        background-color: #36583b; }
      .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div .ct_colorswatch_circle.color2 {
        background-color: #811a13; }
      .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div .ct_colorswatch_circle.color3 {
        background-color: #7a4926; }
      .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div .ct_colorswatch_circle.color4 {
        background-color: #1e1a17; }
      .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div .ct_colorswatch_circle.color5 {
        background-color: #513563; }
      .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div .ct_colorswatch_circle.color6 {
        background-color: #d6532c; }
      .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div .ct_colorswatch_circle.color7 {
        background-color: #5c90a6; }
      .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div .ct_colorswatch_circle.color8 {
        background-color: #b7a570; }
      .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div .ct_colorswatch_circle.color9 {
        background-color: #4c73a7; }
      .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div .ct_colorswatch_circle.color10 {
        background-color: #59647c; }
      .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div .ct_colorswatch_circle.color11 {
        background-color: #8fa471; }
      .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div .ct_colorswatch_circle.color12 {
        background-color: #a79aab; }
      .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div .ct_colorswatch_circle.color13 {
        background-color: #d87985; }
      .ctrees_treetypes_section .ctrees_flocking_section .ct_colorswatch_container .ct_colorswatch_div .ct_colorswatch_circle.color14 {
        background-color: #b4a84d; }

.ctrees_materialsused_section .ctrees_materials_chart {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center; }

.ctrees_pvcpetips_section .w-row {
  display: inline-block;
  width: 100%; }
  .ctrees_pvcpetips_section .w-row .w-col-4 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    position: relative;
    width: 33.333%;
    text-align: center; }
    @media (max-width: 767.98px) {
      .ctrees_pvcpetips_section .w-row .w-col-4 {
        width: 100%; } }
    .ctrees_pvcpetips_section .w-row .w-col-4 .chart_title {
      font-size: 26px;
      line-height: 39px;
      color: #000;
      font-weight: 700;
      margin: 15px 0; }

.ctrees_foliage_section .row_typesofpvc {
  display: flex;
  align-items: baseline;
  justify-content: center; }
  @media (max-width: 551.98px) {
    .ctrees_foliage_section .row_typesofpvc {
      flex-wrap: wrap; } }
  .ctrees_foliage_section .row_typesofpvc .column_typesofpvc {
    width: 33.33%;
    padding: 0px 10px 20px;
    float: left;
    border: 1px none #000;
    background-color: #fff;
    text-align: center; }
    @media (max-width: 551.98px) {
      .ctrees_foliage_section .row_typesofpvc .column_typesofpvc {
        width: 100%; } }
    .ctrees_foliage_section .row_typesofpvc .column_typesofpvc .chart_title {
      font-size: 26px;
      line-height: 39px;
      color: #000;
      font-weight: 700;
      margin: 15px 0; }
    .ctrees_foliage_section .row_typesofpvc .column_typesofpvc .treetypes_subtext {
      text-align: center;
      color: #000;
      line-height: 26px;
      font-size: 16px; }

.ctrees_lightoptions_section .chart_columnof3 {
  width: 33.33% !important; }

.ctrees_lightoptions_section .bullets {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400; }

.design--idea {
  margin: 0 -20px; }
  .design--idea .lighting_designideas_section {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important; }
    .design--idea .lighting_designideas_section ._5column_div {
      width: 20%;
      min-height: 200px;
      float: left; }
      @media (max-width: 767.98px) {
        .design--idea .lighting_designideas_section ._5column_div {
          width: 50%; } }
      @media (max-width: 397.98px) {
        .design--idea .lighting_designideas_section ._5column_div {
          width: 100%; } }
      @media (max-width: 767.98px) {
        .design--idea .lighting_designideas_section ._5column_div.lastcolumn {
          display: none; } }
      .design--idea .lighting_designideas_section ._5column_div .ctrees-designideas {
        width: 100%;
        height: 450px;
        background-position: 50% 50%;
        background-size: cover; }
        .design--idea .lighting_designideas_section ._5column_div .ctrees-designideas.ctrees-design1 {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/peacocktree.jpg"); }
        .design--idea .lighting_designideas_section ._5column_div .ctrees-designideas.ctrees-design2 {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/trees-designideas2.jpg"); }
        .design--idea .lighting_designideas_section ._5column_div .ctrees-designideas.ctrees-design3 {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/sweettreats.jpg"); }
        .design--idea .lighting_designideas_section ._5column_div .ctrees-designideas.ctrees-design4 {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/sweettreats.jpg"); }
        .design--idea .lighting_designideas_section ._5column_div .ctrees-designideas.ctrees-design4 {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/trees-designideas4.jpg"); }
        .design--idea .lighting_designideas_section ._5column_div .ctrees-designideas.ctrees-design5 {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/trees-designideas5.jpg"); }
      .design--idea .lighting_designideas_section ._5column_div .designideas_caption {
        font-weight: 400;
        text-align: center;
        padding: 20px; }

.lighting_pointsofconcern .ct-pointsofconcern-point {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 0px;
  border-bottom: 1px solid #e0e0e0;
  color: #36893b;
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
  text-align: center; }
  .lighting_pointsofconcern .ct-pointsofconcern-point.firstpoint {
    margin-top: 20px; }

.lighting_pointsofconcern .shopall_container {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 31px;
  margin-top: 20px; }

.ctrees_closingsection {
  background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/trees-bkg1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  font-weight: 200;
  text-align: center;
  padding: 70px 20px 120px;
  background-color: #36893b;
  margin: 0 -20px; }
  .ctrees_closingsection .af_footer_section {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto; }
    .ctrees_closingsection .af_footer_section .grey_outerbox {
      width: 100%;
      min-height: 20px;
      margin-right: auto;
      margin-left: auto;
      border-style: solid;
      border-width: 5px;
      border-color: rgba(52, 52, 51, 0.75); }
      .ctrees_closingsection .af_footer_section .grey_outerbox .green_innerbox {
        margin: 10px;
        background-color: rgba(30, 92, 35, 0.7); }
        .ctrees_closingsection .af_footer_section .grey_outerbox .green_innerbox .lighting_closingstatement {
          width: 75%;
          margin-right: auto;
          margin-left: auto;
          padding: 50px 30px 20px;
          border-bottom: 1px none #f0f0f0;
          line-height: 33px;
          font-weight: 400; }

.greenwall-guide-interior-header {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Autograph_green_wall_Topof-Page.jpg");
  height: 384px;
  background-size: auto, cover;
  background-position: 0px 0px, 50% 50%;
  background-repeat: no-repeat;
  margin-top: 134px; }
  @media (max-width: 1696.98px) {
    .greenwall-guide-interior-header {
      margin-top: 120px; } }
  @media (max-width: 959.98px) {
    .greenwall-guide-interior-header {
      margin-top: 2px; } }

.christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  margin: 0 -20px; }
  .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig {
    display: flex;
    margin-top: -40px; }
    @media (max-width: 801.98px) {
      .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig {
        flex-wrap: wrap; } }
    .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel {
      width: 60%;
      display: block;
      float: left; }
      @media (max-width: 801.98px) {
        .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel {
          display: block;
          width: 100%;
          float: left;
          clear: none; } }
      .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider {
        height: 100%;
        background-color: #e0e0e0; }
        @media (max-width: 801.98px) {
          .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider {
            min-height: 450px; } }
        .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider {
          position: relative;
          text-align: center;
          background: #dddddd;
          clear: both;
          -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent; }
          .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask {
            position: relative;
            display: block;
            overflow: hidden;
            z-index: 1;
            left: 0;
            right: 0;
            height: 100%;
            white-space: nowrap; }
            .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide {
              position: relative;
              display: inline-block;
              float: none;
              clear: none;
              background-size: cover;
              background-repeat: no-repeat; }
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide.w-slide {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 100%;
                height: 100%;
                white-space: normal;
                text-align: left;
                -webkit-transform: translateX(0px);
                -ms-transform: translateX(0px);
                transform: translateX(0px);
                opacity: 1;
                transition: -webkit-transform 500ms;
                transition: transform 500ms;
                transition: transform 500ms, -webkit-transform 500ms; }
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide.slide1 {
                background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Living-Wall.jpg");
                position: relative;
                display: inline-block;
                float: none;
                clear: none;
                background-size: cover;
                background-repeat: no-repeat;
                height: 650px; }
                @media (max-width: 800px) {
                  .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide.slide1 {
                    height: 100%; } }
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide.slide2 {
                display: inline-block;
                background-position: 50% 50%;
                background-size: cover;
                background-repeat: no-repeat;
                background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Greenwall_Blondies.jpg"); }
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide.slide3 {
                background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Boxwood_metro.jpg");
                display: inline-block;
                background-position: 50% 50%;
                background-size: 1500px;
                background-repeat: no-repeat; }
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide.slide4 {
                background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/greenwall_facade.jpg");
                background-position: 50% 50%;
                background-size: cover;
                background-repeat: no-repeat; }
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide.slide5 {
                background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Polyblend_wall.jpg");
                background-position: 50% 50%;
                background-size: cover;
                background-repeat: no-repeat; }
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide.slide6 {
                background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Blondies_cropped.jpg");
                background-position: 50% 50%;
                background-size: cover;
                background-repeat: no-repeat; }
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide.slide7 {
                background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/greenwall_pattern.jpg");
                background-position: 50% 50%;
                background-size: cover;
                background-repeat: no-repeat; }
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide.slide8 {
                background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/greenwall_instagram.jpg"); }
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide.slide9 {
                background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/loni_paul_design.jpg"); }
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide.slide10 {
                background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Greenwall_Plantworks.jpg"); }
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide.slide11 {
                background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/greenwall_contemporary_mix.jpg"); }
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide.slide12 {
                background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/greenwall_mahalo.jpg"); }
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-mask .slide .greenwall-slide-caption {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                padding: 10px;
                background-color: rgba(52, 52, 51, 0.82);
                color: #f0f0f0;
                font-weight: 300;
                text-align: center; }
          .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-arrow-left .w-icon-slider-left,
          .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-arrow-left .w-icon-slider-right,
          .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-arrow-right .w-icon-slider-left,
          .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-slider-arrow-right .w-icon-slider-right {
            width: 30px;
            height: 100px;
            border: 0;
            background-color: #36893b;
            position: absolute;
            display: block;
            line-height: 0;
            font-size: 0;
            cursor: pointer;
            background: 0 0;
            background-color: #36893b;
            color: transparent;
            top: 50%;
            transform: translate(0, -50%);
            transition: all 0.3s ease-in-out;
            z-index: 1; }
          .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-icon-slider-right {
            right: -1px; }
            @media (max-width: 801.98px) {
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-icon-slider-right {
                right: 0; } }
            .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-icon-slider-right::before {
              content: "";
              background-position: 50%;
              background-repeat: repeat;
              background-size: 100%;
              display: block;
              background-position: center;
              width: 10px;
              height: 18px;
              background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow-white.png");
              position: absolute;
              top: 50%;
              bottom: 50%;
              transform: translate(10px, -50%); }
          .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-icon-slider-left {
            left: -1px; }
            @media (max-width: 801.98px) {
              .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-icon-slider-left {
                left: 0; } }
            .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-column1-carousel .slider.w-slider .w-icon-slider-left::before {
              content: "";
              background-position: 50%;
              background-repeat: repeat;
              background-size: 100%;
              display: block;
              background-position: center;
              width: 10px;
              height: 18px;
              background-image: url(https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow-white.png);
              position: absolute;
              top: 50%;
              bottom: 50%;
              transform: translate(10px, -50%) rotate(180deg); }
    .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-half-column1 {
      display: none;
      float: left;
      width: 60%; }
    .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-half-column2 {
      width: 40%;
      padding: 20px 30px 70px;
      float: left; }
      @media (max-width: 801.98px) {
        .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-half-column2 {
          width: 100%;
          clear: left;
          text-align: center;
          padding: 20px 30px 40px; } }
      .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-half-column2 .greenwall-description {
        width: 100%;
        margin-bottom: 0;
        padding-right: 10px;
        padding-left: 10px; }
        .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-half-column2 .greenwall-description .greenwall-subhead {
          margin-top: 50px;
          margin-bottom: 20px;
          color: #36893b;
          font-size: 27px;
          line-height: 35px;
          font-weight: 500; }
          @media (max-width: 801.98px) {
            .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-half-column2 .greenwall-description .greenwall-subhead {
              margin-top: 20px; } }
        .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-half-column2 .greenwall-description .text-block-8 {
          margin-bottom: 20px;
          font-size: 16px;
          font-weight: 400;
          line-height: 26px; }
          @media (max-width: 767.98px) {
            .christmas-guide-body-content .greenwall-guide .af_greenwall_halfsection .greenwall-calloutbig .greenwall-half-column2 .greenwall-description .text-block-8 {
              text-align: center; } }

.christmas-guide-body-content .greenwall-guide .greenwall-midheader {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px none #000;
  background-color: #f0f0f0;
  color: #36893b;
  font-size: 31px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
  margin: 0 -20px; }
  @media (max-width: 551.98px) {
    .christmas-guide-body-content .greenwall-guide .greenwall-midheader {
      padding-top: 30px;
      padding-bottom: 30px; } }

.christmas-guide-body-content .greenwall-guide .floral-midheader-arrow {
  margin-top: -5px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 22px;
  border-bottom: 1px none #000;
  background-color: transparent;
  color: #36893b;
  font-size: 31px;
  font-weight: 300;
  text-align: center;
  text-transform: none; }

.christmas-guide-body-content .af_greenwall_catsection {
  padding-top: 10px;
  padding-bottom: 80px;
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px; }
  .christmas-guide-body-content .af_greenwall_catsection .af_greenwall_pcallout {
    display: inline-block;
    margin-top: 30px; }
    .christmas-guide-body-content .af_greenwall_catsection .af_greenwall_pcallout .lp_greenwall-image-left {
      float: left;
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (max-width: 1040.98px) {
        .christmas-guide-body-content .af_greenwall_catsection .af_greenwall_pcallout .lp_greenwall-image-left {
          width: 25%; } }
      @media (max-width: 767.98px) {
        .christmas-guide-body-content .af_greenwall_catsection .af_greenwall_pcallout .lp_greenwall-image-left {
          width: 100%;
          text-align: center; } }
    .christmas-guide-body-content .af_greenwall_catsection .af_greenwall_pcallout .lp_greenwall-image-right {
      float: right;
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (max-width: 1040.98px) {
        .christmas-guide-body-content .af_greenwall_catsection .af_greenwall_pcallout .lp_greenwall-image-right {
          width: 25%; } }
      @media (max-width: 767.98px) {
        .christmas-guide-body-content .af_greenwall_catsection .af_greenwall_pcallout .lp_greenwall-image-right {
          width: 100%;
          text-align: center; } }
    .christmas-guide-body-content .af_greenwall_catsection .af_greenwall_pcallout .lp_columnright {
      width: 70%;
      padding-left: 40px;
      float: left; }
      @media (max-width: 767.98px) {
        .christmas-guide-body-content .af_greenwall_catsection .af_greenwall_pcallout .lp_columnright {
          width: 100%;
          padding-left: 0;
          text-align: center; } }
      .christmas-guide-body-content .af_greenwall_catsection .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header {
        margin-bottom: 10px;
        margin-left: 0;
        padding-top: 20px;
        padding-bottom: 0;
        padding-left: 0;
        border-top: 1px solid #343433;
        border-bottom: 2px none #343433;
        color: #343433;
        font-size: 24px;
        line-height: 28px;
        text-align: left;
        text-transform: uppercase; }
        @media (max-width: 767.98px) {
          .christmas-guide-body-content .af_greenwall_catsection .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header {
            margin-top: 5px; } }
      .christmas-guide-body-content .af_greenwall_catsection .af_greenwall_pcallout .lp_columnright .bullets {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400; }
      .christmas-guide-body-content .af_greenwall_catsection .af_greenwall_pcallout .lp_columnright .button:last-child {
        margin-left: 0; }

.christmas-guide-body-content .af_greenwall-section {
  background-color: transparent; }
  .christmas-guide-body-content .af_greenwall-section .af_greenwall-section-inner {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #000;
    padding: 50px 20px 80px; }
    @media (max-width: 497.98px) {
      .christmas-guide-body-content .af_greenwall-section .af_greenwall-section-inner {
        padding-left: 0;
        padding-right: 0; } }
    .christmas-guide-body-content .af_greenwall-section .af_greenwall-section-inner .greenwall-polyblend-images {
      display: flex;
      width: 60%;
      margin: 0 auto;
      margin-bottom: 0;
      padding-bottom: 20px; }
      @media (max-width: 497.98px) {
        .christmas-guide-body-content .af_greenwall-section .af_greenwall-section-inner .greenwall-polyblend-images {
          width: 100%; } }
      .christmas-guide-body-content .af_greenwall-section .af_greenwall-section-inner .greenwall-polyblend-images .greenwall-polyblend-images-left {
        width: 40%;
        min-height: 100px;
        float: left;
        flex: 0 auto; }
        .christmas-guide-body-content .af_greenwall-section .af_greenwall-section-inner .greenwall-polyblend-images .greenwall-polyblend-images-left .greenwall-polyblend-left1,
        .christmas-guide-body-content .af_greenwall-section .af_greenwall-section-inner .greenwall-polyblend-images .greenwall-polyblend-images-left .greenwall-polyblend-left2 {
          width: 100%;
          min-height: 150px;
          float: left;
          border-style: none solid solid none;
          border-width: 1px 2px 2px 1px;
          border-color: #f0f0f0;
          background-position: 50% 50%;
          background-size: cover; }
        .christmas-guide-body-content .af_greenwall-section .af_greenwall-section-inner .greenwall-polyblend-images .greenwall-polyblend-images-left .greenwall-polyblend-left1 {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/greenwall-img.jpg"); }
        .christmas-guide-body-content .af_greenwall-section .af_greenwall-section-inner .greenwall-polyblend-images .greenwall-polyblend-images-left .greenwall-polyblend-left2 {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Interior_GreenWall_Flowers.jpg"); }
      .christmas-guide-body-content .af_greenwall-section .af_greenwall-section-inner .greenwall-polyblend-images .greenwall-polyblend-images-right {
        width: 70%;
        float: left;
        background-position: 50% 50%;
        background-size: cover;
        background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/mahalo.jpg"); }
    .christmas-guide-body-content .af_greenwall-section .af_greenwall-section-inner .greenwall-subhead {
      margin-top: 50px;
      margin-bottom: 20px;
      color: #36893b;
      font-size: 27px;
      line-height: 35px;
      font-weight: 300; }
      .christmas-guide-body-content .af_greenwall-section .af_greenwall-section-inner .greenwall-subhead.two {
        margin-top: 30px;
        text-align: center; }
    .christmas-guide-body-content .af_greenwall-section .af_greenwall-section-inner .description-greenwall {
      line-height: 26px;
      font-size: 16px;
      color: #000;
      font-weight: 400;
      margin-bottom: 20px; }

.christmas-guide-body-content .greenwall_closingsection {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  font-weight: 200;
  text-align: center;
  padding: 70px 20px 120px;
  background-color: #36893b;
  margin: 0 -20px;
  background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Autograph_Greenwall_Bottom.jpg"); }
  .christmas-guide-body-content .greenwall_closingsection .af_footer_section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }
    .christmas-guide-body-content .greenwall_closingsection .af_footer_section .grey_outerbox {
      width: 100%;
      min-height: 20px;
      margin-right: auto;
      margin-left: auto;
      border-style: solid;
      border-width: 5px;
      border-color: rgba(52, 52, 51, 0.75); }
      .christmas-guide-body-content .greenwall_closingsection .af_footer_section .grey_outerbox .green_innerbox {
        margin: 10px;
        background-color: rgba(30, 92, 35, 0.7); }
        .christmas-guide-body-content .greenwall_closingsection .af_footer_section .grey_outerbox .green_innerbox .lighting_closingstatement {
          width: 75%;
          margin-right: auto;
          margin-left: auto;
          padding: 50px 30px 20px;
          border-bottom: 1px none #f0f0f0;
          line-height: 33px;
          font-weight: 400; }
        .christmas-guide-body-content .greenwall_closingsection .af_footer_section .grey_outerbox .green_innerbox .w-row {
          display: flex; }
          @media (max-width: 801.98px) {
            .christmas-guide-body-content .greenwall_closingsection .af_footer_section .grey_outerbox .green_innerbox .w-row {
              flex-wrap: wrap; } }
          .christmas-guide-body-content .greenwall_closingsection .af_footer_section .grey_outerbox .green_innerbox .w-row .w-col {
            position: relative;
            float: left;
            min-height: 1px;
            padding-left: 10px;
            padding-right: 10px; }
            .christmas-guide-body-content .greenwall_closingsection .af_footer_section .grey_outerbox .green_innerbox .w-row .w-col.w-col-3 {
              width: 25%; }
              @media (max-width: 801.98px) {
                .christmas-guide-body-content .greenwall_closingsection .af_footer_section .grey_outerbox .green_innerbox .w-row .w-col.w-col-3 {
                  width: 50%; } }
              @media (max-width: 479.98px) {
                .christmas-guide-body-content .greenwall_closingsection .af_footer_section .grey_outerbox .green_innerbox .w-row .w-col.w-col-3 {
                  width: 100%; } }
            .christmas-guide-body-content .greenwall_closingsection .af_footer_section .grey_outerbox .green_innerbox .w-row .w-col .greenwall-contractor {
              width: 100%;
              margin-right: auto;
              margin-left: auto;
              padding: 0 10px 15px;
              border-bottom: 1px none #f0f0f0;
              font-size: 17px;
              line-height: 23px;
              font-weight: 500; }

.heading_overlap {
  display: block;
  width: 80%;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff; }
  .heading_overlap .lighting {
    padding-bottom: 60px; }
    @media (max-width: 479.98px) {
      .heading_overlap .lighting {
        padding-bottom: 15px; } }
    .heading_overlap .lighting.lp_subsectionheader2 {
      margin-bottom: 0px;
      margin-left: 0px;
      padding-left: 0px;
      line-height: 28px;
      text-align: center;
      text-transform: uppercase; }
      .heading_overlap .lighting.lp_subsectionheader2.overlap {
        margin-top: 0px;
        padding-top: 5px;
        color: #343433;
        font-size: 40px;
        font-weight: 700; }
        @media (max-wdth: 768.98px) {
          .heading_overlap .lighting.lp_subsectionheader2.overlap {
            font-size: 30px !important;
            line-height: 40px !important; } }
        @media (max-width: 567px) {
          .heading_overlap .lighting.lp_subsectionheader2.overlap {
            font-size: 24px !important;
            line-height: 34px !important; } }
  .heading_overlap .lp_subsectionheader2 {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .heading_overlap .lp_subsectionheader2 {
        font-size: 30px !important;
        line-height: 40px !important; } }
    @media (max-width: 567px) {
      .heading_overlap .lp_subsectionheader2 {
        font-size: 24px !important;
        line-height: 34px !important; } }
    .heading_overlap .lp_subsectionheader2.overlap_textunderneath {
      margin-top: 0px;
      padding-top: 5px;
      padding-bottom: 32px;
      color: #343433; }
      @media (max-width: 479.98px) {
        .heading_overlap .lp_subsectionheader2.overlap_textunderneath {
          padding-bottom: 15px; } }
  .heading_overlap .lighting_caption {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: center; }

.silkflowers-guide-interior-header {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://store-evuwutoqz2.mybigcommerce.com/content/img/floralheader2.jpg");
  height: 384px;
  background-position: 0 0,50% 50%;
  background-size: auto,cover;
  background-repeat: repeat,no-repeat;
  margin-top: 134px;
  text-align: center; }
  @media (max-width: 1696.98px) {
    .silkflowers-guide-interior-header {
      margin-top: 120px; } }
  @media (max-width: 959.98px) {
    .silkflowers-guide-interior-header {
      margin-top: 2px; } }

@media (max-width: 767.98px) {
  .floral-options-section {
    padding: 0 20px; } }

@media (max-width: 1440.98px) {
  .floral-options-section .overlap_container {
    max-width: 92.7%; } }

@media (max-width: 1366.98px) {
  .floral-options-section .overlap_container {
    max-width: 88.7%; } }

@media (max-width: 800.98px) {
  .floral-options-section .overlap_container {
    max-width: 94.7%; } }

@media (max-width: 497.98px) {
  .floral-options-section .overlap_container {
    border: none;
    padding: 0 10px; } }

.sf-guide-body-content .lt-guide {
  max-width: unset; }
  .sf-guide-body-content .lt-guide .floral-midheader {
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px none #000;
    background-color: #f0f0f0;
    color: #36893b;
    font-size: 31px;
    line-height: 33px;
    font-weight: 300;
    text-align: center;
    text-transform: none; }
  .sf-guide-body-content .lt-guide .floral-midheader-arrow {
    margin-top: -5px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 22px;
    border-bottom: 1px none #000;
    background-color: transparent;
    color: #36893b;
    font-size: 31px;
    font-weight: 300;
    text-align: center;
    text-transform: none; }

.sf-guide-body-content .sf-guide .floral-section {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px; }
  .sf-guide-body-content .sf-guide .floral-section .floral-content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px; }
    @media (max-width: 1440.98px) {
      .sf-guide-body-content .sf-guide .floral-section .floral-content {
        max-width: 92.7%; } }
    @media (max-width: 1366.98px) {
      .sf-guide-body-content .sf-guide .floral-section .floral-content {
        max-width: 88.7%; } }
    @media (max-width: 800.98px) {
      .sf-guide-body-content .sf-guide .floral-section .floral-content {
        max-width: 94.7%;
        padding: 0 0; } }
    .sf-guide-body-content .sf-guide .floral-section .floral-content .floral-content-inner {
      display: block;
      width: 100%;
      margin-top: 30px;
      padding: 0 20px;
      padding-bottom: 50px;
      float: none;
      border: 1px solid #000; }
      @media (max-width: 497.98px) {
        .sf-guide-body-content .sf-guide .floral-section .floral-content .floral-content-inner {
          border: none;
          margin-top: 0; } }
      .sf-guide-body-content .sf-guide .floral-section .floral-content .floral-content-inner .row_typesofpvc {
        display: flex;
        margin: 0 -20px; }
        @media (max-width: 767.98px) {
          .sf-guide-body-content .sf-guide .floral-section .floral-content .floral-content-inner .row_typesofpvc {
            flex-wrap: wrap; } }
        .sf-guide-body-content .sf-guide .floral-section .floral-content .floral-content-inner .row_typesofpvc .column-floral-ideas {
          padding: 0 20px;
          width: 33.33%;
          text-align: center; }
          @media (max-width: 767.98px) {
            .sf-guide-body-content .sf-guide .floral-section .floral-content .floral-content-inner .row_typesofpvc .column-floral-ideas {
              width: 100%; } }
          .sf-guide-body-content .sf-guide .floral-section .floral-content .floral-content-inner .row_typesofpvc .column-floral-ideas .chart_title {
            font-size: 26px;
            line-height: 39px;
            color: #000;
            font-weight: 700;
            margin: 15px 0;
            min-height: 80px; }
          .sf-guide-body-content .sf-guide .floral-section .floral-content .floral-content-inner .row_typesofpvc .column-floral-ideas .description-copy {
            line-height: 26px;
            font-size: 16px;
            color: #000;
            font-weight: 400; }
  .sf-guide-body-content .sf-guide .floral-section .floral-arrangements .description-copy {
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #000;
    font-weight: 400; }

.sf-guide-body-content .sf-guide .floral-chart-div {
  padding-top: 20px;
  text-align: center; }
  .sf-guide-body-content .sf-guide .floral-chart-div .floraloptions-row {
    text-align: center;
    display: flex;
    margin: 0 -20px; }
    @media (max-width: 767.98px) {
      .sf-guide-body-content .sf-guide .floral-chart-div .floraloptions-row {
        flex-wrap: wrap;
        justify-content: center; } }
    .sf-guide-body-content .sf-guide .floral-chart-div .floraloptions-row .w-col.w-col-3 {
      width: 25%;
      padding: 0 10px; }
      @media (max-width: 767.98px) {
        .sf-guide-body-content .sf-guide .floral-chart-div .floraloptions-row .w-col.w-col-3 {
          width: 50%; } }
      @media (max-width: 497.98px) {
        .sf-guide-body-content .sf-guide .floral-chart-div .floraloptions-row .w-col.w-col-3 {
          width: 100%; } }
    .sf-guide-body-content .sf-guide .floral-chart-div .floraloptions-row .w-col .chart_itemlist {
      margin-right: 10px;
      margin-left: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 0px;
      border-top: 1px solid #CCCCCC;
      font-weight: 400;
      font-size: 18px;
      color: #000; }
      .sf-guide-body-content .sf-guide .floral-chart-div .floraloptions-row .w-col .chart_itemlist.foliage-types {
        border-top: none;
        padding: 15px 15px;
        font-size: 16px;
        line-height: 26px;
        color: #000;
        font-weight: 400;
        transition: all 0.3s ease-in-out; }
    .sf-guide-body-content .sf-guide .floral-chart-div .floraloptions-row .w-col .foliage-types-link {
      display: inline-block;
      transition: all 0.3s ease-in-out;
      margin-top: 20px; }
      .sf-guide-body-content .sf-guide .floral-chart-div .floraloptions-row .w-col .foliage-types-link .foliage-types-image {
        border: 1px solid #CCCCCC; }
      .sf-guide-body-content .sf-guide .floral-chart-div .floraloptions-row .w-col .foliage-types-link:hover {
        color: #fff;
        background-color: #36893B; }
        .sf-guide-body-content .sf-guide .floral-chart-div .floraloptions-row .w-col .foliage-types-link:hover div {
          color: #fff; }

.sf-guide-body-content .sf-guide .lighting_designideas_section {
  margin-bottom: 20px;
  padding-bottom: 40px;
  background-color: #f0f0f0;
  display: inline-block;
  width: 100%; }
  .sf-guide-body-content .sf-guide .lighting_designideas_section .designideas_heading {
    margin-top: 45px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 0;
    border-top: 2px none #343433;
    border-bottom: 2px none #343433;
    color: #373739;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase; }
  .sf-guide-body-content .sf-guide .lighting_designideas_section .floral-4columns {
    width: 25%;
    float: left;
    min-height: 200px; }
    @media (max-width: 767.98px) {
      .sf-guide-body-content .sf-guide .lighting_designideas_section .floral-4columns {
        width: 50%;
        padding: 5px 5px; } }
    @media (max-width: 497.98px) {
      .sf-guide-body-content .sf-guide .lighting_designideas_section .floral-4columns {
        width: 100%; } }
    .sf-guide-body-content .sf-guide .lighting_designideas_section .floral-4columns .floral-designideas-box {
      width: 100%;
      height: 450px; }
      .sf-guide-body-content .sf-guide .lighting_designideas_section .floral-4columns .floral-designideas-box.floral2 {
        background-color: #fff;
        background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/wisteria-biophila-restuarant.png");
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat; }
      .sf-guide-body-content .sf-guide .lighting_designideas_section .floral-4columns .floral-designideas-box.floral1 {
        background-color: #fff;
        background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/bynature.png");
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat; }
      .sf-guide-body-content .sf-guide .lighting_designideas_section .floral-4columns .floral-designideas-box.floral3 {
        background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/mallbox2.jpg");
        background-position: 50% 50%;
        background-size: cover; }
      .sf-guide-body-content .sf-guide .lighting_designideas_section .floral-4columns .floral-designideas-box.floral4 {
        background-color: #fff;
        background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/lavdender-bushes-use-for-header.jpg");
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat; }
    .sf-guide-body-content .sf-guide .lighting_designideas_section .floral-4columns .designideas_caption {
      padding: 20px;
      font-weight: 400;
      text-align: center; }

.sf-guide-body-content .sf-guide .floral-closingsection {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 31px;
  margin-top: 20px; }

.christmas-ornaments-and-accents-interior-header {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://store-evuwutoqz2.mybigcommerce.com/content/img/ornaments-header.jpg");
  background-position: 0 0,50% 50%;
  background-size: auto,cover;
  background-repeat: no-repeat;
  margin-top: 134px; }
  @media (max-width: 1696.98px) {
    .christmas-ornaments-and-accents-interior-header {
      margin-top: 120px; } }
  @media (max-width: 959.98px) {
    .christmas-ornaments-and-accents-interior-header {
      margin-top: 2px; } }
  .christmas-ornaments-and-accents-interior-header .christmas-guide-text-section {
    margin-bottom: 0; }

.secure-with-wire-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 20px auto 0 auto; }
  @media (max-width: 910.98px) {
    .secure-with-wire-banner {
      flex-direction: column; } }
  .secure-with-wire-banner .sww-banner-text {
    padding-left: 30px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400; }
    @media (max-width: 910.98px) {
      .secure-with-wire-banner .sww-banner-text {
        margin-top: 10px;
        padding-left: 0; } }
    @media (max-width: 551.98px) {
      .secure-with-wire-banner .sww-banner-text {
        font-size: 16px;
        line-height: 20px;
        text-align: center; } }

.description-ornaments {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  text-align: center; }

.floral-options-section .w-col {
  padding: 0 20px; }

.floral-options-section .ornaments-btn-shopall {
  display: block;
  width: max-content;
  margin: 0 auto;
  margin-top: 24px; }

.floral-options-section .floral-row {
  display: flex; }
  @media (max-width: 767.98px) {
    .floral-options-section .floral-row {
      flex-wrap: wrap;
      justify-content: center; } }
  .floral-options-section .floral-row .w-col-4 {
    width: 33.33%; }
    @media (max-width: 767.98px) {
      .floral-options-section .floral-row .w-col-4 {
        width: 100%;
        margin-top: 20px;
        text-align: center; } }
  .floral-options-section .floral-row .floral-non-linking-column {
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    background-color: #f0f0f0;
    color: #000;
    text-align: center; }
    .floral-options-section .floral-row .floral-non-linking-column .foliage-types {
      padding: 15px 5px;
      border-top-style: none;
      font-size: 16px; }

.floral-options-section .description-ornaments-2 {
  line-height: 26px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-align: center;
  margin-top: 25px; }

.lighting_designideas_section .ornaments-designideas-box {
  width: 100%;
  height: 450px; }
  .lighting_designideas_section .ornaments-designideas-box.ornament-design1 {
    background-color: #fff;
    background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/designideas-ornament2.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
  .lighting_designideas_section .ornaments-designideas-box.ornament-design2 {
    background-color: #fff;
    background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/designideas-ornament.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
  .lighting_designideas_section .ornaments-designideas-box.ornament-design3 {
    background-color: #fff;
    background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/designideas-ornament3.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
  .lighting_designideas_section .ornaments-designideas-box.ornament-design4 {
    background-color: #fff;
    background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/designideas-ornament4.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }

.secure-with-wire-page .sww-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3.2rem;
  padding-bottom: 2.85rem;
  border-bottom: 1px solid #e0e0e0; }
  @media (max-width: 497.98px) {
    .secure-with-wire-page .sww-header {
      flex-wrap: wrap;
      padding-top: 0; } }
  .secure-with-wire-page .sww-header .sww-header__title {
    padding-left: 3.57rem; }
    @media (max-width: 497.98px) {
      .secure-with-wire-page .sww-header .sww-header__title {
        padding-left: 0; } }
    .secure-with-wire-page .sww-header .sww-header__title h2 {
      font-size: 40px;
      line-height: 56px;
      text-align: center;
      color: #000;
      font-weight: 700;
      margin-bottom: 0; }

.secure-with-wire-page .sww-description {
  padding-top: 45px;
  margin: auto;
  text-align: center; }

.secure-with-wire-page .sww-rockefeller {
  display: flex; }
  @media (max-width: 767.9px) {
    .secure-with-wire-page .sww-rockefeller {
      flex-wrap: wrap; } }
  .secure-with-wire-page .sww-rockefeller .sww-rockefeller__picture {
    width: 60%;
    float: left;
    min-height: 450px;
    background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/rockefeller-center-christmas-tree.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 767.9px) {
      .secure-with-wire-page .sww-rockefeller .sww-rockefeller__picture {
        width: 100%; } }
  .secure-with-wire-page .sww-rockefeller .sww-rockefeller__content {
    padding: 70px 30px;
    text-align: center;
    background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/DarkGreyFloralPattern.png");
    background-position: 0 0;
    background-size: cover;
    color: #f0f0f0;
    width: 40%; }
    @media (max-width: 767.9px) {
      .secure-with-wire-page .sww-rockefeller .sww-rockefeller__content {
        width: 100%; } }
    .secure-with-wire-page .sww-rockefeller .sww-rockefeller__content .sww-rockefeller__desc {
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      line-height: 26px;
      text-align: center; }
    .secure-with-wire-page .sww-rockefeller .sww-rockefeller__content .sww-rockefeller__star {
      margin: 20px auto; }
      .secure-with-wire-page .sww-rockefeller .sww-rockefeller__content .sww-rockefeller__star img {
        border-radius: 50%; }

.secure-with-wire-page .sww-midheader h2 {
  padding: 45px 10px;
  border-bottom: 1px none #000;
  background-color: #f0f0f0;
  color: #36893b;
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin: 0; }

.secure-with-wire-page .sww-midheader .sww-midheader__arrow {
  margin-top: -5px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 22px;
  border-bottom: 1px none #000;
  background-color: transparent;
  color: #36893b;
  font-size: 31px;
  font-weight: 300;
  text-align: center;
  text-transform: none; }

.secure-with-wire-page .sww-ornaments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
  column-gap: 15px;
  row-gap: 15px; }
  .secure-with-wire-page .sww-ornaments .sww-ornaments__box {
    width: 31%;
    padding: 30px 20px 50px 20px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #ddd;
    color: #000; }
    @media (max-width: 767.98px) {
      .secure-with-wire-page .sww-ornaments .sww-ornaments__box {
        width: 46%; } }
    @media (max-width: 497.98px) {
      .secure-with-wire-page .sww-ornaments .sww-ornaments__box {
        width: 100%; } }
    .secure-with-wire-page .sww-ornaments .sww-ornaments__box .sww-ornaments__height {
      font-size: 24px;
      line-height: 60px;
      font-weight: 500;
      border-bottom: 1px solid #cccccc;
      color: #36893b; }
    .secure-with-wire-page .sww-ornaments .sww-ornaments__box .sww-ornaments__amount {
      margin: 0;
      padding-bottom: 6px;
      font-size: 28px;
      line-height: 26px; }
    .secure-with-wire-page .sww-ornaments .sww-ornaments__box .sww-ornaments__type {
      margin: 0;
      padding: 8px 0;
      font-size: 20px;
      font-weight: 400; }
    .secure-with-wire-page .sww-ornaments .sww-ornaments__box .sww-ornaments__size {
      font-size: 16px;
      line-height: 26px;
      color: #000;
      font-weight: 400;
      margin: 0; }

.secure-with-wire-page .sww-title--small {
  text-align: center;
  margin: 10px 0; }
  .secure-with-wire-page .sww-title--small h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 600; }
    @media (max-width: 551.98px) {
      .secure-with-wire-page .sww-title--small h3 {
        font-size: 24px; } }

.secure-with-wire-page .sww-callout-medium {
  display: flex;
  margin-top: 40px; }
  @media (max-width: 551.98px) {
    .secure-with-wire-page .sww-callout-medium {
      flex-wrap: wrap; } }
  .secure-with-wire-page .sww-callout-medium .sww-callout-medium__text {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 50%;
    padding: 40px 0 50px 30px; }
    .secure-with-wire-page .sww-callout-medium .sww-callout-medium__text p {
      margin-bottom: 0; }
    @media (max-width: 551.98px) {
      .secure-with-wire-page .sww-callout-medium .sww-callout-medium__text {
        width: 100%;
        order: 2;
        border: none;
        padding: 0 10px;
        text-align: center; } }
  .secure-with-wire-page .sww-callout-medium .sww-callout-medium__picture {
    background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/christmas-tree-ornament-secured-with-wire-big.jpg");
    width: 50%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 551.98px) {
      .secure-with-wire-page .sww-callout-medium .sww-callout-medium__picture {
        width: 100%;
        height: 400px;
        order: 1;
        margin-bottom: 40px; } }
  .secure-with-wire-page .sww-callout-medium > div:last-child {
    margin-left: 3%; }
    @media (max-width: 551.98px) {
      .secure-with-wire-page .sww-callout-medium > div:last-child {
        margin-left: 0; } }

.secure-with-wire-page .sww-button-action {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  .secure-with-wire-page .sww-button-action a {
    margin-bottom: 0; }

.theme-parks-interior-header {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://store-evuwutoqz2.mybigcommerce.com/content/img/af-themparks-fantasy-5.jpg");
  height: 384px;
  background-size: cover;
  background-position: 50% 72%;
  background-repeat: no-repeat;
  margin-top: 134px; }
  @media (max-width: 1696.98px) {
    .theme-parks-interior-header {
      margin-top: 120px; } }
  @media (max-width: 959.98px) {
    .theme-parks-interior-header {
      margin-top: 2px; } }

.theme-parks-guide {
  max-width: 1440px;
  width: 100%;
  margin: 0  auto;
  padding: 0 20px; }
  @media (max-width: 767.98px) {
    .theme-parks-guide {
      padding: 0 10px; } }
  .theme-parks-guide .section-2 {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
    @media (max-width: 551.98px) {
      .theme-parks-guide .section-2 {
        padding: 0 0; } }
    .theme-parks-guide .section-2 .themeparks-brands {
      display: flex;
      margin: 0 -10px; }
      @media (max-width: 551.98px) {
        .theme-parks-guide .section-2 .themeparks-brands {
          flex-wrap: wrap; } }
      .theme-parks-guide .section-2 .themeparks-brands .tp-logo-box {
        width: 16.666%;
        padding-right: 10px;
        padding-left: 10px;
        text-align: center; }
        @media (max-width: 551.98px) {
          .theme-parks-guide .section-2 .themeparks-brands .tp-logo-box {
            width: 33.33%; } }
  .theme-parks-guide .af_themeparks_halfsection {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
    clear: both;
    background-color: transparent; }
    .theme-parks-guide .af_themeparks_halfsection .themeparks-callout-big {
      display: flex; }
      @media (max-width: 767.98px) {
        .theme-parks-guide .af_themeparks_halfsection .themeparks-callout-big {
          flex-wrap: wrap; } }
      .theme-parks-guide .af_themeparks_halfsection .themeparks-callout-big .themeparks-column1-image {
        position: relative;
        display: block;
        width: 50%;
        background-position: 50% 50%;
        background-size: cover;
        background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/af-themeparks-props-1.jpg"); }
        @media (max-width: 767.98px) {
          .theme-parks-guide .af_themeparks_halfsection .themeparks-callout-big .themeparks-column1-image {
            display: block;
            width: 100%;
            height: 400px;
            float: left;
            clear: none;
            margin-bottom: 10px; } }
        .theme-parks-guide .af_themeparks_halfsection .themeparks-callout-big .themeparks-column1-image .greenwall-slide-caption {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          padding: 10px;
          background-color: rgba(52, 52, 51, 0.82);
          color: #f0f0f0;
          font-size: 14px;
          font-weight: 400;
          text-align: center; }
      .theme-parks-guide .af_themeparks_halfsection .themeparks-callout-big .themeparks-half-column2 {
        width: 50%;
        margin-left: 3%;
        padding: 20px 0 70px 30px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000; }
        @media (max-width: 767.98px) {
          .theme-parks-guide .af_themeparks_halfsection .themeparks-callout-big .themeparks-half-column2 {
            width: 100%;
            padding-left: 0;
            margin-left: 0;
            padding-top: 0;
            padding-bottom: 35px; } }
        .theme-parks-guide .af_themeparks_halfsection .themeparks-callout-big .themeparks-half-column2.flipped {
          margin-right: 3%;
          margin-left: 0; }
        .theme-parks-guide .af_themeparks_halfsection .themeparks-callout-big .themeparks-half-column2 .greenwall-description .greenwall-subhead {
          margin-top: 50px;
          margin-bottom: 20px;
          color: #36893b;
          font-size: 27px;
          line-height: 35px;
          font-weight: 500; }
          @media (max-width: 767.98px) {
            .theme-parks-guide .af_themeparks_halfsection .themeparks-callout-big .themeparks-half-column2 .greenwall-description .greenwall-subhead {
              margin-top: 30px; } }
        .theme-parks-guide .af_themeparks_halfsection .themeparks-callout-big .themeparks-half-column2 .greenwall-description .text-block-8 {
          font-size: 16px;
          line-height: 26px;
          color: #000;
          font-weight: 400; }
      .theme-parks-guide .af_themeparks_halfsection .themeparks-callout-big .themeparks-column1-image2 {
        position: relative;
        display: block;
        width: 50%;
        background-position: 50% 50%;
        background-size: cover;
        background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/af-themparks-custom-2.jpg"); }
        @media (max-width: 767.98px) {
          .theme-parks-guide .af_themeparks_halfsection .themeparks-callout-big .themeparks-column1-image2 {
            display: none;
            width: 100%;
            height: 400px;
            float: left;
            clear: none;
            margin-bottom: 10px; } }
        .theme-parks-guide .af_themeparks_halfsection .themeparks-callout-big .themeparks-column1-image2 .greenwall-slide-caption {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          padding: 10px;
          background-color: rgba(52, 52, 51, 0.82);
          color: #f0f0f0;
          font-weight: 300;
          text-align: center; }
      @media (max-width: 767.98px) {
        .theme-parks-guide .af_themeparks_halfsection .themeparks-callout-big .themeparks-column1-image2-mobile {
          display: block;
          width: 100%;
          height: 400px;
          float: left;
          clear: none;
          margin-bottom: 10px;
          background-position: 50% 50%;
          background-size: cover;
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/af-themparks-custom-2.jpg"); } }
  .theme-parks-guide .greenwall-midheader {
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px none #000;
    background-color: #f0f0f0;
    color: #36893b;
    font-size: 31px;
    line-height: 33px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    max-width: unset !important; }
    @media (max-width: 551.98px) {
      .theme-parks-guide .greenwall-midheader {
        padding-top: 30px;
        padding-bottom: 30px; } }
  .theme-parks-guide .floral-midheader-arrow {
    margin-top: -5px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 22px;
    border-bottom: 1px none #000;
    background-color: transparent;
    color: #36893b;
    font-size: 31px;
    font-weight: 300;
    text-align: center;
    text-transform: none; }
  .theme-parks-guide .af-themepark-carousel, .theme-parks-guide .themeparks-carousel {
    display: block;
    max-width: 1440px;
    margin: 30px auto 20px;
    padding-bottom: 50px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #000;
    text-align: center; }
    .theme-parks-guide .af-themepark-carousel .af-themepark-slider, .theme-parks-guide .themeparks-carousel .af-themepark-slider {
      height: auto !important; }
      .theme-parks-guide .af-themepark-carousel .af-themepark-slider.w-slider, .theme-parks-guide .themeparks-carousel .af-themepark-slider.w-slider {
        position: relative;
        height: 300px;
        text-align: center;
        background: #dddddd;
        clear: both;
        -webkit-tap-highlight-color: transparent;
        tap-highlight-color: transparent; }
      .theme-parks-guide .af-themepark-carousel .af-themepark-slider .w-slider-mask, .theme-parks-guide .themeparks-carousel .af-themepark-slider .w-slider-mask {
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 1;
        left: 0;
        right: 0;
        height: 100%;
        white-space: nowrap;
        font-size: 0; }
        .theme-parks-guide .af-themepark-carousel .af-themepark-slider .w-slider-mask .w-slide, .theme-parks-guide .themeparks-carousel .af-themepark-slider .w-slider-mask .w-slide {
          position: relative;
          display: inline-block;
          vertical-align: top;
          width: 100%;
          height: 100%;
          white-space: normal;
          text-align: left;
          -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
          transform: translateX(0px);
          opacity: 1;
          transition: -webkit-transform 500ms;
          transition: transform 500ms;
          transition: transform 500ms, -webkit-transform 500ms; }
          .theme-parks-guide .af-themepark-carousel .af-themepark-slider .w-slider-mask .w-slide .greenwall-slide-caption, .theme-parks-guide .themeparks-carousel .af-themepark-slider .w-slider-mask .w-slide .greenwall-slide-caption {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 10px;
            background-color: rgba(52, 52, 51, 0.5);
            color: #f0f0f0;
            font-size: 14px;
            font-weight: 300;
            text-align: center; }
    .theme-parks-guide .af-themepark-carousel .w-slider-arrow-left, .theme-parks-guide .af-themepark-carousel .w-slider-arrow-right, .theme-parks-guide .themeparks-carousel .w-slider-arrow-left, .theme-parks-guide .themeparks-carousel .w-slider-arrow-right {
      position: absolute;
      width: 80px;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      cursor: pointer;
      overflow: hidden;
      color: white;
      font-size: 40px;
      -webkit-tap-highlight-color: transparent;
      tap-highlight-color: transparent;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .theme-parks-guide .af-themepark-carousel .af-themepark-slider-arrow, .theme-parks-guide .themeparks-carousel .af-themepark-slider-arrow {
      width: 50px;
      color: #fff;
      z-index: 3;
      top: 50%; }
      @media (max-width: 575px) {
        .theme-parks-guide .af-themepark-carousel .af-themepark-slider-arrow, .theme-parks-guide .themeparks-carousel .af-themepark-slider-arrow {
          top: 40%; } }
      .theme-parks-guide .af-themepark-carousel .af-themepark-slider-arrow.w-slider-arrow-left, .theme-parks-guide .themeparks-carousel .af-themepark-slider-arrow.w-slider-arrow-left {
        right: auto; }
      .theme-parks-guide .af-themepark-carousel .af-themepark-slider-arrow.w-slider-arrow-right, .theme-parks-guide .themeparks-carousel .af-themepark-slider-arrow.w-slider-arrow-right {
        left: auto; }
      .theme-parks-guide .af-themepark-carousel .af-themepark-slider-arrow .af-themepark-slider-arrow-icon, .theme-parks-guide .themeparks-carousel .af-themepark-slider-arrow .af-themepark-slider-arrow-icon {
        width: 30px;
        height: 100px;
        padding: 10px 4px;
        background-color: #36893b;
        font-size: 36px;
        line-height: 30px;
        position: absolute; }
        @media (max-width: 800px) {
          .theme-parks-guide .af-themepark-carousel .af-themepark-slider-arrow .af-themepark-slider-arrow-icon, .theme-parks-guide .themeparks-carousel .af-themepark-slider-arrow .af-themepark-slider-arrow-icon {
            height: 50px;
            width: 20px; } }
        .theme-parks-guide .af-themepark-carousel .af-themepark-slider-arrow .af-themepark-slider-arrow-icon.w-icon-slider-left::before, .theme-parks-guide .af-themepark-carousel .af-themepark-slider-arrow .af-themepark-slider-arrow-icon.w-icon-slider-right::before, .theme-parks-guide .themeparks-carousel .af-themepark-slider-arrow .af-themepark-slider-arrow-icon.w-icon-slider-left::before, .theme-parks-guide .themeparks-carousel .af-themepark-slider-arrow .af-themepark-slider-arrow-icon.w-icon-slider-right::before {
          content: " ";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-repeat: no-repeat;
          background-position: center; }
        .theme-parks-guide .af-themepark-carousel .af-themepark-slider-arrow .af-themepark-slider-arrow-icon.w-icon-slider-left::before, .theme-parks-guide .themeparks-carousel .af-themepark-slider-arrow .af-themepark-slider-arrow-icon.w-icon-slider-left::before {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/right-arrow-white.svg");
          transform: rotate(180deg); }
        .theme-parks-guide .af-themepark-carousel .af-themepark-slider-arrow .af-themepark-slider-arrow-icon.w-icon-slider-right::before, .theme-parks-guide .themeparks-carousel .af-themepark-slider-arrow .af-themepark-slider-arrow-icon.w-icon-slider-right::before {
          background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/right-arrow-white.svg");
          transform: rotate(0deg); }
        .theme-parks-guide .af-themepark-carousel .af-themepark-slider-arrow .af-themepark-slider-arrow-icon.w-icon-slider-right, .theme-parks-guide .themeparks-carousel .af-themepark-slider-arrow .af-themepark-slider-arrow-icon.w-icon-slider-right {
          right: 0; }
    .theme-parks-guide .af-themepark-carousel .themeparks-themeheading, .theme-parks-guide .themeparks-carousel .themeparks-themeheading {
      margin-top: 0;
      margin-bottom: 20px;
      padding-top: 40px;
      clear: left;
      color: #36893b;
      font-size: 27px;
      line-height: 35px;
      font-weight: 500;
      text-align: center; }
    .theme-parks-guide .af-themepark-carousel .themepark-bodytext, .theme-parks-guide .themeparks-carousel .themepark-bodytext {
      font-size: 16px;
      line-height: 26px;
      color: #000;
      font-weight: 400; }
  .theme-parks-guide .af_greenwall_catsection {
    padding-top: 10px;
    padding-bottom: 80px;
    background-color: transparent; }
    .theme-parks-guide .af_greenwall_catsection .themepark-bodytext {
      margin-bottom: 15px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      color: #000;
      text-align: center; }
    .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix {
      display: inline-block;
      margin-top: 15px; }
      .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_greenwall-image-left {
        width: 30%;
        float: left;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 767.98px) {
          .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_greenwall-image-left {
            width: 100%;
            margin-top: 10px; } }
      .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_greenwall-image-right {
        width: 30%;
        float: right;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 767.98px) {
          .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_greenwall-image-right {
            width: 100%;
            margin-bottom: 10px;
            float: none;
            display: inline-block; } }
      .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnright, .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnleft {
        width: 70%;
        padding-left: 40px;
        float: left; }
        @media (max-width: 767.98px) {
          .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnright, .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnleft {
            width: 100%;
            padding-left: 0;
            float: none;
            text-align: center; } }
        .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnright .greenwall-pcallout-header, .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnleft .greenwall-pcallout-header {
          margin-bottom: 10px;
          margin-left: 0;
          padding-top: 20px;
          padding-bottom: 0;
          padding-left: 0;
          border-top: 1px solid #000;
          color: #000;
          font-size: 24px;
          line-height: 28px;
          text-align: left;
          text-transform: uppercase; }
          @media (max-width: 767.98px) {
            .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnright .greenwall-pcallout-header, .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnleft .greenwall-pcallout-header {
              text-align: center;
              margin-top: 10px;
              display: inline-block;
              width: 100%; } }
        .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnright .bullets, .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnleft .bullets {
          padding-top: 10px;
          padding-left: 0px;
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 15px; }
        @media (max-width: 936.98px) {
          .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnright .button, .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnleft .button {
            margin-left: 0; } }
        @media (max-width: 767.98px) {
          .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnright .button, .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnleft .button {
            margin-left: initial; } }
      .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnleft {
        padding-right: 40px;
        padding-left: 0;
        float: left; }
        @media (max-width: 767.98px) {
          .theme-parks-guide .af_greenwall_catsection .af_greenwall_pcallout.w-clearfix .lp_columnleft {
            padding-right: 0;
            text-align: center; } }
  .theme-parks-guide .af-themepark-summary {
    padding: 40px 20px 50px;
    border-top: 1px solid #000;
    text-align: center; }
    @media (max-width: 551.98px) {
      .theme-parks-guide .af-themepark-summary {
        padding: 40px 0 10px; } }
    .theme-parks-guide .af-themepark-summary .greenwall-subhead {
      margin-bottom: 20px;
      color: #36893b;
      font-size: 27px;
      line-height: 35px;
      font-weight: 500; }
      .theme-parks-guide .af-themepark-summary .greenwall-subhead.two {
        margin-top: 30px;
        text-align: center; }
    .theme-parks-guide .af-themepark-summary .description-greenwall {
      margin: 20px 20px 40px;
      padding-right: 10px;
      padding-left: 10px;
      font-size: 16px;
      line-height: 30px;
      font-weight: 400;
      text-align: center; }
      @media (max-width: 551.98px) {
        .theme-parks-guide .af-themepark-summary .description-greenwall {
          margin: 20px 0 40px; } }

.themeparks_closingsection {
  background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/Animal_Kingdom_Pandor_World-of-Avatar-Ride.jpg");
  padding: 70px 20px 120px;
  background-color: #36893b;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
  font-weight: 200;
  text-align: center;
  margin: 0 -20px; }
  .themeparks_closingsection .af_footer_section {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto; }
    .themeparks_closingsection .af_footer_section .grey_outerbox {
      width: 100%;
      min-height: 20px;
      margin-right: auto;
      margin-left: auto;
      border-style: solid;
      border-width: 5px;
      border-color: rgba(52, 52, 51, 0.75); }
      .themeparks_closingsection .af_footer_section .grey_outerbox .green_innerbox {
        margin: 10px;
        background-color: rgba(30, 92, 35, 0.7); }
        .themeparks_closingsection .af_footer_section .grey_outerbox .green_innerbox .themeparks_closingstatement {
          width: 75%;
          margin-right: auto;
          margin-left: auto;
          padding: 50px 30px 20px;
          border-bottom: 1px none #f0f0f0;
          line-height: 33px;
          font-weight: 400; }

.theme-parks-guide .af-themepark-slide-container, .theme-parks-guide .af-themepark-slide-img {
  width: 100%;
  height: 100%; }

.potting-kits td {
  padding: 20px; }
  .potting-kits td p {
    margin-bottom: 0; }
    .potting-kits td p:nth-child(2) {
      margin-top: 25px; }
      .potting-kits td p:nth-child(2) strong:nth-child(1) {
        margin-bottom: 23px;
        display: inline-block; }

.lp_header_fireretardant {
  display: flex;
  width: 100%;
  float: none;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("https://store-evuwutoqz2.mybigcommerce.com/content/img/leaf-restoration.jpg");
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  height: 443px; }
  .lp_header_fireretardant .af_lp-header-logo {
    text-align: center;
    margin: auto; }
    .lp_header_fireretardant .af_lp-header-logo .lp_heading_text-_ornament {
      color: #fff; }
    .lp_header_fireretardant .af_lp-header-logo .lp_heading_text-_ornament {
      color: #fff;
      font-size: 48px;
      margin-bottom: 0; }

.af_text_section1 .af_christmas_intro {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .af_text_section1 .af_christmas_intro .lp_paragraph_text_white {
    text-align: center;
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400; }

.firesafe .themepark-bodytext {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  text-align: center; }

.firesafe .div-block-2 {
  display: flex;
  margin: 0 -30px; }
  @media (max-width: 551.98px) {
    .firesafe .div-block-2 {
      flex-wrap: wrap;
      margin: 0 0; } }
  .firesafe .div-block-2 .column-50 {
    width: 50%;
    padding: 0 30px; }
    @media (max-width: 551.98px) {
      .firesafe .div-block-2 .column-50 {
        width: 100%;
        padding: 0 0; } }
    .firesafe .div-block-2 .column-50.second {
      display: inline-block; }
      .firesafe .div-block-2 .column-50.second .lp-body-text span {
        font-size: 16px;
        line-height: 26px;
        color: #000;
        font-weight: 500; }
      .firesafe .div-block-2 .column-50.second .lp-body-text ul li {
        line-height: 26px;
        font-size: 16px;
        color: #000;
        font-weight: 400; }

.firesafe .af_greenwall_pcallout {
  display: inline-block;
  margin-top: 30px; }
  .firesafe .af_greenwall_pcallout .lp_greenwall-image-left {
    float: left;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30%; }
    @media (max-width: 1040.98px) {
      .firesafe .af_greenwall_pcallout .lp_greenwall-image-left {
        width: 25%; } }
    @media (max-width: 767.98px) {
      .firesafe .af_greenwall_pcallout .lp_greenwall-image-left {
        width: 100%;
        text-align: center; } }
  .firesafe .af_greenwall_pcallout .lp_greenwall-image-right {
    float: right;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 30%; }
    @media (max-width: 1040.98px) {
      .firesafe .af_greenwall_pcallout .lp_greenwall-image-right {
        width: 25%; } }
    @media (max-width: 767.98px) {
      .firesafe .af_greenwall_pcallout .lp_greenwall-image-right {
        width: 100%;
        text-align: center; } }
  .firesafe .af_greenwall_pcallout .lp_columnright, .firesafe .af_greenwall_pcallout .lp_columnleft {
    width: 70%;
    padding-left: 40px;
    float: left; }
    @media (max-width: 767.98px) {
      .firesafe .af_greenwall_pcallout .lp_columnright, .firesafe .af_greenwall_pcallout .lp_columnleft {
        width: 100%;
        padding-left: 0;
        text-align: center; } }
    .firesafe .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header, .firesafe .af_greenwall_pcallout .lp_columnleft .greenwall-pcallout-header {
      margin-bottom: 10px;
      margin-left: 0;
      padding-top: 20px;
      padding-bottom: 0;
      padding-left: 0;
      border-top: 1px solid #343433;
      border-bottom: 2px none #343433;
      color: #343433;
      font-size: 24px;
      line-height: 28px;
      text-align: left;
      text-transform: uppercase; }
      @media (max-width: 767.98px) {
        .firesafe .af_greenwall_pcallout .lp_columnright .greenwall-pcallout-header, .firesafe .af_greenwall_pcallout .lp_columnleft .greenwall-pcallout-header {
          margin-top: 5px; } }
    .firesafe .af_greenwall_pcallout .lp_columnright .bullets, .firesafe .af_greenwall_pcallout .lp_columnleft .bullets {
      margin-bottom: 15px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400; }
    .firesafe .af_greenwall_pcallout .lp_columnright .button:last-child, .firesafe .af_greenwall_pcallout .lp_columnleft .button:last-child {
      margin-left: 0; }

.greenwall-midheader {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px none #000;
  background-color: #f0f0f0;
  color: #36893b;
  font-size: 31px;
  line-height: 33px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
  max-width: unset !important; }
  @media (max-width: 551.98px) {
    .greenwall-midheader {
      padding-top: 30px;
      padding-bottom: 30px; } }

.floral-midheader-arrow {
  margin-top: -5px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 22px;
  border-bottom: 1px none #000;
  background-color: transparent;
  color: #36893b;
  font-size: 31px;
  font-weight: 300;
  text-align: center;
  text-transform: none; }

.artificial-trees-interior-header {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("https://store-evuwutoqz2.mybigcommerce.com/content/img/main.jpg");
  background-size: initial;
  background-size: cover;
  background-position: 50% 72%;
  background-repeat: no-repeat;
  height: 384px;
  margin-top: 134px; }
  @media (max-width: 1696.98px) {
    .artificial-trees-interior-header {
      margin-top: 120px; } }
  @media (max-width: 959.98px) {
    .artificial-trees-interior-header {
      margin-top: 2px; } }

.artificial-trees-guide .af-themepark-carousel {
  display: block;
  max-width: 1440px;
  margin: 30px auto 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
  text-align: center; }
  .artificial-trees-guide .af-themepark-carousel .af-themepark-slider {
    height: auto !important; }
    .artificial-trees-guide .af-themepark-carousel .af-themepark-slider.w-slider {
      position: relative;
      height: 300px;
      text-align: center;
      background: #dddddd;
      clear: both;
      -webkit-tap-highlight-color: transparent;
      tap-highlight-color: transparent; }
    .artificial-trees-guide .af-themepark-carousel .af-themepark-slider .w-slider-mask {
      position: relative;
      display: block;
      overflow: hidden;
      z-index: 1;
      left: 0;
      right: 0;
      height: 100%;
      white-space: nowrap; }
      .artificial-trees-guide .af-themepark-carousel .af-themepark-slider .w-slider-mask .w-slide {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 100%;
        white-space: normal;
        text-align: left;
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        transition: -webkit-transform 500ms;
        transition: transform 500ms;
        transition: transform 500ms, -webkit-transform 500ms; }
        .artificial-trees-guide .af-themepark-carousel .af-themepark-slider .w-slider-mask .w-slide .af-themepark-slide-container {
          width: 100%;
          height: 100%; }
          .artificial-trees-guide .af-themepark-carousel .af-themepark-slider .w-slider-mask .w-slide .af-themepark-slide-container .greenwall-slide-caption {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 10px;
            background-color: rgba(52, 52, 51, 0.5);
            color: #f0f0f0;
            font-size: 14px;
            font-weight: 300;
            text-align: center; }
          .artificial-trees-guide .af-themepark-carousel .af-themepark-slider .w-slider-mask .w-slide .af-themepark-slide-container img {
            width: 100%;
            height: 100%; }
  .artificial-trees-guide .af-themepark-carousel .themeparks-themeheading {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 40px;
    clear: left;
    color: #36893b;
    font-size: 27px;
    line-height: 35px;
    font-weight: 500;
    text-align: center; }

.artificial-trees-guide .af-themepark-summary {
  padding: 20px 20px 50px;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 551.98px) {
    .artificial-trees-guide .af-themepark-summary {
      padding: 20px 0  0px; } }
  .artificial-trees-guide .af-themepark-summary .greenwall-subhead {
    margin-bottom: 20px;
    color: #36893b;
    font-size: 27px;
    line-height: 35px;
    font-weight: 500; }
    .artificial-trees-guide .af-themepark-summary .greenwall-subhead.two {
      margin-top: 30px;
      text-align: center; }
  .artificial-trees-guide .af-themepark-summary .description-greenwall {
    margin: 20px 20px 40px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-align: center; }
    @media (max-width: 551.98px) {
      .artificial-trees-guide .af-themepark-summary .description-greenwall {
        margin: 20px 0 40px; } }

@media (max-width: 497.98px) {
  .artificial-trees-guide .themeparks_closingsection .greenwall-contactbtn {
    margin: 0px 10px 10px; } }

@media (max-width: 960px) {
  .brand-page .facetedSearch-toggle {
    margin-bottom: 1rem; } }

@media (min-width: 960px) {
  .brand-page .actionBar-section {
    float: right; } }

.brand-page .page-sidebar .facetedSearch .facetedSearch-refineFilters .inlineList--labels li {
  border: 1px solid #888888; }
  .brand-page .page-sidebar .facetedSearch .facetedSearch-refineFilters .inlineList--labels li .facetLabel {
    border-radius: 0;
    padding: 7px; }

.brand-page .page-sidebar .facetedSearch .facetedSearch-refineFilters a[data-faceted-search-facet] {
  text-decoration: none;
  color: #36893b;
  width: 100%;
  text-align: center;
  display: block;
  border: 1px solid #888888;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 2rem;
  transition: all 0.3s ease-in-out; }
  .brand-page .page-sidebar .facetedSearch .facetedSearch-refineFilters a[data-faceted-search-facet] > span {
    color: #ccc;
    margin-left: 8px; }
  .brand-page .page-sidebar .facetedSearch .facetedSearch-refineFilters a[data-faceted-search-facet]:hover {
    color: #000;
    background-color: #cccccc; }

@media (max-width: 959.98px) {
  .brand-page .page-sidebar .facetedSearch .facetedSearch-navList {
    margin-top: 0; } }

@media (min-width: 960px) {
  .brand-page .page-sidebar .facetedSearch .facetedSearch-navList {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    padding: 0 10px; } }

@media (min-width: 1366px) {
  .brand-page .page-sidebar .facetedSearch .facetedSearch-navList {
    padding: 0 20px; } }

@media (max-width: 959.98px) {
  .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList.accordion {
    border: none;
    border-radius: 0; } }

.brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block {
  margin: 0; }
  .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block:last-child {
    padding-bottom: 25px; }
  .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder.active .toggleLink-text--on {
    display: block; }
  .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder.active .toggleLink-text--off {
    display: none; }
  .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .accordion-navigation {
    border-radius: 0;
    padding: 15px 0;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 0px !important; }
    .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .accordion-navigation .accordion-indicator {
      fill: #000; }
      .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .accordion-navigation .accordion-indicator.toggleLink-text--off, .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .accordion-navigation .accordion-indicator.toggleLink-text--on {
        margin: 0;
        transform: rotate(90deg);
        top: 5px;
        right: 3px;
        height: 14px;
        background-size: 9px 14px;
        background-image: url("https://cdn11.bigcommerce.com/s-evuwutoqz2/images/stencil/original/image-manager/right-arrow.png");
        background-repeat: no-repeat; }
      .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .accordion-navigation .accordion-indicator.toggleLink-text--on {
        transform: rotate(-90deg); }
      .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .accordion-navigation .accordion-indicator use {
        visibility: hidden; }
    @media (max-width: 959.98px) {
      .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .accordion-navigation {
        padding: 0;
        background-color: transparent;
        border-bottom: 1px solid #888888;
        border-top: 0; } }
    .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .accordion-navigation .accordion-title {
      font-family: Poppins,sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: #000;
      text-transform: capitalize; }
  .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .facetedSearch-clearLink {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #36893B;
    font-weight: 400;
    letter-spacing: 0.8px;
    text-decoration: underline;
    line-height: normal;
    transition: all 0.3s ease-in-out; }
    .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-nav-clear-holder .facetedSearch-clearLink:hover {
      color: #000; }
  .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .toggleLink {
    margin: 7px 0 0;
    display: inline-block; }
  .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .toggleLink-text {
    color: #36893B;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    letter-spacing: 2.8px;
    text-transform: uppercase; }
    .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .toggleLink-text:hover {
      color: #000;
      transform: translateX(10px); }
  .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList {
    max-height: 215px;
    overflow-y: auto;
    margin-top: 25px;
    position: relative; }
    @media (min-width: 1366px) {
      .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList {
        max-height: 240px; } }
    .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList::-webkit-scrollbar-track {
      background-color: #CCCCCC; }
    .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList::-webkit-scrollbar {
      width: 3px;
      background-color: #CCCCCC; }
    .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList::-webkit-scrollbar-thumb {
      background-color: #7B7B7B; }
    .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item {
      margin: 10px 0; }
      .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item:first-child {
        margin: 0 0 10px; }
      .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action-close {
        display: none; }
      .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action--checkbox {
        transition: all 0.3s ease-in-out;
        font-weight: 400;
        line-height: 16px;
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 24px;
        margin: 0;
        color: #000; }
        @media (min-width: 1366px) {
          .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action--checkbox {
            font-size: 16px;
            line-height: 24px;
            padding-left: 30px; } }
        .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action--checkbox:hover {
          color: #36893B; }
        .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action--checkbox::before {
          border-color: #888888;
          border-radius: 0;
          width: 13px;
          height: 13px; }
          @media (min-width: 1366px) {
            .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action--checkbox::before {
              width: 19px;
              height: 19px; } }
        .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action--checkbox:active {
          color: #36893B; }
        .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action--checkbox.is-selected {
          color: #36893B; }
          .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action--checkbox.is-selected::before {
            background-color: #36893b;
            border-color: #36893B; }
        .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action--checkbox::after {
          background-image: none;
          width: 8px;
          height: 5px;
          position: absolute;
          top: 3px;
          left: 2px;
          border: 2px solid #fff;
          border-top: none;
          border-right: none;
          transform: rotate(-50deg);
          background: transparent;
          margin: 0; }
          @media (min-width: 1366px) {
            .brand-page .page-sidebar .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action--checkbox::after {
              top: 9px;
              left: 5px; } }

@media (max-width: 959.98px) {
  .brand-page .page-sidebar .facetedSearch-toggle {
    border-radius: 0; }
    .brand-page .page-sidebar .facetedSearch-toggle .facetedSearch-toggle-text {
      font-family: Poppins,sans-serif;
      font-weight: 500;
      color: #000;
      text-transform: uppercase; }
    .brand-page .page-sidebar .facetedSearch-toggle .toggleLink-text {
      color: #36893b;
      font-weight: 400;
      font-size: 14px; } }

@media (max-width: 959.98px) {
  .brand-page .page-sidebar .facetedSearch-toggle.active {
    margin-bottom: 0; }
    .brand-page .page-sidebar .facetedSearch-toggle.active .toggleLink-text--on {
      display: block; }
    .brand-page .page-sidebar .facetedSearch-toggle.active .toggleLink-text--off {
      display: none; } }

@media (max-width: 960px) {
  .actionBar {
    margin: 0; } }

.actionBar .actionBar-section .form-field {
  border-radius: 0 !important;
  display: inline-block;
  border: 1px solid #ccc; }
  @media (max-width: 960px) {
    .actionBar .actionBar-section .form-field {
      margin-bottom: 1rem; } }
  @media (min-width: 960px) {
    .actionBar .actionBar-section .form-field {
      width: 245px; } }
  @media (min-width: 1200px) {
    .actionBar .actionBar-section .form-field {
      width: 275px; } }
  .actionBar .actionBar-section .form-field .form-label {
    font-size: 14px;
    color: #000;
    padding-left: 17px;
    cursor: pointer; }
    @media (min-width: 1700px) {
      .actionBar .actionBar-section .form-field .form-label {
        font-size: 16px; } }
  .actionBar .actionBar-section .form-field .form-select {
    color: #000;
    font-size: 14px;
    background-size: 15px !important;
    background-position: center right 14px !important;
    background-image: url("https://store-evuwutoqz2.mybigcommerce.com/content/img/right-arrow-down.png"); }
    @media (min-width: 960px) {
      .actionBar .actionBar-section .form-field .form-select {
        height: 32px; } }
    @media (min-width: 1700px) {
      .actionBar .actionBar-section .form-field .form-select {
        font-size: 16px; } }

.pagination {
  margin-top: 0; }
  .pagination .pagination-list {
    display: flex;
    justify-content: center;
    align-items: center; }
    .pagination .pagination-list .pagination-item {
      margin: 0 13px; }
      .pagination .pagination-list .pagination-item .pagination-link {
        color: #000;
        font-size: 18px;
        line-height: 27px;
        font-weight: 600 !important;
        transition: all .3s ease-in-out; }
        .pagination .pagination-list .pagination-item .pagination-link:hover {
          color: #36893b; }
    .pagination .pagination-list .pagination-item--current {
      background-color: #36893b;
      border: none;
      border-radius: 0;
      margin: 0; }
      .pagination .pagination-list .pagination-item--current a {
        color: #fff !important;
        font-weight: 600;
        padding: 4px 9px;
        width: 40px;
        height: 40px;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
    .pagination .pagination-list .pagination-item--next, .pagination .pagination-list .pagination-item--previous {
      float: none;
      font-size: 0px;
      border: 2px solid #36893b;
      border-radius: 100px;
      transition: all .3s ease-in-out; }
      .pagination .pagination-list .pagination-item--next:hover, .pagination .pagination-list .pagination-item--previous:hover {
        background-color: #36893B; }
      .pagination .pagination-list .pagination-item--next .pagination-link, .pagination .pagination-list .pagination-item--previous .pagination-link {
        padding: 0;
        font-size: 0 !important;
        line-height: 0 !important; }
        .pagination .pagination-list .pagination-item--next .pagination-link .icon, .pagination .pagination-list .pagination-item--previous .pagination-link .icon {
          height: 30px;
          margin-top: 0;
          width: 30px;
          margin-right: 0; }
          .pagination .pagination-list .pagination-item--next .pagination-link .icon svg, .pagination .pagination-list .pagination-item--previous .pagination-link .icon svg {
            fill: #36893B; }
            .pagination .pagination-list .pagination-item--next .pagination-link .icon svg:hover, .pagination .pagination-list .pagination-item--previous .pagination-link .icon svg:hover {
              fill: #fff; }
    .pagination .pagination-list .pagination-item--previous .icon {
      margin-left: 0; }

.brands-page .brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -15px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 24px;
  margin-top: 25px; }
  .brands-page .brandGrid .brand {
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 30px;
    width: 25%; }
    @media (max-width: 1024.98px) {
      .brands-page .brandGrid .brand {
        width: 33.33%; } }
    @media (max-width: 551.98px) {
      .brands-page .brandGrid .brand {
        width: 50%; } }
    .brands-page .brandGrid .brand .card {
      border: 1px solid #aeaeae;
      margin: 0;
      transition: all .3s ease-in-out;
      padding: 5px; }
      .brands-page .brandGrid .brand .card:hover {
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
        border-color: transparent; }
      .brands-page .brandGrid .brand .card .card-figure {
        margin-top: 0;
        overflow: hidden;
        padding: 3px;
        position: relative;
        background-color: #fff;
        margin-bottom: 0;
        border: 0;
        max-height: 250px; }
        .brands-page .brandGrid .brand .card .card-figure a {
          font-size: 0;
          display: block;
          position: relative; }
          .brands-page .brandGrid .brand .card .card-figure a .card-img-container {
            max-width: 190px; }
            .brands-page .brandGrid .brand .card .card-figure a .card-img-container .card-image {
              object-fit: scale-down; }
      .brands-page .brandGrid .brand .card .card-body {
        padding: 10px 10px 8px 10px;
        text-align: center;
        transition: all .3s ease-in-out;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center; }
        .brands-page .brandGrid .brand .card .card-body .card-title {
          font-size: 16px;
          line-height: 28px;
          font-weight: 700;
          margin: 5px 0 0 0;
          min-height: inherit; }
          @media (max-width: 720.98px) {
            .brands-page .brandGrid .brand .card .card-body .card-title {
              min-height: auto;
              display: flex;
              justify-content: center;
              align-items: center; } }
          .brands-page .brandGrid .brand .card .card-body .card-title a {
            max-height: 55px;
            overflow: hidden;
            font-weight: 700; }
            @media (min-width: 1366px) {
              .brands-page .brandGrid .brand .card .card-body .card-title a {
                font-size: 16px; } }

.artificial-greenery--row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 34px;
  justify-content: space-between; }
  .artificial-greenery--row.artificial-greenery--row-reverse {
    flex-direction: row-reverse; }
  .artificial-greenery--row .left p {
    text-align: center; }
  .artificial-greenery--row .artificial-greenery--col-12 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px; }
    @media (max-width: 991.98px) {
      .artificial-greenery--row .artificial-greenery--col-12 {
        margin-bottom: 0; } }
    .artificial-greenery--row .artificial-greenery--col-12 .left {
      width: 48%;
      padding: 0 30px; }
      .artificial-greenery--row .artificial-greenery--col-12 .left img {
        height: 417px;
        width: 690px;
        object-fit: contain; }
        @media (max-width: 991.98px) {
          .artificial-greenery--row .artificial-greenery--col-12 .left img {
            height: auto; } }
      @media (max-width: 991.98px) {
        .artificial-greenery--row .artificial-greenery--col-12 .left {
          width: 100%;
          margin-bottom: 10px;
          padding: 0; } }
    .artificial-greenery--row .artificial-greenery--col-12 .right {
      width: 48%;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      display: flex;
      flex-direction: column;
      padding: 20px 0 70px 0; }
      @media (max-width: 991.98px) {
        .artificial-greenery--row .artificial-greenery--col-12 .right {
          width: 100%;
          align-items: flex-start;
          padding: 20px 0 20px 0; } }
  .artificial-greenery--row p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400; }
  .artificial-greenery--row ul li {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400; }

.img-last {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: -34px; }

.BraintreePaypalContainer iframe {
  z-index: 1 !important; }

.alertBox--success {
  margin-top: 20px; }

ul.full-list li {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 5px; }

.wishlist--modal .added-to-wishlist .add {
  display: none; }

.wishlist--modal .wishlist--add-product:not(.added-to-wishlist) .added {
  display: none; }

.wishlist--modal .wishlist--add-product {
  display: block;
  margin: 15px auto 10px auto; }

.wishlist--modal .wishlist--or {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 3px;
  line-height: 19px;
  text-transform: uppercase; }

.wishlist--modal .wishlist--create-new {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px; }

.wishlist--modal .wishlist--add-title {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 19px; }

.wishlist--modal .form-select.wishlist--selector {
  font-size: 16px;
  line-height: 19px; }

.button--wishlist.added-to-wishlist svg {
  margin-top: -4px; }

.wishlist-page .table-tbody img.card-image {
  max-height: 10rem;
  position: inherit; }
  @media screen and (max-width: 1199px) {
    .wishlist-page .table-tbody img.card-image {
      max-height: 100px; } }

@media screen and (max-width: 568px) {
  .wishlist-page .form-actions input, .wishlist-page .form-actions button {
    margin: 0 !important; } }

@media screen and (max-width: 767px) {
  .wishlist-item-list {
    width: 100%;
    overflow-x: scroll; } }

@media screen and (max-width: 767px) {
  .wishlist-items-table {
    min-width: 100px;
    margin-top: 0; } }

.wishlist-items-table .product-name {
  text-align: left !important; }
  @media screen and (max-width: 1180px) {
    .wishlist-items-table .product-name {
      max-width: 350px; } }
  @media screen and (max-width: 767px) {
    .wishlist-items-table .product-name {
      min-width: 220px; } }
  .wishlist-items-table .product-name a {
    text-align: left !important;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
    display: inline-block; }
    @media screen and (max-width: 1199px) {
      .wishlist-items-table .product-name a {
        font-size: 15px; } }
  .wishlist-items-table .product-name .options--selector {
    width: 100%;
    margin-left: 10px;
    padding: 10px;
    height: fit-content;
    max-width: 250px;
    background-position: right center;
    border-radius: 0; }
    @media screen and (max-width: 1199px) {
      .wishlist-items-table .product-name .options--selector {
        margin-left: 0; } }
    @media screen and (max-width: 1024px) {
      .wishlist-items-table .product-name .options--selector {
        padding: 4px 20px; } }

.wishlist-items-table select.qty-selector {
  border-radius: 0;
  padding: 5px; }

@media screen and (max-width: 767px) {
  .wishlist-items-table .product-sku {
    min-width: 90px; } }

@media screen and (max-width: 1199px) {
  .wishlist-items-table.table--line tr td:first-child {
    width: 90px; } }

@media screen and (max-width: 767px) {
  .wishlist-items-table.table--line tr td:first-child {
    min-width: 90px; } }

@media screen and (max-width: 1024px) {
  .wishlist-items-table.table--line tr td + td {
    padding-left: 15px; } }

@media screen and (max-width: 990px) {
  .wishlist-items-table.table--line tr td + td {
    padding-left: 10px; } }

@media screen and (max-width: 767px) {
  .wishlist-items-table.table--line tr td + td {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px; } }

.wishlist-items-table .qty-input {
  max-width: 4.2rem;
  text-align: left;
  border-width: 1px;
  border-radius: 0;
  padding: 5px 5px 5px 10px; }
  @media screen and (max-width: 1024px) {
    .wishlist-items-table .qty-input {
      text-align: center; } }

.wishlist-items-table .button {
  margin-bottom: 0; }

.wishlist-items-table .product-price .card-text {
  line-height: 0; }

.wishlist-items-table .product-price .productView {
  padding: 0 0 0 0 !important; }

.wishlist-items-table .view-discounts-table {
  margin-top: 0 !important; }

.wishlist-items-table .price--sale-price-text {
  display: none !important; }

.wishlist-items-table .sale-price {
  text-decoration: line-through;
  color: #979696 !important; }

.wishlist-items-table .main-price span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px; }
  @media screen and (max-width: 1199px) {
    .wishlist-items-table .main-price span {
      font-size: 15px; } }
  @media screen and (max-width: 1024px) {
    .wishlist-items-table .main-price span {
      display: block; } }

.wishlist-items-table .form {
  margin-bottom: 0;
  position: relative; }
  .wishlist-items-table .form:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    height: 21px;
    width: 21px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7b3BhY2l0eTowLjI7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDo1LjAwMDAwMGUtMDI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPjxnIGlkPSJncmlkX3N5c3RlbSIvPjxnIGlkPSJfaWNvbnMiPjxwYXRoIGQ9Ik01LjMsMTguN0M1LjUsMTguOSw1LjcsMTksNiwxOXMwLjUtMC4xLDAuNy0wLjNsNS4zLTUuM2w1LjMsNS4zYzAuMiwwLjIsMC41LDAuMywwLjcsMC4zczAuNS0wLjEsMC43LTAuMyAgIGMwLjQtMC40LDAuNC0xLDAtMS40TDEzLjQsMTJsNS4zLTUuM2MwLjQtMC40LDAuNC0xLDAtMS40cy0xLTAuNC0xLjQsMEwxMiwxMC42TDYuNyw1LjNjLTAuNC0wLjQtMS0wLjQtMS40LDBzLTAuNCwxLDAsMS40ICAgbDUuMyw1LjNsLTUuMyw1LjNDNC45LDE3LjcsNC45LDE4LjMsNS4zLDE4Ljd6Ii8+PC9nPjwvc3ZnPg==") no-repeat center;
    background-color: #e7e1e1;
    /* margin: 6px; */
    border-radius: 50%;
    background-size: 13px; }
  @media screen and (max-width: 1199px) {
    .wishlist-items-table .form {
      width: 30px; } }
  .wishlist-items-table .form input {
    background-color: transparent !important;
    border-color: transparent !important; }
  .wishlist-items-table .form .button--delete {
    width: 20px;
    padding: 0; }

.wishlist-items-table .add-to-cart-btn {
  width: 230px; }
  @media screen and (max-width: 1024px) {
    .wishlist-items-table .add-to-cart-btn {
      width: 176px; }
      .wishlist-items-table .add-to-cart-btn .button {
        padding: 10px;
        letter-spacing: 1px;
        font-size: 13px; } }
  @media screen and (max-width: 990px) {
    .wishlist-items-table .add-to-cart-btn {
      width: 145px; } }
  @media screen and (max-width: 767px) {
    .wishlist-items-table .add-to-cart-btn {
      min-width: 140px; } }

.editaccount-page .form {
  max-width: 85.71429rem;
  margin: auto; }

.wishlist-page .navBar-section .navBar-item, .wishlists-page .navBar-section .navBar-item, .account_order-page .navBar-section .navBar-item, .account_orderstatus-page .navBar-section .navBar-item, .shippingaddressform-page .navBar-section .navBar-item, .account_inbox-page .navBar-section .navBar-item, .account_addressbook-page .navBar-section .navBar-item, .account_recentitems-page .navBar-section .navBar-item, .editaccount-page .navBar-section .navBar-item {
  margin: 0 0 0 -1px !important;
  padding: 10px 20px !important;
  border: 1px solid #ccc;
  transition: all 0.4s ease-in-out; }
  @media screen and (max-width: 1024px) {
    .wishlist-page .navBar-section .navBar-item, .wishlists-page .navBar-section .navBar-item, .account_order-page .navBar-section .navBar-item, .account_orderstatus-page .navBar-section .navBar-item, .shippingaddressform-page .navBar-section .navBar-item, .account_inbox-page .navBar-section .navBar-item, .account_addressbook-page .navBar-section .navBar-item, .account_recentitems-page .navBar-section .navBar-item, .editaccount-page .navBar-section .navBar-item {
      padding: 10px !important; } }
  @media screen and (max-width: 767px) {
    .wishlist-page .navBar-section .navBar-item, .wishlists-page .navBar-section .navBar-item, .account_order-page .navBar-section .navBar-item, .account_orderstatus-page .navBar-section .navBar-item, .shippingaddressform-page .navBar-section .navBar-item, .account_inbox-page .navBar-section .navBar-item, .account_addressbook-page .navBar-section .navBar-item, .account_recentitems-page .navBar-section .navBar-item, .editaccount-page .navBar-section .navBar-item {
      margin: -1px 0 0 0 !important; } }
  .wishlist-page .navBar-section .navBar-item.is-active, .wishlist-page .navBar-section .navBar-item:hover, .wishlists-page .navBar-section .navBar-item.is-active, .wishlists-page .navBar-section .navBar-item:hover, .account_order-page .navBar-section .navBar-item.is-active, .account_order-page .navBar-section .navBar-item:hover, .account_orderstatus-page .navBar-section .navBar-item.is-active, .account_orderstatus-page .navBar-section .navBar-item:hover, .shippingaddressform-page .navBar-section .navBar-item.is-active, .shippingaddressform-page .navBar-section .navBar-item:hover, .account_inbox-page .navBar-section .navBar-item.is-active, .account_inbox-page .navBar-section .navBar-item:hover, .account_addressbook-page .navBar-section .navBar-item.is-active, .account_addressbook-page .navBar-section .navBar-item:hover, .account_recentitems-page .navBar-section .navBar-item.is-active, .account_recentitems-page .navBar-section .navBar-item:hover, .editaccount-page .navBar-section .navBar-item.is-active, .editaccount-page .navBar-section .navBar-item:hover {
    background-color: #36893b; }
    .wishlist-page .navBar-section .navBar-item.is-active a, .wishlist-page .navBar-section .navBar-item:hover a, .wishlists-page .navBar-section .navBar-item.is-active a, .wishlists-page .navBar-section .navBar-item:hover a, .account_order-page .navBar-section .navBar-item.is-active a, .account_order-page .navBar-section .navBar-item:hover a, .account_orderstatus-page .navBar-section .navBar-item.is-active a, .account_orderstatus-page .navBar-section .navBar-item:hover a, .shippingaddressform-page .navBar-section .navBar-item.is-active a, .shippingaddressform-page .navBar-section .navBar-item:hover a, .account_inbox-page .navBar-section .navBar-item.is-active a, .account_inbox-page .navBar-section .navBar-item:hover a, .account_addressbook-page .navBar-section .navBar-item.is-active a, .account_addressbook-page .navBar-section .navBar-item:hover a, .account_recentitems-page .navBar-section .navBar-item.is-active a, .account_recentitems-page .navBar-section .navBar-item:hover a, .editaccount-page .navBar-section .navBar-item.is-active a, .editaccount-page .navBar-section .navBar-item:hover a {
      color: #fff !important; }
  .wishlist-page .navBar-section .navBar-item a, .wishlists-page .navBar-section .navBar-item a, .account_order-page .navBar-section .navBar-item a, .account_orderstatus-page .navBar-section .navBar-item a, .shippingaddressform-page .navBar-section .navBar-item a, .account_inbox-page .navBar-section .navBar-item a, .account_addressbook-page .navBar-section .navBar-item a, .account_recentitems-page .navBar-section .navBar-item a, .editaccount-page .navBar-section .navBar-item a {
    font-weight: 500 !important;
    background-color: transparent !important;
    padding: 0 0 !important; }

@media screen and (max-width: 1480px) {
  .wishlist-page #main-content .container, .wishlists-page #main-content .container, .account_order-page #main-content .container, .account_orderstatus-page #main-content .container, .shippingaddressform-page #main-content .container, .account_inbox-page #main-content .container, .account_addressbook-page #main-content .container, .account_recentitems-page #main-content .container, .editaccount-page #main-content .container {
    max-width: 100%; } }

.wishlist-page #main-content .container > div, .wishlists-page #main-content .container > div, .account_order-page #main-content .container > div, .account_orderstatus-page #main-content .container > div, .shippingaddressform-page #main-content .container > div, .account_inbox-page #main-content .container > div, .account_addressbook-page #main-content .container > div, .account_recentitems-page #main-content .container > div, .editaccount-page #main-content .container > div {
  width: 100%; }

@media screen and (max-width: 567px) {
  .wishlists-table .form-fieldset a, .wishlists-table .form-fieldset input {
    padding: 4px !important;
    width: 70px;
    letter-spacing: 2px;
    font-size: 13px; } }

@media screen and (max-width: 767px) {
  .page-page {
    padding-top: 101px; }
    .page-page #main-content {
      margin-top: 20px; } }

.sec_wrap {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px; }

.sec_wrap_inner {
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .sec_wrap_inner {
      text-align: center;
      margin-bottom: 40px; } }
  .sec_wrap_inner .left_sec {
    float: left;
    width: 49%; }
    @media screen and (max-width: 767px) {
      .sec_wrap_inner .left_sec {
        width: 100%;
        display: inline-block;
        margin-bottom: 15px; } }
  .sec_wrap_inner .right_sec {
    float: right;
    width: 48.7%; }
    @media screen and (max-width: 767px) {
      .sec_wrap_inner .right_sec {
        width: 100%;
        text-align: left; } }
  .sec_wrap_inner .right_wrap_content h3 {
    margin: 0;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 17px;
    font-weight: 700;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .sec_wrap_inner .right_wrap_content h3 {
        margin-bottom: 10px; } }
  .sec_wrap_inner .right_wrap_content p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px !important;
    color: #000; }
    @media screen and (max-width: 767px) {
      .sec_wrap_inner .right_wrap_content p {
        margin-bottom: 10px; } }
  .sec_wrap_inner .right_sec a {
    position: relative;
    font-size: 16px;
    line-height: 24px; }
    .sec_wrap_inner .right_sec a:after {
      position: absolute;
      content: "1";
      background: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/arrow-right.png) right center no-repeat;
      color: transparent;
      right: -19px;
      top: 8px;
      width: 30px;
      top: 8px;
      height: 7px;
      filter: invert(42%) sepia(26%) saturate(1100%) hue-rotate(74deg) brightness(98%) contrast(87%); }
    .sec_wrap_inner .right_sec a:hover:after {
      filter: invert(45%) sepia(7%) saturate(7%) hue-rotate(20deg) brightness(100%) contrast(85%); }

.christmas-guide-text-section-first .christmas-guide-intro-img {
  position: relative; }
  .christmas-guide-text-section-first .christmas-guide-intro-img img {
    height: 500px;
    width: 100%;
    object-fit: cover; }
  .christmas-guide-text-section-first .christmas-guide-intro-img .title-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    .christmas-guide-text-section-first .christmas-guide-intro-img .title-content p {
      font-size: 48px;
      color: #fff;
      margin: 0;
      line-height: normal;
      text-transform: uppercase; }

.christmas-guide-text-section.black-section {
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: transparent;
  background-image: url(https://store-evuwutoqz2.mybigcommerce.com/content/img/DarkGreyFloralPattern.png);
  background-position: 0 0;
  margin-bottom: 0; }
  .christmas-guide-text-section.black-section p {
    font-size: 15px;
    letter-spacing: .3px;
    margin: 0;
    font-weight: 300;
    line-height: 27px;
    color: #fff; }
  .christmas-guide-text-section.black-section .christmas-guide-text-white {
    padding-bottom: 25px;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px; }
  .christmas-guide-text-section.black-section .christmas-guide-intro {
    width: 1100px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    text-align: left; }

.af_greenwall_halfsection.slider-section .greenwall-half-column2.img-slider {
  width: 58%;
  padding: 0;
  float: left; }
  .af_greenwall_halfsection.slider-section .greenwall-half-column2.img-slider img {
    height: 800px;
    width: 100%;
    object-fit: cover; }

.af_greenwall_halfsection.slider-section .greenwall-half-column2.text-slider {
  width: 40%;
  padding: 2%;
  float: left; }
  .af_greenwall_halfsection.slider-section .greenwall-half-column2.text-slider .greenwall-subhead {
    margin-top: 50px;
    margin-bottom: 20px;
    color: #36893b;
    font-size: 28px;
    line-height: 36px;
    font-weight: 300; }
  .af_greenwall_halfsection.slider-section .greenwall-half-column2.text-slider p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300; }

.grey-bg-section .greenwall-midheader {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px none #000;
  background-color: #f0f0f0;
  color: #36893b;
  font-size: 31px;
  line-height: 39px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
  clear: both;
  padding-left: 25px;
  padding-right: 25px; }

.snize-product-filters-buttons-container button {
  border-radius: 0 !important; }

#snize-modal-mobile-filters-dialog {
  border-radius: 0 !important; }

@media screen and (max-width: 460px) {
  div.snize-main-panel-mobile-filters {
    width: 28% !important; }
    div.snize-main-panel-mobile-filters a:before {
      width: 15px !important;
      height: 15px !important; }
  div.snize-main-panel-mobile-filters a, div.snize-main-panel-mobile-filters a > span, div.snize-main-panel-dropdown a, div.snize-main-panel-dropdown a > span, div.snize-main-panel-view-mode a, div.snize-main-panel-view-mode a > span {
    font-size: 14px !important; }
  div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-dropdown {
    padding: 0 8px !important;
    width: 50% !important; }
    div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-dropdown a {
      padding: 11px 0 11px 21px !important;
      width: 120px !important; }
      div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-dropdown a span:before {
        width: 15px !important;
        height: 15px !important;
        left: -21px !important; }
  div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-view-mode .snize-list-mode-icon:before, div.snize.snize-search-results#snize_results.snize-mobile-design .snize-main-panel div.snize-main-panel-view-mode .snize-grid-mode-icon:before {
    background-size: 15px !important; } }

.category-page .snize-main-panel-dropdown-button {
  margin: auto !important; }

.category-page .snize-view-mode-icon, .category-page .snize-main-panel-view-mode {
  top: 0 !important; }

.account_recentitems-page .view-discounts-table {
  display: none; }

.productView--login-and-membership {
  text-align: center; }
  @media (min-width: 768px) {
    .productView--login-and-membership {
      display: flex;
      align-items: center;
      width: 100%; } }
  @media (min-width: 960px) {
    .productView--login-and-membership {
      display: block;
      text-align: left; } }
  @media (min-width: 1200px) {
    .productView--login-and-membership {
      display: flex; } }
  .productView--login-and-membership .button {
    margin: 0;
    letter-spacing: 1.2px;
    padding: 17px 10px;
    width: 100%; }
    @media (min-width: 375px) {
      .productView--login-and-membership .button {
        letter-spacing: 1.2px;
        padding: 17px 10px;
        font-size: 12px;
        width: auto;
        max-width: none;
        line-height: 12px; } }
  @media (min-width: 414px) {
    .productView--login-and-membership {
      letter-spacing: 3.2px; } }
  @media (min-width: 568px) {
    .productView--login-and-membership {
      width: auto; } }
