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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: #030504;
  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: 18px; }
  @media (min-width: 551px) {
    html {
      font-size: 18px; } }
  @media (min-width: 801px) {
    html {
      font-size: 18px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 18px; } }

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #010101;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.77778rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: white;
    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.77778rem; }

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

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

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #030504;
  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: 0.88889rem;
  width: 0.88889rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: black;
    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: 0.94444rem;
  margin-left: -1.22222rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.22222rem; }
    .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 #e1e1e1;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f2f2f5; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.77778rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.77778rem 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 #e1e1e1; }

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

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

/*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: #ce2a2b;
  border-color: #ce2a2b;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: rgba(0, 0, 255, 0);
    border-color: rgba(0, 0, 255, 0);
    color: #ce2a2b; }
  .button--primary:active {
    background-color: rgba(0, 0, 255, 0);
    border: 1px solid rgba(0, 0, 255, 0);
    color: #ce2a2b; }

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

.button--tiny { }

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

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

/*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.77778rem;
  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.38889rem 0.77778rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.38889rem; }
  .dropdown-menu-item a {
    margin: -0.38889rem; }

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

.form-input {
  appearance: none;
  background-color: white;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #333333;
  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: #cccccc;
    color: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #ce2a2b;
    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: #e1e1e1;
  color: #333333;
  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: #ce2a2b; }
  .form-select:disabled {
    background-color: #cccccc;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #ce2a2b; }

/*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(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

/*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: 5rem;
  padding: 0.75rem;
  text-align: center; }

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.38889rem 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: #f2f2f5;
  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: #f2f2f5; }
  .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: white;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: white; }
  .breadcrumb.current {
    color: white;
    cursor: default; }
    .breadcrumb.current a {
      color: white;
      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: white;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

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

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

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

.tab-title {
  color: white;
  display: block;
  font-size: 15px;
  padding: 0.77778rem 1.55556rem; }
  .tab-title:hover {
    color: #030504; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

.accordion-content {
  display: none;
  padding: 2rem;
  border: #e1e1e1 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(0, 0, 0, 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 #e1e1e1;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

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

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

.modal-header {
  border-bottom: 1px solid #e1e1e1;
  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 #e1e1e1;
  padding: 0.77778rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

@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.38889rem 0.77778rem; }

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

.loadingOverlay {
  background: rgba(0, 0, 0, 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.22222rem;
    width: 2.22222rem;
    border-radius: 2.22222rem;
    border: solid 2px;
    border-color: white white #ce2a2b #ce2a2b;
    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.77778rem 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.77778rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: white; }

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

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

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

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

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

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

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

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

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

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

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

.slick-next,
.slick-prev {
  background-color: blue;
  background-color: rgba(0, 0, 255, 0.9);
  z-index: 1;
  border: 1px solid rgba(0, 0, 255, 0);
  height: 3.38889rem;
  margin-top: -0.83333rem;
  padding: 0.55556rem;
  width: 2.22222rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.27778rem;
    width: 1.11111rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: blue;
    background-color: rgba(0, 0, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.38889rem; } }
  .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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.38889rem; } }
  .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='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

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

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

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

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

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

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

.nanobar {
  display: none;
  width: 100%;
  height: 0.27778rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #ce2a2b; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
      display: flex;
      align-items: center;
      font-size: 1.8em;
      font-weight: bold; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
          font-size: .25em; } }
    .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      top: .875em;
      width: 1.375em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: .3125em; }
      .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: .3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em; }
    .swal2-popup.swal2-toast .swal2-styled:focus {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 1.6em;
      height: 3em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.8em;
        left: -.5em;
        transform: rotate(-45deg);
        transform-origin: 2em 2em;
        border-radius: 4em 0 0 4em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.25em;
        left: .9375em;
        transform-origin: 0 1.5em;
        border-radius: 0 4em 4em 0; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
      width: 2em;
      height: 2em; }
    .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
      top: 0;
      left: .4375em;
      width: .4375em;
      height: 2.6875em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
      height: .3125em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 1.125em;
        left: .1875em;
        width: .75em; }
      .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
        top: .9375em;
        right: .1875em;
        width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-toast-animate-success-line-tip .75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long .75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child,
  .swal2-container.swal2-bottom-start > :first-child,
  .swal2-container.swal2-bottom-left > :first-child,
  .swal2-container.swal2-bottom-end > :first-child,
  .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container.swal2-no-transition {
    transition: none !important; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: .46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: .25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent !important;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em; }

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto; }

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror,
  .swal2-file.swal2-inputerror,
  .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus,
  .swal2-file:focus,
  .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder,
  .swal2-file::placeholder,
  .swal2-textarea::placeholder {
    color: #cccccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input,
  .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label,
  .swal2-checkbox label {
    margin: 0 .6em;
    font-size: 1.125em; }
  .swal2-radio input,
  .swal2-checkbox input {
    margin: 0 .4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      flex-grow: 1; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      display: block;
      position: absolute;
      top: 2.3125em;
      width: 2.9375em;
      height: .3125em;
      border-radius: .125em;
      background-color: #f27474; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        left: 1.0625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        right: 1em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-error.swal2-icon-show {
      animation: swal2-animate-error-icon .5s; }
      .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
        animation: swal2-animate-error-x-mark .5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      position: absolute;
      width: 3.75em;
      height: 7.5em;
      transform: rotate(45deg);
      border-radius: 50%; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        top: -.4375em;
        left: -2.0635em;
        transform: rotate(-45deg);
        transform-origin: 3.75em 3.75em;
        border-radius: 7.5em 0 0 7.5em; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        top: -.6875em;
        left: 1.875em;
        transform: rotate(-45deg);
        transform-origin: 0 3.75em;
        border-radius: 0 7.5em 7.5em 0; }
    .swal2-icon.swal2-success .swal2-success-ring {
      position: absolute;
      z-index: 2;
      top: -.25em;
      left: -.25em;
      box-sizing: content-box;
      width: 100%;
      height: 100%;
      border: 0.25em solid rgba(165, 220, 134, 0.3);
      border-radius: 50%; }
    .swal2-icon.swal2-success .swal2-success-fix {
      position: absolute;
      z-index: 1;
      top: .5em;
      left: 1.625em;
      width: .4375em;
      height: 5.625em;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      display: block;
      position: absolute;
      z-index: 2;
      height: .3125em;
      border-radius: .125em;
      background-color: #a5dc86; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        top: 2.875em;
        left: .8125em;
        width: 1.5625em;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
        transform: rotate(-45deg); }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
      animation: swal2-animate-success-line-tip .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-animate-success-line-long .75s; }
    .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
      animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
    .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
      background: #3085d6; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
        background: #add8e6;
        color: #fff; }
      .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
        background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

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

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

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

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

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

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

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

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

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }

body.swal2-toast-shown .swal2-container {
  background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #010101;
    font-size: 1.66667rem; }
  .swal2-modal .swal2-content {
    color: #030504;
    font-size: 1.11111rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #e1e1e1;
    color: #333333; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #333333; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #ce2a2b;
    color: #ce2a2b;
    font-size: 1rem;
    padding: 0.88889rem 2.27778rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #ce2a2b;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #ce2a2b;
      color: white; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #ce2a2b;
    border-color: #ce2a2b;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: rgba(0, 0, 255, 0);
    border-color: rgba(0, 0, 255, 0);
    color: #ce2a2b; }
  .swal2-modal .swal2-confirm:active {
    background-color: rgba(0, 0, 255, 0);
    border-color: rgba(0, 0, 255, 0);
    color: #ce2a2b; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #ce2a2b;
    color: #ce2a2b; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #ce2a2b;
    color: white; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #ce2a2b;
    color: white; }
  .swal2-modal .button + .button {
    margin-left: 0.77778rem; }

.swal2-icon {
  display: flex; }

html,
body {
  height: auto; }

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

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

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

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

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

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: white;
  float: left;
  font-weight: 400;
  margin: 0 0.38889rem 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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.55556rem top 0.66667rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

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

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

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

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

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

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

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

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

.form-wishlist {
  position: relative; }

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

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

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

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

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

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

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

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #030504;
    font-size: 1.11111rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #ce2a2b;
      border-color: #ce2a2b;
      color: white; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: rgba(0, 0, 255, 0);
      border-color: rgba(0, 0, 255, 0);
      color: #ce2a2b; }
    .modal--alert .button-container .confirm:active {
      background-color: rgba(0, 0, 255, 0);
      border-color: rgba(0, 0, 255, 0);
      color: #ce2a2b; }

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

@media (max-width: 600px) {
  .category-banner-title {
    display: none; } }

.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 {
    display: inline-block;
    margin: 0 0.25rem;
    transform: rotate(15deg);
    border-right: 0.1em solid #f4f4f7;
    height: 0.8em;
    content: ''; }

.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: #e1e1e1;
    border-radius: 4px;
    margin: 0 0.38889rem 0 0.77778rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #202738; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #212121; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #212121; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-title {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-navigation-actions {
  position: absolute;
  right: 1.88889rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: white;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #333333; }

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1rem;
  font-size: 13px;
  height: 2.22222rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.55556rem 0.77778rem;
  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 #e1e1e1;
  border-radius: 4px;
  padding: 1.5rem; }

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.16667rem 0.27778rem; }

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

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

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

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

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

.form-input--small {
  font-size: 13px;
  height: 2.22222rem;
  line-height: 1rem;
  padding: 0.55556rem 0.77778rem; }

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

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

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

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

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

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

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

.card-img-container {
  /* max-width: get-width(stencilString('productgallery_size'));*/
  text-align: center; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

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

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

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

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

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

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

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

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

.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.38889rem;
  padding-left: 1.88889rem;
  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 #a0a0a0;
    border-width: 1px;
    height: 0.88889rem;
    left: 0;
    top: 0;
    width: 0.88889rem; }
  .navList-action--checkbox::after {
    height: 0.77778rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.77778rem; }
  .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(206, 42, 43, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(206, 42, 43, 0.999);
    content: "";
    font-size: 0.77778rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.44444rem; }
  .navList-action--checkbox:after {
    margin-top: -0.38889rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: #cccccc; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #f2f2f5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.27778rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.72222rem;
    width: 0.72222rem;
    fill: #202738; }
  .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.77778rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #030504; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid white;
        margin: 0;
        padding-left: 0.77778rem; } }
  .navBar--sub .navBar-action {
    color: white;
    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 #e1e1e1;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #ce2a2b; }

.actionBar-section .form-label {
  color: white;
  font-size: 13px;
  line-height: 2.11111rem;
  margin-bottom: 0;
  padding-left: 0.77778rem; }

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

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

.actionBar-section .form-select {
  color: #202738;
  height: 2.11111rem; }

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 16.66667rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 7.77778rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 7.88889rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.27778rem;
        padding-right: 0.27778rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.38889rem;
        margin-top: 0.44444rem;
        padding-left: 0.11111rem; } }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #ce292a; }
  .navUser-item--cart .dropdown-menu {
    max-width: 17.77778rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.27778rem; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.5rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.77778rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.61111rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.88889rem; } }

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

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

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

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

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

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

.dropdown--quickSearch {
  background-color: white;
  padding: 1.5rem 0;
  display: none; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    display: initial;
    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: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: rgba(0, 0, 255, 0);
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.16667rem;
  text-align: center;
  width: 20px; }

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

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

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #333333;
  margin: 0.38889rem 0.77778rem;
  padding-left: 0.77778rem; }

.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: zIndex("lower");*/
  z-index: -1; }
  @media (min-width: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

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

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

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

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

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

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.77778rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.77778rem 1.16667rem 1.16667rem; }
      .navPages-action.is-open {
        background-color: #f2f2f2; }
        .navPages-action.is-open svg {
          fill: #ce2a2b;
          stroke: #ce2a2b; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #ce2a2b; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #ce2a2b;
      stroke: #ce2a2b; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: white; }

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

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

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

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

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

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

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

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

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; }
    .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

.navPage-subMenu-action {
  padding: 0.77778rem 0; }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.77778rem 0 1.16667rem; } }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.77778rem 0 1.16667rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    padding: 0.77778rem 0;
    display: inline-block;
    text-align: right; }
    @media (min-width: 801px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

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

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

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e1e1e1; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e1e1e1; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.77778rem 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: white;
    display: inline-block;
    padding: 0.38889rem 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.11111rem;
    width: 1.11111rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #ce2a2b; }
    .socialLinks .icon svg {
      fill: black;
      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.38889rem;
    margin-right: 0.77778rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

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

.socialLinks--alt svg {
  fill: white; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  overflow: hidden;
  visibility: hidden; }
  .heroCarousel.is-visible {
    visibility: visible; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    opacity: 1;
    max-height: 100vh; }
    @media (min-width: 551px) {
      .heroCarousel.slick-initialized {
        max-height: 22.22222rem; } }
    @media (min-width: 801px) {
      .heroCarousel.slick-initialized {
        max-height: 44.44444rem; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: #f2f2f2;
      background-color: rgba(242, 242, 242, 0.9); }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 0%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 13.88889rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 56.25vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 22.22222rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 33.33333rem; } }
  .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }
  .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
    @media (min-width: 551px) {
      .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
        height: 56.25vw; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.related-products-list .productCarousel {
  width: 100%;
  max-width: 1790px;
  margin: auto;
  min-width: auto;
  border-bottom: 1px solid #e1e1e1; }
  .related-products-list .productCarousel .productCarousel-slide {
    padding: 10px 0;
    border-top: 1px solid #e1e1e1; }

.product .productCarousel-slide:last-child .card {
  border: 0; }

.product .productCarousel-slide {
  padding-left: 0;
  padding-right: 0; }

.card .card-body {
  border: 0; }

@media (min-width: 768px) and (max-width: 1200px) {
  .related-products-list .productCarousel {
    padding: 0 20px; }
  .related-products-list .productCarousel .productCarousel-slide {
    width: 48%;
    padding: 0;
    border: 1px solid #e1e1e1;
    margin: 0 1% 2% 1%; } }

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.77778rem;
  vertical-align: middle;
  color: #202738;
  font-size: 15px; }
  .productView-reviewLink--new {
    padding: 0; }
  .productView-reviewLink > a {
    color: #333333; }
    .productView-reviewLink > a:hover {
      color: #333333; }

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

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

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

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

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

.productOptions-list {
  /*border: 1px solid #efefef;*/
  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 #efefef; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: 0; }

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

.productOptions-list-item-figure {
  width: 3rem;
  display: inline-block;
  margin: 0; }

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

.shareProduct {
  text-align: center; }

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

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

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

.compareTable {
  border-top: 1px solid #e1e1e1;
  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 #e1e1e1; }
  .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.27778rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

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

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

.compareTable-removeProduct {
  background-color: #f2f2f5;
  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: black;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

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

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

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

.toggle {
  border-top: 1px solid #e1e1e1;
  margin-bottom: 2.27778rem; }
  .toggle:last-of-type {
    margin-bottom: 4.55556rem; }

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

.toggleLink {
  color: white; }
  .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 {
  /*@include grid-row;*/
  /* border: $facetedSearch-toggle-border;*/
  border-radius: 4px;
  /*border-width: $facetedSearch-toggle-borderWidth;*/
  display: block;
  margin-bottom: 2rem;
  padding: 5px 7px;
  color: #fff !important;
  background-color: #CE2A2B;
  float: right; }
  @media (min-width: 1201px) {
    .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 {
  /* @include grid-column(5);*/
  font-weight: 600;
  padding: 0;
  text-align: right; }

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

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

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

.facetedSearch-refineFilters {
  display: block;
  margin-bottom: 0; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block;
      margin-bottom: 15px; } }
  @media (max-width: 1200px) {
    .facetedSearch-refineFilters {
      order: 2;
      margin-bottom: 15px; } }
  @media (min-width: 1201px) {
    .facetedSearch-refineFilters {
      padding: 10px 0;
      order: 1;
      /*border-top:1px solid #d9d9d9;*/
      border-bottom: 1px solid #d9d9d9;
      margin: 0;
      font-size: 15px; } }

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

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

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

.facetLabel {
  background: #f2f2f5;
  border-radius: 4px;
  padding: 0.16667rem 0.5rem 0.16667rem 0.66667rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.66667rem;
    width: 0.66667rem;
    display: inline-block;
    fill: white;
    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-additionalCheckoutButtons .CheckoutButton, .previewCart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child, .previewCart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child, .previewCart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

@media (min-width: 320px) and (max-width: 767px) {
  body.cart .cart-header .cart-header-item.cart-header-total {
    display: table-cell;
    width: 100%;
    text-align: right;
    padding-right: 10%; } }

.cart {
  display: table;
  border-top: 1px solid #DCDCDC;
  /* margin-bottom: 10px;*/
  width: 100%; }
  .cart .cart-header-quantity {
    text-align: left; }
    @media (max-width: 767px) {
      .cart .cart-header-quantity {
        display: none; } }
  @media (min-width: 768px) {
    .cart {
      display: table; } }
  .cart table {
    margin-bottom: 0; }
  .cart .form-inlineMessage {
    margin: 5px 0; }
  @media (max-width: 550px) {
    .cart .form-field--error .form-inlineMessage:before {
      width: 0.7rem;
      height: 0.7rem; } }
  .cart .u-hiddenVisuallyEstimate {
    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; }
  @media (max-width: 767px) {
    .cart .shipping-estimator {
      /*	position: fixed;
    		right: 0;
    		top: 0;
    		width: 100%;
    		height: calc(100vh);
    		background-color: #fff;
    		transform: translateX(100%);
    		transition: all 0.3s ease-in-out;
    		z-index: 9999;
    		padding: 0 10px;*/ } }
  .cart .page-heading {
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700; }
    @media (max-width: 374px) {
      .cart .page-heading {
        font-size: 15px; } }
    @media (min-width: 320px) and (max-width: 567px) {
      .cart .page-heading {
        padding: 0 10px;
        margin: 10px 0 8px 0; } }
    @media (min-width: 568px) and (max-width: 767px) {
      .cart .page-heading {
        padding: 0 15px;
        margin: 10px 0 8px 0;
        font-size: 29px; } }
    @media (min-width: 1200px) {
      .cart .page-heading {
        margin: 0 0 15px 0; } }
  @media (min-width: 320px) and (max-width: 567px) {
    .cart .content-container .inner-cart-content {
      padding: 0 5px; }
      .cart .content-container .inner-cart-content table.cart {
        margin-bottom: 0;
        display: block;
        position: relative; } }
  @media (min-width: 568px) and (max-width: 767px) {
    .cart .content-container .inner-cart-content {
      padding: 0 15px; }
      .cart .content-container .inner-cart-content table.cart {
        margin-bottom: 0;
        display: block; } }
  .cart .shipping-quotes {
    font-size: 15px; }
    .cart .shipping-quotes form .estimator-form--default {
      width: 100%;
      display: inline-block; }
    .cart .shipping-quotes form .shipping-quote-btn {
      text-align: right;
      width: 100%; }
      .cart .shipping-quotes form .shipping-quote-btn .select-shipping-quote {
        float: none; }
    @media (min-width: 320px) and (max-width: 767px) {
      .cart .shipping-quotes li.estimator-form-row {
        padding: 0; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .cart .shipping-quotes li.estimator-form-row:first-child {
        padding: 0; } }
  .cart .empty-cart-title {
    text-align: center;
    margin: 20px 0 0 0; }
  .cart .cart-continue-shopping {
    text-align: center;
    margin: 0; }
    .cart .cart-continue-shopping a {
      color: #558eff;
      font-size: 18px;
      text-decoration: underline; }

.cart-header {
  /* display: none; // 2*/
  display: table-header-group; }
  @media (min-width: 768px) {
    .cart-header {
      display: table-header-group;
      text-align: left;
      /*border-top: 1px solid #e1e1e1;*/ }
      .cart-header tr {
        border-bottom: 1px solid #dcdcdc; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .cart-header tr {
      border-bottom: 1px solid #dcdcdc; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: left; }
    @media (min-width: 768px) {
      .cart-header-item:last-child {
        text-align: center; } }
  .cart-header-item:nth-child(3) {
    text-align: center; }

.cart-list {
  /*border-top: container("border");*/
  display: table-row-group;
  position: relative; }
  @media (min-width: 320px) and (max-width: 767px) {
    .cart-list {
      display: block; } }

.cart-item {
  border-bottom: 1px solid #DCDCDC;
  clear: both;
  display: table-row;
  /* padding: 0;*/
  position: relative !important; }
  .cart-item:before, .cart-item:after {
    display: none !important; }
  @media (min-width: 320px) and (max-width: 550px) {
    .cart-item {
      margin-bottom: 0;
      display: block; } }
  @media (min-width: 551px) {
    .cart-item {
      padding: 10px 0; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .cart-item {
      display: inline-block;
      padding: 0 0 10px 0;
      width: 100%;
      position: relative;
      /* border-bottom: 55px solid #fff;
            box-shadow: 0 1px 0px 0px #ddd;*/ }
      .cart-item:first-child {
        /* border-bottom: 80px solid #fff;*/ }
      .cart-item:before, .cart-item:after {
        display: none; } }
  .cart-item:last-child {
    /*border-bottom:1px solid #DCDCDC;*/ }
    @media (min-width: 320px) and (max-width: 767px) {
      .cart-item:last-child {
        /*border-bottom: 55px solid #ffffff;*/ } }

.cart-item-block {
  display: table-cell; }
  @media (min-width: 768px) {
    .cart-item-block {
      display: table-cell;
      vertical-align: top; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.38889rem; }

@media (min-width: 320px) and (max-width: 767px) {
  body.cart tbody tr td {
    position: relative;
    /* top: -40px;*/ } }

@media (min-width: 320px) and (max-width: 767px) {
  body.cart tbody tr:first-child td {
    top: 0; } }

@media (min-width: 768px) and (max-width: 800px) {
  body.cart tbody tr td.cart-item-figure {
    text-align: center;
    padding-left: 0; } }

@media (min-width: 551px) and (max-width: 767px) {
  body.cart tbody tr td.cart-item-figure {
    width: 120px;
    text-align: center;
    padding: 10px 5px 10px 0;
    margin: 0;
    float: left;
    position: relative; } }

@media (min-width: 376px) and (max-width: 550px) {
  body.cart tbody tr td.cart-item-figure {
    width: 92px;
    text-align: center;
    padding: 10px 5px 10px 0;
    margin: 0;
    float: left;
    position: relative; } }

@media (min-width: 320px) and (max-width: 375px) {
  body.cart tbody tr td.cart-item-figure {
    width: 60px;
    text-align: center;
    padding: 10px 5px 10px 0;
    margin: 0;
    float: left;
    position: relative; } }

.cart-item-figure {
  float: left;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      /* margin-left: -(grid-calc(4, $total-columns));*/
      width: 33.33333%; } }
  @media (min-width: 768px) {
    .cart-item-figure {
      float: none;
      width: 8.33333%;
      padding: 0.5rem 0; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

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

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

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

.cart-item-price {
  clear: both;
  float: none;
  width: 16.66667%; }
  @media (min-width: 1200px) and (max-width: 1479px) {
    .cart-item-price {
      width: 10%; } }
  @media (min-width: 551px) and (max-width: 767px) {
    .cart-item-price {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; } }
  @media (min-width: 320px) and (max-width: 550px) {
    .cart-item-price {
      width: 100%; } }

body.cart tbody tr td.cart-item-price {
  display: none; }
  @media (min-width: 320px) and (max-width: 767px) {
    body.cart tbody tr td.cart-item-price {
      display: none; } }

@media (min-width: 320px) and (max-width: 767px) {
  body.cart tbody tr td.cart-item-remove.cart-item-info {
    padding: 0;
    margin-top: 0;
    display: table-cell;
    position: absolute;
    top: 0;
    right: 0; } }

@media (min-width: 320px) and (max-width: 767px) {
  body.cart tbody tr td.cart-item-info.cart-item-quantity {
    width: 50%;
    float: left;
    display: block;
    clear: both;
    margin: 0;
    text-align: left; } }

@media (min-width: 551px) and (max-width: 767px) {
  body.cart tbody tr td.cart-item-info.cart-item-quantity {
    padding-left: 120px; } }

@media (min-width: 376px) and (max-width: 550px) {
  body.cart tbody tr td.cart-item-info.cart-item-quantity {
    padding-left: 92px; } }

@media (min-width: 320px) and (max-width: 375px) {
  body.cart tbody tr td.cart-item-info.cart-item-quantity {
    padding-left: 60px; } }

@media (min-width: 551px) and (max-width: 767px) {
  body.cart tbody tr td.cart-item-info.cart-item-quantity:before {
    /* content: '';
            position: relative;
            left: 0px;
            width: 120px;
            height: 30px;
            background: transparent;
            top: 0;
            display: block;
            float: left;*/ } }

@media (min-width: 376px) and (max-width: 550px) {
  body.cart tbody tr td.cart-item-info.cart-item-quantity:before {
    /*content: '';
            position: relative;
            left: 0px;
            width: 92px;
            height: 30px;
            background: transparent;
            top: 0;
            display: block;
            float: left;*/ } }

@media (min-width: 320px) and (max-width: 375px) {
  body.cart tbody tr td.cart-item-info.cart-item-quantity:before {
    /* content: '';
            position: relative;
            left: 0px;
            width: 60px;
            height: 30px;
            background: transparent;
            top: 0;
            display: block;
            float: left;*/ } }

@media (min-width: 320px) and (max-width: 567px) {
  body.cart tbody tr td.cart-item-info.cart-item-total {
    padding: 0; } }

@media (min-width: 320px) and (max-width: 374px) {
  body.cart tbody tr td.cart-item-info {
    padding: 0;
    width: auto;
    display: block;
    float: left;
    clear: initial;
    margin: 0; } }

@media (min-width: 375px) and (max-width: 470px) {
  body.cart tbody tr td.cart-item-info {
    padding: 0;
    width: auto;
    display: block;
    float: left;
    clear: initial;
    margin: 0; } }

@media (min-width: 471px) and (max-width: 550px) {
  body.cart tbody tr td.cart-item-info {
    padding: 0;
    width: auto;
    display: block;
    float: left;
    clear: initial;
    margin: 0; }
    body.cart tbody tr td.cart-item-info:nth-child(5) {
      text-align: center; } }

@media (min-width: 551px) and (max-width: 767px) {
  body.cart tbody tr td.cart-item-info {
    padding: 0;
    width: auto;
    display: block;
    float: left;
    clear: initial;
    margin: 0; }
    body.cart tbody tr td.cart-item-info:nth-child(5) {
      padding-left: 5px;
      text-align: center; } }

@media (min-width: 768px) and (max-width: 1199px) {
  body.cart tbody tr td.cart-item-info {
    padding: 25px 5px 30px 5px; } }

@media (min-width: 1200px) {
  body.cart tbody tr td.cart-item-info {
    padding: 25px 5px 30px 5px; } }

.cart-item-remove.cart-item-info {
  width: 5%; }
  @media (min-width: 768px) and (max-width: 1400px) {
    .cart-item-remove.cart-item-info {
      width: 5%; } }

body.cart .cart-header .cart-header-item .cart-remove-header {
  width: 10%; }

body.cart tbody tr td.cart-item-total.cart-item-info {
  width: 16.66667%;
  text-align: center; }
  @media (min-width: 320px) and (max-width: 767px) {
    body.cart tbody tr td.cart-item-total.cart-item-info {
      width: auto;
      padding: 0 7% 0 0;
      text-align: center;
      display: block;
      float: right; } }

@media (min-width: 320px) and (max-width: 767px) {
  body.cart tbody tr td.cart-item-total.cart-item-info .cart-item-value {
    position: relative;
    bottom: 0; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 768px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right;
        padding-right: 0; } }
  @media (min-width: 551px) and (max-width: 767px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: left; } }

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

@media (max-width: 567px) {
  body.cart .cart-item-quantity {
    /*display: none !important;*/ } }

.cart-item-quantity .form-increment {
  display: inline-flex;
  margin: 0;
  vertical-align: middle; }
  @media (min-width: 320px) and (max-width: 550px) {
    .cart-item-quantity .form-increment {
      margin-left: 0;
      display: block; } }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #030504;
  float: left;
  margin-bottom: 0.38889rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 320px) and (max-width: 550px) {
    .cart-item-label {
      width: 40%; } }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 320px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 1480px) {
    .cart-item-value {
      padding-left: 0;
      font-size: 18px;
      line-height: normal; } }
  @media (min-width: 551px) and (max-width: 800px) {
    .cart-item-value {
      font-size: 15px;
      padding-left: 0;
      line-height: normal; } }
  @media (min-width: 801px) and (max-width: 1479px) {
    .cart-item-value {
      font-size: 15px;
      padding-left: 0;
      line-height: normal; } }
  @media (min-width: 320px) and (max-width: 550px) {
    .cart-item-value {
      padding-left: 0;
      font-size: 15px;
      float: none;
      line-height: normal; } }

.cart-item-brand {
  color: #999999;
  margin-bottom: 0.16667rem; }
  @media (min-width: 320px) and (max-width: 550px) {
    .cart-item-brand {
      font-size: 15px; } }

.cart-item-name {
  font-size: 15px;
  margin: 0; }
  .cart-item-name + .definitionList {
    margin-top: 0.38889rem; }
  @media (min-width: 471px) and (max-width: 968px) {
    .cart-item-name {
      font-size: 18px; } }
  @media (min-width: 320px) and (max-width: 470px) {
    .cart-item-name {
      font-size: 15px; } }

@media (min-width: 471px) and (max-width: 550px) {
  body.cart .cart-item h6.no-option {
    font-size: 12px;
    margin: 0; } }

@media (min-width: 320px) and (max-width: 470PX) {
  body.cart .cart-item h6.no-option {
    font-size: 12px;
    margin: 0; } }

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

.cart-remove {
  /*  background-color: container("fill", "dark");
        border-radius: 50%;*/
  cursor: pointer;
  float: none;
  height: 40px;
  padding: 0;
  transition: background-color 0.15s ease;
  width: 35px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .cart-remove {
      width: 25px;
      height: 35px;
      padding: 0;
      margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 800px) {
    .cart-remove {
      width: 25px;
      height: 35px;
      padding: 0;
      margin-top: -5px; } }
  @media (min-width: 801px) and (max-width: 1479px) {
    .cart-remove {
      width: 30px;
      height: 35px;
      padding: 0;
      margin-top: -5px; } }
  @media (min-width: 551px) {
    .cart-remove {
      /* margin-left: spacing("base");*/ } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: black; }

.previewCartItem-image:after {
  display: none !important; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 0;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }
  .cart-totals li.continue-shopping {
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    text-align: center;
    padding: 5px 0;
    margin-top: 5px; }
    @media (min-width: 320px) and (max-width: 550px) {
      .cart-totals li.continue-shopping {
        padding: 6px 0;
        margin: 10px 12px 0 12px !important;
        flex: 0 0 95% !important; } }
    @media (min-width: 551px) and (max-width: 767px) {
      .cart-totals li.continue-shopping {
        margin: 10px 0;
        padding: 7.5px 0;
        margin: 10px 12px 0 12px !important;
        flex: 0 0 95% !important; } }
    @media (min-width: 767px) and (max-width: 1479px) {
      .cart-totals li.continue-shopping {
        margin: 10px 0 0 0;
        padding: 4.5px 0; } }
    .cart-totals li.continue-shopping a {
      color: #558EFF;
      font-size: 18px; }
      .cart-totals li.continue-shopping a:hover {
        text-decoration: underline; }
      @media (min-width: 320px) and (max-width: 470px) {
        .cart-totals li.continue-shopping a {
          font-size: 10px;
          line-height: 22px; } }
      @media (min-width: 471px) and (max-width: 550px) {
        .cart-totals li.continue-shopping a {
          font-size: 12px;
          line-height: 24px; } }
      @media (min-width: 551px) and (max-width: 1479px) {
        .cart-totals li.continue-shopping a {
          font-size: 15px;
          line-height: 27px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .cart-totals li:last-child {
      position: relative;
      z-index: 1; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .cart-totals li.coupon_input {
      order: -1;
      position: relative;
      z-index: 1; } }
  .cart-totals .shipping-quotes ul {
    margin: 0; }
  .cart-totals .shipping-quotes li {
    padding: 0;
    margin: 0; }
    .cart-totals .shipping-quotes li:last-child {
      padding: 0;
      margin-top: 0; }
    .cart-totals .shipping-quotes li:after {
      clear: inherit; }

.form-field--success .form-select {
  border-color: #F3F2EF; }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      /* border-top: container("border");*/ } }
  .cart-total .form-label {
    line-height: 1.77778rem;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px; }
  .cart-total .form-input {
    display: inline-block;
    height: auto;
    padding: 8px 10px;
    vertical-align: top;
    width: 75%;
    font-size: 15px;
    border-color: #F3F2EF;
    font-weight: 500; }
    @media (min-width: 320px) and (max-width: 470px) {
      .cart-total .form-input {
        font-size: 10px;
        padding: 11.5px 10px; } }
    @media (min-width: 471px) and (max-width: 550px) {
      .cart-total .form-input {
        font-size: 12px;
        padding: 10.5px 10px; } }
    @media (min-width: 551px) and (max-width: 1479px) {
      .cart-total .form-input {
        font-size: 15px;
        padding: 8.5px 10px; } }
  .cart-total .form-select {
    background-position: right 0.27778rem top 0.38889rem;
    background-size: 1.11111rem 1.11111rem;
    height: auto;
    margin-bottom: 0.77778rem;
    padding: 11.5px 10px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    height: 45px; }
    @media (min-width: 320px) and (max-width: 470px) {
      .cart-total .form-select {
        font-size: 10px;
        padding: 13px 10px; } }
    @media (min-width: 471px) and (max-width: 550px) {
      .cart-total .form-select {
        font-size: 12px;
        padding: 12px  10px; } }
    @media (min-width: 551px) and (max-width: 1479px) {
      .cart-total .form-select {
        font-size: 15px;
        padding: 10.5px 10px; } }
  .cart-total .form-inlineMessage {
    text-align: left;
    font-size: 15px; }
    @media (min-width: 320px) and (max-width: 470px) {
      .cart-total .form-inlineMessage {
        font-size: 10px;
        line-height: 17px; } }
    @media (min-width: 471px) and (max-width: 550px) {
      .cart-total .form-inlineMessage {
        font-size: 12px; } }
    @media (min-width: 551px) and (max-width: 1479px) {
      .cart-total .form-inlineMessage {
        font-size: 15px; } }
  .cart-total .theme-btn-primary.button--small {
    font-size: 15px;
    /*text-transform: capitalize;*/ }
    .cart-total .theme-btn-primary.button--small:focus {
      background-color: #ce2a2b;
      border: 1px solid #ce2a2b;
      color: #fff; }

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

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

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 320px) and (max-width: 470px) {
    .cart-total-label,
    .cart-total-value {
      padding: 3px 0; } }
  @media (min-width: 471px) and (max-width: 550px) {
    .cart-total-label,
    .cart-total-value {
      padding: 5px 0; } }
  @media (min-width: 768px) {
    .cart-total-label,
    .cart-total-value {
      padding: 0; } }

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

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

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

@media (max-width: 767px) {
  .coupon-form {
    margin: 0 !important; } }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin: 15px 0 15px 0; }
  .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; }
  @media (max-width: 767px) {
    .coupon-form,
    .cart-gift-certificate-form {
      margin: 3px 0 15px 0; } }
  .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: 10px;
    padding-right: 10px;
    width: 20%; }
    @media (min-width: 1850px) {
      .coupon-form .button,
      .cart-gift-certificate-form .button {
        padding: 11.5px 10px; } }

.estimator-form {
  margin-bottom: 0;
  display: inline-block; }
  .estimator-form .form-input {
    margin-bottom: 0.77778rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: auto;
    margin: 0;
    padding: 11.5px 10px; }
    @media (min-width: 1200px) {
      .estimator-form .button--primary {
        display: inline-block; } }
    @media (min-width: 320px) and (max-width: 550px) {
      .estimator-form .button--primary {
        width: 100%;
        margin: 0;
        padding: 10.5px 10px; } }
    @media (min-width: 551px) and (max-width: 767px) {
      .estimator-form .button--primary {
        padding: 10.5px 10px;
        margin-bottom: 0; } }
    @media (min-width: 768px) and (max-width: 1479px) {
      .estimator-form .button--primary {
        padding: 10.5px 10px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .estimator-form {
      display: inline-block;
      width: 100%; } }

.select-shipping-quote {
  float: left;
  margin: 10px 0; }

.estimate-btn {
  width: 100px; }

.estimator-form-label {
  /* clear: both;*/
  float: right;
  font-weight: 400;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .estimator-form-label {
      /*display: none;*/ } }
  .estimator-form-label input[type="radio"] {
    border: 1px solid #F3F2EF;
    padding: 0.5em;
    -webkit-appearance: none;
    color: #000;
    background-color: #fff;
    border-radius: 2px;
    width: 22px;
    height: 22px; }
    .estimator-form-label input[type="radio"]:checked {
      color: #fff;
      position: relative; }
      .estimator-form-label input[type="radio"]:checked:after {
        content: '';
        position: absolute;
        width: 7px;
        height: 12px;
        border: 2px solid #dcdcdc;
        top: 2px;
        left: 7px;
        transform: rotate(45deg);
        border-top: 0;
        border-left: 0;
        font-size: 18px;
        display: block;
        background-size: 11px;
        background-repeat: no-repeat; }
  .estimator-form-label .form-label {
    line-height: 1.77778rem;
    margin-bottom: 0; }
    @media (min-width: 970px) and (max-width: 1312px) {
      .estimator-form-label .form-label {
        text-align: left; } }
    @media (min-width: 320px) and (max-width: 470px) {
      .estimator-form-label .form-label {
        text-align: left;
        font-size: 10px; } }
    @media (min-width: 471px) and (max-width: 550px) {
      .estimator-form-label .form-label {
        text-align: left;
        font-size: 12px; } }

@media (min-width: 768px) {
  .close-shipping-estimation {
    display: none; } }

.estimator-form-label-text {
  margin-left: 0.55556rem;
  font-size: 15px; }
  @media (min-width: 320px) and (max-width: 470px) {
    .estimator-form-label-text {
      font-size: 10px; } }
  @media (min-width: 471px) and (max-width: 550px) {
    .estimator-form-label-text {
      font-size: 12px; } }
  @media (min-width: 551px) and (max-width: 1479px) {
    .estimator-form-label-text {
      font-size: 15px; } }

.shipping-estimate-value {
  color: #030504;
  font-weight: 500;
  text-decoration: none; }
  .shipping-estimate-value:hover {
    color: #030504; }

.shipping-estimate-value:over {
  color: #030504;
  font-weight: 700;
  text-decoration: underline; }

ul li.estimator-form-row .estimator-form-input {
  margin-bottom: 0; }

ul li.estimator-form-row .estimator-form-label {
  display: flex;
  align-items: center;
  float: left; }

ul li.estimator-form-row .estimator-form-label-text {
  font-weight: 600; }

.estimator-form-input {
  float: right;
  margin-bottom: 10px;
  width: calc(100% - 110px); }
  .estimator-form-input.no-bottom-space {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .estimator-form-input {
      float: left; } }
  @media (min-width: 320px) and (max-width: 550px) {
    .estimator-form-input {
      width: calc(100% - 110px);
      margin-bottom: 5px;
      float: left; } }
  @media (min-width: 551px) and (max-width: 767px) {
    .estimator-form-input {
      width: calc(100% - 110px);
      margin-bottom: 5px;
      float: left; } }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: auto;
  text-align: left;
  font-size: 15px;
  padding-left: 5px;
  font-weight: 600; }
  @media (min-width: 320px) and (max-width: 470px) {
    .estimator-form-input--price {
      font-size: 10px;
      line-height: 24px; } }
  @media (min-width: 471px) and (max-width: 550px) {
    .estimator-form-input--price {
      font-size: 12px;
      line-height: 24px; } }
  @media (min-width: 551px) and (max-width: 1479px) {
    .estimator-form-input--price {
      font-size: 15px; } }

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

@media (min-width: 768px) {
  .theme-btn-primary, .swal2-modal .swal2-confirm, .modal--alert .button-container .confirm {
    padding: 10px 20px; } }

.cart-actions {
  clear: both;
  width: 100%; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0;
    /* text-transform: capitalize;*/ }
    @media (min-width: 768px) {
      .cart-actions .button {
        max-width: 750px; } }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.38889rem; }
  @media (min-width: 320px) and (max-width: 767px) {
    .cart-actions {
      padding: 0 15px 0 10px; } }

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

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

.previewCartItem {
  margin: 0 auto;
  max-width: 66.66667rem;
  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 #e1e1e1; }

.previewCartItem-image,
.previewCartItem-content {
  display: inline-block;
  vertical-align: top; }

.previewCartItem-image {
  width: 20%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    /*   max-height: 90%;*/
    /*  position: absolute;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*margin: auto;*/
    max-width: inherit !important;
    /*border: 1px solid #e1e1e1;*/
    padding: 0;
    width: 100%; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 66.66667rem;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  display: block;
  padding: 1.5rem 0.77778rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) and (max-width: 970px) {
    .previewCartAction {
      padding: 1.5rem 0; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.77778rem;
    padding-right: 0.77778rem;
    width: 100%;
    /*  text-transform: capitalize;*/ }
    @media (min-width: 320px) and (max-width: 470px) {
      .previewCartAction .button {
        font-size: 15px !important;
        padding: 10.5px 16px; } }
    @media (min-width: 471px) and (max-width: 567px) {
      .previewCartAction .button {
        font-size: 15px !important;
        padding: 10.5px 16px; } }
    @media (min-width: 568px) and (max-width: 970px) {
      .previewCartAction .button {
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  /*@include grid-column(6);*/
  width: 48%;
  float: left;
  margin: 0 1%; }
  .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; }
  @media (min-width: 320px) and (max-width: 470px) {
    .previewCartAction-checkout,
    .previewCartAction-viewCart {
      width: 100%;
      margin: 0; } }
  @media (min-width: 471px) and (max-width: 567px) {
    .previewCartAction-checkout,
    .previewCartAction-viewCart {
      width: 49%;
      margin: 0; } }

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

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.77778rem;
  padding-top: 0.38889rem; }

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

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center;
  font-size: 15px; }

ul.additional-checkout-buttons {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: -1px; }
  @media (max-width: 767px) {
    ul.additional-checkout-buttons {
      border: 1px solid #efefef;
      padding: 0 10px 5px 10px;
      margin: 20px 12px 0 12px;
      border-radius: 5px;
      position: relative; } }
  ul.additional-checkout-buttons li {
    text-align: center;
    padding: 0; }
    ul.additional-checkout-buttons li:first-child {
      /* padding-top: 0;*/
      line-height: 15px; }
      @media (min-width: 768px) {
        ul.additional-checkout-buttons li:first-child {
          border-top: 1px solid #dcdcdc; } }
      @media (max-width: 767px) {
        ul.additional-checkout-buttons li:first-child {
          position: absolute;
          top: -11px;
          left: 50%;
          transform: translateX(-50%);
          background: #fff;
          padding: 0 5px; } }
    ul.additional-checkout-buttons li:last-child {
      /*border-top: 1px solid #dcdcdc;
            position: relative;
            margin: 20px 0 10px 0;
            padding: 0 0 10px 0;*/ }
    ul.additional-checkout-buttons li h4 {
      /*margin: 0;
            position: absolute;
            top: -11px;
            left: 40%;
            transform: translateX(40%);
            z-index: 99999;
            background: #fafafa;
            padding: 0 5px;
            font-size: 15px;*/ }

.cart .update-cart-options .productView-details .product-image {
  width: 55%;
  float: left; }

.cart .update-cart-options .productView-details .productView-options {
  width: 45%;
  float: right; }

.cart .update-cart-options .productView-details .product-image .cart-item-image {
  max-height: 100% !important;
  max-width: 100%; }

.cart span.cart-product-price.price.price--withoutTax {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  margin: 10px 0; }

.cart ul.additional-checkout-buttons li h4 {
  /*display: none;*/ }

.cart .modal-header {
  display: none; }

.cart .cart-update-title {
  text-align: left;
  padding-top: 0px;
  color: #030504; }

.cart .form-actions {
  text-align: right; }

.cart .form-actions .button {
  width: auto;
  margin-bottom: 0;
  font-size: 15px;
  padding: 9px 20px;
  border-radius: 2px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ce242b; }

.cart .modal .modal-close {
  /*display: inline-block;
        top: -7px !important;*/ }

.cart .modal .modal-close span {
  font-size: 65px; }

.cart .productView .productView-details .productView-options .form .form-field .option-value-cont .productOptions-list-item-content .form-label {
  line-height: normal; }

body.cart .modal-content .form-actions {
  margin-top: 15px; }

.cart .cart-total .form-input {
  height: 45px; }

@media (max-width: 1366px) {
  .cart .cart-update-title {
    font-size: 25px; }
  .cart span.cart-product-price.price.price--withoutTax {
    font-size: 25px; } }

@media (max-width: 767px) {
  .cart .modal {
    width: 95%;
    padding: 10px 0; }
  .cart .update-cart-options .productView-details .product-image,
  .cart .update-cart-options .productView-details .productView-options {
    width: 100%;
    text-align: center; }
  .cart .update-cart-options .productView-details .product-image .cart-item-image {
    max-height: 100%;
    max-width: 50%; }
  .cart .update-cart-options .productView-details .productView-options {
    text-align: left !important; }
  body.cart .modal-content .form-actions {
    margin-bottom: 1.5rem;
    margin-top: 15px; } }

@media (min-width: 320px) and (max-width: 767px) {
  body.cart .definitionList .definitionList-value {
    padding: 2px 0; }
  body.cart .cart-item-block .option-title {
    margin: 0;
    padding: 2px 0; } }

@media (min-width: 551px) and (max-width: 767px) {
  body.cart .definitionList .definitionList-value {
    font-size: 15px; } }

@media (min-width: 320px) and (max-width: 550px) {
  body.cart .cart-item-block .option-title {
    font-size: 15px; } }

/*  3Aug client feedback   */
.estimator-form-label input[type="radio"]:checked {
  background: #ce242b; }

.estimator-form-label input[type="radio"]:checked:after {
  border: 2px solid #ffffff;
  border-top: 0;
  border-left: 0; }

.cart .shipping-quote-btn input {
  padding: 11.5px 23px; }

body.cart .cart-form .form .button,
body.cart .cart-actions .button {
  padding: 14px 10px !important; }

@media (min-width: 320px) and (max-width: 567px) {
  body.cart .cart-header .cart-header-item {
    font-size: 15px !important; }
  body.cart .cart-header .cart-header-item {
    font-size: 15px !important; }
  body.cart .cart-item h6.no-option {
    font-size: 15px !important; }
  .cart-item-value {
    font-size: 15px !important; }
  body.cart .cart-item-block .edit-cart-item .change-item-option {
    font-size: 15px !important; }
  body.cart .cart-item-block .option-title {
    font-size: 15px !important; }
  body.cart .definitionList .definitionList-value {
    font-size: 13px !important;
    line-height: 20px !important; }
  .cart-total .form-input {
    font-size: 15px !important; }
  body.cart .cart-totals .cart-total .cart-total-label {
    font-size: 15px !important; }
  body.cart .cart-totals .cart-total .cart-total-value {
    font-size: 15px !important; }
  .cart-totals li.continue-shopping a {
    font-size: 15px !important;
    line-height: 35px !important; }
  .cart-total-label {
    width: 50%; } }

body.cart afterpay-placement {
  --messaging-font-size: 0;
  --logo-badge-width: 100px;
  text-align: center;
  background-color: #B1FCE4;
  border-radius: 2px;
  padding: 11px 0;
  margin: 10px 23px 0;
  width: 100%; }
  @media (min-width: 768px) {
    body.cart afterpay-placement {
      margin: 10px auto 0 auto;
      max-width: 750px; } }

ul.or-text {
  width: 100%;
  margin: 0 12px;
  padding: 0; }
  ul.or-text li {
    text-align: center;
    padding: 0;
    position: relative; }
    ul.or-text li h4 {
      margin: 0;
      background: #fafafa;
      padding: 5px 0 5px 0;
      font-size: 15px; }
      ul.or-text li h4:before {
        position: absolute;
        content: '';
        background: #efefef;
        width: 45%;
        height: 1px;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      ul.or-text li h4:after {
        position: absolute;
        content: '';
        background: #efefef;
        width: 45%;
        height: 1px;
        left: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }

@media (min-width: 320px) and (max-width: 767px) {
  .cart-remove-header {
    display: none; }
  body.cart .modal-body {
    padding: 0 10px; }
  .update-cart-options .productView-details {
    padding: 0 !important; }
  body.cart .content-container .inner-cart-totals {
    /*margin-top:-19px;*/ }
  tr.cart-item:first-child td.cart-item-block.cart-item-info.cart-item-quantity {
    /* bottom:-70px;*/ }
  .cart .content-container .inner-cart-content table.cart.cart-count-items {
    /*margin-bottom: -10px;*/ }
  .cart .content-container .inner-cart-content table.cart.cart-count-items .cart-item:last-child {
    /*border-bottom: 80px solid #fff;*/ } }

@media (min-width: 320px) and (max-width: 567px) {
  .cart .cart-update-title {
    font-size: 20px;
    line-height: normal; }
  body.cart #modal .modal-close {
    /* font-size: inherit;
        line-height: normal;
        position: relative;
        right: 0;
        display: block;
        text-align: right;
        height: 30px;*/ }
  body.cart .modal .modal-close span {
    font-size: 45px;
    line-height: 32px; }
  .cart-item-title p {
    width: 100%; } }

@media (min-width: 768px) {
  .previewCartList .cart-item-quantity .form-increment .button svg {
    stroke: none !important;
    transform: scale(1.7); } }

.definitionList:after, .definitionList:before {
  display: none; }

body .cart-item-quantity .form-increment:has(.form-input--incrementTotal:disabled) {
  display: none; }

.previewCart .previewCartList .cart-item-quantity:has(.form-increment .form-input--incrementTotal:disabled) {
  justify-content: end; }

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

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

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

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #212121; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    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: 0.88889rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.38889rem;
  position: relative;
  margin-bottom: 1.88889rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

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

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

.video {
  display: block;
  margin-bottom: 1.88889rem;
  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.77778rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.77778rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.88889rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

.adminBar {
  display: none;
  background-color: white;
  box-shadow: 0 0.11111rem 0.38889rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 801px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    display: inline-flex;
    align-self: center; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    top: .125em;
    position: relative; }

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

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3E67F8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    position: relative;
    display: inline-block; }
  .adminBar-private .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #313440;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  text-align: right;
  padding-right: 5px; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1261px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  padding: 10px;
  margin-right: 5px;
  margin-bottom: .25em; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

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

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

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

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

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

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

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

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

body.login .form-input,
body.login .form-select,
body.createaccount .form-input,
body.createaccount .form-select,
body.account_new_return .form-select,
body.account_new_return .form-input,
body.account_inbox .form-input,
body.account_inbox .form-select,
body.shippingaddressform .form-input,
body.shippingaddressform .form-select,
body.add-wishlist .form-input,
body.add-wishlist .form-select,
body.editaccount .form-input,
body.editaccount .form-select,
body.forgotpassword .form-input {
  font-size: 15px;
  height: 45px;
  letter-spacing: 1px; }

body.account_new_return .form-input[rows] {
  height: auto;
  border-color: #f3f2ef; }

.account_order .account-product-title {
  font-weight: 700;
  font-size: 18px; }

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

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

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

.createaccount .form-checkbox + .form-label::before {
  border-radius: 0;
  top: 0;
  width: 29px;
  height: 29px;
  border-color: #f3f2ef; }

.createaccount form label.form-label[for="FormField_46"] {
  font-size: 0px; }

.createaccount .form-field--checkbox > label[for="FormField[1][36][0]"], .createaccount .form-field--checkbox > label[for="FormField[2][46][0]"], .createaccount .form-field--checkbox > label[for="FormField[1][35][0]"] {
  padding-left: 45px;
  padding-top: 8px;
  letter-spacing: 1px;
  font-size: 15px; }

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

.createaccount .form-checkbox + .form-label::after,
.createaccount .form-radio + .form-label::after {
  top: 7px;
  left: 7px; }

body nav.navBar {
  border: 0; }

body.account_inbox .account-orderStatus span {
  color: #070606; }

body.account_inbox .account-list .account-listItem {
  padding: 10px 15px; }

body.account_inbox .form {
  padding: 10px 15px; }

body.account_inbox .send-msg {
  padding: 15px 15px 0;
  font-size: 18px; }

.account_inbox .form-select {
  font-size: 15px; }

body.shippingaddressform .account .account-body {
  padding: 20px 15px; }

body.shippingaddressform .form-field--error:after {
  right: 20px; }

.wishlists td.table-actions form input:hover,
.wishlists td.table-actions form a:hover {
  background: transparent;
  color: #d7202f; }

body.wishlist .account .share-wishlist {
  margin-left: auto;
  max-width: 100%; }

body.wishlist .account .alertBox--info {
  margin-bottom: 0;
  margin-top: 15px; }

body.wishlist .account .panel.share-wishlist .panel-body {
  margin-top: 10px; }

body.wishlists .table--line tr td {
  font-size: 15px;
  color: #202738;
  letter-spacing: 1px; }

body.wishlists .table--line tr td > a:hover {
  color: #202738; }

.account_returns .account-list .account-listItem:first-child {
  padding-top: 1.5rem; }

.account_orderstatus a.order-detail {
  font-weight: 700; }

body.wishlist .account .panel.share-wishlist .panel-body {
  margin-top: 10px;
  background: transparent;
  min-height: initial;
  border: 1px solid #f3f2ef; }

.wishlist .account .share-wishlist .panel-body h5 {
  font-weight: 600; }

body.createaccount .account .account-body {
  border: 0; }

body.wishlist .productGrid .product {
  width: 33.33%; }

.wishlist .productGrid .product .form .button {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  background-color: #ce242b;
  border-radius: 2px;
  padding: 19px 10px;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 0;
  font-weight: 700;
  transition: .3s all;
  text-align: center;
  line-height: 0;
  border: none; }

.wishlist .card .card-body .card-figcaption-button-section .card-figcaption-button {
  padding: 7.5px 20px; }

body.createaccount .page-heading {
  border: 0; }

.account_order .account .account-orderTotal .account-orderTotal-value {
  padding: 10px 10px 10px 0;
  letter-spacing: 1px; }

.account_order .account-sidebar .account-sidebar-block button:hover,
.account_order .account-sidebar .account-sidebar-block .order-details-info input:hover {
  color: #d7202f; }

.form-select {
  font-size: 15px; }

.account_orderstatus li.account-listItem {
  margin-bottom: 30px; }

.account_returns .account-listItem {
  padding: 20px 10px; }

.account_inbox .account-list .account-listItem .account-orderStatus {
  position: inherit;
  text-align: right;
  float: right; }

.account_order .account .account-content--fixedSmall .account-heading {
  display: block;
  padding: 10px 10px 0; }

body.createaccount_thanks .page-heading {
  border: 0;
  margin-bottom: 10px; }

body.createaccount_thanks .page-content--textCenter {
  text-align: center;
  margin: 50px 0; }

body.createaccount_thanks p {
  font-size: 18px; }

body.createaccount_thanks .page-content--textCenter a.button {
  font-size: 15px; }

body.createaccount .account.account--fixed {
  width: 100%; }

body div [data-sub-layout="eb18efa4-64fc-4fe8-a169-e6fcca0a17d3"],
body div[data-sub-layout="d20f19c1-48c5-4027-b300-0dc01b1fda45"],
body div[data-sub-layout="2fbb3ef9-b215-444d-b55e-b9d85f7535a7"] {
  opacity: 1 !important;
  transform: inherit !important; }

.tab-accounts-banner,
.mobile-accounts-banner {
  display: none; }

body .account-head {
  margin: 0;
  margin: 10px 0 0; }

body .account-head .alertBox {
  border: 1px solid #f3f2ef;
  background: transparent;
  padding: 0;
  padding: 11.5px 10px;
  border-radius: 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 1px; }

.wishlist .form-actions a {
  margin-top: 20px; }

.product .inner-pages-top-bottom,
.default .inner-pages-top-bottom {
  display: none; }

body .alertBox-message {
  font-size: 15px;
  letter-spacing: 1px; }

.account_new_return .account--addReturn .table tr th,
.account_new_return .account--addReturn .table tr td {
  padding: 10px; }

.account_new_return .account--addReturn .table tr td.return-itemPrice {
  font-size: 15px; }

.account_new_return .account--addReturn-row {
  margin: 0; }

.account_new_return .account--addReturn-column {
  padding: 0 10px; }

.account_new_return .account--addReturn .table tr {
  padding: 5px 0; }

body.account_new_return .account .account-body {
  padding: 0; }

body form .form-field.form-field--select.form-field--error:after {
  display: none; }

.wishlist .form-input[readonly] {
  background: #f3f2ef;
  border: 0; }

body.createaccount .body .container {
  max-width: 1400px; }

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

body.createaccount_thanks .page-content--textCenter {
  margin: 30px 0; }

.account_order .account-product-title {
  font-weight: 700; }

.add-wishlist form label.form-label,
.createaccount form label.form-label {
  font-size: 18px; }

body.wishlist .productGrid .product .card {
  height: auto; }

.wishlists .table thead tr td,
.wishlists .table thead tr th {
  font-size: 18px; }

/*  17aug     */
.account_inbox textarea {
  border-color: #f3f2ef; }

.getnewpassword .page-heading {
  border: 0; }

.account_orderstatus .order-price-cont.mobile-item-count {
  display: none; }

.form-prefixPostfix.wrap.form-field--error:after {
  right: 220px;
  top: 12px; }

.createaccount .account input[type="submit"]:hover,
.forgotpassword .account--fixedSmall .form-prefixPostfix .button:hover,
.getnewpassword .form-actions .button:hover,
.account_orderstatus a.order-detail:hover,
span.order-status:hover,
.account_returns .account-list .account-listItem .account-product .account-product-body .account-orderStatus .account-orderStatus-label:hover,
body .panel--address .form-actions .button:hover {
  background-color: #f13139;
  color: #fff;
  box-shadow: unset; }

body.createaccount h1.page-heading,
body.forgotpassword h2.page-heading {
  border: 0; }

body.createaccount .page-heading {
  margin: 20px 0 30px; }

body.getnewpassword .account {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto; }

body.getnewpassword .account p {
  margin: 15px 0; }

.getnewpassword .form-actions {
  margin-top: 0; }

.getnewpassword .form-field--error:after {
  right: 25px; }

body.createaccount .account {
  margin: 0 auto;
  width: 1400px; }

#FormField_11.form-field--error:after,
.createaccount .form-field--checkbox > label[for="FormField_36"] {
  display: none; }

.wishlist .share-wishlist .productGrid {
  margin: 0; }

.wishlist .wishlist-detail {
  margin-top: 15px; }

.shippingaddressform .form-row--half .form-field .form-checkbox + .form-label {
  padding-left: 25px;
  font-size: 15px;
  letter-spacing: 1px; }

.forgotpassword .account--fixedSmall p {
  margin: 30px 0 10px;
  font-size: 15px; }

body .form-field--success .form-input[type=text],
body .form-field--success .form-input {
  border-color: #f3f2ef; }

.login .page-heading {
  text-transform: capitalize;
  font-size: 37px;
  font-weight: 700;
  line-height: 45px;
  color: #030504;
  border: 1px solid #f3f2ef;
  padding: 10px 0;
  margin: 0; }

.login .body .container {
  max-width: 1400px; }

.login body .navBar--sub .navBar-section .navBar-item {
  border: 1px solid #f3f2ef !important;
  border-bottom: 0 !important;
  font-size: 15px;
  letter-spacing: 1px; }

.login .login {
  max-width: 100%;
  margin: 10px 0; }

.login textarea {
  resize: none;
  border-color: #f3f2ef; }

.login .login .login-row .login-form input {
  border-color: #f3f2ef; }

.login .login .login-row .login-form .form-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px; }

.login .login .login-row .login-form input.button {
  width: 100%;
  color: #fff;
  font-size: 15px;
  background-color: #ce242b;
  border-radius: 2px;
  padding: 19px 10px;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 0;
  font-weight: 700;
  transition: .3s all;
  text-align: center;
  line-height: 0;
  border: none; }

.login .login .login-row .new-customer .panel .panel-body .button:hover {
  background-color: #f13139;
  color: #fff;
  box-shadow: unset; }

.login .login .login-row .login-form input.button:hover {
  background-color: #f13139;
  color: #fff;
  box-shadow: unset; }

.login .login .login-row .login-form .form-actions .forgot-password {
  margin: 10px 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px; }

.login .login .login-row .login-form .form-actions a.forgot-password:hover {
  color: #202738; }

.login .login .login-row .new-customer .panel {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 60%;
  background: transparent; }

.login .login-row .new-customer {
  padding: 6px 25px 15px;
  border: 1px solid #f3f2ef;
  margin-top: 25px; }

.login .login .login-row .new-customer {
  margin-top: 25px; }

.login .login-form .form-field {
  margin: 0 0 53px; }

.login .login-row .new-customer .panel .panel-title {
  font-size: 37px;
  font-weight: 700;
  text-transform: uppercase; }

.login .login .login-row .new-customer .panel .panel-body .new-customer-intro {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px; }

.login .login .form-inlineMessage {
  font-size: 15px;
  font-weight: 600; }

.login .theme-btn-primary {
  font-size: 15px; }

.login .login .login-row .new-customer .panel .panel-body .new-customer-fact-list {
  margin-left: 0;
  margin-bottom: 15px; }

.login .login .login-row .new-customer .panel .panel-body .new-customer-fact-list .new-customer-fact {
  list-style: none;
  font-size: 15px;
  margin-bottom: 8px;
  letter-spacing: 1px; }

.login .page-heading {
  margin-bottom: 10px;
  border: 0; }

.login .login .login-row .login-form {
  padding-right: 25px; }

.account_order .account-body .account-heading {
  padding-bottom: 5px; }

.account_inbox .form,
.shippingaddressform .form,
.wishlist .form {
  margin-bottom: 0; }

.account_order .account-body .account-listShipping,
.account_order .account-body .account-listItem {
  padding: 10px; }

.account_order .account-product--alignMiddle .account-product-body {
  padding-left: 1rem; }

.account_returns .account-product-details .account-product-detail {
  width: 33.33333%; }

.account_order textarea,
.account_returns textarea,
.createaccount textarea,
.wishlists textarea,
.createaccount textarea,
.account_inbox textarea {
  resize: none; }

body .account-content {
  padding-left: 0;
  padding-right: 0; }

.account_order .account .account-sidebar {
  padding: 0; }

.account_order .navBar--sub .navBar-item.is-active > .navBar-action {
  padding: 0; }

.account_returns .account-list .account-listItem .account-product {
  display: flex; }

.account_returns .account-list .account-listItem .account-product .account-product-body {
  width: 86%; }

.account_returns .account-product:after,
.account_returns .account-product-details:after,
.account_returns .account-product-body:after {
  display: none; }

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

.form-field--error,
.form-field--success {
  position: relative; }

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

.createaccount .form-field--error:after,
.add-wishlist .form-field--error:after,
.editaccount .form-field--error:after {
  right: 20px; }

.account_returns .account-product-details {
  margin: 20px -0.75rem 0; }

.account_returns .account-list .account-listItem .account-product .account-product-body .account-product-description + .definitionList {
  margin-bottom: 0; }

.account_returns .account-product-figure {
  margin: 0 10px 0 0;
  width: 150px; }

.account_order .account-product-figure {
  width: 100px; }

.account_returns .account-content {
  padding-left: 0;
  padding-right: 0; }

.account_returns .account-list .account-listItem .account-product .account-product-body .account-product-description {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 1px; }

.account_returns .account-list .account-listItem .account-product .account-product-body .account-product-description a {
  display: block; }

.account_returns .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail span {
  font-size: 15px;
  letter-spacing: 1px; }

.account_returns .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail .account-product-detail-heading {
  color: #010101;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0; }

.account_returns .account-list .account-listItem .account-product .account-product-body .account-orderStatus .account-orderStatus-label {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  background-color: #ce242b;
  border-radius: 2px;
  padding: 19px 10px;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 0;
  font-weight: 700;
  transition: .3s all;
  text-align: center;
  line-height: 0;
  border: none; }

.account_returns .account-product-title {
  font-size: 18px;
  font-weight: 600; }

.account_new_return .account-content p {
  font-size: 18px; }

.account_new_return .account-content a {
  margin: 15px 0 0 0;
  background: #ce242b;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px !important;
  text-transform: uppercase;
  height: 45px;
  line-height: 25px;
  border: 0; }

.account_inbox .form-select {
  padding: 10px 54px 10px 18px;
  line-height: normal; }

.form-field--error .form-inlineMessage:before {
  display: none; }

body .navBar--sub .navBar-section .navBar-item a {
  text-decoration: none !important;
  letter-spacing: 1px; }

.wishlists .table--line .table-thead tr th,
.wishlists .table--line tr td {
  padding: 0.77778rem 1.5rem;
  letter-spacing: 1px; }

.wishlists-table {
  border: 1px solid #f3f2ef; }

body.account_addressbook .addressList .address .panel--address .form-actions {
  position: absolute;
  margin: 0;
  bottom: 20px; }

a.navPages-action.navPages-action--storeCredit {
  font-size: 20px;
  width: 100%;
  font-weight: 400; }

.add-wishlist .wishlist-form {
  margin-top: 30px; }

.form-actions .button,
.form-fieldset a,
.wishlists .form-fieldset input,
.login .login-row .new-customer .panel .panel-body .button,
.forgotpassword .account--fixedSmall .form-prefixPostfix .button {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  background-color: #ce242b;
  border-radius: 2px;
  padding: 19px 10px;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 0;
  font-weight: 700;
  transition: .3s all;
  text-align: center;
  /*line-height: 0;*/
  border: none;
  height: auto; }

.form-actions .button:hover,
.form-fieldset a:hover,
.wishlists .form-fieldset input:hover,
.login .login-row .new-customer .panel .panel-body .button:hover {
  background-color: #f13139;
  color: #fff;
  box-shadow: unset;
  border: none; }

.wishlists .account {
  width: 73.66667%; }

body.account_recentitems .productGrid {
  margin: 0 -15px; }

.account_recentitems form {
  border: 1px solid #f3f2ef;
  margin-top: 10px;
  padding: 40px 15px 10px; }

body.account_recentitems .productGrid .product .card {
  border: 0;
  padding: 0; }

body.account_recentitems .productGrid .product {
  width: 33.33%;
  padding: 15px; }

body.account_recentitems .container > .account {
  width: 100%; }

body.account_addressbook .panel--address a span:hover {
  color: #070606; }

body .panel--address .form-actions .button {
  color: #fff;
  font-size: 15px;
  background-color: #ce242b;
  border-radius: 2px;
  padding: 19px 10px;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 0;
  font-weight: 700;
  transition: .3s all;
  text-align: center;
  line-height: 0;
  border: none;
  margin-bottom: 0; }

body .account_inbox .account-list .account-message p,
.account-orderStatus span {
  color: #ce242b;
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 1px; }

body .account_inbox .account-list .account-message .account-product-title {
  color: #ce242b;
  font-size: 18px;
  font-weight: 600; }

body .account-list .account-message {
  background-image: none; }

body .account .account-body {
  border: 1px solid #f3f2ef;
  margin-top: 10px; }

body.account_addressbook .panel .panel-body {
  background-color: transparent;
  border-top: 0; }

.panel--address .panel-body .address-details .address-label,
.panel--address .panel-body .address-details .address-description {
  font-size: 15px;
  letter-spacing: 1px; }

body .address-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600; }

body.account_addressbook .panel--address {
  border: 1px solid #f3f2ef; }

body.account_addressbook .account .account-body {
  margin-top: 10px;
  padding: 30px 20px 3px;
  border: 1px solid #f3f2ef; }

body .account-product-description a:hover {
  color: #030504; }

.account-content {
  padding: 0; }

.account-content .send-msg {
  margin-top: 0; }

.editaccount .form-actions {
  text-align: left;
  margin: 0; }

.account_returns .account-list .account-listItem .account-product .account-product-body .definitionList-key,
.account_returns .account-list .account-listItem .account-product .account-product-body .definitionList-value {
  margin: 10px 10px 0 0 !important;
  letter-spacing: 1px; }

body.account_returns .account-list .account-listItem .account-product .account-product-body .definitionList-value {
  color: #030504;
  font-size: 15px;
  font-weight: 400;
  margin-top: 3px !important; }

body.account_order .account-body .definitionList .definitionList-value {
  color: #030504;
  font-weight: 400;
  width: 100%;
  margin-bottom: 5px !important; }

.forgotpassword .account--fixedSmall {
  width: 100%;
  margin: 0 auto 30px; }

.forgotpassword .body .container {
  max-width: 1400px; }

.account--fixedSmall p {
  font-size: 18px;
  margin-top: 30px; }

.account_orderstatus h2.page-heading {
  border: 1px solid #f3f2ef;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 37px;
  font-weight: 700;
  line-height: 45px;
  color: #030504;
  margin: 0; }

.account_orderstatus .navBar--sub .navBar-section .navBar-item a:hover {
  text-decoration: none; }

.account_orderstatus .form-field--error .form-inlineMessage:before {
  display: none; }

.account_orderstatus .createaccount .form-actions .button {
  font-size: 15px; }

.account_orderstatus .form-field--error .form-inlineMessage:before {
  display: none; }

.account_orderstatus .account-list {
  display: flex;
  flex-wrap: wrap; }

.account_orderstatus li.account-listItem {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 50px;
  border: 0; }

.account_orderstatus .account-product {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }

.account_orderstatus .account-product-figure {
  margin: 0;
  position: relative;
  width: 100%; }

.account_orderstatus .account-product-body h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #070606; }

.account_orderstatus .account-product-body h3 a:hover,
.account_orderstatus .account-product-body h3 a {
  color: #070606; }

.account_orderstatus .order-price-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center; }

.account_orderstatus p.account-product-description {
  font-size: 15px;
  color: #070606;
  margin-bottom: 0 !important;
  font-weight: 400;
  letter-spacing: 1px; }

.account_orderstatus a.order-detail {
  background: #ce242b;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  background-color: #ce242b;
  border-radius: 2px;
  padding: 19px 10px;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 0;
  font-weight: 700;
  transition: .3s all;
  text-align: center;
  line-height: 0;
  border: none; }

.account_orderstatus .account .account-body {
  margin: 0;
  border: 1px solid #f3f2ef;
  padding: 30px 10px;
  margin-top: 10px; }

.account_orderstatus .account .account-body .account-content {
  padding-left: 0;
  padding-right: 0; }

.account_orderstatus body .account,
.account_returns body .account,
.account_inbox body .account,
.account_addressbook body .account,
.shippingaddressform body .account,
.wishlists body .account,
.wishlist body .account,
.account_recentitems body .account,
.editaccount body .account,
.account_order body .account,
.getnewpassword body .account,
.account_new_return body .account,
.shippingaddressform body .account,
.add-wishlist body .account {
  margin: 0;
  width: 73.66667%;
  margin-left: auto; }

.account_orderstatus .account input[type="submit"],
.account_orderstatus .account input[value="Clear"],
.account_orderstatus .account button[type="submit"],
.account_orderstatus .account a.button,
.account_orderstatus .account button,
.account_returns .account input[type="submit"],
.account_returns .account input[value="Clear"],
.account_returns .account button[type="submit"],
.account_returns .account a.button,
.account_returns .account button,
.account_inbox .account input[type="submit"],
.account_inbox .account input[value="Clear"],
.account_inbox .account button[type="submit"],
.account_inbox .account a.button,
.account_inbox .account button,
.account_addressbook .account input[type="submit"],
.account_addressbook .account input[value="Clear"],
.account_addressbook .account button[type="submit"],
.account_addressbook .account a.button,
.account_addressbook .account button,
.shippingaddressform .account input[type="submit"],
.shippingaddressform .account input[value="Clear"],
.shippingaddressform .account button[type="submit"],
.shippingaddressform .account a.button,
.shippingaddressform .account button,
.wishlists .account input[type="submit"],
.wishlists .account input[value="Clear"],
.wishlists .account button[type="submit"],
.wishlists .account a.button,
.wishlists .account button,
.wishlist .account input[type="submit"],
.wishlist .account input[value="Clear"],
.wishlist .account button[type="submit"],
.wishlist .account a.button,
.wishlist .account button,
.account_recentitems .account input[type="submit"],
.account_recentitems .account input[value="Clear"],
.account_recentitems .account button[type="submit"],
.account_recentitems .account a.button,
.account_recentitems .account button,
.editaccount .account input[type="submit"],
.editaccount .account input[value="Clear"],
.editaccount .account button[type="submit"],
.editaccount .account a.button,
.editaccount .account button,
.account_order .account input[type="submit"],
.account_order .account input[value="Clear"],
.account_order .account button[type="submit"],
.account_order .account a.button,
.account_order .account button,
.getnewpassword .account input[type="submit"],
.getnewpassword .account input[value="Clear"],
.getnewpassword .account button[type="submit"],
.getnewpassword .account a.button,
.getnewpassword .account button,
.account_new_return .account input[type="submit"],
.account_new_return .account input[value="Clear"],
.account_new_return .account button[type="submit"],
.account_new_return .account a.button,
.account_new_return .account button,
.shippingaddressform .account input[type="submit"],
.shippingaddressform .account input[value="Clear"],
.shippingaddressform .account button[type="submit"],
.shippingaddressform .account a.button,
.shippingaddressform .account button,
.add-wishlist .account input[type="submit"],
.add-wishlist .account input[value="Clear"],
.add-wishlist .account button[type="submit"],
.add-wishlist .account a.button,
.add-wishlist .account button {
  font-size: 15px; }

.account_orderstatus nav.navBar h2,
.account_returns nav.navBar h2,
.account_inbox nav.navBar h2,
.account_addressbook nav.navBar h2,
.shippingaddressform nav.navBar h2,
.wishlists nav.navBar h2,
.wishlist nav.navBar h2,
.account_recentitems nav.navBar h2,
.editaccount nav.navBar h2,
.account_order nav.navBar h2,
.getnewpassword nav.navBar h2,
.account_new_return nav.navBar h2,
.shippingaddressform nav.navBar h2,
.add-wishlist nav.navBar h2 {
  text-transform: capitalize;
  font-size: 37px;
  font-weight: 700;
  line-height: 45px;
  color: #030504;
  border: 1px solid #f3f2ef;
  border-bottom: 0;
  padding: 10px 0;
  margin: 0; }

.account_orderstatus .order-main-container,
.account_returns .order-main-container,
.account_inbox .order-main-container,
.account_addressbook .order-main-container,
.shippingaddressform .order-main-container,
.wishlists .order-main-container,
.wishlist .order-main-container,
.account_recentitems .order-main-container,
.editaccount .order-main-container,
.account_order .order-main-container,
.getnewpassword .order-main-container,
.account_new_return .order-main-container,
.shippingaddressform .order-main-container,
.add-wishlist .order-main-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0; }

.account_orderstatus nav.navBar,
.account_returns nav.navBar,
.account_inbox nav.navBar,
.account_addressbook nav.navBar,
.shippingaddressform nav.navBar,
.wishlists nav.navBar,
.wishlist nav.navBar,
.account_recentitems nav.navBar,
.editaccount nav.navBar,
.account_order nav.navBar,
.getnewpassword nav.navBar,
.account_new_return nav.navBar,
.shippingaddressform nav.navBar,
.add-wishlist nav.navBar {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  border-bottom: 0; }

.account_orderstatus .navBar--sub .navBar-section,
.account_returns .navBar--sub .navBar-section,
.account_inbox .navBar--sub .navBar-section,
.account_addressbook .navBar--sub .navBar-section,
.shippingaddressform .navBar--sub .navBar-section,
.wishlists .navBar--sub .navBar-section,
.wishlist .navBar--sub .navBar-section,
.account_recentitems .navBar--sub .navBar-section,
.editaccount .navBar--sub .navBar-section,
.account_order .navBar--sub .navBar-section,
.getnewpassword .navBar--sub .navBar-section,
.account_new_return .navBar--sub .navBar-section,
.shippingaddressform .navBar--sub .navBar-section,
.add-wishlist .navBar--sub .navBar-section {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f3f2ef; }

.account_orderstatus .navBar--sub .navBar-section .navBar-item.is-active,
.account_returns .navBar--sub .navBar-section .navBar-item.is-active,
.account_inbox .navBar--sub .navBar-section .navBar-item.is-active,
.account_addressbook .navBar--sub .navBar-section .navBar-item.is-active,
.shippingaddressform .navBar--sub .navBar-section .navBar-item.is-active,
.wishlists .navBar--sub .navBar-section .navBar-item.is-active,
.wishlist .navBar--sub .navBar-section .navBar-item.is-active,
.account_recentitems .navBar--sub .navBar-section .navBar-item.is-active,
.editaccount .navBar--sub .navBar-section .navBar-item.is-active,
.account_order .navBar--sub .navBar-section .navBar-item.is-active,
.getnewpassword .navBar--sub .navBar-section .navBar-item.is-active,
.account_new_return .navBar--sub .navBar-section .navBar-item.is-active,
.shippingaddressform .navBar--sub .navBar-section .navBar-item.is-active,
.add-wishlist .navBar--sub .navBar-section .navBar-item.is-active {
  border-left: 4px solid #070606 !important;
  background-color: #f3f2ef;
  text-decoration: none !important;
  padding: 18px 0 18px 70px;
  font-weight: 600; }

.account_orderstatus .navBar--sub .navBar-section .orders.navBar-item.is--active a,
.account_returns .navBar--sub .navBar-section .orders.navBar-item.is--active a,
.account_inbox .navBar--sub .navBar-section .orders.navBar-item.is--active a,
.account_addressbook .navBar--sub .navBar-section .orders.navBar-item.is--active a,
.shippingaddressform .navBar--sub .navBar-section .orders.navBar-item.is--active a,
.wishlists .navBar--sub .navBar-section .orders.navBar-item.is--active a,
.wishlist .navBar--sub .navBar-section .orders.navBar-item.is--active a,
.account_recentitems .navBar--sub .navBar-section .orders.navBar-item.is--active a,
.editaccount .navBar--sub .navBar-section .orders.navBar-item.is--active a,
.account_order .navBar--sub .navBar-section .orders.navBar-item.is--active a,
.getnewpassword .navBar--sub .navBar-section .orders.navBar-item.is--active a,
.account_new_return .navBar--sub .navBar-section .orders.navBar-item.is--active a,
.shippingaddressform .navBar--sub .navBar-section .orders.navBar-item.is--active a,
.add-wishlist .navBar--sub .navBar-section .orders.navBar-item.is--active a {
  padding: 0; }

.account_orderstatus .navBar--sub .navBar-section .navBar-item a,
.account_returns .navBar--sub .navBar-section .navBar-item a,
.account_inbox .navBar--sub .navBar-section .navBar-item a,
.account_addressbook .navBar--sub .navBar-section .navBar-item a,
.shippingaddressform .navBar--sub .navBar-section .navBar-item a,
.wishlists .navBar--sub .navBar-section .navBar-item a,
.wishlist .navBar--sub .navBar-section .navBar-item a,
.account_recentitems .navBar--sub .navBar-section .navBar-item a,
.editaccount .navBar--sub .navBar-section .navBar-item a,
.account_order .navBar--sub .navBar-section .navBar-item a,
.getnewpassword .navBar--sub .navBar-section .navBar-item a,
.account_new_return .navBar--sub .navBar-section .navBar-item a,
.shippingaddressform .navBar--sub .navBar-section .navBar-item a,
.add-wishlist .navBar--sub .navBar-section .navBar-item a {
  padding: 18px 0 18px 70px;
  font-size: 15px; }

.account_orderstatus .navBar--sub .navBar-section .navBar-item,
.account_returns .navBar--sub .navBar-section .navBar-item,
.account_inbox .navBar--sub .navBar-section .navBar-item,
.account_addressbook .navBar--sub .navBar-section .navBar-item,
.shippingaddressform .navBar--sub .navBar-section .navBar-item,
.wishlists .navBar--sub .navBar-section .navBar-item,
.wishlist .navBar--sub .navBar-section .navBar-item,
.account_recentitems .navBar--sub .navBar-section .navBar-item,
.editaccount .navBar--sub .navBar-section .navBar-item,
.account_order .navBar--sub .navBar-section .navBar-item,
.getnewpassword .navBar--sub .navBar-section .navBar-item,
.account_new_return .navBar--sub .navBar-section .navBar-item,
.shippingaddressform .navBar--sub .navBar-section .navBar-item,
.add-wishlist .navBar--sub .navBar-section .navBar-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: left;
  border-bottom: 1px solid #f3f2ef;
  border-left: 4px solid transparent !important;
  margin: 0 !important;
  text-decoration: none !important;
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: 12px; }

.account_orderstatus .navBar--sub .navBar-section .navBar-item:last-child,
.account_returns .navBar--sub .navBar-section .navBar-item:last-child,
.account_inbox .navBar--sub .navBar-section .navBar-item:last-child,
.account_addressbook .navBar--sub .navBar-section .navBar-item:last-child,
.shippingaddressform .navBar--sub .navBar-section .navBar-item:last-child,
.wishlists .navBar--sub .navBar-section .navBar-item:last-child,
.wishlist .navBar--sub .navBar-section .navBar-item:last-child,
.account_recentitems .navBar--sub .navBar-section .navBar-item:last-child,
.editaccount .navBar--sub .navBar-section .navBar-item:last-child,
.account_order .navBar--sub .navBar-section .navBar-item:last-child,
.getnewpassword .navBar--sub .navBar-section .navBar-item:last-child,
.account_new_return .navBar--sub .navBar-section .navBar-item:last-child,
.shippingaddressform .navBar--sub .navBar-section .navBar-item:last-child,
.add-wishlist .navBar--sub .navBar-section .navBar-item:last-child {
  border-bottom: 0; }

.account_orderstatus .orders,
.account_returns .orders,
.account_inbox .orders,
.account_addressbook .orders,
.shippingaddressform .orders,
.wishlists .orders,
.wishlist .orders,
.account_recentitems .orders,
.editaccount .orders,
.account_order .orders,
.getnewpassword .orders,
.account_new_return .orders,
.shippingaddressform .orders,
.add-wishlist .orders {
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/Orders-Icon.svg);
  background-size: 32px !important; }

.account_orderstatus .account-message,
.account_returns .account-message,
.account_inbox .account-message,
.account_addressbook .account-message,
.shippingaddressform .account-message,
.wishlists .account-message,
.wishlist .account-message,
.account_recentitems .account-message,
.editaccount .account-message,
.account_order .account-message,
.getnewpassword .account-message,
.account_new_return .account-message,
.shippingaddressform .account-message,
.add-wishlist .account-message {
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/mailing-list-icon-01.svg); }

.account_orderstatus .user-addresses,
.account_returns .user-addresses,
.account_inbox .user-addresses,
.account_addressbook .user-addresses,
.shippingaddressform .user-addresses,
.wishlists .user-addresses,
.wishlist .user-addresses,
.account_recentitems .user-addresses,
.editaccount .user-addresses,
.account_order .user-addresses,
.getnewpassword .user-addresses,
.account_new_return .user-addresses,
.shippingaddressform .user-addresses,
.add-wishlist .user-addresses {
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/shipping-icon-02.svg); }

.account_orderstatus .user-wishlists,
.account_returns .user-wishlists,
.account_inbox .user-wishlists,
.account_addressbook .user-wishlists,
.shippingaddressform .user-wishlists,
.wishlists .user-wishlists,
.wishlist .user-wishlists,
.account_recentitems .user-wishlists,
.editaccount .user-wishlists,
.account_order .user-wishlists,
.getnewpassword .user-wishlists,
.account_new_return .user-wishlists,
.shippingaddressform .user-wishlists,
.add-wishlist .user-wishlists {
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/address-icon-03.svg); }

.account_orderstatus .user-settings,
.account_returns .user-settings,
.account_inbox .user-settings,
.account_addressbook .user-settings,
.shippingaddressform .user-settings,
.wishlists .user-settings,
.wishlist .user-settings,
.account_recentitems .user-settings,
.editaccount .user-settings,
.account_order .user-settings,
.getnewpassword .user-settings,
.account_new_return .user-settings,
.shippingaddressform .user-settings,
.add-wishlist .user-settings {
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/Account-Settings-Icon.svg); }

.account_orderstatus .order-returns,
.account_returns .order-returns,
.account_inbox .order-returns,
.account_addressbook .order-returns,
.shippingaddressform .order-returns,
.wishlists .order-returns,
.wishlist .order-returns,
.account_recentitems .order-returns,
.editaccount .order-returns,
.account_order .order-returns,
.getnewpassword .order-returns,
.account_new_return .order-returns,
.shippingaddressform .order-returns,
.add-wishlist .order-returns {
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/Returns-Icon.svg);
  background-size: 35px !important; }

.account_orderstatus .user-recent-items,
.account_returns .user-recent-items,
.account_inbox .user-recent-items,
.account_addressbook .user-recent-items,
.shippingaddressform .user-recent-items,
.wishlists .user-recent-items,
.wishlist .user-recent-items,
.account_recentitems .user-recent-items,
.editaccount .user-recent-items,
.account_order .user-recent-items,
.getnewpassword .user-recent-items,
.account_new_return .user-recent-items,
.shippingaddressform .user-recent-items,
.add-wishlist .user-recent-items {
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/Recently-Viewed-Icon.svg);
  background-size: 35px !important; }

.account_orderstatus .store-credit,
.account_returns .store-credit,
.account_inbox .store-credit,
.account_addressbook .store-credit,
.shippingaddressform .store-credit,
.wishlists .store-credit,
.wishlist .store-credit,
.account_recentitems .store-credit,
.editaccount .store-credit,
.account_order .store-credit,
.getnewpassword .store-credit,
.account_new_return .store-credit,
.shippingaddressform .store-credit,
.add-wishlist .store-credit {
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/Store-Credit-Icon.svg);
  background-size: 35px !important; }

.account_orderstatus .pagination .pagination-list,
.account_returns .pagination .pagination-list,
.account_inbox .pagination .pagination-list,
.account_addressbook .pagination .pagination-list,
.shippingaddressform .pagination .pagination-list,
.wishlists .pagination .pagination-list,
.wishlist .pagination .pagination-list,
.account_recentitems .pagination .pagination-list,
.editaccount .pagination .pagination-list,
.account_order .pagination .pagination-list,
.getnewpassword .pagination .pagination-list,
.account_new_return .pagination .pagination-list,
.shippingaddressform .pagination .pagination-list,
.add-wishlist .pagination .pagination-list {
  text-align: right !important; }

.account_orderstatus .pagination .pagination-list.pagination-list--small .pagination-item,
.account_returns .pagination .pagination-list.pagination-list--small .pagination-item,
.account_inbox .pagination .pagination-list.pagination-list--small .pagination-item,
.account_addressbook .pagination .pagination-list.pagination-list--small .pagination-item,
.shippingaddressform .pagination .pagination-list.pagination-list--small .pagination-item,
.wishlists .pagination .pagination-list.pagination-list--small .pagination-item,
.wishlist .pagination .pagination-list.pagination-list--small .pagination-item,
.account_recentitems .pagination .pagination-list.pagination-list--small .pagination-item,
.editaccount .pagination .pagination-list.pagination-list--small .pagination-item,
.account_order .pagination .pagination-list.pagination-list--small .pagination-item,
.getnewpassword .pagination .pagination-list.pagination-list--small .pagination-item,
.account_new_return .pagination .pagination-list.pagination-list--small .pagination-item,
.shippingaddressform .pagination .pagination-list.pagination-list--small .pagination-item,
.add-wishlist .pagination .pagination-list.pagination-list--small .pagination-item {
  color: #ce2a2b !important;
  font-size: 15px;
  letter-spacing: 1px; }

.account_orderstatus .account .account-sidebar,
.account_returns .account .account-sidebar,
.account_inbox .account .account-sidebar,
.account_addressbook .account .account-sidebar,
.shippingaddressform .account .account-sidebar,
.wishlists .account .account-sidebar,
.wishlist .account .account-sidebar,
.account_recentitems .account .account-sidebar,
.editaccount .account .account-sidebar,
.account_order .account .account-sidebar,
.getnewpassword .account .account-sidebar,
.account_new_return .account .account-sidebar,
.shippingaddressform .account .account-sidebar,
.add-wishlist .account .account-sidebar {
  width: 100%; }

.account_orderstatus .account-sidebar .order-detail-actions .account-sidebar-block,
.account_returns .account-sidebar .order-detail-actions .account-sidebar-block,
.account_inbox .account-sidebar .order-detail-actions .account-sidebar-block,
.account_addressbook .account-sidebar .order-detail-actions .account-sidebar-block,
.shippingaddressform .account-sidebar .order-detail-actions .account-sidebar-block,
.wishlists .account-sidebar .order-detail-actions .account-sidebar-block,
.wishlist .account-sidebar .order-detail-actions .account-sidebar-block,
.account_recentitems .account-sidebar .order-detail-actions .account-sidebar-block,
.editaccount .account-sidebar .order-detail-actions .account-sidebar-block,
.account_order .account-sidebar .order-detail-actions .account-sidebar-block,
.getnewpassword .account-sidebar .order-detail-actions .account-sidebar-block,
.account_new_return .account-sidebar .order-detail-actions .account-sidebar-block,
.shippingaddressform .account-sidebar .order-detail-actions .account-sidebar-block,
.add-wishlist .account-sidebar .order-detail-actions .account-sidebar-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #f3f2ef;
  padding: 10px;
  margin-bottom: 10px !important; }

.account_orderstatus .account-sidebar .order-detail-actions .account-sidebar-block h2,
.account_returns .account-sidebar .order-detail-actions .account-sidebar-block h2,
.account_inbox .account-sidebar .order-detail-actions .account-sidebar-block h2,
.account_addressbook .account-sidebar .order-detail-actions .account-sidebar-block h2,
.shippingaddressform .account-sidebar .order-detail-actions .account-sidebar-block h2,
.wishlists .account-sidebar .order-detail-actions .account-sidebar-block h2,
.wishlist .account-sidebar .order-detail-actions .account-sidebar-block h2,
.account_recentitems .account-sidebar .order-detail-actions .account-sidebar-block h2,
.editaccount .account-sidebar .order-detail-actions .account-sidebar-block h2,
.account_order .account-sidebar .order-detail-actions .account-sidebar-block h2,
.getnewpassword .account-sidebar .order-detail-actions .account-sidebar-block h2,
.account_new_return .account-sidebar .order-detail-actions .account-sidebar-block h2,
.shippingaddressform .account-sidebar .order-detail-actions .account-sidebar-block h2,
.add-wishlist .account-sidebar .order-detail-actions .account-sidebar-block h2 {
  border: 0; }

.account_orderstatus .account-sidebar .account-sidebar-block .title,
.account_orderstatus .account-sidebar .account-sidebar-block button,
.account_orderstatus .account-sidebar .account-sidebar-block a,
.account_orderstatus .account-sidebar .account-sidebar-block input[value="Reorder"],
.account_returns .account-sidebar .account-sidebar-block .title,
.account_returns .account-sidebar .account-sidebar-block button,
.account_returns .account-sidebar .account-sidebar-block a,
.account_returns .account-sidebar .account-sidebar-block input[value="Reorder"],
.account_inbox .account-sidebar .account-sidebar-block .title,
.account_inbox .account-sidebar .account-sidebar-block button,
.account_inbox .account-sidebar .account-sidebar-block a,
.account_inbox .account-sidebar .account-sidebar-block input[value="Reorder"],
.account_addressbook .account-sidebar .account-sidebar-block .title,
.account_addressbook .account-sidebar .account-sidebar-block button,
.account_addressbook .account-sidebar .account-sidebar-block a,
.account_addressbook .account-sidebar .account-sidebar-block input[value="Reorder"],
.shippingaddressform .account-sidebar .account-sidebar-block .title,
.shippingaddressform .account-sidebar .account-sidebar-block button,
.shippingaddressform .account-sidebar .account-sidebar-block a,
.shippingaddressform .account-sidebar .account-sidebar-block input[value="Reorder"],
.wishlists .account-sidebar .account-sidebar-block .title,
.wishlists .account-sidebar .account-sidebar-block button,
.wishlists .account-sidebar .account-sidebar-block a,
.wishlists .account-sidebar .account-sidebar-block input[value="Reorder"],
.wishlist .account-sidebar .account-sidebar-block .title,
.wishlist .account-sidebar .account-sidebar-block button,
.wishlist .account-sidebar .account-sidebar-block a,
.wishlist .account-sidebar .account-sidebar-block input[value="Reorder"],
.account_recentitems .account-sidebar .account-sidebar-block .title,
.account_recentitems .account-sidebar .account-sidebar-block button,
.account_recentitems .account-sidebar .account-sidebar-block a,
.account_recentitems .account-sidebar .account-sidebar-block input[value="Reorder"],
.editaccount .account-sidebar .account-sidebar-block .title,
.editaccount .account-sidebar .account-sidebar-block button,
.editaccount .account-sidebar .account-sidebar-block a,
.editaccount .account-sidebar .account-sidebar-block input[value="Reorder"],
.account_order .account-sidebar .account-sidebar-block .title,
.account_order .account-sidebar .account-sidebar-block button,
.account_order .account-sidebar .account-sidebar-block a,
.account_order .account-sidebar .account-sidebar-block input[value="Reorder"],
.getnewpassword .account-sidebar .account-sidebar-block .title,
.getnewpassword .account-sidebar .account-sidebar-block button,
.getnewpassword .account-sidebar .account-sidebar-block a,
.getnewpassword .account-sidebar .account-sidebar-block input[value="Reorder"],
.account_new_return .account-sidebar .account-sidebar-block .title,
.account_new_return .account-sidebar .account-sidebar-block button,
.account_new_return .account-sidebar .account-sidebar-block a,
.account_new_return .account-sidebar .account-sidebar-block input[value="Reorder"],
.shippingaddressform .account-sidebar .account-sidebar-block .title,
.shippingaddressform .account-sidebar .account-sidebar-block button,
.shippingaddressform .account-sidebar .account-sidebar-block a,
.shippingaddressform .account-sidebar .account-sidebar-block input[value="Reorder"],
.add-wishlist .account-sidebar .account-sidebar-block .title,
.add-wishlist .account-sidebar .account-sidebar-block button,
.add-wishlist .account-sidebar .account-sidebar-block a,
.add-wishlist .account-sidebar .account-sidebar-block input[value="Reorder"] {
  margin: 0; }

.account_orderstatus .account-sidebar .account-sidebar-block button,
.account_orderstatus .account-sidebar .account-sidebar-block a,
.account_orderstatus .account-sidebar .account-sidebar-block input[value="Reorder"],
.account_returns .account-sidebar .account-sidebar-block button,
.account_returns .account-sidebar .account-sidebar-block a,
.account_returns .account-sidebar .account-sidebar-block input[value="Reorder"],
.account_inbox .account-sidebar .account-sidebar-block button,
.account_inbox .account-sidebar .account-sidebar-block a,
.account_inbox .account-sidebar .account-sidebar-block input[value="Reorder"],
.account_addressbook .account-sidebar .account-sidebar-block button,
.account_addressbook .account-sidebar .account-sidebar-block a,
.account_addressbook .account-sidebar .account-sidebar-block input[value="Reorder"],
.shippingaddressform .account-sidebar .account-sidebar-block button,
.shippingaddressform .account-sidebar .account-sidebar-block a,
.shippingaddressform .account-sidebar .account-sidebar-block input[value="Reorder"],
.wishlists .account-sidebar .account-sidebar-block button,
.wishlists .account-sidebar .account-sidebar-block a,
.wishlists .account-sidebar .account-sidebar-block input[value="Reorder"],
.wishlist .account-sidebar .account-sidebar-block button,
.wishlist .account-sidebar .account-sidebar-block a,
.wishlist .account-sidebar .account-sidebar-block input[value="Reorder"],
.account_recentitems .account-sidebar .account-sidebar-block button,
.account_recentitems .account-sidebar .account-sidebar-block a,
.account_recentitems .account-sidebar .account-sidebar-block input[value="Reorder"],
.editaccount .account-sidebar .account-sidebar-block button,
.editaccount .account-sidebar .account-sidebar-block a,
.editaccount .account-sidebar .account-sidebar-block input[value="Reorder"],
.account_order .account-sidebar .account-sidebar-block button,
.account_order .account-sidebar .account-sidebar-block a,
.account_order .account-sidebar .account-sidebar-block input[value="Reorder"],
.getnewpassword .account-sidebar .account-sidebar-block button,
.getnewpassword .account-sidebar .account-sidebar-block a,
.getnewpassword .account-sidebar .account-sidebar-block input[value="Reorder"],
.account_new_return .account-sidebar .account-sidebar-block button,
.account_new_return .account-sidebar .account-sidebar-block a,
.account_new_return .account-sidebar .account-sidebar-block input[value="Reorder"],
.shippingaddressform .account-sidebar .account-sidebar-block button,
.shippingaddressform .account-sidebar .account-sidebar-block a,
.shippingaddressform .account-sidebar .account-sidebar-block input[value="Reorder"],
.add-wishlist .account-sidebar .account-sidebar-block button,
.add-wishlist .account-sidebar .account-sidebar-block a,
.add-wishlist .account-sidebar .account-sidebar-block input[value="Reorder"] {
  color: #070606;
  font-weight: 500;
  background-color: transparent;
  border: none;
  text-transform: capitalize;
  letter-spacing: 1px; }

.account_order .account-body .account-heading {
  font-size: 18px;
  color: #070606;
  font-weight: 600; }

.account .account-content--fixedSmall {
  width: 100%; }

.account-sidebar .account-sidebar-block button {
  margin-left: auto; }

.account-sidebar .account-sidebar-block {
  font-size: 15px;
  display: inline-block;
  width: 30%;
  vertical-align: text-top;
  padding: 10px; }

section.account-sidebar-block {
  margin: 0 !important; }

span.order-status,
.order-date-text,
.order-place-date {
  display: block;
  letter-spacing: 1px; }

span.order-status {
  min-width: 104px;
  background: #ce242b;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 15px;
  background-color: #ce242b;
  border-radius: 2px;
  padding: 19px 10px;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 0;
  font-weight: 700;
  transition: .3s all;
  text-align: center;
  line-height: 0;
  border: none; }

span.order-date-text {
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 1px;
  letter-spacing: 1px; }

.account_order .account-body .definitionList .definitionList-key,
.account_order .account-body .definitionList .definitionList-value {
  font-size: 15px !important;
  margin: 0 0 0.5rem 0 !important;
  letter-spacing: 1px; }

.account_order .account-body .account-content .account-orderTotal {
  width: 30% !important; }

.account-order-address li {
  letter-spacing: 1px; }

.account .account-orderTotal .account-orderTotal-value {
  font-size: 15px;
  font-weight: 400;
  padding: 10px 0;
  color: #070606; }

.account_order .account-body .account-orderTotal .account-orderTotal-key {
  color: #070606;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 0;
  top: 0;
  letter-spacing: 1px; }

.account .account-product--alignMiddle .account-product-checkItem {
  left: 0;
  top: 0;
  width: 15px; }

.account-product--alignMiddle .account-product-checkItem .form-label {
  width: 20px; }

.account-product-checkItem .form-checkbox:checked + .form-label::before {
  border-color: rgba(206, 42, 43, 0.999); }

.account .account-product--alignMiddle .account-product-figure {
  left: 0; }

.account .panel .panel-body {
  min-height: 285px; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  font-size: 15px;
  font-weight: 600; }

.wishlists .wishlists-table {
  margin-top: 10px; }

.wishlist .table--line tr {
  border: 1px solid #f3f2ef; }

body.wishlist .wishlists-table,
body.wishlists .wishlists-table {
  max-width: 100%;
  margin: 10px 0 0 0; }

.wishlist .table--line .table-thead tr th {
  padding: 15px;
  letter-spacing: 1px; }

.add-wishlist .wishlist-form .form-field {
  margin-bottom: 20px; }

.account_inbox h2.page-heading {
  border: 1px solid #f3f2ef;
  margin: 0; }

body.account_inbox .account-list .account-message .account-product-title {
  font-size: 18px;
  font-weight: 600; }

.account_inbox .account-list .account-message p {
  font-size: 15px;
  letter-spacing: 1px; }

.account_addressbook .addressList .address:hover span.address-symbol {
  color: #070606; }

.editaccount .form {
  margin: 10px 0 0; }

.wishlists td.table-actions form a,
.wishlists td.table-actions form input {
  padding: 0;
  background: transparent;
  color: #000;
  line-height: normal;
  height: auto;
  text-transform: capitalize; }

.account_orderstatus .account-product-detail,
.account_orderstatus .order-price-cont h4 {
  display: none; }

.wishlists .form-actions {
  max-width: 100%; }

.account-product-price {
  letter-spacing: 1px; }

ul.address-details.address-details--postal li {
  letter-spacing: 1px; }

body.add-wishlist .wishlist-add label[for="publicwishlist"] {
  font-size: 15px;
  letter-spacing: 1px; }

.account_orderstatus .account-listItem .account-product-image {
  height: 332px;
  object-fit: scale-down; }

.account_orderstatus main.account.account--fixed,
.account_returns main.account.account--fixed,
.account_inbox main.account.account--fixed,
.account_addressbook main.account.account--fixed,
.shippingaddressform main.account.account--fixed,
.wishlists main.account.account--fixed,
.wishlist main.account.account--fixed,
.account_recentitems main.account.account--fixed,
.editaccount main.account.account--fixed,
.account_order main.account.account--fixed,
.getnewpassword main.account.account--fixed,
.account_new_return main.account.account--fixed,
.shippingaddressform main.account.account--fixed,
.add-wishlist main.account.account--fixed {
  margin: 0;
  width: 73.66667%;
  margin-left: auto; }

.account_orderstatus .account,
.account_returns .account,
.account_inbox .account,
.account_addressbook .account,
.shippingaddressform .account,
.wishlists .account,
.wishlist .account,
.account_recentitems .account,
.editaccount .account,
.account_order .account,
.getnewpassword .account,
.account_new_return .account,
.shippingaddressform .account,
.add-wishlist .account {
  margin: 0;
  width: 73.66667%;
  margin-left: auto; }

.account_orderstatus h2.page-heading,
.account_returns h2.page-heading,
.account_inbox h2.page-heading,
.account_addressbook h2.page-heading,
.shippingaddressform h2.page-heading,
.wishlists h2.page-heading,
.wishlist h2.page-heading,
.account_recentitems h2.page-heading,
.editaccount h2.page-heading,
.account_order h2.page-heading,
.getnewpassword h2.page-heading,
.account_new_return h2.page-heading,
.shippingaddressform h2.page-heading,
.add-wishlist h2.page-heading {
  border: 1px solid #f3f2ef;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 37px;
  font-weight: 700;
  line-height: 45px;
  color: #030504;
  margin: 0; }

.forgotpassword h2.page-heading {
  border: 1px solid #f3f2ef;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 37px;
  font-weight: 700;
  line-height: 45px;
  color: #030504;
  margin: 0; }

@media (max-width: 1680px) {
  body .card .card-body .price-sec .card-text {
    max-width: 85%; } }

@media (max-width: 1600px) {
  .account_orderstatus li.account-listItem {
    padding: 0 20px; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .login .page-heading,
  .createaccount .page-heading,
  .forgotpassword .page-heading,
  .account_orderstatus nav.navBar h2 {
    font-size: 19px; } }

@media (max-width: 1399px) {
  div [data-sub-layout-container][data-sub-layout-container],
  div[data-sub-layout-container="7a3399cf-2fa0-42b6-8b86-d5b4a2fe9af3"] {
    padding: 0 !important; } }

@media (max-width: 1366px) {
  .forgotpassword .account--fixedSmall .form-prefixPostfix .form-input {
    flex: 1 !important; }
  .forgotpassword .account--fixedSmall .form-prefixPostfix .button {
    order: 1;
    margin: 0 0 0 10px !important; }
  .form-prefixPostfix.wrap.form-field--error:after {
    right: 10px; }
  .form-inlineMessage {
    font-size: 16px; } }

@media (min-width: 1201px) and (max-width: 1366px) {
  nav.navBar {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  body .account {
    width: 78.66667%; } }

@media (max-width: 1280px) {
  body .card .card-body .price-sec .card-text {
    max-width: 100%; }
  body.wishlist .productGrid .product {
    width: 50%; } }

@media (min-width: 970px) and (max-width: 1199px) {
  .account_returns .account-product-figure {
    width: 100px; }
  body .account .account-body {
    padding: 10px; }
  .account_returns .account-product-details .account-product-detail {
    padding-left: 5px;
    padding-right: 5px; }
  .account_returns .account-product-details {
    margin: 20px -5px 0; }
  .editaccount .form {
    padding: 10px; } }

@media (max-width: 1200px) {
  body.account_recentitems .productGrid .product {
    width: 50%; } }

@media (max-width: 1199px) {
  .account_orderstatus li.account-listItem {
    flex: 0 0 50%;
    max-width: 50%; }
  body.account_recentitems .productGrid .product {
    width: 50%; }
  .wishlists .table--line .table-thead tr th,
  .wishlists .table--line tr td {
    padding: 10px 5px !important; }
  .account-sidebar .account-sidebar-block {
    width: 30%; }
  .account-sidebar .account-sidebar-block:last-child {
    width: 37%; }
  .account-sidebar .order-detail-actions .account-sidebar-block:last-child {
    width: 100%; }
  body.createaccount .page-heading {
    margin: 10px 0 0; } }

@media (max-width: 969px) {
  .account_orderstatus nav.navBar,
  .account_orderstatus body .account,
  .account_returns nav.navBar,
  .account_returns body .account,
  .account_inbox nav.navBar,
  .account_inbox body .account,
  .account_addressbook nav.navBar,
  .account_addressbook body .account,
  .shippingaddressform nav.navBar,
  .shippingaddressform body .account,
  .wishlists nav.navBar,
  .wishlists body .account,
  .wishlist nav.navBar,
  .wishlist body .account,
  .account_recentitems nav.navBar,
  .account_recentitems body .account,
  .editaccount nav.navBar,
  .editaccount body .account,
  .account_order nav.navBar,
  .account_order body .account,
  .getnewpassword nav.navBar,
  .getnewpassword body .account,
  .account_new_return nav.navBar,
  .account_new_return body .account,
  .shippingaddressform nav.navBar,
  .shippingaddressform body .account,
  .add-wishlist nav.navBar,
  .add-wishlist body .account {
    flex: 0 0 100%;
    max-width: 100%;
    display: block; }
  .account_orderstatus main.account.account--fixed, .account_orderstatus .account,
  .account_returns main.account.account--fixed,
  .account_returns .account,
  .account_inbox main.account.account--fixed,
  .account_inbox .account,
  .account_addressbook main.account.account--fixed,
  .account_addressbook .account,
  .shippingaddressform main.account.account--fixed,
  .shippingaddressform .account,
  .wishlists main.account.account--fixed,
  .wishlists .account,
  .wishlist main.account.account--fixed,
  .wishlist .account,
  .account_recentitems main.account.account--fixed,
  .account_recentitems .account,
  .editaccount main.account.account--fixed,
  .editaccount .account,
  .account_order main.account.account--fixed,
  .account_order .account,
  .getnewpassword main.account.account--fixed,
  .getnewpassword .account,
  .account_new_return main.account.account--fixed,
  .account_new_return .account,
  .shippingaddressform main.account.account--fixed,
  .shippingaddressform .account,
  .add-wishlist main.account.account--fixed,
  .add-wishlist .account {
    margin: 0 auto;
    width: 100%; }
  .login .login .login-row .login-form,
  .login .login .login-row .new-customer {
    width: 100%; }
  .login .login .login-row .login-form {
    padding: 0; }
  .login .login .login-row .new-customer .panel {
    max-width: max-content; }
  .login .login .login-row .new-customer {
    padding: 10px 25px 18px; }
  body.wishlist .account .share-wishlist {
    max-width: 100%;
    width: 100%; }
  .login .login-form .form-field {
    margin: 0 0 30px; }
  .login .login .login-row .login-form .form-actions {
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .mobile-logo .header-logo-image-container {
    display: block; }
  .header-logo-image-container {
    display: none; }
  body .header.left .main-header .leftside-header {
    width: auto; }
  body.createaccount .page-heading {
    margin: 0 0 10px; }
  .account_order .account-product-title {
    padding-right: 100px; }
  body.getnewpassword .account p {
    margin: 0 0 15px; }
  .account_addressbook .order-main-container,
  .account_inbox .order-main-container,
  .account_new_return .order-main-container,
  .account_order .order-main-container,
  .account_orderstatus .order-main-container,
  .account_recentitems .order-main-container,
  .account_returns .order-main-container,
  .add-wishlist .order-main-container,
  .editaccount .order-main-container,
  .getnewpassword .order-main-container,
  .shippingaddressform .order-main-container,
  .wishlist .order-main-container,
  .wishlists .order-main-container {
    margin: 20px 0; }
  .login .login {
    margin: 10px 0 20px; }
  .tab-accounts-banner {
    display: block; }
  .desktop-accounts-banner,
  .mobile-accounts-banner {
    display: none; }
  body .header-logo-image-container .header-logo-image {
    max-width: 100px !important; }
  .login .page-heading {
    margin-bottom: 0; }
  body.createaccount_thanks .page-content--textCenter {
    margin: 10px 0; } }

@media (max-width: 767px) {
  body.account_recentitems .productGrid .product,
  body.wishlist .productGrid .product {
    width: 100%; } }

@media (max-width: 768px) {
  .account_returns .account-product-details {
    margin: 20px -5px 0; }
  .account_returns .account-product-details .account-product-detail {
    width: 50%;
    margin-bottom: 15px;
    padding: 0 5px; }
  .account_returns .account-product-details .account-product-detail:last-child {
    margin: 0; } }

@media (max-width: 690px) {
  body.wishlist .page-heading {
    line-height: normal; } }

@media (max-width: 650px) {
  .account_order .account-sidebar .account-sidebar-block {
    width: 49.5%;
    margin-bottom: 20px !important; }
  .account_order .account-body .account-content .account-orderTotal {
    width: 66.66667% !important; } }

@media (max-width: 575px) {
  .login .login-row .new-customer .panel {
    width: 100%;
    max-width: 100%; }
  .account_orderstatus li.account-listItem {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
  .account_returns .account-product-figure {
    width: 80px; }
  .account_returns .account-product-details .account-product-detail {
    width: 100%;
    margin: 0;
    margin-bottom: 10px; }
  .account_orderstatus .account-product-detail {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5px; }
  .account_orderstatus .account-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: inherit; }
  .account_orderstatus .account-list .account-listItem {
    border: 1px solid #f3f2ef !important;
    padding: 10px !important; }
  .account_orderstatus .account-list .account-listItem + .account-listItem {
    border-top: 0 !important; }
  .account_orderstatus .account-product-figure,
  .account_orderstatus .account-product-body {
    padding: 0; }
  .account_orderstatus .account-product-body {
    flex: 0 0 75%;
    max-width: 75%; }
  .account_orderstatus .account-product-figure {
    flex: 0 0 25%;
    max-width: 25%; }
  .account_orderstatus .account .account-body {
    padding: 0;
    border: 0; }
  .account_orderstatus .account .pagination {
    margin-top: 18px; }
  .editaccount .form {
    padding: 20px; }
  .account_orderstatus .account-product-detail,
  .account_orderstatus .order-price-cont h4 {
    display: flex;
    margin: 0; }
  .account_orderstatus .account-product-detail {
    width: 100%;
    flex-wrap: wrap;
    padding-right: 0; }
  .account_orderstatus .order-price-cont {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0; }
  .account_orderstatus a.order-detail {
    margin-left: auto;
    padding: 8px 25px;
    height: auto;
    line-height: normal;
    font-weight: 600; }
  .account_orderstatus .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail .account-product-detail-heading {
    font-size: 15px;
    font-weight: 600;
    flex: 0 0 50%;
    max-width: 50%;
    text-transform: capitalize; }
  .account_orderstatus .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail span {
    flex: 0 0 50%;
    max-width: 50%; }
  .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail span,
  .account-list .account-listItem .account-product .account-product-body .account-product-description {
    padding-left: 0px; }
  .account_orderstatus .account-product-detail-heading {
    margin: 0; }
  .account_orderstatus .order-price-cont h4 {
    font-size: 15px;
    font-weight: 600; }
  .account_orderstatus .account-product-detail + .account-product-detail {
    margin-top: 0; }
  .login .login,
  .forgotpassword .account--fixedSmall {
    margin: 30px 0; }
  .account_orderstatus .order-price-cont.mobile-item-count {
    display: flex; }
  body.wishlist .productGrid .product {
    width: 100%; }
  .alertBox {
    padding: 10px; }
  span#alertBox-message-text {
    font-size: 15px;
    line-height: normal; }
  .account_inbox .form-actions .button + button {
    margin-left: 14px; }
  .mobile-accounts-banner {
    display: block; }
  .desktop-accounts-banner,
  .tab-accounts-banner {
    display: none; }
  .forgotpassword .account--fixedSmall,
  .login .login {
    margin-top: 0; }
  .account_returns .account-list .account-listItem {
    padding: 15px 5px; }
  .account_returns .account-list .account-listItem:first-child {
    padding-top: 15px; }
  .login .login {
    margin-bottom: 20px; }
  .forgotpassword .account--fixedSmall .form-prefixPostfix .button {
    width: 100%;
    margin: 10px auto 0 !important; }
  .forgotpassword .account--fixedSmall .form-prefixPostfix .form-input {
    flex: 0 0 100% !important; }
  .forgotpassword .account--fixedSmall p {
    margin: 10px 0; }
  body.createaccount_thanks .page-heading {
    margin-bottom: 10px;
    line-height: normal; }
  .account_orderstatus li.account-listItem + li.account-listItem {
    margin-bottom: 0; }
  .account_orderstatus .account-listItem .account-product-image {
    height: auto; } }

@media (max-width: 550px) {
  .shippingaddressform form .form-actions {
    margin-top: 25px; }
  FormField_28 .shippingaddressform .form-actions a.button {
    margin-left: 14px; }
  body .form-actions {
    margin-top: 1.5rem; }
  .form-actions .button + .button,
  .form-actions .button + a,
  .form-actions .button + input,
  .form-actions a + .button,
  .form-actions a + a,
  .form-actions a + input,
  .form-actions input + .button,
  .form-actions input + a,
  .form-actions input + input {
    margin: 0 0 0 0.77778rem; } }

@media (max-width: 500px) {
  .account_order .account-sidebar .order-detail-actions .account-sidebar-block h2 {
    line-height: normal;
    font-size: 18px;
    padding: 10px 5px 10px 0; } }

@media (max-width: 480px) {
  .account_orderstatus .account-list .account-listItem {
    padding: 10px !important; }
  body.account_inbox .account .account-body {
    padding: 0 0 15px 0; }
  body .account .account-body {
    padding: 15px; }
  body.touch-device .account .account-body {
    padding: 0; }
  .account_order .account-sidebar .account-sidebar-block {
    width: 100%; }
  .account_order .account-body .account-heading {
    padding-bottom: 5px; }
  .account_order .account-sidebar .account-sidebar-block button {
    margin-left: inherit;
    padding: 0 5px; }
  .account-sidebar .account-sidebar-block input[value="Reorder"] {
    padding: 0 5px; }
  body.createaccount .account .account-body {
    padding: 0; }
  .order-details-info a.button.theme-btn-secondary {
    padding: 0 0 0 5px; }
  body.account_order .account .account-body {
    padding: 0; }
  .account_order .account-sidebar .order-detail-actions .account-sidebar-block h2 {
    font-size: 15px; }
  .account_new_return .account--addReturn .table tr td.return-itemPrice,
  .account_new_return .account--addReturn .table tr td.return-itemQuantity {
    padding: 5px 10px; }
  .account_inbox .account-list .account-listItem .account-orderStatus {
    display: contents; }
  body.shippingaddressform .account .account-body {
    padding: 0;
    border: 0; } }

@media (max-width: 427px) {
  body .header.left .main-header .header-middle .header-logo--left .header-logo-image {
    /*max-height: 25px;*/ } }

@media (max-width: 420px) {
  body .header-logo-image-container .header-logo-image {
    max-width: 90px !important; }
  .account-sidebar .order-detail-actions .account-sidebar-block:last-child {
    flex-wrap: wrap; }
  .account_order .account-sidebar .order-detail-actions .account-sidebar-block h2 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left; }
  .account_order .account-sidebar .account-sidebar-block button {
    padding: 0; } }

@media (max-width: 375px) {
  .login .login-row .new-customer .panel .panel-body .button {
    width: 100%; }
  .account_order .account-product-title {
    padding-right: 60px; }
  .account_orderstatus .account-list .account-listItem {
    padding: 5px !important; }
  .account_order .account-product--alignMiddle .account-product-body {
    padding-left: 5px; }
  .account_order .account-product-figure {
    width: 80px; } }

@media (max-width: 360px) {
  .shippingaddressform .form-actions .button,
  .wishlists .form-actions .button {
    width: 100%;
    margin-top: 5px !important; }
  .account_order .account-product-figure {
    width: 50px; }
  .account_order .account-product--alignMiddle .account-product-body {
    padding-left: 10px; }
  .account_order .account-sidebar .order-detail-actions .account-sidebar-block h2 {
    font-size: 15px; }
  .account_inbox .form-actions input {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 5px !important; }
  .shippingaddressform .form-actions a.button {
    margin-left: 0; }
  .form-actions .button + .button, FormField_28 .form-actions .button + a,
  .form-actions .button + input,
  .form-actions a + .button,
  .form-actions a + a,
  .form-actions a + input,
  .form-actions input + .button,
  .form-actions input + a,
  .form-actions input + input {
    margin: 0; }
  body.account_recentitems .card .card-body .card-figcaption-button-section .card-figcaption-button {
    padding: 6px 5px; }
  body.account_recentitems .productGrid .product {
    padding: 5px; }
  body.wishlist .productGrid .product .card {
    padding: 0; } }

@media (min-width: 320px) and (max-width: 600px) {
  .wishlists .table--line .table-thead tr th,
  .wishlists .table--line tr td,
  .wishlist .table--line .table-thead tr th {
    font-size: 13px; }
  .wishlists td.table-actions form a,
  .wishlists td.table-actions form input {
    font-size: 13px;
    margin-bottom: 5px;
    display: flex;
    margin-left: 0 !important; } }

@media (max-width: 340px) {
  .account_orderstatus a.order-detail {
    padding: 5px 15px;
    font-size: 13px; }
  .account-list .account-listItem .account-product .account-product-body .account-product-description,
  .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail span {
    padding-left: 0;
    font-size: 13px; }
  .account_orderstatus .account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail .account-product-detail-heading {
    font-size: 13px; }
  .account_orderstatus .order-price-cont h4 {
    font-size: 13px; } }

@media (max-width: 320px) {
  body.account_addressbook .account .account-body {
    padding: 20px 10px 3px; }
  .wishlists .account form {
    margin: 0; }
  .wishlist .card .card-body .card-figcaption-button-section .card-figcaption-button {
    padding: 7.5px 6px; } }

@media (max-width: 1785px) {
  .login nav.navBar h2,
  body.login .page-heading,
  .createaccount nav.navBar h2,
  body.createaccount .page-heading,
  .forgotpassword nav.navBar h2,
  body.forgotpassword .page-heading,
  .account_orderstatus nav.navBar h2,
  body.account_orderstatus .page-heading,
  .account_returns nav.navBar h2,
  body.account_returns .page-heading,
  .account_inbox nav.navBar h2,
  body.account_inbox .page-heading,
  .account_addressbook nav.navBar h2,
  body.account_addressbook .page-heading,
  .shippingaddressform nav.navBar h2,
  body.shippingaddressform h2.page-heading,
  .wishlists nav.navBar h2,
  body.wishlists .page-heading,
  .wishlist nav.navBar h2,
  body.wishlist .page-heading,
  .account_recentitems nav.navBar h2,
  body.account_recentitems .page-heading,
  .editaccount nav.navBar h2,
  body.editaccount .page-heading,
  body.account_order .page-heading,
  .account_order nav.navBar h2,
  .getnewpassword h2.page-heading,
  body.account_new_return .page-heading,
  body.account_new_return nav.navBar h2,
  .shippingaddressform .rightwatersection h2,
  .login .rightwatersection h2,
  .createaccount .rightwatersection h2,
  .forgotpassword .rightwatersection h2,
  .account_orderstatus .rightwatersection h2,
  .account_order .rightwatersection h2,
  .account_new_return .rightwatersection h2,
  .account_inbox .rightwatersection h2,
  .account_addressbook .rightwatersection h2,
  .shippingaddressform .rightwatersection h2,
  .wishlists .rightwatersection h2,
  .wishlist .rightwatersection h2,
  .add-wishlist .rightwatersection h2,
  .account_recentitems .rightwatersection h2,
  .editaccount .rightwatersection h2,
  .add-wishlist nav.navBar h2,
  body.add-wishlist .page-heading,
  body.createaccount_thanks .page-heading,
  .createaccount_thanks .rightwatersection h2,
  .login .login-row .new-customer .panel .panel-title {
    font-size: 34px; } }

@media (max-width: 1679px) {
  .login nav.navBar h2,
  body.login .page-heading,
  .createaccount nav.navBar h2,
  body.createaccount .page-heading,
  .forgotpassword nav.navBar h2,
  body.forgotpassword .page-heading,
  .account_orderstatus nav.navBar h2,
  body.account_orderstatus .page-heading,
  .account_returns nav.navBar h2,
  body.account_returns .page-heading,
  .account_inbox nav.navBar h2,
  body.account_inbox .page-heading,
  .account_addressbook nav.navBar h2,
  body.account_addressbook .page-heading,
  .shippingaddressform nav.navBar h2,
  body.shippingaddressform h2.page-heading,
  .wishlists nav.navBar h2,
  body.wishlists .page-heading,
  .wishlist nav.navBar h2,
  body.wishlist .page-heading,
  .account_recentitems nav.navBar h2,
  body.account_recentitems .page-heading,
  .editaccount nav.navBar h2,
  body.editaccount .page-heading,
  body.account_order .page-heading,
  .account_order nav.navBar h2,
  .getnewpassword h2.page-heading,
  body.account_new_return .page-heading,
  body.account_new_return nav.navBar h2,
  .shippingaddressform .rightwatersection h2,
  .login .rightwatersection h2,
  .createaccount .rightwatersection h2,
  .forgotpassword .rightwatersection h2,
  .account_orderstatus .rightwatersection h2,
  .account_order .rightwatersection h2,
  .account_new_return .rightwatersection h2,
  .account_inbox .rightwatersection h2,
  .account_addressbook .rightwatersection h2,
  .shippingaddressform .rightwatersection h2,
  .wishlists .rightwatersection h2,
  .wishlist .rightwatersection h2,
  .add-wishlist .rightwatersection h2,
  .account_recentitems .rightwatersection h2,
  .editaccount .rightwatersection h2,
  .add-wishlist nav.navBar h2,
  body.add-wishlist .page-heading,
  body.createaccount_thanks .page-heading,
  .createaccount_thanks .rightwatersection h2,
  .login .login-row .new-customer .panel .panel-title {
    font-size: 32px; } }

@media (max-width: 1599px) {
  .login nav.navBar h2,
  body.login .page-heading,
  .createaccount nav.navBar h2,
  body.createaccount .page-heading,
  .forgotpassword nav.navBar h2,
  body.forgotpassword .page-heading,
  .account_orderstatus nav.navBar h2,
  body.account_orderstatus .page-heading,
  .account_returns nav.navBar h2,
  body.account_returns .page-heading,
  .account_inbox nav.navBar h2,
  body.account_inbox .page-heading,
  .account_addressbook nav.navBar h2,
  body.account_addressbook .page-heading,
  .shippingaddressform nav.navBar h2,
  body.shippingaddressform h2.page-heading,
  .wishlists nav.navBar h2,
  body.wishlists .page-heading,
  .wishlist nav.navBar h2,
  body.wishlist .page-heading,
  .account_recentitems nav.navBar h2,
  body.account_recentitems .page-heading,
  .editaccount nav.navBar h2,
  body.editaccount .page-heading,
  body.account_order .page-heading,
  .account_order nav.navBar h2,
  .getnewpassword h2.page-heading,
  body.account_new_return .page-heading,
  body.account_new_return nav.navBar h2,
  .shippingaddressform .rightwatersection h2,
  .login .rightwatersection h2,
  .createaccount .rightwatersection h2,
  .forgotpassword .rightwatersection h2,
  .account_orderstatus .rightwatersection h2,
  .account_order .rightwatersection h2,
  .account_new_return .rightwatersection h2,
  .account_inbox .rightwatersection h2,
  .account_addressbook .rightwatersection h2,
  .shippingaddressform .rightwatersection h2,
  .wishlists .rightwatersection h2,
  .wishlist .rightwatersection h2,
  .add-wishlist .rightwatersection h2,
  .account_recentitems .rightwatersection h2,
  .editaccount .rightwatersection h2,
  .add-wishlist nav.navBar h2,
  body.add-wishlist .page-heading,
  body.createaccount_thanks .page-heading,
  .createaccount_thanks .rightwatersection h2,
  .login .login-row .new-customer .panel .panel-title {
    font-size: 22px; } }

@media (max-width: 1399px) {
  .login nav.navBar h2,
  body.login .page-heading,
  .createaccount nav.navBar h2,
  body.createaccount .page-heading,
  .forgotpassword nav.navBar h2,
  body.forgotpassword .page-heading,
  .account_orderstatus nav.navBar h2,
  body.account_orderstatus .page-heading,
  .account_returns nav.navBar h2,
  body.account_returns .page-heading,
  .account_inbox nav.navBar h2,
  body.account_inbox .page-heading,
  .account_addressbook nav.navBar h2,
  body.account_addressbook .page-heading,
  .shippingaddressform nav.navBar h2,
  body.shippingaddressform h2.page-heading,
  .wishlists nav.navBar h2,
  body.wishlists .page-heading,
  .wishlist nav.navBar h2,
  body.wishlist .page-heading,
  .account_recentitems nav.navBar h2,
  body.account_recentitems .page-heading,
  .editaccount nav.navBar h2,
  body.editaccount .page-heading,
  body.account_order .page-heading,
  .account_order nav.navBar h2,
  .getnewpassword h2.page-heading,
  body.account_new_return .page-heading,
  body.account_new_return nav.navBar h2,
  .shippingaddressform .rightwatersection h2,
  .login .rightwatersection h2,
  .createaccount .rightwatersection h2,
  .forgotpassword .rightwatersection h2,
  .account_orderstatus .rightwatersection h2,
  .account_order .rightwatersection h2,
  .account_new_return .rightwatersection h2,
  .account_inbox .rightwatersection h2,
  .account_addressbook .rightwatersection h2,
  .shippingaddressform .rightwatersection h2,
  .wishlists .rightwatersection h2,
  .wishlist .rightwatersection h2,
  .add-wishlist .rightwatersection h2,
  .account_recentitems .rightwatersection h2,
  .editaccount .rightwatersection h2,
  .add-wishlist nav.navBar h2,
  body.add-wishlist .page-heading,
  body.createaccount_thanks .page-heading,
  .createaccount_thanks .rightwatersection h2,
  .login .login-row .new-customer .panel .panel-title {
    font-size: 19px; } }

@media (max-width: 1279px) {
  .login nav.navBar h2,
  body.login .page-heading,
  .createaccount nav.navBar h2,
  body.createaccount .page-heading,
  .forgotpassword nav.navBar h2,
  body.forgotpassword .page-heading,
  .account_orderstatus nav.navBar h2,
  body.account_orderstatus .page-heading,
  .account_returns nav.navBar h2,
  body.account_returns .page-heading,
  .account_inbox nav.navBar h2,
  body.account_inbox .page-heading,
  .account_addressbook nav.navBar h2,
  body.account_addressbook .page-heading,
  .shippingaddressform nav.navBar h2,
  body.shippingaddressform h2.page-heading,
  .wishlists nav.navBar h2,
  body.wishlists .page-heading,
  .wishlist nav.navBar h2,
  body.wishlist .page-heading,
  .account_recentitems nav.navBar h2,
  body.account_recentitems .page-heading,
  .editaccount nav.navBar h2,
  body.editaccount .page-heading,
  body.account_order .page-heading,
  .account_order nav.navBar h2,
  .getnewpassword h2.page-heading,
  body.account_new_return .page-heading,
  body.account_new_return nav.navBar h2,
  .shippingaddressform .rightwatersection h2,
  .login .rightwatersection h2,
  .createaccount .rightwatersection h2,
  .forgotpassword .rightwatersection h2,
  .account_orderstatus .rightwatersection h2,
  .account_order .rightwatersection h2,
  .account_new_return .rightwatersection h2,
  .account_inbox .rightwatersection h2,
  .account_addressbook .rightwatersection h2,
  .shippingaddressform .rightwatersection h2,
  .wishlists .rightwatersection h2,
  .wishlist .rightwatersection h2,
  .add-wishlist .rightwatersection h2,
  .account_recentitems .rightwatersection h2,
  .editaccount .rightwatersection h2,
  .add-wishlist nav.navBar h2,
  body.add-wishlist .page-heading,
  body.createaccount_thanks .page-heading,
  .createaccount_thanks .rightwatersection h2,
  .login .login-row .new-customer .panel .panel-title {
    font-size: 16px; } }

@media (max-width: 1023px) {
  .login nav.navBar h2,
  body.login .page-heading,
  .createaccount nav.navBar h2,
  body.createaccount .page-heading,
  .forgotpassword nav.navBar h2,
  body.forgotpassword .page-heading,
  .account_orderstatus nav.navBar h2,
  body.account_orderstatus .page-heading,
  .account_returns nav.navBar h2,
  body.account_returns .page-heading,
  .account_inbox nav.navBar h2,
  body.account_inbox .page-heading,
  .account_addressbook nav.navBar h2,
  body.account_addressbook .page-heading,
  .shippingaddressform nav.navBar h2,
  body.shippingaddressform h2.page-heading,
  .wishlists nav.navBar h2,
  body.wishlists .page-heading,
  .wishlist nav.navBar h2,
  body.wishlist .page-heading,
  .account_recentitems nav.navBar h2,
  body.account_recentitems .page-heading,
  .editaccount nav.navBar h2,
  body.editaccount .page-heading,
  body.account_order .page-heading,
  .account_order nav.navBar h2,
  .getnewpassword h2.page-heading,
  body.account_new_return .page-heading,
  body.account_new_return nav.navBar h2,
  .shippingaddressform .rightwatersection h2,
  .login .rightwatersection h2,
  .createaccount .rightwatersection h2,
  .forgotpassword .rightwatersection h2,
  .account_orderstatus .rightwatersection h2,
  .account_order .rightwatersection h2,
  .account_new_return .rightwatersection h2,
  .account_inbox .rightwatersection h2,
  .account_addressbook .rightwatersection h2,
  .shippingaddressform .rightwatersection h2,
  .wishlists .rightwatersection h2,
  .wishlist .rightwatersection h2,
  .add-wishlist .rightwatersection h2,
  .account_recentitems .rightwatersection h2,
  .editaccount .rightwatersection h2,
  .add-wishlist nav.navBar h2,
  body.add-wishlist .page-heading,
  body.createaccount_thanks .page-heading,
  .createaccount_thanks .rightwatersection h2,
  .login .login-row .new-customer .panel .panel-title {
    font-size: 14px; } }

@media (max-width: 969px) {
  .login nav.navBar h2,
  body.login .page-heading,
  .createaccount nav.navBar h2,
  body.createaccount .page-heading,
  .forgotpassword nav.navBar h2,
  body.forgotpassword .page-heading,
  .account_orderstatus nav.navBar h2,
  body.account_orderstatus .page-heading,
  .account_returns nav.navBar h2,
  body.account_returns .page-heading,
  .account_inbox nav.navBar h2,
  body.account_inbox .page-heading,
  .account_addressbook nav.navBar h2,
  body.account_addressbook .page-heading,
  .shippingaddressform nav.navBar h2,
  body.shippingaddressform h2.page-heading,
  .wishlists nav.navBar h2,
  body.wishlists .page-heading,
  .wishlist nav.navBar h2,
  body.wishlist .page-heading,
  .account_recentitems nav.navBar h2,
  body.account_recentitems .page-heading,
  .editaccount nav.navBar h2,
  body.editaccount .page-heading,
  body.account_order .page-heading,
  .account_order nav.navBar h2,
  .getnewpassword h2.page-heading,
  body.account_new_return .page-heading,
  body.account_new_return nav.navBar h2,
  .shippingaddressform .rightwatersection h2,
  .login .rightwatersection h2,
  .createaccount .rightwatersection h2,
  .forgotpassword .rightwatersection h2,
  .account_orderstatus .rightwatersection h2,
  .account_order .rightwatersection h2,
  .account_new_return .rightwatersection h2,
  .account_inbox .rightwatersection h2,
  .account_addressbook .rightwatersection h2,
  .shippingaddressform .rightwatersection h2,
  .wishlists .rightwatersection h2,
  .wishlist .rightwatersection h2,
  .add-wishlist .rightwatersection h2,
  .account_recentitems .rightwatersection h2,
  .editaccount .rightwatersection h2,
  .add-wishlist nav.navBar h2,
  body.add-wishlist .page-heading,
  body.createaccount_thanks .page-heading,
  .createaccount_thanks .rightwatersection h2,
  .login .login-row .new-customer .panel .panel-title {
    font-size: 27px; } }

@media (max-width: 767px) {
  .login nav.navBar h2,
  body.login .page-heading,
  .createaccount nav.navBar h2,
  body.createaccount .page-heading,
  .forgotpassword nav.navBar h2,
  body.forgotpassword .page-heading,
  .account_orderstatus nav.navBar h2,
  body.account_orderstatus .page-heading,
  .account_returns nav.navBar h2,
  body.account_returns .page-heading,
  .account_inbox nav.navBar h2,
  body.account_inbox .page-heading,
  .account_addressbook nav.navBar h2,
  body.account_addressbook .page-heading,
  .shippingaddressform nav.navBar h2,
  body.shippingaddressform h2.page-heading,
  .wishlists nav.navBar h2,
  body.wishlists .page-heading,
  .wishlist nav.navBar h2,
  body.wishlist .page-heading,
  .account_recentitems nav.navBar h2,
  body.account_recentitems .page-heading,
  .editaccount nav.navBar h2,
  body.editaccount .page-heading,
  body.account_order .page-heading,
  .account_order nav.navBar h2,
  .getnewpassword h2.page-heading,
  body.account_new_return .page-heading,
  body.account_new_return nav.navBar h2,
  .shippingaddressform .rightwatersection h2,
  .login .rightwatersection h2,
  .createaccount .rightwatersection h2,
  .forgotpassword .rightwatersection h2,
  .account_orderstatus .rightwatersection h2,
  .account_order .rightwatersection h2,
  .account_new_return .rightwatersection h2,
  .account_inbox .rightwatersection h2,
  .account_addressbook .rightwatersection h2,
  .shippingaddressform .rightwatersection h2,
  .wishlists .rightwatersection h2,
  .wishlist .rightwatersection h2,
  .add-wishlist .rightwatersection h2,
  .account_recentitems .rightwatersection h2,
  .editaccount .rightwatersection h2,
  .add-wishlist nav.navBar h2,
  body.add-wishlist .page-heading,
  body.createaccount_thanks .page-heading,
  .createaccount_thanks .rightwatersection h2,
  .login .login-row .new-customer .panel .panel-title {
    font-size: 20px; } }

@media (max-width: 567px) {
  .login nav.navBar h2,
  body.login .page-heading,
  .createaccount nav.navBar h2,
  body.createaccount .page-heading,
  .forgotpassword nav.navBar h2,
  body.forgotpassword .page-heading,
  .account_orderstatus nav.navBar h2,
  body.account_orderstatus .page-heading,
  .account_returns nav.navBar h2,
  body.account_returns .page-heading,
  .account_inbox nav.navBar h2,
  body.account_inbox .page-heading,
  .account_addressbook nav.navBar h2,
  body.account_addressbook .page-heading,
  .shippingaddressform nav.navBar h2,
  body.shippingaddressform h2.page-heading,
  .wishlists nav.navBar h2,
  body.wishlists .page-heading,
  .wishlist nav.navBar h2,
  body.wishlist .page-heading,
  .account_recentitems nav.navBar h2,
  body.account_recentitems .page-heading,
  .editaccount nav.navBar h2,
  body.editaccount .page-heading,
  body.account_order .page-heading,
  .account_order nav.navBar h2,
  .getnewpassword h2.page-heading,
  body.account_new_return .page-heading,
  body.account_new_return nav.navBar h2,
  .shippingaddressform .rightwatersection h2,
  .login .rightwatersection h2,
  .createaccount .rightwatersection h2,
  .forgotpassword .rightwatersection h2,
  .account_orderstatus .rightwatersection h2,
  .account_order .rightwatersection h2,
  .account_new_return .rightwatersection h2,
  .account_inbox .rightwatersection h2,
  .account_addressbook .rightwatersection h2,
  .shippingaddressform .rightwatersection h2,
  .wishlists .rightwatersection h2,
  .wishlist .rightwatersection h2,
  .add-wishlist .rightwatersection h2,
  .account_recentitems .rightwatersection h2,
  .editaccount .rightwatersection h2,
  .add-wishlist nav.navBar h2,
  body.add-wishlist .page-heading,
  body.createaccount_thanks .page-heading,
  .createaccount_thanks .rightwatersection h2,
  .login .login-row .new-customer .panel .panel-title {
    font-size: 29px; } }

@media (max-width: 427px) {
  .login nav.navBar h2,
  body.login .page-heading,
  .createaccount nav.navBar h2,
  body.createaccount .page-heading,
  .forgotpassword nav.navBar h2,
  body.forgotpassword .page-heading,
  .account_orderstatus nav.navBar h2,
  body.account_orderstatus .page-heading,
  .account_returns nav.navBar h2,
  body.account_returns .page-heading,
  .account_inbox nav.navBar h2,
  body.account_inbox .page-heading,
  .account_addressbook nav.navBar h2,
  body.account_addressbook .page-heading,
  .shippingaddressform nav.navBar h2,
  body.shippingaddressform h2.page-heading,
  .wishlists nav.navBar h2,
  body.wishlists .page-heading,
  .wishlist nav.navBar h2,
  body.wishlist .page-heading,
  .account_recentitems nav.navBar h2,
  body.account_recentitems .page-heading,
  .editaccount nav.navBar h2,
  body.editaccount .page-heading,
  body.account_order .page-heading,
  .account_order nav.navBar h2,
  .getnewpassword h2.page-heading,
  body.account_new_return .page-heading,
  body.account_new_return nav.navBar h2,
  .shippingaddressform .rightwatersection h2,
  .login .rightwatersection h2,
  .createaccount .rightwatersection h2,
  .forgotpassword .rightwatersection h2,
  .account_orderstatus .rightwatersection h2,
  .account_order .rightwatersection h2,
  .account_new_return .rightwatersection h2,
  .account_inbox .rightwatersection h2,
  .account_addressbook .rightwatersection h2,
  .shippingaddressform .rightwatersection h2,
  .wishlists .rightwatersection h2,
  .wishlist .rightwatersection h2,
  .add-wishlist .rightwatersection h2,
  .account_recentitems .rightwatersection h2,
  .editaccount .rightwatersection h2,
  .add-wishlist nav.navBar h2,
  body.add-wishlist .page-heading,
  body.createaccount_thanks .page-heading,
  .createaccount_thanks .rightwatersection h2,
  .login .login-row .new-customer .panel .panel-title {
    font-size: 24px; } }

@media (max-width: 374px) {
  .login nav.navBar h2,
  body.login .page-heading,
  .createaccount nav.navBar h2,
  body.createaccount .page-heading,
  .forgotpassword nav.navBar h2,
  body.forgotpassword .page-heading,
  .account_orderstatus nav.navBar h2,
  body.account_orderstatus .page-heading,
  .account_returns nav.navBar h2,
  body.account_returns .page-heading,
  .account_inbox nav.navBar h2,
  body.account_inbox .page-heading,
  .account_addressbook nav.navBar h2,
  body.account_addressbook .page-heading,
  .shippingaddressform nav.navBar h2,
  body.shippingaddressform h2.page-heading,
  .wishlists nav.navBar h2,
  body.wishlists .page-heading,
  .wishlist nav.navBar h2,
  body.wishlist .page-heading,
  .account_recentitems nav.navBar h2,
  body.account_recentitems .page-heading,
  .editaccount nav.navBar h2,
  body.editaccount .page-heading,
  body.account_order .page-heading,
  .account_order nav.navBar h2,
  .getnewpassword h2.page-heading,
  body.account_new_return .page-heading,
  body.account_new_return nav.navBar h2,
  .shippingaddressform .rightwatersection h2,
  .login .rightwatersection h2,
  .createaccount .rightwatersection h2,
  .forgotpassword .rightwatersection h2,
  .account_orderstatus .rightwatersection h2,
  .account_order .rightwatersection h2,
  .account_new_return .rightwatersection h2,
  .account_inbox .rightwatersection h2,
  .account_addressbook .rightwatersection h2,
  .shippingaddressform .rightwatersection h2,
  .wishlists .rightwatersection h2,
  .wishlist .rightwatersection h2,
  .add-wishlist .rightwatersection h2,
  .account_recentitems .rightwatersection h2,
  .editaccount .rightwatersection h2,
  .add-wishlist nav.navBar h2,
  body.add-wishlist .page-heading,
  body.createaccount_thanks .page-heading,
  .createaccount_thanks .rightwatersection h2,
  .login .login-row .new-customer .panel .panel-title {
    font-size: 20px; } }

body.createaccount .account .account-body .form-row.form-row--half {
  display: flex;
  flex-wrap: wrap; }
  body.createaccount .account .account-body .form-row.form-row--half #FormField_35 {
    order: 16; }
  body.createaccount .account .account-body .form-row.form-row--half #FormField_36 {
    order: 15; }

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-detail-heading {
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.38889rem; }

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

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

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

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

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

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

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

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

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

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

.account-sidebar-block {
  font-size: 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: #f4f4f7;
  font-weight: 400;
  margin-top: 1.5rem; }

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

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

.account-downloadsItem-availability {
  color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.16667rem;
  width: 1.88889rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5rem;
  top: 2.16667rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.16667rem;
    width: 1.16667rem; }

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

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

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

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

.skip-to-main-link {
  background: #fff;
  color: #f4f4f7;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: transform 0.3s; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

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

.header-logo {
  font-size: 0;
  margin: 0 3.05556rem;
  text-align: center;
  height: inherit; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 4.58333rem;
      margin-right: 4.58333rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.38889rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    color: black;
    height: inherit;
    display: flex;
    align-items: 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: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo__link:hover {
      color: #00b8c2; }
    .header-logo__link:active {
      color: #00b8c2; }

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

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.22222rem; } }
  .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.11111rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 48px;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

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

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

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

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

.mobileMenu-toggle {
  height: 3.05556rem;
  width: 3.05556rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #010101;
    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.11111rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.5rem;
    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: #010101;
      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 {
  min-height: auto !important;
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

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

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

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

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

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1025px) {
    .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 #e1e1e1;
  padding: 3rem 0; }

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

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: white;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

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

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

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

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

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

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

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

.footer-payment-icons {
  height: 2.22222rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.38889rem;
    vertical-align: middle;
    width: 2.77778rem; }
  .footer-payment-icons svg {
    fill: black; }

.footer-geotrust-ssl-seal {
  /*@include breakpoint("small") {
        bottom: 0;
        position: absolute;
        right: 16px;
    }*/ }
  .footer-geotrust-ssl-seal table {
    margin: auto; }
    .footer-geotrust-ssl-seal table td {
      border: none; }

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

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

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e1e1e1;
    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.38889rem; }
  .blog-title a {
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

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

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

.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 #e1e1e1;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #fc5c58;
  content: "";
  display: block;
  height: 2.77778rem;
  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: 2.77778rem;
  z-index: 10; }

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

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

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

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

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

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

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

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

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

.listItem-figure .sale-flag-sash {
  left: -25px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash {
      top: 15px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash {
      left: -15px;
      top: 25px; } }

.product:hover .sale-flag-sash {
  /*background: stencilColor("color_hover_product_sale_badges");*/ }

.product {
  overflow: hidden; }

.related-products-list .sale-flag-sash {
  top: 10px; }

.related-products-list .new-badge {
  top: 10px; }

[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: 28px;
  width: 28px; }

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/* for custom variables */
/*************** THEME GLOBAL VARIABLES START ***************/
/* primary button variables start */
/* primary button variables end */
/* secondary button variables start */
/* secondary button variables end */
/* button fontsize start */
/* button fontsize end */
/* link variables start */
/* link variables start */
/* body variables start */
/* body variables end */
/* footer variables start */
/* footer variables end */
/* navpages variables start */
/* navpages variables end */
/*navuser variables start*/
/*navuser variables end*/
/* global variables start */
/* global variables end */
/*************** THEME GLOBAL VARIABLES END ***************/
/*************** THEME SECTION VARIABLES START ***************/
/* logo variables start */
/* logo variables end */
/* banner section variable start */
/* banner section variable end */
/* slider section variable start */
/* slider section variable end */
/* section heading variable start*/
/* section heading variable end*/
/* shop by category section start */
/* shop by category section end */
/* recent updates section start */
/* recent updates section end */
/* category page start */
/* category page end */
/* page-heading start */
/* page-heading end */
/* product page start */
/* product page end */
/* product card start */
/* product card end */
/* product card (quick search) start */
/* product card (quick search) end */
/*************** THEME SECTION VARIABLES END ***************/
/*************** THEME MIXIN FUNCTION START ***************/
/* screensize variables and mixin function start */
/* screensize variables and mixin function end */
/*************** THEME MIXIN FUNCTION END ***************/
/*************** THEME CLASSES START ***************/
.show {
  display: inline-block;
  vertical-align: middle; }

.button {
  border-radius: 50px; }

.theme-btn-primary, .swal2-modal .swal2-confirm, .modal--alert .button-container .confirm {
  font-family: "Montserrat";
  color: white;
  font-size: 18px;
  font-weight: 700;
  background-color: #ce2a2b;
  border: 1px solid #ce2a2b;
  text-transform: uppercase;
  padding: 8px 16px;
  line-height: 1; }
  @media (min-width: 768px) {
    .theme-btn-primary, .swal2-modal .swal2-confirm, .modal--alert .button-container .confirm {
      padding: 10px 20px; } }
  @media (min-width: 1850px) {
    .theme-btn-primary, .swal2-modal .swal2-confirm, .modal--alert .button-container .confirm {
      font-size: 19px;
      padding: 12px 23px; } }
  .theme-btn-primary.button--small, .swal2-modal .swal2-confirm.button--small, .modal--alert .button-container .confirm.button--small {
    font-size: 17px; }
  .theme-btn-primary:hover, .theme-btn-primary:focus, .theme-btn-primary:active, .swal2-modal .swal2-confirm:hover, .swal2-modal .swal2-confirm:focus, .swal2-modal .swal2-confirm:active, .modal--alert .button-container .confirm:hover, .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:active {
    color: #ce2a2b;
    background-color: rgba(0, 0, 255, 0);
    border: 1px solid #e3e3e3; }

.theme-btn-secondary, .swal2-modal .swal2-cancel {
  font-family: "Montserrat";
  color: #ce2a2b;
  font-size: 18px;
  font-weight: 700;
  background-color: rgba(0, 0, 255, 0);
  border: 1px solid #ce2a2b;
  text-transform: uppercase;
  padding: 8px 16px;
  line-height: 1; }
  @media (min-width: 768px) {
    .theme-btn-secondary, .swal2-modal .swal2-cancel {
      padding: 10px 20px; } }
  @media (min-width: 1850px) {
    .theme-btn-secondary, .swal2-modal .swal2-cancel {
      padding: 12px 23px;
      font-size: 19px; } }
  .theme-btn-secondary.button--small, .swal2-modal .swal2-cancel.button--small {
    font-size: 17px; }
  .theme-btn-secondary:hover, .theme-btn-secondary:focus, .theme-btn-secondary:active, .swal2-modal .swal2-cancel:hover, .swal2-modal .swal2-cancel:focus, .swal2-modal .swal2-cancel:active {
    color: white;
    background-color: #ce2a2b;
    border: 1px solid #ce2a2b; }

.theme-icon {
  line-height: 1; }

.theme-icon::before {
  font-family: "icomoon";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px; }

.icon-multimedia::before {
  font-size: 12px; }

/*************** THEME CLASSES END ***************/
/*************** AUTOPARTS VARIATION VARIABLES START ***************/
.autoparts .button {
  border-radius: 5px; }

/*************** AUTOPARTS VARIATION VARIABLES END ***************/
/* for general */
* {
  box-sizing: border-box;
  line-height: 1.4; }

ul {
  margin-left: 1.15rem;
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1.5rem; }

ol {
  margin-left: 1.15rem;
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 1.5rem; }

p {
  margin-bottom: 1.5rem; }

a {
  text-decoration: underline;
  color: #202738; }
  a:hover, a:focus, a:active {
    color: #212121; }

:focus {
  outline: none; }

body {
  font-family: "Montserrat";
  font-weight: 400; }
  body.hasAdminBar .header {
    padding-top: 0; }

.cart .body {
  /* margin-top: 3.9rem;*/ }

.body {
  margin-bottom: 0;
  margin-top: 0;
  min-height: 513px; }
  @media (min-width: 1850px) {
    .body {
      margin-bottom: 0; } }

.page {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #010101;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.77778rem;
  margin-top: 2.27778rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: white;
    font-size: 60%;
    line-height: 0; }

.alignleft {
  margin-bottom: 1rem;
  text-align: left;
  display: block; }

.aligncenter {
  display: block;
  text-align: center; }

.alignright {
  margin-bottom: 1rem;
  text-align: right;
  display: block; }

.clear {
  clear: both;
  display: block; }

.alignleft_img {
  float: left;
  margin-bottom: 20px; }
  @media (min-width: 551px) {
    .alignleft_img {
      padding-right: 20px; } }

.alignright_img {
  float: right;
  margin-bottom: 20px; }
  @media (min-width: 551px) {
    .alignright_img {
      padding-left: 20px; } }

table {
  width: 100%;
  margin-bottom: 20px; }
  table tbody tr th, table tbody tr td {
    border: 1px solid #e1e1e1;
    padding: 15px;
    text-align: center;
    color: #000; }
  table tbody tr th {
    background-color: #f2f2f5;
    color: #000; }

/* Form styling start */
.form-input:disabled {
  background-color: transparent; }

.form-input, .form-select, .form-select--date {
  border-radius: 0;
  color: #000;
  line-height: 1; }
  .form-input::placeholder, .form-select::placeholder, .form-select--date::placeholder {
    font-family: "Montserrat";
    font-size: 16px;
    color: #888888;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px; }

.form-select--small, .form-select--date, .form-select {
  background-color: white;
  border-color: #F3F2EF;
  border-style: solid;
  border-width: 1px; }

.form-select {
  max-width: 100%; }

.form-label {
  font-weight: 700;
  font-size: 18px;
  color: #202738;
  line-height: 1; }
  .form-label small {
    color: #cc4749;
    font-size: 14px;
    font-weight: 500;
    vertical-align: top;
    float: none; }

.form-field {
  margin: 0 0 15px;
  padding: 0; }
  @media (min-width: 1024px) {
    .form-field {
      margin: 0 0 20px; } }
  @media (min-width: 1850px) {
    .form-field {
      margin: 0 0 30px; } }

.form-column .form-field {
  padding: 0; }
  .form-column .form-field.form-field-group {
    padding: 10px; }

.form-actions .button {
  width: auto;
  margin-bottom: 0; }

.form-prefixPostfix .button {
  width: auto;
  margin: 0 0 0 10px; }
  @media (min-width: 1024px) {
    .form-prefixPostfix .button {
      margin: 0 0 0 15px; } }
  @media (min-width: 1366px) {
    .form-prefixPostfix .button {
      margin: 0 0 0 20px; } }

.form-checkbox + .form-label::before {
  border-radius: 0;
  top: 0; }

.form-radio + .form-label::before {
  top: 0; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 1px; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  margin-bottom: 0; }

.form-checkbox + .form-label,
.form-radio + .form-label {
  margin-bottom: 1.5rem; }

.form-radio:checked + .form-option {
  box-shadow: none; }

/* Form styling end */
.button[disabled]:hover {
  background-color: #cccccc;
  color: white;
  border-color: rgba(0, 0, 255, 0); }

.mt-20 {
  margin-top: 20px; }

/******************** Breadcrumbs style start *********************/
.breadcrumbs {
  text-align: left;
  margin-bottom: 10px; }
  .breadcrumbs .breadcrumb .breadcrumb-label {
    text-transform: capitalize;
    font-family: "Montserrat";
    color: #242526;
    font-size: 15px;
    text-decoration: none; }
    .breadcrumbs .breadcrumb .breadcrumb-label:hover {
      color: #ce2a2b; }
    @media (min-width: 1024px) {
      .breadcrumbs .breadcrumb .breadcrumb-label {
        font-size: 15px; } }
    @media (min-width: 1366px) {
      .breadcrumbs .breadcrumb .breadcrumb-label {
        font-size: 15px; } }
  .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
    color: #ce2a2b; }
  .breadcrumbs .breadcrumb.is-active:hover .breadcrumb-label {
    color: #ce2a2b; }
  .breadcrumbs .breadcrumb:before {
    border-color: #242526; }

/********************* Breadcrumbs style end *********************/
/********************* Page-heading style start *********************/
.page-heading {
  font-family: "Montserrat";
  color: #010101;
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .page-heading {
      font-size: 30px;
      margin-bottom: 20px; } }
  @media (min-width: 1024px) {
    .page-heading {
      font-size: 32px;
      margin-bottom: 25px; } }
  @media (min-width: 1366px) {
    .page-heading {
      font-size: 34px;
      margin-bottom: 30px; } }
  @media (min-width: 1850px) {
    .page-heading {
      font-size: 36px;
      margin-bottom: 40px; } }

/********************* Page-heading style end *********************/
/********************* panel section style start *********************/
.panel {
  margin: 0; }
  .panel .panel-body {
    background-color: #f2f2f5;
    border-top: 1px solid #e1e1e1;
    padding: 10px;
    margin: 10px 0; }
    @media (min-width: 801px) {
      .panel .panel-body {
        margin: 0; } }
    @media (min-width: 1024px) {
      .panel .panel-body {
        padding: 15px; } }
    @media (min-width: 1366px) {
      .panel .panel-body {
        padding: 20px; } }

/********************* panel section style end *********************/
.main-image-bottom .socialLinks {
  line-height: 1; }
  .main-image-bottom .socialLinks .socialLinks-item {
    margin: 0 4px 0 0;
    width: auto; }
    .main-image-bottom .socialLinks .socialLinks-item .icon {
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 100%;
      position: relative; }
      .main-image-bottom .socialLinks .socialLinks-item .icon svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        fill: #efefef;
        width: 30px;
        height: 30px;
        padding: 2px; }
    .main-image-bottom .socialLinks .socialLinks-item:hover .icon svg {
      fill: #efefef; }
    .main-image-bottom .socialLinks .socialLinks-item:hover .icon--facebook {
      background-color: transparent;
      /*border-color: stencilColor("product-facebook-color");*/ }
    .main-image-bottom .socialLinks .socialLinks-item:hover .icon--email {
      background-color: transparent;
      /*border-color: stencilColor("product-email-color"); */ }
    .main-image-bottom .socialLinks .socialLinks-item:hover .icon--print {
      background-color: transparent;
      /*border-color: stencilColor("product-print-color");*/ }
    .main-image-bottom .socialLinks .socialLinks-item:hover .icon--twitter {
      background-color: transparent;
      /*border-color: stencilColor("product-twitter-color"); */ }
    .main-image-bottom .socialLinks .socialLinks-item:hover .icon--linkedin {
      background-color: transparent;
      /*border-color: stencilColor("product-linkedin-color");*/ }
    .main-image-bottom .socialLinks .socialLinks-item:hover .icon--google {
      background-color: transparent;
      /*border-color: stencilColor("product-google-color"); */ }
    .main-image-bottom .socialLinks .socialLinks-item:hover .icon--pinterest {
      background-color: transparent;
      /*border-color: stencilColor("product-pinterest-color");*/ }
    @media (min-width: 551px) {
      .main-image-bottom .socialLinks .socialLinks-item {
        /*margin: 0;*/ } }

/********************* social links style start *********************/
.socialLinks {
  line-height: 1; }
  .socialLinks .socialLinks-item {
    margin: 0 4px 0 0;
    width: auto; }
    .socialLinks .socialLinks-item .icon {
      width: 30px;
      height: 30px;
      border: 1px solid #e1e1e1;
      border-radius: 100%;
      position: relative; }
      .socialLinks .socialLinks-item .icon svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        fill: #8e8e8e;
        width: 20px;
        height: 20px;
        padding: 2px; }
    .socialLinks .socialLinks-item:hover .icon svg {
      fill: white; }
    .socialLinks .socialLinks-item:hover .icon--facebook {
      background-color: #3b5998;
      border-color: #3b5998; }
    .socialLinks .socialLinks-item:hover .icon--email {
      /*background-color: stencilColor("product-email-color"); 
				border-color: stencilColor("product-email-color"); */ }
    .socialLinks .socialLinks-item:hover .icon--print {
      /*	background-color: stencilColor("product-print-color");
				border-color: stencilColor("product-print-color");*/ }
    .socialLinks .socialLinks-item:hover .icon--twitter {
      background-color: #55acee;
      border-color: #55acee; }
    .socialLinks .socialLinks-item:hover .icon--linkedin {
      background-color: #0077b5;
      border-color: #0077b5; }
    .socialLinks .socialLinks-item:hover .icon--google {
      background-color: #dc4e41;
      border-color: #dc4e41; }
    .socialLinks .socialLinks-item:hover .icon--pinterest {
      background-color: #bd081c;
      border-color: #bd081c; }
    @media (min-width: 551px) {
      .socialLinks .socialLinks-item {
        margin: 0 7px 0 0; } }

/********************* social links style end *********************/
/******************* SEARCH PAGE STYLE START *******************/
.dropdown--quickSearch .quick-search {
  display: none;
  visibility: hidden; }
  @media (min-width: 551px) {
    .dropdown--quickSearch .quick-search {
      display: block;
      visibility: visible; } }

/* nav section style start */
.navBar--sub {
  margin-bottom: 20px; }
  .navBar--sub .navBar-section .navBar-item {
    margin-bottom: 10px;
    font-size: 17px; }
    .navBar--sub .navBar-section .navBar-item a {
      color: #202738;
      font-size: 17px; }
      @media (min-width: 801px) {
        .navBar--sub .navBar-section .navBar-item a {
          font-size: 15px; } }
      @media (min-width: 1024px) {
        .navBar--sub .navBar-section .navBar-item a {
          font-size: 17px; } }
      @media (min-width: 1261px) {
        .navBar--sub .navBar-section .navBar-item a {
          font-size: 18px; } }
      @media (min-width: 1366px) {
        .navBar--sub .navBar-section .navBar-item a {
          font-size: 19px; } }
      @media (min-width: 1850px) {
        .navBar--sub .navBar-section .navBar-item a {
          font-size: 20px; } }
      .navBar--sub .navBar-section .navBar-item a.navBar-action-color--active {
        color: #212121;
        text-decoration: underline; }
      .navBar--sub .navBar-section .navBar-item a:hover {
        color: #212121;
        text-decoration: underline; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-section .navBar-item {
        font-size: 15px; } }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-section .navBar-item {
        font-size: 17px; } }
    @media (min-width: 1261px) {
      .navBar--sub .navBar-section .navBar-item {
        font-size: 18px; } }
    @media (min-width: 1366px) {
      .navBar--sub .navBar-section .navBar-item {
        font-size: 19px; } }
    @media (min-width: 1850px) {
      .navBar--sub .navBar-section .navBar-item {
        font-size: 20px; } }
    .navBar--sub .navBar-section .navBar-item.is-active {
      color: #212121;
      border: none;
      text-decoration: underline;
      font-size: 15px; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-section .navBar-item {
        margin: 0 2px; } }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-section .navBar-item {
        margin: 0 5px; } }
    @media (min-width: 1366px) {
      .navBar--sub .navBar-section .navBar-item {
        margin: 0 10px; } }
    @media (min-width: 1850px) {
      .navBar--sub .navBar-section .navBar-item {
        margin: 0 15px; } }

/* nav section style end */
/* sidebar section style start */
#facetedSearch {
  background-color: transparent;
  padding: 0 0 10px 0; }
  @media (min-width: 1024px) {
    #facetedSearch {
      padding: 0 0 20px 0; } }
  @media (min-width: 1366px) {
    #facetedSearch {
      padding: 0 0 30px 0; } }
  @media (min-width: 1850px) {
    #facetedSearch {
      padding: 0 0 40px 0; } }

.search .page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .search .page:before, .search .page:after {
    content: " ";
    display: table; }
  .search .page:after {
    clear: both; }

/* sidebar section style end */
/******************* SEARCH PAGE STYLE END *******************/
/******************* BRAND PAGE STYLE START *******************/
.brand .page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .brand .page:before, .brand .page:after {
    content: " ";
    display: table; }
  .brand .page:after {
    clear: both; }

.brand .card {
  border: none; }

.brand .card-img-container {
  max-width: 500px; }

.brandGrid {
  margin: 0 -5px; }
  @media (min-width: 1024px) {
    .brandGrid {
      margin: 0 -8px; } }
  @media (min-width: 1366px) {
    .brandGrid {
      margin: 0 -10px; } }
  .brandGrid .brand {
    width: 50%;
    padding: 5px 5px 10px 5px; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 50%; } }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .brandGrid .brand {
        padding: 5px 8px 16px 8px; } }
    @media (min-width: 1366px) {
      .brandGrid .brand {
        width: 25%;
        padding: 5px 10px 20px 10px; } }
    .brandGrid .brand .card .card-figure {
      padding: 0; }
      .brandGrid .brand .card .card-figure .card-img-container {
        max-width: 190px;
        margin: 0 auto; }
    .brandGrid .brand .card .card-body .card-title {
      margin-bottom: 0;
      min-height: auto; }
      .brandGrid .brand .card .card-body .card-title a {
        font-size: 18px;
        font-weight: 300;
        color: #333333; }
        .brandGrid .brand .card .card-body .card-title a:hover {
          color: #ce2a2b; }
        @media (min-width: 768px) {
          .brandGrid .brand .card .card-body .card-title a {
            font-size: 19px; } }
        @media (min-width: 1850px) {
          .brandGrid .brand .card .card-body .card-title a {
            font-size: 20px; } }
    .brandGrid .brand .card:hover .card-body {
      margin-bottom: 0;
      transform: none; }

.brand .card-img-container:after {
  padding-bottom: 100%; }

/******************* BRAND PAGE STYLE END *******************/
/******************* BLOG-LISTING PAGE & BLOG-DETAIL PAGE STYLE START *******************/
.blog {
  margin-bottom: 0; }
  .blog .blog-post-body .blog-header .blog-title {
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .blog .blog-post-body .blog-header .blog-title {
        margin-bottom: 0; } }
    @media (min-width: 1850px) {
      .blog .blog-post-body .blog-header .blog-title {
        margin: 5px 0;
        line-height: 15px; } }
  .blog .blog-post-body .blog-header .blog-date, .blog .blog-post-body .blog-header .blog-author {
    color: #030504;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .blog .blog-post-body .blog-header .blog-date, .blog .blog-post-body .blog-header .blog-author {
        margin-bottom: 0; } }
    @media (min-width: 1850px) {
      .blog .blog-post-body .blog-header .blog-date, .blog .blog-post-body .blog-header .blog-author {
        margin-bottom: 0; } }
  .blog .blog-post-body .blog-post {
    /*	font-size: $body-fontsize - 1;*/
    /*line-height: 1.4;*/ }
    @media (min-width: 768px) {
      .blog .blog-post-body .blog-post {
        font-size: 18px; } }
    @media (min-width: 1366px) {
      .blog .blog-post-body .blog-post {
        font-size: 19px; } }
    @media (min-width: 1850px) {
      .blog .blog-post-body .blog-post {
        font-size: 20px; } }
    .blog .blog-post-body .blog-post a {
      color: #212121;
      text-decoration: underline;
      text-transform: capitalize;
      font-weight: 500; }
      .blog .blog-post-body .blog-post a:hover {
        color: #202738; }
  .blog .pagination, .blog .addthis_toolbox {
    margin: 20px 0 0; }
    @media (min-width: 1024px) {
      .blog .pagination, .blog .addthis_toolbox {
        margin: 25px 0 0; } }
    @media (min-width: 1366px) {
      .blog .pagination, .blog .addthis_toolbox {
        margin: 30px 0 0; } }
  .blog .tags {
    margin-top: 15px;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .blog .tags {
        margin-top: 20px; } }
    @media (min-width: 1366px) {
      .blog .tags {
        margin-top: 25px; } }
    @media (min-width: 1850px) {
      .blog .tags {
        margin-top: 30px; } }
    .blog .tags .tag a {
      color: #212121;
      text-decoration: underline;
      text-transform: capitalize;
      font-weight: 600; }
      .blog .tags .tag a:hover {
        color: #202738; }

.blog + .blog {
  margin-top: 30px;
  padding-top: 30px; }
  @media (min-width: 1024px) {
    .blog + .blog {
      margin-top: 40px;
      padding-top: 40px; } }
  @media (min-width: 1850px) {
    .blog + .blog {
      margin-top: 50px;
      padding-top: 50px; } }

/******************* BLOG-LISTING PAGE & BLOG-DETAIL PAGE STYLE END *******************/
/******************* CONTACT-US PAGE STYLE START *******************/
#contact-us-page .form {
  margin: 10px 0 0; }
  @media (min-width: 768px) {
    #contact-us-page .form {
      margin: 20px 0 0; } }
  @media (min-width: 1024px) {
    #contact-us-page .form {
      margin: 30px 0 0; } }
  @media (min-width: 1850px) {
    #contact-us-page .form {
      margin: 40px 0 0; } }

#contact-us-page #contact-us-success {
  text-align: center; }
  #contact-us-page #contact-us-success a {
    color: #212121;
    text-decoration: underline; }
    #contact-us-page #contact-us-success a:hover {
      color: #202738; }

.g-recaptcha {
  overflow: hidden; }
  .g-recaptcha iframe {
    transform: scale(0.8);
    transform-origin: left; }
    @media (min-width: 1366px) {
      .g-recaptcha iframe {
        transform: scale(1); } }

/******************* CONTACT-US PAGE STYLE END *******************/
/******************* SITEMAP PAGE STYLE START *******************/
.sitemap-list {
  font-size: 0;
  margin-left: 0; }
  .sitemap-list .sitemap-label {
    margin: 10px 0; }
    @media (min-width: 768px) {
      .sitemap-list .sitemap-label {
        margin: 0 0 15px; } }
    @media (min-width: 1366px) {
      .sitemap-list .sitemap-label {
        margin: 0 0 20px; } }
  .sitemap-list .sitemap-item {
    width: 100%; }
    @media (min-width: 768px) {
      .sitemap-list .sitemap-item {
        width: 33.33%;
        vertical-align: top; } }
    .sitemap-list .sitemap-item .sitemap-links {
      text-transform: capitalize;
      display: block;
      margin: 0 0 10px 15px;
      position: relative;
      font-size: 17px;
      text-decoration: none; }
      @media (min-width: 1024px) {
        .sitemap-list .sitemap-item .sitemap-links {
          font-size: 18px; } }
      @media (min-width: 1850px) {
        .sitemap-list .sitemap-item .sitemap-links {
          font-size: 19px; } }
      .sitemap-list .sitemap-item .sitemap-links:before {
        position: absolute;
        font-family: "icomoon";
        content: '\e902';
        speak: none;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        font-style: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 10px;
        top: 50%;
        left: -15px;
        transform: translateY(-50%) rotate(-90deg); }
    .sitemap-list .sitemap-item .sitemap-sub-list {
      margin-left: 15px; }

/******************* SITEMAP PAGE STYLE END *******************/
/******************* 404 ERROR PAGE STYLE START *******************/
.u-textAlignCenter {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .u-textAlignCenter {
      margin-bottom: 15px; } }
  @media (min-width: 1366px) {
    .u-textAlignCenter {
      margin-bottom: 20px; } }

/******************* 404 ERROR PAGE STYLE END *******************/
/******************* LOGIN PAGE STYLE START *******************/
body.login {
  margin: 0;
  max-width: 100%; }

.login {
  margin: 0 auto; }
  .login .login-row {
    margin: 0 auto;
    max-width: 100%; }
    .login .login-row.account-disabled {
      max-width: 100%; }
      .login .login-row.account-disabled .login-form {
        width: 100%; }
      @media (min-width: 801px) {
        .login .login-row.account-disabled {
          max-width: 50%; } }
    .login .login-row .login-form {
      margin: 0; }
      @media (min-width: 768px) {
        .login .login-row .login-form {
          width: 50%;
          padding-left: 0; } }
      .login .login-row .login-form .form-actions {
        margin: 0 0 10px;
        text-align: left; }
        .login .login-row .login-form .form-actions .button {
          vertical-align: middle; }
        .login .login-row .login-form .form-actions .forgot-password {
          margin: 0 0 0 10px;
          vertical-align: middle;
          width: auto;
          text-decoration: none; }
    .login .login-row .new-customer {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .login .login-row .new-customer {
          width: 50%;
          margin-top: 0;
          padding-right: 0; } }
      .login .login-row .new-customer .panel {
        background-color: #f2f2f5;
        padding: 15px; }
        @media (min-width: 1366px) {
          .login .login-row .new-customer .panel {
            padding: 20px; } }
        @media (min-width: 1850px) {
          .login .login-row .new-customer .panel {
            padding: 25px; } }
        .login .login-row .new-customer .panel .panel-header {
          padding: 0;
          background-color: transparent;
          margin-bottom: 10px; }
        .login .login-row .new-customer .panel .panel-body {
          margin: 0;
          border-top: none;
          background-color: transparent;
          padding: 0; }
          .login .login-row .new-customer .panel .panel-body .new-customer-intro {
            margin-bottom: 10px; }
          .login .login-row .new-customer .panel .panel-body .new-customer-fact-list {
            margin-bottom: 10px; }
            .login .login-row .new-customer .panel .panel-body .new-customer-fact-list .new-customer-fact {
              list-style-position: outside;
              list-style-type: disc;
              line-height: 1.4; }
          .login .login-row .new-customer .panel .panel-body .button {
            margin-bottom: 0;
            padding: 11.5px 10px; }

/******************* LOGIN PAGE STYLE END *******************/
/******************* CREATE ACCOUNT PAGE STYLE START *******************/
.account .account-body {
  margin: 0; }

/******************* CREATE ACCOUNT PAGE STYLE END *******************/
/******************* ACCOUNT CREATED PAGE STYLE START *******************/
.createaccount_thanks p {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .createaccount_thanks p {
      margin-bottom: 15px; } }
  @media (min-width: 1366px) {
    .createaccount_thanks p {
      margin-bottom: 20px; } }

/******************* ACCOUNT CREATED PAGE STYLE START *******************/
/******************* FORGOT PASSWORD PAGE STYLE START *******************/
.forgot-password-form {
  margin: 10px 0 0; }
  @media (min-width: 768px) {
    .forgot-password-form {
      margin: 20px 0 0; } }
  @media (min-width: 1024px) {
    .forgot-password-form {
      margin: 30px 0 0; } }
  @media (min-width: 1850px) {
    .forgot-password-form {
      margin: 40px 0 0; } }

/******************* FORGOT PASSWORD PAGE STYLE END *******************/
/******************* RESET PASSWORD PAGE STYLE START *******************/
.forgotpassword .account--fixedSmall {
  width: 100%; }
  .forgotpassword .account--fixedSmall .form-prefixPostfix .form-input {
    flex: unset; }
    @media (min-width: 1366px) {
      .forgotpassword .account--fixedSmall .form-prefixPostfix .form-input {
        flex: 1;
        width: 100%; } }
  .forgotpassword .account--fixedSmall .form-prefixPostfix .button {
    margin: 10px auto 0;
    padding: 11.5px 10px; }
    @media (min-width: 1366px) {
      .forgotpassword .account--fixedSmall .form-prefixPostfix .button {
        margin: 0 0 0 10px; } }

/******************* RESET PASSWORD PAGE STYLE END *******************/
/******************* COMMON WEB PAGE STYLE START *******************/
body.page .page-content ul {
  list-style-position: inherit; }

body.page .page-content--centered {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

/******************* COMMON WEB PAGE STYLE END *******************/
/******************* ALERT BOX STYLE START *******************/
.alertBox--info {
  color: #030504;
  background-color: #f2f2f5;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  margin-bottom: 1.5rem; }
  .alertBox--info svg {
    fill: #030504; }

/******************* ALERT BOX STYLE END *******************/
/******************* ACCOUNT PAGES STYLE START *******************/
.account-body .account-heading {
  display: none; }

.account-sidebar-block .account-heading {
  display: block; }

.account-sidebar-block + .account-sidebar-block {
  margin-top: 1.5rem; }

.account-heading {
  border-bottom: none;
  font-size: 26px; }
  @media (min-width: 801px) {
    .account-heading {
      display: block; } }
  @media (min-width: 1024px) {
    .account-heading {
      font-size: 28px; } }
  @media (min-width: 1850px) {
    .account-heading {
      font-size: 30px; } }

.panel--address {
  border: 1px solid #e1e1e1;
  margin: 0 0 15px; }
  @media (min-width: 551px) {
    .panel--address {
      margin: 0; } }
  .panel--address .panel-body {
    border: none;
    margin: 0; }
    .panel--address .panel-body .address-details .address-label {
      color: #030504; }
  .panel--address .form-actions .button + .button {
    margin-left: 10px; }

.address-title {
  text-transform: capitalize; }

.address-details li {
  line-height: 1.4; }

.account_recentitems .productGrid {
  display: flex;
  flex-wrap: wrap; }
  .account_recentitems .productGrid .product {
    height: auto;
    width: 100%; }
    @media (min-width: 551px) {
      .account_recentitems .productGrid .product {
        width: 50%; } }
    @media (min-width: 768px) {
      .account_recentitems .productGrid .product {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .account_recentitems .productGrid .product {
        width: 25%; } }
    @media (min-width: 1366px) {
      .account_recentitems .productGrid .product {
        width: 20%; } }
    .account_recentitems .productGrid .product .card {
      height: 100%; }

.wishlist .productGrid {
  display: flex;
  flex-wrap: wrap; }
  .wishlist .productGrid .product {
    height: auto;
    padding-bottom: 90px;
    width: 100%; }
    @media (min-width: 551px) {
      .wishlist .productGrid .product {
        width: 50%; } }
    @media (min-width: 768px) {
      .wishlist .productGrid .product {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .wishlist .productGrid .product {
        width: 25%; } }
    @media (min-width: 1366px) {
      .wishlist .productGrid .product {
        width: 20%; } }
    @media (min-width: 1850px) {
      .wishlist .productGrid .product {
        padding-bottom: 105px; } }
    .wishlist .productGrid .product .card {
      height: 100%; }
    .wishlist .productGrid .product .form {
      text-align: center;
      margin: 20px 0 0; }
      .wishlist .productGrid .product .form .button {
        margin-bottom: 0; }

.wishlist .account .share-wishlist {
  display: block;
  width: 100%;
  margin: 0 auto 15px; }
  @media (min-width: 801px) {
    .wishlist .account .share-wishlist {
      margin: 0 auto 25px; } }
  .wishlist .account .share-wishlist .panel-body h5 {
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .wishlist .account .share-wishlist .panel-body h5 {
        margin-bottom: 15px; } }
    @media (min-width: 1366px) {
      .wishlist .account .share-wishlist .panel-body h5 {
        margin-bottom: 20px; } }

.wishlists .form-actions .button, .shippingaddressform .form-actions .button {
  margin-top: 0; }

.wishlists table tr td, .shippingaddressform table tr td {
  border: none; }

.wishlists .table--line tr td + td {
  padding-left: 0.5rem; }
  @media (min-width: 768px) {
    .wishlists .table--line tr td + td {
      padding-left: 1.5rem; } }

.account-list .account-listItem .account-product .account-product-figure:after {
  padding-bottom: 0; }

.account-list .account-listItem .account-product .account-product-body .account-orderStatus .account-orderStatus-label {
  color: #202738;
  background-color: #f2f2f5; }

.account-list .account-listItem .account-product .account-product-body .account-orderStatus .account-orderStatus-action {
  margin-left: 0;
  color: #202738; }
  .account-list .account-listItem .account-product .account-product-body .account-orderStatus .account-orderStatus-action:hover {
    color: #212121; }

.account-list .account-listItem .account-product .account-product-body .account-product-title a {
  text-decoration: underline; }

.account-list .account-listItem .account-product .account-product-body .account-product-description {
  margin-bottom: 20px; }

.account-list .account-listItem .account-product .account-product-body .account-product-description + .definitionList {
  margin-top: 0; }

.account-list .account-listItem .account-product .account-product-body .account-product-details .account-product-detail .account-product-detail-heading {
  color: #010101; }

.account-list .account-listItem:first-child {
  padding-top: 0; }

.account_new_return .table {
  margin: 0 0 20px; }
  @media (min-width: 1024px) {
    .account_new_return .table {
      margin: 0 0 30px; } }
  @media (min-width: 1850px) {
    .account_new_return .table {
      margin: 0 0 40px; } }
  .account_new_return .table .return-itemPrice {
    margin: 10px 0; }
  .account_new_return .table tr td {
    border: none; }

.account_inbox .send-msg {
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .account_inbox .send-msg {
      margin-bottom: 15px; } }

.account_inbox .account-list {
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .account_inbox .account-list {
      margin-bottom: 15px; } }
  @media (min-width: 1850px) {
    .account_inbox .account-list {
      margin-bottom: 20px; } }
  .account_inbox .account-list .account-listItem {
    padding: 1.5rem 0 3rem; }
    @media (min-width: 551px) {
      .account_inbox .account-list .account-listItem {
        padding: 1.5rem 0; } }
    .account_inbox .account-list .account-listItem .account-orderStatus {
      bottom: 20px; }
      @media (min-width: 551px) {
        .account_inbox .account-list .account-listItem .account-orderStatus {
          bottom: 0; } }
  .account_inbox .account-list .account-message .account-product-title {
    color: #202738;
    font-weight: 400; }
  .account_inbox .account-list .account-message p {
    color: #030504;
    margin-bottom: 0; }

.account_inbox .form-actions .button {
  margin-top: 0; }

.account-orderTotal .account-orderTotal-key {
  font-weight: 500;
  color: #202738;
  font-size: 17px; }
  @media (min-width: 1366px) {
    .account-orderTotal .account-orderTotal-key {
      font-size: 18px; } }

.account-orderTotal .account-orderTotal-value {
  font-size: 20px;
  color: #ce2a2b;
  font-weight: 700; }
  @media (min-width: 768px) {
    .account-orderTotal .account-orderTotal-value {
      font-size: 22px; } }
  @media (min-width: 1850px) {
    .account-orderTotal .account-orderTotal-value {
      font-size: 24px; } }

/******************* ACCOUNT PAGES STYLE END *******************/
/******************* ORDER DETAILES PAGE STYLE START *******************/
.account_order .account-body .account-heading {
  margin-bottom: 0; }

.account_order .account-body .account-content .definitionList .definitionList-value {
  float: left; }
  @media (min-width: 551px) {
    .account_order .account-body .account-content .definitionList .definitionList-value {
      float: none; } }

.account_order .account-body .account-content .account-orderTotal {
  width: 100%; }
  @media (min-width: 551px) {
    .account_order .account-body .account-content .account-orderTotal {
      width: 66.66667%; } }

.account_order .account-body .definitionList {
  margin-bottom: 0;
  font-size: 0; }
  .account_order .account-body .definitionList .definitionList-key {
    color: #202738; }
  .account_order .account-body .definitionList .definitionList-value,
  .account_order .account-body .definitionList .definitionList-key {
    margin: 0 0px 5px 0;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    width: 50%; }
    @media (min-width: 1024px) {
      .account_order .account-body .definitionList .definitionList-value,
      .account_order .account-body .definitionList .definitionList-key {
        margin: 0 0px 10px 0; } }
    @media (min-width: 1366px) {
      .account_order .account-body .definitionList .definitionList-value,
      .account_order .account-body .definitionList .definitionList-key {
        font-size: 18px;
        margin: 0 0px 1.5rem 0; } }
  .account_order .account-body .definitionList .definitionList-value {
    color: #030504;
    font-weight: 500; }
  .account_order .account-body .definitionList .order-payments-description {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 0px 1.5rem 0;
    color: #202738;
    font-size: 17px; }
    @media (min-width: 1366px) {
      .account_order .account-body .definitionList .order-payments-description {
        font-size: 18px; } }
  .account_order .account-body .definitionList .order-payments-value {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 17px; }
    @media (min-width: 1366px) {
      .account_order .account-body .definitionList .order-payments-value {
        font-size: 18px; } }

.account_order .account-body .account-orderTotal {
  margin: 0; }
  .account_order .account-body .account-orderTotal .account-orderTotal-key {
    color: #030504;
    font-weight: 700; }

.account_order .navBar--sub .navBar-item.is-active > .navBar-action {
  color: #212121; }

.account_order .account-product-body {
  padding-bottom: 0; }

/******************* ORDER DETAILES PAGE STYLE END *******************/
/******************* ORDER RETURNS ITEM PAGE STYLE START *******************/
.account_new_return .account-body .account-content table .table-tbody .return-itemName .return-itemTitle {
  font-weight: 700; }

.account_new_return .account-body .account-content table .table-tbody .definitionList {
  margin: 0.77778rem 0; }
  @media (min-width: 1024px) {
    .account_new_return .account-body .account-content table .table-tbody .definitionList {
      margin: 1.5rem 0; } }
  .account_new_return .account-body .account-content table .table-tbody .definitionList .definitionList-label,
  .account_new_return .account-body .account-content table .table-tbody .definitionList .definitionList-description {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }

/******************* ORDER RETURNS ITEM PAGE STYLE END *******************/
/******************* ORDER RETURNS  PAGE STYLE START *******************/
.account_returns .account-list .account-listItem:last-child {
  border-bottom: none; }

.account_returns .account-list .account-listItem .account-product .account-product-body .account-product-detail--full span {
  line-height: 1.5; }

.account_returns .account-list .account-listItem .account-product .account-product-body .definitionList-key {
  color: #202738; }

.account_returns .account-list .account-listItem .account-product .account-product-body .definitionList-value,
.account_returns .account-list .account-listItem .account-product .account-product-body .definitionList-key {
  margin: 5px 5px 5px 0;
  font-size: 17px; }
  @media (min-width: 1024px) {
    .account_returns .account-list .account-listItem .account-product .account-product-body .definitionList-value,
    .account_returns .account-list .account-listItem .account-product .account-product-body .definitionList-key {
      margin: 10px 10px 10px 0; } }
  @media (min-width: 1366px) {
    .account_returns .account-list .account-listItem .account-product .account-product-body .definitionList-value,
    .account_returns .account-list .account-listItem .account-product .account-product-body .definitionList-key {
      font-size: 18px;
      margin: 10px 10px 1.5rem 0; } }

.account_returns .account-list .account-listItem .account-product .account-product-body .definitionList-value {
  color: #030504;
  font-weight: 500; }

/******************* ORDER RETURNS  PAGE STYLE END *******************/
/******************* ORDER STATUS PAGE STYLE START *******************/
.account_orderstatus .account-content .account-list .account-listItem:last-child {
  border-bottom: none; }

.account_orderstatus .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus .account-orderStatus-label {
  vertical-align: middle;
  margin: 0; }
  @media (min-width: 551px) {
    .account_orderstatus .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus .account-orderStatus-label {
      margin: 0 0 0.35714rem; } }

.account_orderstatus .account-content .account-list .account-listItem .account-product .account-product-body .account-orderStatus .account-orderStatus-action {
  vertical-align: middle; }

/******************* ORDER STATUS PAGE STYLE END *******************/
/******************* ACCCOUNT MESSAGE PAGE STYLE START *******************/
.account_addressbook .addressList .address {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .account_addressbook .addressList .address .panel--address .form-actions {
      position: inherit; } }

/******************* ACCCOUNT MESSAGE PAGE STYLE END *******************/
/******************* GIFT CERTIFICATE PAGES STYLE START *******************/
.giftcertificates .form-actions .button + .button {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 551px) {
    .giftcertificates .form-actions .button + .button {
      display: inline-block;
      margin-left: 0.77778rem;
      margin-right: 0; } }

.giftcertificates_redeem h3, .giftcertificates_redeem p, .giftcertificates_balance h3, .giftcertificates_balance p {
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .giftcertificates_redeem h3, .giftcertificates_redeem p, .giftcertificates_balance h3, .giftcertificates_balance p {
      margin-bottom: 15px; } }
  @media (min-width: 1850px) {
    .giftcertificates_redeem h3, .giftcertificates_redeem p, .giftcertificates_balance h3, .giftcertificates_balance p {
      margin-bottom: 20px; } }

.giftcertificates_redeem li, .giftcertificates_balance li {
  margin-bottom: 10px; }

/******************* GIFT CERTIFICATE PAGES STYLE END *******************/
/******************* WRITE REVIEW POPUP STYLE START *******************/
.writeReview-productDetails .product-brand {
  margin: 10px 0;
  color: #a0a19e;
  font-size: 18px; }
  @media (min-width: 1024px) {
    .writeReview-productDetails .product-brand {
      font-size: 19px; } }
  @media (min-width: 1850px) {
    .writeReview-productDetails .product-brand {
      font-size: 20px; } }

.writeReview-productDetails .product-title {
  font-family: "Montserrat";
  font-weight: 700;
  color: #333333;
  font-size: 20px;
  margin: 0 0 10px; }
  @media (min-width: 1024px) {
    .writeReview-productDetails .product-title {
      font-size: 24px;
      margin: 0 0 15px; } }
  @media (min-width: 1366px) {
    .writeReview-productDetails .product-title {
      font-size: 25px;
      margin: 0 0 20px; } }
  @media (min-width: 1850px) {
    .writeReview-productDetails .product-title {
      font-size: 26px;
      margin: 0 0 25px; } }

.writeReview-productDetails .writeReview-productImage-container:after {
  padding-bottom: 100%; }

/******************* WRITE REVIEW POPUP STYLE END *******************/
/******************* ADD TO CART POPUP STYLE START *******************/
@media (min-width: 801px) {
  #previewModal .modal-body .previewCart .previewCartCheckout {
    width: 100%;
    float: none;
    display: block;
    max-width: 400px;
    margin: 0 auto 20px; } }

@media (min-width: 1261px) {
  #previewModal .modal-body .previewCart .previewCartCheckout {
    width: 25%;
    float: right;
    max-width: 100%;
    margin: 0; } }

#previewModal .modal-body .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
  line-height: 1;
  margin: 10px 0; }
  @media (min-width: 1850px) {
    #previewModal .modal-body .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
      margin: 15px 0; } }
  #previewModal .modal-body .previewCart .previewCartCheckout .previewCartCheckout-subtotal strong {
    margin: 10px 0 0;
    line-height: 1; }
    @media (min-width: 1850px) {
      #previewModal .modal-body .previewCart .previewCartCheckout .previewCartCheckout-subtotal strong {
        margin: 15px 0 0; } }

#previewModal .modal-body .previewCart .previewCartCheckout p {
  margin: 0 0 10px;
  line-height: 1; }
  @media (min-width: 1850px) {
    #previewModal .modal-body .previewCart .previewCartCheckout p {
      margin: 0 0 15px; } }

@media (min-width: 801px) {
  #previewModal .modal-body .previewCart .productView {
    width: 100%; } }

@media (min-width: 1261px) {
  #previewModal .modal-body .previewCart .productView {
    width: 75%; } }

#previewModal .modal-body .previewCart .productView .productView-img-container:after {
  padding-bottom: 100%; }

#previewModal .modal-body .previewCart .productView .productView-details .productView-brand {
  margin: 0 0 10px;
  color: #a0a19e;
  font-size: 18px; }
  #previewModal .modal-body .previewCart .productView .productView-details .productView-brand:hover {
    color: #212121; }
  @media (min-width: 1024px) {
    #previewModal .modal-body .previewCart .productView .productView-details .productView-brand {
      font-size: 19px; } }
  @media (min-width: 1850px) {
    #previewModal .modal-body .previewCart .productView .productView-details .productView-brand {
      font-size: 20px;
      margin: 0 0 15px; } }

#previewModal .modal-body .previewCart .productView .productView-details .productView-price {
  color: #212121;
  font-weight: bold;
  font-size: 22px;
  margin-right: 4px;
  order: 3; }
  @media (min-width: 551px) {
    #previewModal .modal-body .previewCart .productView .productView-details .productView-price {
      margin-right: 10px; } }
  @media (min-width: 1024px) {
    #previewModal .modal-body .previewCart .productView .productView-details .productView-price {
      font-size: 24px; } }
  @media (min-width: 1366px) {
    #previewModal .modal-body .previewCart .productView .productView-details .productView-price {
      font-size: 24px;
      margin-right: 8px; } }
  @media (min-width: 1850px) {
    #previewModal .modal-body .previewCart .productView .productView-details .productView-price {
      font-size: 28px;
      margin-right: 15px; } }

#previewModal .modal-body .suggestiveCart .productGrid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px; }
  @media (min-width: 1024px) {
    #previewModal .modal-body .suggestiveCart .productGrid {
      margin-top: 15px; } }
  @media (min-width: 1366px) {
    #previewModal .modal-body .suggestiveCart .productGrid {
      margin-top: 20px; } }
  #previewModal .modal-body .suggestiveCart .productGrid .product {
    height: auto; }
    #previewModal .modal-body .suggestiveCart .productGrid .product .card {
      height: 100%; }

/******************* ADD TO CART POPUP STYLE END *******************/
/******************* QUICK VIEW POPUP STYLE START *******************/
.quickView .product-usp .usp-list .usp-list-item {
  width: 100%;
  padding: 5px; }
  @media (min-width: 801px) {
    .quickView .product-usp .usp-list .usp-list-item {
      width: 50%; } }
  @media (min-width: 1366px) {
    .quickView .product-usp .usp-list .usp-list-item {
      width: 25%;
      padding: 0 10px; } }
  @media (min-width: 1850px) {
    .quickView .product-usp .usp-list .usp-list-item .usp-element {
      padding: 20px 10px; } }

.quickView .productView-details .productView-product .price-rating {
  display: block; }
  .quickView .productView-details .productView-product .price-rating .productView-price {
    display: block;
    width: 100%; }
  .quickView .productView-details .productView-product .price-rating .productView-rating {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: left; }
    @media (min-width: 1366px) {
      .quickView .productView-details .productView-product .price-rating .productView-rating {
        margin-top: 15px; } }

@media (min-width: 1024px) {
  .quickView .productView-options .product-purchase-section {
    display: inline-block; } }

.quickView .productView-options .product-purchase-section .form-field--increments .form-increment .form-input--incrementTotal {
  font-size: 18px;
  width: 2.27778rem; }
  @media (min-width: 1850px) {
    .quickView .productView-options .product-purchase-section .form-field--increments .form-increment .form-input--incrementTotal {
      font-size: 18px; } }

@media (min-width: 1850px) {
  .quickView .productView-options .product-purchase-section .form-field--increments {
    margin: 0 8px 0 0; } }

.quickView .productView-options .product-purchase-section .form-action {
  display: block;
  margin: 20px 0 0;
  width: 40%; }
  @media (min-width: 801px) {
    .quickView .productView-options .product-purchase-section .form-action {
      width: auto;
      padding: 0;
      display: inline-block;
      margin: 0; } }
  @media (min-width: 1024px) {
    .quickView .productView-options .product-purchase-section .form-action {
      display: block;
      padding: 0 4px 0 0;
      margin: 20px 0 0; } }
  @media (min-width: 1366px) {
    .quickView .productView-options .product-purchase-section .form-action {
      margin: 0;
      padding: 0;
      display: inline-block; } }
  .quickView .productView-options .product-purchase-section .form-action #form-action-addToCart {
    font-size: 17px; }
    @media (min-width: 1850px) {
      .quickView .productView-options .product-purchase-section .form-action #form-action-addToCart {
        font-size: 18px; } }

@media (min-width: 1850px) {
  .quickView .productView-options .product-purchase-section {
    padding: 0 8px 0 0; } }

.quickView .productView-options .form-wishlist {
  display: inline-block;
  vertical-align: bottom;
  padding: 0; }
  .quickView .productView-options .form-wishlist .dropdown-menu-button span {
    font-size: 17px; }
    @media (min-width: 1850px) {
      .quickView .productView-options .form-wishlist .dropdown-menu-button span {
        font-size: 18px; } }
  @media (min-width: 1850px) {
    .quickView .productView-options .form-wishlist .dropdown-menu-button {
      padding: 12px 30px; } }

.modal {
  z-index: 10005; }

/******************* QUICK VIEW POPUP STYLE END *******************/
/******************* CART PAGE STYLE START *******************/
body.cart .modal-close {
  width: auto;
  height: auto;
  top: 7px;
  line-height: 32px; }

body.cart .page {
  margin: 0; }

body.cart .cart-breadcrumbs {
  padding: 10px 0; }

body.cart .breadcrumbs {
  margin-bottom: 0; }

body.cart .page-content {
  padding: 0; }

body.cart .cart-header {
  /*background-color: $primary-btn-bg;*/ }
  body.cart .cart-header .cart-header-item {
    color: #000;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: center; }
    @media (min-width: 320px) and (max-width: 470px) {
      body.cart .cart-header .cart-header-item {
        font-size: 10px;
        padding: 10px 5px; }
        body.cart .cart-header .cart-header-item:nth-child(4) {
          text-align: center;
          display: none; } }
    @media (min-width: 471px) and (max-width: 550px) {
      body.cart .cart-header .cart-header-item {
        font-size: 12px; }
        body.cart .cart-header .cart-header-item:nth-child(4) {
          text-align: center;
          display: none; } }
    @media (min-width: 551px) and (max-width: 767px) {
      body.cart .cart-header .cart-header-item {
        font-size: 15px; }
        body.cart .cart-header .cart-header-item:first-child {
          padding-left: 5px; }
        body.cart .cart-header .cart-header-item:nth-child(4) {
          padding-left: 5px;
          text-align: center;
          display: none; } }
    @media (min-width: 320px) and (max-width: 767px) {
      body.cart .cart-header .cart-header-item:nth-child(3) {
        /*display:none;*/ } }
    @media (min-width: 768px) {
      body.cart .cart-header .cart-header-item:nth-child(3) {
        display: none; }
      body.cart .cart-header .cart-header-item:first-child {
        text-align: left;
        padding-left: 0; } }
    @media (min-width: 768px) and (max-width: 1479px) {
      body.cart .cart-header .cart-header-item {
        font-size: 15px; } }
    @media (min-width: 1200px) and (max-width: 1399px) {
      body.cart .cart-header .cart-header-item {
        padding: 15px 10px;
        line-height: 20px; } }
    @media (min-width: 1400px) {
      body.cart .cart-header .cart-header-item {
        padding: 15px 10px;
        line-height: 20px; } }
    body.cart .cart-header .cart-header-item:first-child {
      text-align: left; }

body.cart tbody tr td {
  border: none;
  padding: 30px 5px 30px 5px;
  text-align: left;
  vertical-align: top; }
  @media (min-width: 1080px) {
    body.cart tbody tr td:first-child {
      padding-left: 0; } }
  @media (min-width: 320px) and (max-width: 550px) {
    body.cart tbody tr td {
      /*float: left;*/ } }
  @media (min-width: 768px) {
    body.cart tbody tr td.cart-item-price {
      text-align: center; } }

body.cart .definitionList {
  margin: 0 0 5px 0;
  display: inline-block;
  width: 100%;
  padding-left: 20px; }
  @media (min-width: 320px) and (max-width: 470px) {
    body.cart .definitionList {
      line-height: 12px;
      margin: 0;
      display: block;
      padding-left: 20px;
      width: 70%; } }
  @media (min-width: 471px) and (max-width: 550px) {
    body.cart .definitionList {
      line-height: 16px;
      margin: 0;
      display: block;
      padding-left: 20px;
      width: 70%; } }
  @media (min-width: 551px) and (max-width: 767px) {
    body.cart .definitionList {
      margin: 0;
      line-height: 18px;
      margin: 0;
      display: block;
      padding-left: 20px;
      width: 70%; } }
  body.cart .definitionList .definitionList-key {
    margin: 0;
    font-weight: 500;
    color: #202738;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    width: 110px; }
    @media (min-width: 768px) {
      body.cart .definitionList .definitionList-key {
        width: 120px; } }
    @media (min-width: 1366px) {
      body.cart .definitionList .definitionList-key {
        font-size: 18px; } }
  body.cart .definitionList .definitionList-value {
    margin: 0;
    color: #000;
    vertical-align: middle;
    font-size: 15px;
    list-style: decimal;
    list-style-position: outside; }
    @media (min-width: 1850px) {
      body.cart .definitionList .definitionList-value {
        font-size: 15px; } }
    @media (min-width: 320px) and (max-width: 470px) {
      body.cart .definitionList .definitionList-value {
        font-size: 9px; } }
    @media (min-width: 471px) and (max-width: 550px) {
      body.cart .definitionList .definitionList-value {
        font-size: 12px; } }
    @media (min-width: 551px) and (max-width: 767px) {
      body.cart .definitionList .definitionList-value {
        font-size: 12px; } }
  @media (min-width: 1366px) {
    body.cart .definitionList {
      margin: 0; } }
  @media (min-width: 1850px) {
    body.cart .definitionList {
      margin: 0; } }

body.cart .change-item-option {
  font-weight: 400;
  margin-top: 10px; }

@media (min-width: 320px) and (max-width: 767px) {
  body.cart #previewContent .cart-item-quantity .form-increment .button {
    line-height: 21px; } }

@media (min-width: 320px) and (max-width: 767px) {
  body.cart #previewContent .cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 32px !important;
    font-size: 15px; } }

body.cart .cart-item-quantity {
  text-align: center; }
  body.cart .cart-item-quantity .form-increment {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    /*padding: 5px 10px;*/ }
    @media (min-width: 320px) and (max-width: 550px) {
      body.cart .cart-item-quantity .form-increment {
        width: auto;
        display: inline-block; } }
    body.cart .cart-item-quantity .form-increment .button {
      padding: 7px 13.5px 8.5px 13.5px !important;
      color: #fff;
      background: #ce242b;
      border-radius: 2px 0 0 2px;
      border: 1px solid #ce242b; }
      body.cart .cart-item-quantity .form-increment .button svg {
        fill: #fff;
        stroke: #fff; }
        @media (min-width: 768px) {
          body.cart .cart-item-quantity .form-increment .button svg {
            transform: scale(1.5);
            stroke: none; } }
      body.cart .cart-item-quantity .form-increment .button .icon {
        transform: inherit; }
      @media (min-width: 320px) and (max-width: 767px) {
        body.cart .cart-item-quantity .form-increment .button {
          padding: 2px 5px 3.5px 5px !important;
          line-height: 21px; } }
      @media (min-width: 768px) and (max-width: 1399px) {
        body.cart .cart-item-quantity .form-increment .button {
          padding: 6px 6.5px 7.5px 6.5px !important; } }
      @media (min-width: 1400px) and (max-width: 1440px) {
        body.cart .cart-item-quantity .form-increment .button {
          padding: 5px 12px 6.5px 12px !important; } }
      body.cart .cart-item-quantity .form-increment .button:hover {
        background: #f13139; }
    body.cart .cart-item-quantity .form-increment .form-input--incrementTotal {
      color: #000;
      font-size: 18px;
      width: 1.7rem;
      font-weight: 400; }
      @media (min-width: 551px) and (max-width: 767px) {
        body.cart .cart-item-quantity .form-increment .form-input--incrementTotal {
          width: 25px;
          font-size: 15px; } }
      @media (min-width: 320px) and (max-width: 550px) {
        body.cart .cart-item-quantity .form-increment .form-input--incrementTotal {
          font-size: 15px;
          width: 25px; } }

@media (min-width: 768px) {
  body.cart .cart-header-quantity {
    text-align: center; } }

@media (min-width: 551px) and (max-width: 800px) {
  body.cart .cart-item-quantity .cart-item-label {
    padding-left: 0; } }

body.cart .cart-remove {
  margin-top: 0;
  /*background-color: $primary-btn-bg;
		border: 1px solid $primary-btn-bg;*/ }
  body.cart .cart-remove svg {
    fill: #DCDCDC; }
  body.cart .cart-remove:hover {
    background-color: transparent; }
    body.cart .cart-remove:hover svg {
      fill: #b0b0b0; }

body.cart .cart-totals {
  width: 100%; }
  @media (min-width: 320px) and (max-width: 767px) {
    body.cart .cart-totals {
      display: flex;
      flex-wrap: wrap;
      position: relative; }
      body.cart .cart-totals:after {
        content: "";
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 0;
        top: -11px;
        border-bottom: 1px solid #DCDCDC; } }
  @media (min-width: 767px) {
    body.cart .cart-totals .cart-total {
      margin-bottom: 10px; } }
  body.cart .cart-totals .cart-total .remove_btn a {
    color: #558EFF; }
    body.cart .cart-totals .cart-total .remove_btn a:hover {
      text-decoration: underline; }
  body.cart .cart-totals .cart-total .cart-total-label {
    color: #000;
    font-size: 18px;
    /*width: 41%;*/
    text-align: left;
    float: left; }
    @media (min-width: 551px) and (max-width: 1479px) {
      body.cart .cart-totals .cart-total .cart-total-label {
        font-size: 15px; } }
    @media (min-width: 320px) and (max-width: 470px) {
      body.cart .cart-totals .cart-total .cart-total-label {
        font-size: 10px; } }
    @media (min-width: 471px) and (max-width: 550px) {
      body.cart .cart-totals .cart-total .cart-total-label {
        font-size: 12px; } }
    @media (min-width: 551px) and (max-width: 767px) {
      body.cart .cart-totals .cart-total .cart-total-label {
        padding: 5px 0; } }
  body.cart .cart-totals .cart-total .cart-total-value {
    float: right;
    font-size: 18px; }
    body.cart .cart-totals .cart-total .cart-total-value button {
      color: #558EFF;
      text-decoration: none; }
      body.cart .cart-totals .cart-total .cart-total-value button:hover {
        color: #558EFF;
        text-decoration: underline; }
    body.cart .cart-totals .cart-total .cart-total-value .shipping-estimate-hide {
      width: 25px;
      height: 25px; }
      @media (min-width: 320px) and (max-width: 550px) {
        body.cart .cart-totals .cart-total .cart-total-value .shipping-estimate-hide {
          width: 15px;
          height: 15px; } }
      @media (min-width: 551px) and (max-width: 800px) {
        body.cart .cart-totals .cart-total .cart-total-value .shipping-estimate-hide {
          width: 20px;
          height: 20px; } }
      @media (min-width: 801px) and (max-width: 1479px) {
        body.cart .cart-totals .cart-total .cart-total-value .shipping-estimate-hide {
          width: 25px;
          height: 25px; } }
      body.cart .cart-totals .cart-total .cart-total-value .shipping-estimate-hide svg {
        width: 100%;
        height: 100%; }
    @media (min-width: 551px) and (max-width: 1479px) {
      body.cart .cart-totals .cart-total .cart-total-value {
        font-size: 15px; } }
    @media (min-width: 320px) and (max-width: 470px) {
      body.cart .cart-totals .cart-total .cart-total-value {
        font-size: 10px; } }
    @media (min-width: 471px) and (max-width: 550px) {
      body.cart .cart-totals .cart-total .cart-total-value {
        font-size: 12px; } }
    @media (min-width: 551px) and (max-width: 767px) {
      body.cart .cart-totals .cart-total .cart-total-value {
        padding: 5px 0; } }
  @media (min-width: 768px) {
    body.cart .cart-totals {
      width: 100%; } }
  @media (min-width: 1366px) {
    body.cart .cart-totals {
      width: 100%; } }
  @media (min-width: 320px) and (max-width: 767px) {
    body.cart .cart-totals li {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 10px 0 10px; }
      body.cart .cart-totals li:last-child {
        padding: 0 15px 0 10px; }
      body.cart .cart-totals li:first-child {
        padding-top: 10px; }
      body.cart .cart-totals li:nth-child(3) {
        padding-top: 0px; } }

body.cart .cart-form .form .form-input {
  width: 73%; }
  @media (min-width: 970px) and (max-width: 1312px) {
    body.cart .cart-form .form .form-input {
      /*width: 100%;
					height: 32px;*/ } }
  @media (min-width: 768px) {
    body.cart .cart-form .form .form-input {
      /*height: 36px;*/ } }
  @media (min-width: 1850px) {
    body.cart .cart-form .form .form-input {
      /*height: 40px;*/ } }

body.cart .cart-form .form .button {
  width: 25%;
  float: right;
  padding: 11.5px 10px; }
  @media (min-width: 320px) and (max-width: 470px) {
    body.cart .cart-form .form .button {
      padding: 10.5px 0; } }
  @media (min-width: 471px) and (max-width: 550px) {
    body.cart .cart-form .form .button {
      padding: 10.5px 0; } }
  @media (min-width: 551px) and (max-width: 1479px) {
    body.cart .cart-form .form .button {
      padding: 10.5px 10px; } }
  body.cart .cart-form .form .button:hover {
    background-color: #f13139; }

body.cart .estimator-form dl {
  margin-bottom: 0; }

body.cart .cart-item-info {
  margin-top: 0.77778rem; }
  @media (min-width: 551px) {
    body.cart .cart-item-info {
      margin-top: 0; } }

@media (min-width: 551px) {
  body.cart .cart-item-info + .cart-item-info {
    margin-top: 0; } }

@media (min-width: 768px) {
  body.cart .cart-item-block.cart-item-figure {
    width: 15%; } }

body.cart .cart-item-block.cart-item-figure .cart-item-fixed-image {
  max-width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 801px) {
    body.cart .cart-item-block.cart-item-figure .cart-item-fixed-image {
      margin-left: 0; } }

body.cart .cart-item-block.cart-item-title {
  padding: 0 0 0 1.5rem; }
  @media (min-width: 320px) and (max-width: 767px) {
    body.cart .cart-item-block.cart-item-title {
      padding: 10px 0 10px 0;
      float: none;
      margin: 0; } }
  @media (min-width: 551px) and (max-width: 767px) {
    body.cart .cart-item-block.cart-item-title {
      width: calc(100% - 120px);
      display: block; } }
  @media (min-width: 376px) and (max-width: 550px) {
    body.cart .cart-item-block.cart-item-title {
      width: calc(100% - 92px);
      display: table-cell; } }
  @media (min-width: 320px) and (max-width: 375px) {
    body.cart .cart-item-block.cart-item-title {
      width: calc(100% - 60px);
      display: table-cell; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    body.cart .cart-item-block.cart-item-title {
      padding: 25px 5px 30px 5px; } }
  @media (min-width: 1200px) {
    body.cart .cart-item-block.cart-item-title {
      padding: 25px 10px 30px 10px; } }

body.cart .cart-item-block .cart-item-name {
  margin: 0; }
  @media (min-width: 320px) and (max-width: 767px) {
    body.cart .cart-item-block .cart-item-name {
      padding-right: 100px;
      width: 100%;
      margin-bottom: 5px; } }
  @media (min-width: 1366px) {
    body.cart .cart-item-block .cart-item-name {
      margin: 0;
      font-size: 18px;
      color: #000; } }
  body.cart .cart-item-block .cart-item-name a {
    text-decoration: none;
    color: #000; }
    body.cart .cart-item-block .cart-item-name a:hover {
      color: #000;
      text-decoration: none; }

body.cart .cart-item-block .cart-item-label {
  font-weight: 700;
  margin-bottom: 10px; }
  @media (min-width: 320px) and (max-width: 550px) {
    body.cart .cart-item-block .cart-item-label {
      font-size: 10px;
      width: auto;
      clear: both;
      float: none;
      display: block;
      text-align: left;
      margin: 0;
      display: none; } }
  @media (min-width: 801px) {
    body.cart .cart-item-block .cart-item-label {
      margin-bottom: 0; } }

body.cart .cart-item-block .option-title {
  margin: 5px 0 3px 0;
  font-size: 15px;
  text-transform: capitalize; }
  @media (min-width: 320px) and (max-width: 550px) {
    body.cart .cart-item-block .option-title {
      font-size: 10px;
      margin: 0 0 3px 0; } }

body.cart .cart-item-block .edit-cart-item {
  margin: 0 0 0 0;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  z-index: 1; }
  body.cart .cart-item-block .edit-cart-item .change-item-option {
    color: #368FE8;
    cursor: pointer;
    font-size: 18px; }
    body.cart .cart-item-block .edit-cart-item .change-item-option:hover {
      text-decoration: underline; }
    @media (min-width: 320px) and (max-width: 470px) {
      body.cart .cart-item-block .edit-cart-item .change-item-option {
        font-size: 10px; } }
    @media (min-width: 471px) and (max-width: 550px) {
      body.cart .cart-item-block .edit-cart-item .change-item-option {
        font-size: 12px; } }
    @media (min-width: 551px) and (max-width: 1479px) {
      body.cart .cart-item-block .edit-cart-item .change-item-option {
        font-size: 15px; } }

body.cart .cart-actions .button {
  font-weight: 700;
  font-size: 15px;
  padding: 11.5px 10px; }
  @media (min-width: 320px) and (max-width: 470px) {
    body.cart .cart-actions .button {
      padding: 10.5px 0; } }
  @media (min-width: 471px) and (max-width: 1479px) {
    body.cart .cart-actions .button {
      padding: 10.5px 0; } }
  @media (min-width: 551px) {
    body.cart .cart-actions .button {
      width: 100%;
      float: none;
      margin: 0 auto;
      display: block; } }
  @media (min-width: 768px) {
    body.cart .cart-actions .button {
      width: 100%; } }
  body.cart .cart-actions .button:hover {
    background-color: #f13139; }

body.cart .modal-body p {
  margin-bottom: 1.5rem; }

body.cart .modal-content .form-actions {
  margin-bottom: 1.5rem; }

body.cart .cart-item-options--giftWrapping {
  margin-bottom: 0; }
  body.cart .cart-item-options--giftWrapping .cart-item-option-description {
    margin-bottom: 0; }
    body.cart .cart-item-options--giftWrapping .cart-item-option-description .cart-item-option-actions {
      display: block; }
      @media (min-width: 551px) {
        body.cart .cart-item-options--giftWrapping .cart-item-option-description .cart-item-option-actions {
          display: inline-block; } }

/******************* CART PAGE STYLE END *******************/
/******************* COMPARE PAGE STYLE START *******************/
.compare .card:hover {
  box-shadow: none;
  border-color: #e1e1e1; }
  .compare .card:hover .card-figure .card-img-container .card-image {
    transform: none; }
  .compare .card:hover .card-body {
    border-top: 1px solid transparent;
    height: auto;
    background-color: white;
    transform: none; }

.custowithscroll_pro {
  max-width: 100%;
  width: 100%;
  overflow-x: scroll; }
  .custowithscroll_pro .compareTable tbody .compareTable-row:first-child .compareTable-heading, .custowithscroll_pro .compareTable tbody .compareTable-row:first-child .compareTable-product, .custowithscroll_pro .compareTable tbody .compareTable-row:first-child .compareTable-item, .custowithscroll_pro .compareTable tbody .compareTable-row:last-child .compareTable-heading, .custowithscroll_pro .compareTable tbody .compareTable-row:last-child .compareTable-product, .custowithscroll_pro .compareTable tbody .compareTable-row:last-child .compareTable-item {
    border-bottom: none; }
  .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-heading, .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product, .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-action, .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-item {
    letter-spacing: 0.5px;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    width: 200px; }
    @media (min-width: 551px) {
      .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-heading, .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product, .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-action, .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-item {
        width: 280px; } }
    @media (min-width: 801px) {
      .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-heading, .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product, .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-action, .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-item {
        width: 300px; } }
    @media (min-width: 1850px) {
      .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-heading, .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product, .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-action, .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-item {
        width: 320px; } }
  .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-heading {
    font-weight: 700;
    background-color: transparent;
    width: auto; }
    @media (min-width: 801px) {
      .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-heading .compareTable-headingText {
        right: 0;
        line-height: 1; } }
    @media (min-width: 801px) {
      .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-heading {
        width: 300px; } }
    @media (min-width: 1850px) {
      .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-heading {
        width: 320px; } }
  .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product {
    background-color: transparent; }
    .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product .card:hover .card-body {
      transform: none;
      margin-bottom: 0; }
    .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product .card .card-body .price-section {
      font-family: "Montserrat";
      font-size: 18px;
      color: #bababa;
      margin-right: 4px; }
      @media (min-width: 768px) {
        .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product .card .card-body .price-section {
          font-size: 19px; } }
      @media (min-width: 1024px) {
        .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product .card .card-body .price-section {
          margin-right: 5px; } }
      @media (min-width: 1850px) {
        .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product .card .card-body .price-section {
          font-size: 20px; } }
      .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product .card .card-body .price-section:last-child {
        margin-right: 0; }
      .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product .card .card-body .price-section.actual-price {
        font-size: 20px;
        color: #ce2a2b;
        font-weight: 700; }
        @media (min-width: 768px) {
          .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product .card .card-body .price-section.actual-price {
            font-size: 22px; } }
        @media (min-width: 1850px) {
          .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product .card .card-body .price-section.actual-price {
            font-size: 24px; } }
  .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-removeProduct {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    background-color: #ce2a2b;
    border: 1px solid #ce2a2b; }
    .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-removeProduct .icon {
      fill: white;
      height: 14px;
      width: 14px;
      margin-top: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-removeProduct:hover {
      background-color: transparent; }
      .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-removeProduct:hover .icon {
        fill: #212121; }

/******************* COMPARE PAGE STYLE END ******************/
/* Update 1.3.1 Added switch for mobile menu */
.desktop-menu {
  border-top: none !important;
  display: none !important; }
  @media only screen and (min-width: 1024px) {
    .desktop-menu {
      display: inline-block !important; } }

.mobile-menu {
  border-top: none !important;
  display: none !important; }
  @media only screen and (max-width: 1023px) {
    .mobile-menu {
      display: block !important; } }

/* Update 1.3.2 Call for Price styling */
.call-for-price-label {
  font-size: 18px;
  color: #212121;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block; }

.form-input, .form-select, .form-select--date {
  border-radius: 2px !important; }

@media only screen and (max-width: 767px) {
  body.cart .cart-item-block .definitionList {
    width: 70%; } }

.previewCart .definitionList {
  width: 75% !important; }

/* for navPages */
.navPages-container {
  background-color: white; }
  @media (min-width: 1024px) {
    .navPages-container {
      background-color: white; } }
  .navPages-container .navPages {
    max-width: 100%;
    padding: 1.5rem 1.5rem 5rem; }
    .navPages-container .navPages .navPages-list .navPages-item {
      font-size: 0; }
      .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
        width: calc(100% - 30px);
        padding: 0.77778rem 0;
        font-family: "Montserrat";
        font-size: 14px;
        color: #333333;
        font-weight: 600;
        display: inline-block; }
        @media (min-width: 768px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action.on-sale {
            color: #333333; } }
        @media (min-width: 1024px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action.on-sale {
            color: #ce2a2b; } }
        .navPages-container .navPages .navPages-list .navPages-item .navPages-action.on-sale:hover {
          color: #ce2a2b; }
        .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu.is-open {
          color: #ce2a2b;
          opacity: 1; }
        .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu .navPages-action-moreIcon {
          display: none; }
          @media (min-width: 1024px) {
            .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu .navPages-action-moreIcon {
              display: block;
              height: auto;
              width: auto;
              margin-left: 0;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 10px; } }
          @media (min-width: 1366px) {
            .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu .navPages-action-moreIcon {
              right: 15px; } }
        @media (min-width: 1024px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu {
            padding-right: 30px;
            position: relative; } }
        @media (min-width: 1366px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu {
            padding-right: 37px; } }
        @media (min-width: 1850px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu {
            padding-right: 43px; } }
        @media (min-width: 768px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
            position: static;
            border-bottom: none;
            font-size: 15px; } }
        @media (min-width: 801px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
            text-transform: uppercase; } }
        @media (min-width: 1024px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
            width: auto;
            font-size: 14px;
            padding: 16px 18px; } }
        @media (min-width: 1366px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
            font-size: 15px;
            padding: 20px 27px; } }
        @media (min-width: 1850px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
            font-size: 16px;
            padding: 24px 35px; } }
        .navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover {
          opacity: 1;
          color: #ce2a2b; }
          @media (min-width: 1024px) {
            .navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover {
              background-color: #f2f2f2; } }
        @media (min-width: 801px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action.navPage-subMenu-action {
            margin-bottom: 0;
            text-transform: uppercase; } }
        @media (min-width: 1024px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action.navPage-subMenu-action {
            text-transform: uppercase;
            width: auto;
            display: inline-block;
            padding: 0.77778rem 0 0.38889rem;
            border-bottom: 1px solid #333333;
            margin-bottom: 1.16667rem; } }
        @media (min-width: 1024px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action.navPage-childList-action {
            width: auto;
            padding: 0.38889rem 0 0.77778rem;
            font-weight: 400; }
            .navPages-container .navPages .navPages-list .navPages-item .navPages-action.navPage-childList-action.has-subMenu {
              text-transform: uppercase;
              border-bottom: none;
              font-weight: 600; } }
      .navPages-container .navPages .navPages-list .navPages-item .custom_icon {
        width: 30px;
        padding: 0.77778rem; }
        .navPages-container .navPages .navPages-list .navPages-item .custom_icon .navPages-action-moreIcon {
          width: 10px;
          height: 10px;
          margin-left: 0;
          color: #333333; }
          @media (min-width: 801px) {
            .navPages-container .navPages .navPages-list .navPages-item .custom_icon .navPages-action-moreIcon {
              transform: rotate(-90deg);
              display: block; } }
          @media (min-width: 1024px) {
            .navPages-container .navPages .navPages-list .navPages-item .custom_icon .navPages-action-moreIcon {
              transform: none;
              display: inline-block; } }
        .navPages-container .navPages .navPages-list .navPages-item .custom_icon.is-open .navPages-action-moreIcon {
          transform: rotate(0deg); }
        @media (min-width: 1024px) {
          .navPages-container .navPages .navPages-list .navPages-item .custom_icon {
            display: none; } }
      .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
        margin: 0 0 0 10px; }
        .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
          font-size: 0; }
          .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList {
            margin: 0 0 0 10px;
            padding: 0;
            border: none;
            display: none; }
            .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList.is-open {
              display: block; }
            .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item {
              font-size: 0; }
            @media (min-width: 1024px) {
              .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList {
                display: block;
                margin: 0; } }
          @media (min-width: 801px) {
            .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
              width: 100%;
              float: none;
              padding: 0 !important; } }
          @media (min-width: 1024px) {
            .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
              padding-left: 0.75rem;
              padding-right: 0.75rem;
              width: 25%;
              float: left;
              padding: 0 0.75rem !important; } }
        @media (min-width: 801px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
            max-width: 100%; } }
        @media (min-width: 1024px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
            margin: 0 auto;
            max-width: 66.66667rem;
            width: 100%;
            border-left: 0;
            margin: 0 auto;
            padding-left: 0; }
            .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list:before, .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list:after {
              content: " ";
              display: table; }
            .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list:after {
              clear: both; } }
        .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action, .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action {
          text-transform: capitalize; }
          @media (min-width: 801px) {
            .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-action, .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-childList-action {
              text-transform: uppercase; } }
      @media (min-width: 1024px) {
        .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPages-action-moreIcon {
          display: none; } }
      @media (min-width: 801px) {
        .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
          background-color: transparent;
          padding: 0 !important;
          position: inherit;
          text-align: left; } }
      @media (min-width: 1024px) {
        .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
          background-color: #f2f2f2;
          padding: 1.5rem 1.5rem 2.27778rem !important;
          position: absolute;
          text-align: left; } }
      @media (min-width: 801px) {
        .navPages-container .navPages .navPages-list .navPages-item {
          float: none; } }
      @media (min-width: 1024px) {
        .navPages-container .navPages .navPages-list .navPages-item {
          float: left; } }
    .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPages-action {
      width: 100%;
      position: relative; }
      .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPages-action .navPages-action-moreIcon {
        display: inline-block;
        border: none;
        height: 10px;
        width: 10px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        /*transform: translateY(-50%) rotate(-90deg);*/
        right: 0.77778rem; }
        @media (min-width: 1024px) {
          .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPages-action .navPages-action-moreIcon {
            width: auto;
            height: auto;
            right: 0.77778rem; } }
        @media (min-width: 1366px) {
          .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPages-action .navPages-action-moreIcon {
            right: 0.77778rem; } }
      .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPages-action.is-open .navPages-action-moreIcon {
        left: 0.77778rem;
        /*transform: translateY(-50%) rotate(90deg);*/ }
        @media (min-width: 1024px) {
          .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPages-action.is-open .navPages-action-moreIcon {
            left: auto;
            /*right: 10px;
									transform: translateY(-50%) rotate(0);*/ } }
        @media (min-width: 1366px) {
          .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPages-action.is-open .navPages-action-moreIcon {
            /*right: 15px;*/ } }
      .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPages-action.has-subMenu.is-root + .navPage-subMenu-horizontal {
        margin: auto; }
    .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPage-subMenu-horizontal {
      background-color: #f2f2f2; }
      @media (min-width: 1024px) {
        .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPage-subMenu-horizontal {
          width: 10rem; } }
      @media (min-width: 1366px) {
        .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPage-subMenu-horizontal {
          width: 11.11111rem; } }
      @media (min-width: 1850px) {
        .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPage-subMenu-horizontal {
          width: 12.22222rem; } }
      .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPage-subMenu-horizontal .navPage-subMenu-list {
        box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.1);
        margin: 0; }
        .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child {
          position: relative; }
          .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child:hover {
            background-color: rgba(206, 42, 43, 0.1); }
          .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
            width: 100%;
            border: none;
            padding: 5px 10px;
            margin-bottom: 0;
            background-color: transparent;
            /*@include xl{
										padding:24px;
									}*/ }
            .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPage-subMenu-horizontal .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .navPages-action-moreIcon {
              transform: translateY(-50%) rotate(-90deg); }
      .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPage-subMenu-horizontal.is-open {
        border-top: 1px solid #e1e1e1;
        padding: 0 !important;
        border-left: none;
        margin-top: -1px; }
        @media (min-width: 1024px) {
          .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPage-subMenu-horizontal.is-open {
            margin-left: 10rem; } }
        @media (min-width: 1366px) {
          .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPage-subMenu-horizontal.is-open {
            margin-left: 11.11111rem; } }
        @media (min-width: 1850px) {
          .navPages-container .navPages .navPages-list.navPages-list-depth-max .navPages-item .navPage-subMenu-horizontal.is-open {
            margin-left: 12.22222rem; } }
    @media (min-width: 1024px) {
      .navPages-container .navPages .navPages-list.navPages-list--user {
        display: none; } }
    @media (min-width: 801px) {
      .navPages-container .navPages .navPages-list {
        display: block; } }
    @media (min-width: 1024px) {
      .navPages-container .navPages .navPages-list {
        display: inline-block; } }
    .navPages-container .navPages .navPages-list .navPages-dropdown {
      display: inline !important; }
      .navPages-container .navPages .navPages-list .navPages-dropdown .navPages-action-moreIcon {
        display: block;
        height: auto;
        width: auto;
        margin-left: 0;
        position: absolute;
        right: 0px;
        top: auto !important;
        transform: rotate(0deg) !important;
        right: 0.77778rem; }
      .navPages-container .navPages .navPages-list .navPages-dropdown .navPage-subMenu-horizontal .navPages-action-moreIcon {
        transform: rotate(-90deg) !important; }
    .navPages-container .navPages .navPages-quickSearch .quickSearchResults {
      margin-bottom: 1.5rem; }
    @media (min-width: 801px) {
      .navPages-container .navPages .navPages-quickSearch {
        display: block; } }
    @media (min-width: 1024px) {
      .navPages-container .navPages .navPages-quickSearch {
        display: none; } }
    @media (min-width: 801px) {
      .navPages-container .navPages {
        background-color: #f2f2f5;
        height: 100%;
        overflow-y: auto;
        text-align: left; } }
    @media (min-width: 1024px) {
      .navPages-container .navPages {
        background-color: inherit;
        overflow-y: visible;
        padding: 0;
        text-align: center; } }
  @media (min-width: 801px) {
    .navPages-container {
      bottom: 0;
      display: none;
      height: 100%;
      left: 0;
      position: absolute;
      right: 0;
      z-index: 10; } }
  @media (min-width: 1024px) {
    .navPages-container {
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }

.socialLinks {
  margin-left: 0; }

.navPages-list + .navPages-list {
  border-color: #e1e1e1; }

/* Add styling for theme editor when they choose how many dropdown columns they want across the site */
@media (min-width: 1024px) {
  .menu-3-columns ul.level-1 .navPage-subMenu-item {
    width: 33% !important; }
  .menu-4-columns ul.level-1 .navPage-subMenu-item {
    width: 25% !important; }
  .menu-5-columns ul.level-1 {
    max-width: calc(1440px + 4rem) !important; }
    .menu-5-columns ul.level-1 .navPage-subMenu-item {
      width: 20% !important; }
  .menu-6-columns ul.level-1 {
    max-width: 100% !important; }
    .menu-6-columns ul.level-1 .navPage-subMenu-item {
      width: 16.6% !important; }
  .menu-7-columns ul.level-1 {
    max-width: 100% !important; }
    .menu-7-columns ul.level-1 .navPage-subMenu-item {
      width: 14.2% !important; }
  .menu-8-columns ul.level-1 {
    max-width: 100% !important; }
    .menu-8-columns ul.level-1 .navPage-subMenu-item {
      width: 12.5% !important; } }

/* for navUser */
/* navUser style start */
.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 27px;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1024px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }

@media (min-width: 1024px) {
  .navUser-section {
    position: relative; } }

.navUser-item {
  display: none;
  float: none; }
  @media (min-width: 1024px) {
    .navUser-item {
      display: inline-block;
      float: none; }
      .navUser-item.navUser-item--social {
        margin-top: 0.27778rem;
        padding-right: 0.27778rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.38889rem;
        margin-top: 0.44444rem;
        padding-left: 0.11111rem; } }
  .navUser-item.navUser-item--cart {
    display: inline-block; }
    @media (min-width: 551px) {
      .navUser-item.navUser-item--cart .navUser-action .theme-icon {
        margin-right: 4px; } }
    .navUser-item.navUser-item--cart .navUser-action .theme-icon:before {
      color: white;
      font-size: 28px; }
    .navUser-item.navUser-item--cart .navUser-action .navUser-item-cartLabel {
      display: none; }
      @media (min-width: 1024px) {
        .navUser-item.navUser-item--cart .navUser-action .navUser-item-cartLabel {
          line-height: 1;
          display: inline-block; } }
    .navUser-item.navUser-item--cart .navUser-action .countPill {
      line-height: 1;
      font-family: "Montserrat";
      font-size: 15px;
      color: white;
      font-weight: 400;
      background-color: rgba(0, 0, 255, 0);
      margin: 0;
      width: auto;
      height: auto;
      margin-left: 0px; }
      .navUser-item.navUser-item--cart .navUser-action .countPill:before {
        content: "\0028";
        display: inline-block;
        padding-right: 1px; }
      .navUser-item.navUser-item--cart .navUser-action .countPill:after {
        content: "\0029";
        display: inline-block;
        padding-left: 1px; }
      @media (min-width: 551px) {
        .navUser-item.navUser-item--cart .navUser-action .countPill {
          font-size: 16px; } }
      @media (min-width: 1024px) {
        .navUser-item.navUser-item--cart .navUser-action .countPill {
          font-size: 17px; } }
      @media (min-width: 1366px) {
        .navUser-item.navUser-item--cart .navUser-action .countPill {
          font-size: 18px; } }
    .navUser-item.navUser-item--cart .dropdown-menu {
      max-width: 17.77778rem;
      width: 320px; }
      @media (min-width: 1366px) {
        .navUser-item.navUser-item--cart .dropdown-menu.is-open {
          right: 9px; } }
      @media (min-width: 1366px) {
        .navUser-item.navUser-item--cart .dropdown-menu.is-open:before {
          right: 0.77778rem; } }
      @media (min-width: 1366px) {
        .navUser-item.navUser-item--cart .dropdown-menu.is-open:after {
          right: 0.88889rem; } }
  .navUser-item.navUser-item--search {
    border-left: 1px dotted #cccccc; }
  .navUser-item.navUser-item--account {
    position: relative; }
    .navUser-item.navUser-item--account .navUser-action {
      display: block; }
      .navUser-item.navUser-item--account .navUser-action .myacc-title {
        display: none; }
    .navUser-item.navUser-item--account .account-dropdown {
      display: none; }
      .navUser-item.navUser-item--account .account-dropdown.is-open {
        display: inline-block;
        position: absolute;
        top: 40px;
        left: 30%;
        border-top: 1px solid #e1e1e1;
        box-shadow: 1px 1px 4px 2px #e1e1e1;
        width: 160px;
        z-index: 500;
        background-color: white;
        text-align: left; }
        @media (min-width: 1366px) {
          .navUser-item.navUser-item--account .account-dropdown.is-open {
            width: 180px;
            left: 34%; } }
        @media (min-width: 1850px) {
          .navUser-item.navUser-item--account .account-dropdown.is-open {
            width: 200px; } }
        .navUser-item.navUser-item--account .account-dropdown.is-open::before {
          content: "";
          position: absolute;
          top: -7px;
          left: 3px;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 7px solid #e1e1e1; }
      .navUser-item.navUser-item--account .account-dropdown .navUser-action {
        text-transform: capitalize;
        font-weight: 500;
        padding-top: 8px;
        padding-bottom: 8px; }
        .navUser-item.navUser-item--account .account-dropdown .navUser-action .theme-icon {
          font-size: 16px;
          margin-right: 8px; }
    .navUser-item.navUser-item--account .cross-hover {
      position: absolute;
      top: 15px;
      left: 9px;
      background-color: transparent;
      width: 160px;
      height: 30px; }
    .navUser-item.navUser-item--account .theme-icon:before {
      font-weight: 700; }
  .navUser-item.navUser-item-currency .dropdown-menu.is-open {
    border: 1px solid #e1e1e1;
    box-shadow: 1px 1px 4px 2px #e1e1e1;
    width: 165px;
    top: 35px !important;
    left: auto !important;
    right: -8%; }
    @media (min-width: 1366px) {
      .navUser-item.navUser-item-currency .dropdown-menu.is-open {
        width: 200px;
        right: 4%; } }
    .navUser-item.navUser-item-currency .dropdown-menu.is-open::before {
      content: "";
      position: absolute;
      top: -18px;
      right: 14px;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #e1e1e1; }
    .navUser-item.navUser-item-currency .dropdown-menu.is-open::after {
      opacity: 0; }
    .navUser-item.navUser-item-currency .dropdown-menu.is-open .dropdown-menu-item {
      font-size: 16px; }
      .navUser-item.navUser-item-currency .dropdown-menu.is-open .dropdown-menu-item a {
        font-size: 17px; }
      @media (min-width: 1850px) {
        .navUser-item.navUser-item-currency .dropdown-menu.is-open .dropdown-menu-item {
          font-size: 18px; } }

.navUser-action {
  line-height: 1;
  font-family: "Montserrat";
  font-size: 16px;
  color: white;
  font-weight: 400;
  padding: 0 5px; }
  .navUser-action:hover {
    color: #ce292a; }
  @media (min-width: 551px) {
    .navUser-action {
      padding: 0 10px; } }
  @media (min-width: 1024px) {
    .navUser-action {
      padding: 10px; } }
  @media (min-width: 1366px) {
    .navUser-action {
      padding: 10px 20px;
      font-size: 17px; } }
  @media (min-width: 1850px) {
    .navUser-action {
      font-size: 18px; } }
  .navUser-action .icon {
    margin: 0 0 0 5px;
    width: auto;
    height: auto; }
  .navUser-action.navUser-item--compare {
    display: none;
    position: relative;
    border-left: 1px dotted #cccccc; }
    .navUser-action.navUser-item--compare.show {
      display: block; }
    .navUser-action.navUser-item--compare .countPill {
      font-family: "Montserrat";
      font-size: 14px;
      color: white;
      font-weight: 400;
      background-color: #ce2a2b;
      margin: 0;
      width: 15px;
      height: 15px;
      line-height: 15px;
      position: absolute;
      top: 3px;
      right: 3px; }
      @media (min-width: 1366px) {
        .navUser-action.navUser-item--compare .countPill {
          font-size: 15px;
          width: 16px;
          height: 16px;
          line-height: 16px;
          top: 0;
          right: 10px; } }
      @media (min-width: 1850px) {
        .navUser-action.navUser-item--compare .countPill {
          font-size: 16px;
          width: 18px;
          height: 18px;
          line-height: 18px;
          top: 0px;
          right: 10px; } }

.quickSearchResults {
  position: relative; }
  .quickSearchResults .modal-close {
    display: block;
    top: -21px;
    right: 0; }
    @media (min-width: 1024px) {
      .quickSearchResults .modal-close {
        display: none; } }
  .quickSearchResults .productGrid .product {
    padding: 8px; }

.modal-close.custom_close {
  color: #202738; }
  .modal-close.custom_close:hover {
    color: #212121; }

.navUser-item--wishlist {
  border-left: 1px dotted #cccccc;
  border-right: 1px dotted #cccccc; }
  .navUser-item--wishlist .theme-icon {
    margin-left: 5px; }

/* navUser style end */
/* for banners */
/* default marketing banner style start */
.banners {
  padding: 0;
  background-color: transparent; }
  .banners .banner {
    max-width: 100%; }
    .banners .banner img {
      width: 100%; }

.bottom-banner {
  margin: 20px 0px;
  padding: 10px;
  color: #030504; }
  .bottom-banner a {
    color: #ce2a2b; }

/* default marketing banner style end */
/* marketing banner style start */
.custom-banners {
  background-color: #f4f4f7; }
  .custom-banners .banners {
    font-size: 0;
    padding: 8px 0; }
    .custom-banners .banners .banner {
      font-family: "Montserrat";
      font-size: 10px;
      color: #030504;
      font-weight: 700;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .custom-banners .banners .banner {
          font-size: 12px; } }
      @media (min-width: 1366px) {
        .custom-banners .banners .banner {
          font-size: 14px; } }
    @media (min-width: 1366px) {
      .custom-banners .banners {
        padding: 14px 0; } }
  .custom-banners.top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100; }
    @media (min-width: 1024px) {
      .custom-banners.top {
        position: relative; } }
  .custom-banners .banners + .static-banner {
    padding-top: 0; }

.product-listing-banners .banners {
  font-size: 0;
  padding: 8px 0; }
  .product-listing-banners .banners .banner {
    font-family: "Montserrat";
    font-size: 10px;
    color: #030504;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .product-listing-banners .banners .banner {
        font-size: 12px; } }
    @media (min-width: 1366px) {
      .product-listing-banners .banners .banner {
        font-size: 14px; } }
  @media (min-width: 1366px) {
    .product-listing-banners .banners {
      padding: 14px 0; } }

/* marketing banner style end */
/* static banner style start */
.static-banner {
  font-size: 0;
  padding: 8px 0; }
  .static-banner .static-banner-left {
    padding-bottom: 4px;
    width: 100%;
    text-align: center; }
    .static-banner .static-banner-left p {
      font-family: "Montserrat";
      font-size: 10px;
      color: #030504;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0; }
      @media (min-width: 1024px) {
        .static-banner .static-banner-left p {
          font-size: 12px; } }
      @media (min-width: 1366px) {
        .static-banner .static-banner-left p {
          font-size: 14px; } }
    @media (min-width: 768px) {
      .static-banner .static-banner-left {
        padding-bottom: 0;
        width: 50%;
        text-align: left; } }
    .static-banner .static-banner-left.center {
      padding-bottom: 0;
      width: 100%;
      text-align: center; }
  .static-banner .static-banner-right {
    width: 100%;
    text-align: center; }
    .static-banner .static-banner-right span {
      font-family: "Montserrat";
      font-size: 10px;
      color: #030504;
      font-weight: 700;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .static-banner .static-banner-right span {
          font-size: 12px; } }
      @media (min-width: 1366px) {
        .static-banner .static-banner-right span {
          font-size: 14px; } }
      .static-banner .static-banner-right span a {
        text-decoration: none;
        color: #030504; }
        .static-banner .static-banner-right span a:hover {
          color: #ce2a2b; }
    @media (min-width: 768px) {
      .static-banner .static-banner-right {
        width: 50%;
        text-align: right; } }
  @media (min-width: 1366px) {
    .static-banner {
      padding: 14px 0; } }

/* static banner style end */
/* for header */
/*************** HEADER STYLE START ***************/
/* header partition section style start */
.header {
  font-size: 0;
  /*position: fixed;*/
  z-index: 100; }
  @media (min-width: 1024px) {
    .header {
      overflow: visible;
      position: relative; } }
  .header .main-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .header.sticky-header {
    position: fixed;
    -webkit-animation: smoothScroll 1s forwards;
    /* Safari 4+ */
    -moz-animation: smoothScroll 1s forwards;
    /* Fx 5+ */
    -o-animation: smoothScroll 1s forwards;
    /* Opera 12+ */
    animation: smoothScroll 1s forwards; }

@keyframes smoothScroll {
  0% {
    transform: translateY(-175px); }
  100% {
    transform: translateY(0px); } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1024px) {
      .header.is-open {
        height: auto; } }
  .header.left .main-header .header-middle {
    order: 1; }
    .header.left .main-header .header-middle .header-logo--left {
      text-align: center; }
      .header.left .main-header .header-middle .header-logo--left .header-logo-image {
        right: 0;
        max-height: 1.5rem;
        height: 30px;
        object-fit: contain; }
        @media (min-width: 1024px) {
          .header.left .main-header .header-middle .header-logo--left .header-logo-image {
            right: unset;
            max-height: none; } }
      @media (min-width: 1024px) {
        .header.left .main-header .header-middle .header-logo--left {
          text-align: left; } }
    @media (min-width: 1024px) {
      .header.left .main-header .header-middle {
        width: 20%; } }
  .header.left .main-header .leftside-header {
    order: 2;
    width: 20%;
    text-align: right; }
    .header.left .main-header .leftside-header .header-left {
      order: 1;
      text-align: right; }
      @media (min-width: 1024px) {
        .header.left .main-header .leftside-header .header-left {
          width: auto; } }
      .header.left .main-header .leftside-header .header-left .navUser-section {
        display: flex;
        margin: 0 0 0 -12px; }
        @media (min-width: 1366px) {
          .header.left .main-header .leftside-header .header-left .navUser-section {
            margin: 0 0 0 -16px; } }
        @media (min-width: 1850px) {
          .header.left .main-header .leftside-header .header-left .navUser-section {
            margin: 0 0 0 -20px; } }
        .header.left .main-header .leftside-header .header-left .navUser-section .navUser-item--account {
          order: 2; }
          @media (min-width: 1024px) {
            .header.left .main-header .leftside-header .header-left .navUser-section .navUser-item--account .account-dropdown.is-open {
              left: -38%; } }
          @media (min-width: 1366px) {
            .header.left .main-header .leftside-header .header-left .navUser-section .navUser-item--account .account-dropdown.is-open {
              left: -33%; } }
          @media (min-width: 1850px) {
            .header.left .main-header .leftside-header .header-left .navUser-section .navUser-item--account .account-dropdown.is-open {
              left: -40%; } }
          .header.left .main-header .leftside-header .header-left .navUser-section .navUser-item--account .account-dropdown.is-open:before {
            right: 3px;
            left: auto; }
        .header.left .main-header .leftside-header .header-left .navUser-section .navUser-item--search {
          order: 1;
          width: 220px;
          text-align: left;
          border-bottom: 1px solid #e1e1e1;
          margin-right: 10px; }
          @media (min-width: 1024px) {
            .header.left .main-header .leftside-header .header-left .navUser-section .navUser-item--search {
              width: 280px !important;
              padding: 0;
              top: 0 !important;
              left: 2.6rem !important; } }
          @media (min-width: 1366px) {
            .header.left .main-header .leftside-header .header-left .navUser-section .navUser-item--search {
              width: 350px !important;
              left: 4.4rem !important; } }
          @media (min-width: 1850px) {
            .header.left .main-header .leftside-header .header-left .navUser-section .navUser-item--search {
              width: 400px !important;
              left: 4.2rem !important; } }
      @media (min-width: 1024px) {
        .header.left .main-header .leftside-header .header-left .dropdown--quickSearch.is-open {
          width: 270px !important;
          padding: 0;
          top: 0px !important;
          left: 0px !important; } }
      @media (min-width: 1366px) {
        .header.left .main-header .leftside-header .header-left .dropdown--quickSearch.is-open {
          width: 330px !important; } }
      @media (min-width: 1850px) {
        .header.left .main-header .leftside-header .header-left .dropdown--quickSearch.is-open {
          width: 370px !important; } }
      .header.left .main-header .leftside-header .header-left .dropdown--quickSearch .form .form-fieldset .form-field .form-input {
        padding: 10px 10px 7px 30px;
        /*background-image: url(../icons/search.svg);
									    background-repeat: no-repeat;
									    background-position: 5px center;
									    background-size: 18px 19px;*/ }
    .header.left .main-header .leftside-header .header-right {
      order: 2;
      width: auto; }
    @media (min-width: 1024px) {
      .header.left .main-header .leftside-header {
        width: 80%; } }
  .header.left .main-header .navUser-item.navUser-item--account {
    border-left: 1px dotted #cccccc;
    border-right: 1px dotted #cccccc; }
  .header.left .main-header .navUser-item.navUser-item--search {
    border: none; }
  .header.left .quickSearchResults .search-cust {
    text-align: left; }
  @media (min-width: 1024px) {
    .header.right .main-header .header-middle {
      order: 2; } }
  @media (min-width: 1024px) {
    .header.right .main-header .rightside-header {
      order: 1; } }
  .header.right .main-header .rightside-header .header-left {
    order: 1; }
    @media (min-width: 1024px) {
      .header.right .main-header .rightside-header .header-left {
        width: auto; } }
    .header.right .main-header .rightside-header .header-left .navUser-section {
      margin: 0 0 0 0; }
      @media (min-width: 1366px) {
        .header.right .main-header .rightside-header .header-left .navUser-section {
          margin: 0 0 0 0; } }
      @media (min-width: 1850px) {
        .header.right .main-header .rightside-header .header-left .navUser-section {
          margin: 0 0 0 0; } }
  .header.right .main-header .rightside-header .header-right {
    order: 2;
    width: auto; }
    .header.right .main-header .rightside-header .header-right .navUser .navUser-section {
      text-align: left; }
  .header.right .main-header .navUser-item.navUser-item--search {
    border-left: 1px dotted #cccccc;
    border-right: 1px dotted #cccccc; }
  .header.right .main-header .dropdown--quickSearch.is-open {
    border: 1px solid #e1e1e1; }
    @media (min-width: 1024px) {
      .header.right .main-header .dropdown--quickSearch.is-open {
        width: 270px !important;
        padding: 0;
        top: 40px !important;
        left: 8.4rem !important; } }
    @media (min-width: 1366px) {
      .header.right .main-header .dropdown--quickSearch.is-open {
        width: 330px !important;
        left: 10rem !important; } }
    @media (min-width: 1850px) {
      .header.right .main-header .dropdown--quickSearch.is-open {
        width: 370px !important;
        left: 11rem !important; } }
  .header.center .main-header .header-middle {
    order: 2; }
  .header.center .main-header .header-left {
    order: 1; }
  .header.center .main-header .header-right {
    order: 3; }
  @media (min-width: 801px) {
    .header.center .header-logo-image-container:after {
      padding-bottom: 41px; } }

.mobileMenu-toggle {
  width: 20%;
  position: relative;
  padding: 0; }
  @media (min-width: 1024px) {
    .mobileMenu-toggle {
      display: none; } }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
  background-color: white;
  bottom: auto;
  top: auto;
  transition: transform .1s ease-in 150ms,top .1s ease-in,bottom .1s ease-in; }

.mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
  background: white; }

.header-left {
  display: none; }
  .header-left .navUser-section {
    float: none;
    margin: 0 -12px; }
    .header-left .navUser-section .navUser-item--search span {
      margin-left: 8px; }
      .header-left .navUser-section .navUser-item--search span.theme-icon {
        margin-left: 0;
        position: relative;
        z-index: 99; }
    @media (min-width: 1366px) {
      .header-left .navUser-section {
        margin: 0 -16px; } }
    @media (min-width: 1850px) {
      .header-left .navUser-section {
        margin: 0 -20px; } }
  @media (min-width: 1024px) {
    .header-left {
      width: 35%;
      text-align: left;
      display: inline-block;
      position: relative; } }

.header-middle {
  width: 60%; }
  @media (min-width: 1024px) {
    .header-middle {
      width: 30%; } }
  .header-middle .header-logo.logo-text a .header-logo-text {
    padding: 4px 0; }
  @media (min-width: 768px) {
    .header-middle .header-logo.logo-text a {
      padding: 16px 0; } }
  @media (min-width: 1024px) {
    .header-middle .header-logo.logo-text a {
      padding: 20px 0; } }
  @media (min-width: 1366px) {
    .header-middle .header-logo.logo-text a {
      padding: 28px 0; } }
  @media (min-width: 1850px) {
    .header-middle .header-logo.logo-text a {
      padding: 32px 0; } }
  .header-middle .header-logo.logo-text a .header-logo-image-container:after {
    padding-bottom: 1.5rem; }
    @media (min-width: 1024px) {
      .header-middle .header-logo.logo-text a .header-logo-image-container:after {
        padding-bottom: 100px; } }
  @media (min-width: 768px) {
    .header-middle .header-logo.logo-image a {
      padding: 0; } }
  @media (min-width: 1024px) {
    .header-middle .header-logo.logo-image a {
      padding: 0; } }
  @media (min-width: 1366px) {
    .header-middle .header-logo.logo-image a {
      padding: 0; } }
  @media (min-width: 1850px) {
    .header-middle .header-logo.logo-image a {
      padding: 0; } }
  .header-middle .header-logo.logo-image a .header-logo-image-container:after {
    padding-bottom: 1.5rem; }
    @media (min-width: 1024px) {
      .header-middle .header-logo.logo-image a .header-logo-image-container:after {
        padding-bottom: 100px; } }

.header-right {
  width: 20%; }
  .header-right .navUser {
    padding: 0;
    position: inherit;
    width: auto;
    top: 0;
    transform: none;
    margin-right: 0; }
    .header-right .navUser .navUser-section--alt {
      width: 100%;
      float: none;
      text-align: right; }
      .header-right .navUser .navUser-section--alt .navUser-section {
        float: none; }
    @media (min-width: 1366px) {
      .header-right .navUser {
        /*margin-right: -20px;*/ } }
  @media (min-width: 1024px) {
    .header-right {
      width: 35%; } }

.header-logo {
  margin: 0 auto; }
  .header-logo a {
    line-height: 1;
    width: 100%;
    display: inline-block; }
    .header-logo a .header-logo-text {
      font-family: "Montserrat";
      font-size: 28px;
      color: black;
      font-weight: 700; }
      @media (min-width: 768px) {
        .header-logo a .header-logo-text {
          font-size: 42px; } }
      @media (min-width: 1366px) {
        .header-logo a .header-logo-text {
          font-size: 48px; } }

.previewCart .previewCartList {
  display: block;
  /*	overflow-y: auto;
		max-height: 500px;*/
  /*	&::-webkit-scrollbar{
			width: 3px;
			background-color: $global-border-color;
		}
		&::-webkit-scrollbar-thumb{
			border-radius: 2px;
			background-color: stencilColor("pace-progress-backgroundColor");
		}*/ }
  .previewCart .previewCartList .previewCartItem .previewCartItem-content {
    text-align: left;
    padding: 0 0 0 10px; }
    .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
      font-family: "Montserrat";
      font-size: 18px;
      color: #030504;
      font-weight: 400;
      margin: 6px 0; }
      @media (min-width: 320px) and (max-width: 767px) {
        .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
          margin: 0 0 5px 0;
          width: 75%; } }
      @media (min-width: 768px) and (max-width: 970px) {
        .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
          margin: 0;
          width: 75%; } }
      @media (min-width: 1366px) {
        .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
          font-size: 18px;
          margin: 0;
          width: 75%; } }
    @media (min-width: 320px) and (max-width: 470px) {
      .previewCart .previewCartList .previewCartItem .previewCartItem-content .definitionList .definitionList-value {
        font-size: 13px;
        line-height: 20px; } }
    .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand, .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
      font-family: "Montserrat";
      font-size: 16px;
      color: #030504;
      /*width:100%;*/
      text-align: right; }
      @media (min-width: 320px) and (max-width: 767px) {
        .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand, .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
          font-size: 15px; } }
      @media (min-width: 1366px) {
        .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand, .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
          font-size: 15px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .previewCart .previewCartList .previewCartItem .previewCartItem-content {
        padding: 0 0 0 5px; } }

.previewCart .previewCartAction .previewCartAction-checkout {
  padding: 0 2px 0 0; }
  @media (min-width: 320px) and (max-width: 470px) {
    .previewCart .previewCartAction .previewCartAction-checkout {
      padding: 0;
      margin-top: 10px; } }
  @media (min-width: 471px) and (max-width: 567px) {
    .previewCart .previewCartAction .previewCartAction-checkout {
      padding: 0;
      margin: 0 0 0 2%; } }

.previewCart .previewCartAction .previewCartAction-viewCart {
  padding: 0 0 0 2px; }
  @media (min-width: 320px) and (max-width: 567px) {
    .previewCart .previewCartAction .previewCartAction-viewCart {
      padding: 0; } }

@media screen and (max-width: 1023px) and (min-width: 801px) {
  .header-logo-text {
    display: block;
    font-size: 2.25vw;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap; } }

/* header partition section style end */
/* quick search style start */
.dropdown--quickSearch.is-open {
  border: none; }
  @media (min-width: 1024px) {
    .dropdown--quickSearch.is-open {
      width: 280px !important;
      padding: 0;
      top: 0 !important;
      left: 2.6rem !important; } }
  @media (min-width: 1366px) {
    .dropdown--quickSearch.is-open {
      width: 350px !important;
      left: 4.4rem !important; } }
  @media (min-width: 1850px) {
    .dropdown--quickSearch.is-open {
      width: 350px !important;
      left: 4.2rem !important; } }

.dropdown--quickSearch .custom_close {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }
  .dropdown--quickSearch .custom_close svg {
    width: 20px;
    max-height: 20px;
    fill: black; }
  @media (min-width: 1024px) {
    .dropdown--quickSearch .custom_close {
      top: 0;
      transform: none; } }

.dropdown--quickSearch .form {
  max-width: 100%; }
  .dropdown--quickSearch .form .form-fieldset .form-field .form-input {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    background-color: white;
    font-size: 16px;
    padding: 10px;
    padding-left: 30px;
    color: white; }
    @media (min-width: 1024px) {
      .dropdown--quickSearch .form .form-fieldset .form-field .form-input {
        font-size: 17px; } }
    @media (min-width: 1366px) {
      .dropdown--quickSearch .form .form-fieldset .form-field .form-input {
        font-size: 18px; } }
  .dropdown--quickSearch .form .form-fieldset .form-field::placeholder {
    color: #888888;
    font-size: 16px; }
    @media (min-width: 1024px) {
      .dropdown--quickSearch .form .form-fieldset .form-field::placeholder {
        font-size: 17px; } }
    @media (min-width: 1366px) {
      .dropdown--quickSearch .form .form-fieldset .form-field::placeholder {
        font-size: 18px; } }

.quickSearchResults {
  margin-top: 0;
  background-color: white;
  box-shadow: 0px 3px 6px -2px black; }
  .quickSearchResults .search-cust {
    display: block;
    margin: 0; }
    .quickSearchResults .search-cust .product {
      border-bottom: 1px solid #e1e1e1;
      background-color: white;
      padding: 15px; }
      .quickSearchResults .search-cust .product:nth-child(3) {
        border-bottom: none; }
      .quickSearchResults .search-cust .product .listItem {
        display: block;
        margin: 0; }
        .quickSearchResults .search-cust .product .listItem .listItem-image {
          border: 1px solid #e1e1e1;
          max-width: 80px; }
        .quickSearchResults .search-cust .product .listItem .listItem-details {
          padding: 0 0 0 10px;
          max-width: calc(100% - 80px);
          vertical-align: top; }
          .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-title {
            margin-bottom: 10px;
            line-height: 1.2; }
            .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-title a {
              font-size: 16px;
              font-weight: normal;
              color: black; }
              .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-title a:hover {
                color: #ce2a2b; }
              @media (min-width: 1024px) {
                .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-title a {
                  font-size: 17px; } }
              @media (min-width: 1366px) {
                .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-title a {
                  font-size: 18px; } }
            @media (min-width: 1366px) {
              .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-title {
                margin-bottom: 15px; } }
          .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-actions {
            width: auto; }
            .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-actions .listItem-price .price-section {
              font-family: "Montserrat";
              color: #bababa;
              font-size: 16px;
              margin-right: 4px; }
              .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-actions .listItem-price .price-section:last-child {
                margin-right: 0; }
              .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-actions .listItem-price .price-section.actual-price {
                color: #212121;
                font-weight: 700;
                font-size: 18px; }
                @media (min-width: 1024px) {
                  .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-actions .listItem-price .price-section.actual-price {
                    font-size: 19px; } }
                @media (min-width: 1366px) {
                  .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-actions .listItem-price .price-section.actual-price {
                    font-size: 20px; } }
              @media (min-width: 1024px) {
                .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-actions .listItem-price .price-section {
                  margin-right: 5px; } }
            @media (min-width: 1366px) {
              .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-actions .listItem-price {
                font-size: 17px; } }
          @media (min-width: 1850px) {
            .quickSearchResults .search-cust .product .listItem .listItem-details {
              padding: 0 0 0 12px; } }
      .quickSearchResults .search-cust .product + .product {
        margin-top: 0; }
      @media (min-width: 1850px) {
        .quickSearchResults .search-cust .product {
          padding: 20px; } }
      .quickSearchResults .search-cust .product:hover {
        box-shadow: none; }
  .quickSearchResults .quickSearchMessage {
    padding: 10px 0;
    margin: 0;
    border: 1px solid #e1e1e1;
    border-top: none; }
    @media (min-width: 1024px) {
      .quickSearchResults .quickSearchMessage {
        padding: 15px 0; } }
    @media (min-width: 1850px) {
      .quickSearchResults .quickSearchMessage {
        padding: 20px 0; } }

.view-quick-result-desktop {
  display: none; }
  @media (min-width: 801px) {
    .view-quick-result-desktop {
      display: block; } }
  .view-quick-result-desktop a {
    font-size: 18px;
    font-weight: 700;
    color: white;
    background-color: black;
    text-align: center;
    display: block;
    padding: 10px 0;
    text-transform: capitalize;
    border: 1px solid white;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .view-quick-result-desktop a {
        font-size: 19px; } }
    @media (min-width: 1366px) {
      .view-quick-result-desktop a {
        font-size: 20px; } }
    .view-quick-result-desktop a:hover, .view-quick-result-desktop a:focus, .view-quick-result-desktop a:active {
      color: black;
      background-color: white;
      border-color: black; }

.view-quick-result-mobile {
  display: block; }
  @media (min-width: 801px) {
    .view-quick-result-mobile {
      display: none; } }
  .view-quick-result-mobile a {
    font-size: 18px;
    font-weight: 700;
    color: white;
    background-color: black;
    text-align: center;
    display: block;
    padding: 10px 0;
    text-transform: capitalize;
    border: 1px solid white;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .view-quick-result-mobile a {
        font-size: 19px; } }
    @media (min-width: 1366px) {
      .view-quick-result-mobile a {
        font-size: 20px; } }
    .view-quick-result-mobile a:hover, .view-quick-result-mobile a:focus, .view-quick-result-mobile a:active {
      color: black;
      background-color: white;
      border-color: black; }

.navPages-quickSearch .custom_close {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }
  .navPages-quickSearch .custom_close span {
    line-height: 1; }
  .navPages-quickSearch .custom_close svg {
    width: 20px;
    max-height: 20px;
    fill: black; }
  @media (min-width: 1024px) {
    .navPages-quickSearch .custom_close {
      top: 0;
      transform: none; } }

.navPages-quickSearch .form {
  position: relative; }

/* quick search style end */
/* Reduce spacing and size of sticky header and font of logo */
.sticky-header .header-middle {
  width: 60%; }
  @media (min-width: 1024px) {
    .sticky-header .header-middle {
      width: 30%; } }
  .sticky-header .header-middle .header-logo.logo-text a .header-logo-text {
    padding: 4px 0; }
  @media (min-width: 768px) {
    .sticky-header .header-middle .header-logo.logo-text a {
      padding: 5px 0; } }
  @media (min-width: 1024px) {
    .sticky-header .header-middle .header-logo.logo-text a {
      padding: 5px 0; } }
  @media (min-width: 1366px) {
    .sticky-header .header-middle .header-logo.logo-text a {
      padding: 5px 0; } }
  @media (min-width: 1850px) {
    .sticky-header .header-middle .header-logo.logo-text a {
      padding: 5px 0; } }
  .sticky-header .header-middle .header-logo.logo-text a .header-logo-image-container:after {
    padding-bottom: 1.5rem; }
    @media (min-width: 1024px) {
      .sticky-header .header-middle .header-logo.logo-text a .header-logo-image-container:after {
        padding-bottom: 100px; } }
  .sticky-header .header-middle .header-logo {
    margin: 0 auto; }
    .sticky-header .header-middle .header-logo a {
      line-height: 1;
      width: 100%;
      display: inline-block; }
      .sticky-header .header-middle .header-logo a .header-logo-text {
        font-family: "Montserrat";
        font-size: 28px;
        color: black;
        font-weight: 700; }
        @media (min-width: 768px) {
          .sticky-header .header-middle .header-logo a .header-logo-text {
            font-size: 34px; } }
        @media (min-width: 1366px) {
          .sticky-header .header-middle .header-logo a .header-logo-text {
            font-size: 40px; } }
  @media (min-width: 768px) {
    .sticky-header .header-middle .header-logo.logo-image a {
      padding: 4px 0; } }
  @media (min-width: 1024px) {
    .sticky-header .header-middle .header-logo.logo-image a {
      padding: 5px 0; } }
  @media (min-width: 1366px) {
    .sticky-header .header-middle .header-logo.logo-image a {
      padding: 5px 0; } }
  @media (min-width: 1850px) {
    .sticky-header .header-middle .header-logo.logo-image a {
      padding: 5px 0; } }
  .sticky-header .header-middle .header-logo.logo-image a .header-logo-image {
    max-height: 1.5rem; }
  .sticky-header .header-middle .header-logo.logo-image a .header-logo-image-container:after {
    padding-bottom: 1.5rem; }
    @media (min-width: 1024px) {
      .sticky-header .header-middle .header-logo.logo-image a .header-logo-image-container:after {
        padding-bottom: 4.61111rem; } }

/* Thea header placeholder div prevents page content jumping up the page IF sticky header is active */
.header_placeholder {
  width: 100%;
  display: none; }
  @media (max-width: 1023px) {
    .header_placeholder {
      display: none !important; } }
  @media (min-width: 1024px) {
    .header_placeholder {
      height: 163px; } }
  @media (min-width: 1366px) {
    .header_placeholder {
      height: 173px; } }
  @media (min-width: 1850px) {
    .header_placeholder {
      height: 183px; } }

/*************** HEADER STYLE END ***************/
/* for footer */
.footer {
  border-top: none;
  padding: 0;
  font-size: 18px; }

/* footer logo style start */
.footer-logo .header-logo.logo-image .header-logo-image-container:before {
  content: '';
  display: block;
  background: #ce2a2b;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }

.footer-logo .header-logo.logo-image .header-logo-image-container:after {
  background-color: white; }

.footer-logo .header-logo.logo-image .header-logo-image-container .header-logo-image {
  background-color: white;
  padding: 0 16px; }
  @media (min-width: 1024px) {
    .footer-logo .header-logo.logo-image .header-logo-image-container .header-logo-image {
      padding: 0 32px; } }
  @media (min-width: 1366px) {
    .footer-logo .header-logo.logo-image .header-logo-image-container .header-logo-image {
      padding: 0 48px; } }

.footer-logo .header-logo.logo-text {
  position: relative; }
  .footer-logo .header-logo.logo-text a {
    background-color: white;
    width: auto;
    padding: 0 16px;
    max-width: 200px; }
    @media (min-width: 551px) {
      .footer-logo .header-logo.logo-text a {
        max-width: none; } }
    @media (min-width: 1024px) {
      .footer-logo .header-logo.logo-text a {
        padding: 0 32px; } }
    @media (min-width: 1366px) {
      .footer-logo .header-logo.logo-text a {
        padding: 0 48px; } }
  .footer-logo .header-logo.logo-text::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #ce2a2b; }

/* footer logo style start */
/* footer menu style start */
.footer-menu {
  border-top: none;
  background: none !important; }
  .footer-menu .custom_icon {
    display: none; }
  .footer-menu .navPage-subMenu {
    display: none; }
  .footer-menu .navPages .navPages-list .navPages-item .navPages-action {
    font-size: 12px;
    color: #333333; }
    @media (min-width: 1024px) {
      .footer-menu .navPages .navPages-list .navPages-item .navPages-action {
        font-size: 13px; } }
    @media (min-width: 1366px) {
      .footer-menu .navPages .navPages-list .navPages-item .navPages-action {
        font-size: 14px; } }
    .footer-menu .navPages .navPages-list .navPages-item .navPages-action.on-sale {
      color: #333333; }

/* footer menu style end */
/* footer content style start */
.footer-content {
  font-size: 0;
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .footer-content {
      padding: 25px 0 50px; } }
  @media (min-width: 1366px) {
    .footer-content {
      padding: 30px 0 60px; } }
  @media (min-width: 1850px) {
    .footer-content {
      padding: 19px 0 70px; } }
  .footer-content .footer-content-middle {
    width: 100%;
    text-align: center;
    vertical-align: top;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .footer-content .footer-content-middle {
        width: 50%;
        margin-top: 0; } }
    @media (min-width: 1024px) {
      .footer-content .footer-content-middle {
        width: 40%; } }
    .footer-content .footer-content-middle .footer-subcontent-middle {
      margin: 0 auto; }
      @media (min-width: 1024px) {
        .footer-content .footer-content-middle .footer-subcontent-middle {
          max-width: 360px; } }
      @media (min-width: 1850px) {
        .footer-content .footer-content-middle .footer-subcontent-middle {
          max-width: 460px; } }
      .footer-content .footer-content-middle .footer-subcontent-middle .theme-newsletter h5 {
        font-family: "Montserrat";
        font-size: 12px;
        color: black;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
        letter-spacing: 1px; }
        @media (min-width: 1024px) {
          .footer-content .footer-content-middle .footer-subcontent-middle .theme-newsletter h5 {
            font-size: 13px;
            margin-bottom: 15px; } }
        @media (min-width: 1366px) {
          .footer-content .footer-content-middle .footer-subcontent-middle .theme-newsletter h5 {
            font-size: 14px;
            margin-bottom: 20px; } }
      .footer-content .footer-content-middle .footer-subcontent-middle .theme-newsletter .form {
        margin-bottom: 0; }
        .footer-content .footer-content-middle .footer-subcontent-middle .theme-newsletter .form .form-fieldset .form-field {
          margin-bottom: 0; }
          .footer-content .footer-content-middle .footer-subcontent-middle .theme-newsletter .form .form-fieldset .form-field .form-prefixPostfix {
            position: relative;
            max-width: 280px;
            margin: 0 auto; }
            @media (min-width: 1024px) {
              .footer-content .footer-content-middle .footer-subcontent-middle .theme-newsletter .form .form-fieldset .form-field .form-prefixPostfix {
                max-width: 100%; } }
            .footer-content .footer-content-middle .footer-subcontent-middle .theme-newsletter .form .form-fieldset .form-field .form-prefixPostfix .form-prefixPostfix-button--postfix {
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              border: none;
              right: 14px;
              margin: 0; }
              .footer-content .footer-content-middle .footer-subcontent-middle .theme-newsletter .form .form-fieldset .form-field .form-prefixPostfix .form-prefixPostfix-button--postfix .theme-icon:before {
                font-size: 22px;
                color: #212121; }
              .footer-content .footer-content-middle .footer-subcontent-middle .theme-newsletter .form .form-fieldset .form-field .form-prefixPostfix .form-prefixPostfix-button--postfix .theme-icon:hover:before {
                color: #202738; }
  .footer-content .footer-content-left {
    width: 100%;
    vertical-align: top;
    text-align: center; }
    @media (min-width: 768px) {
      .footer-content .footer-content-left {
        width: 50%;
        /*padding-top: 10px;*/ } }
    @media (min-width: 1024px) {
      .footer-content .footer-content-left {
        width: 30%; } }
    .footer-content .footer-content-left ul {
      margin: 0; }
      @media (min-width: 1024px) {
        .footer-content .footer-content-left ul {
          max-width: 170px; } }
      @media (min-width: 1366px) {
        .footer-content .footer-content-left ul {
          max-width: 185px; } }
      .footer-content .footer-content-left ul li {
        padding: 10px 0; }
        @media (min-width: 1024px) {
          .footer-content .footer-content-left ul li {
            padding: 12px 0; } }
        @media (min-width: 1366px) {
          .footer-content .footer-content-left ul li {
            padding: 16px 0; } }
        .footer-content .footer-content-left ul li:first-child {
          padding-top: 0; }
        .footer-content .footer-content-left ul li:last-child {
          padding-bottom: 0; }
        .footer-content .footer-content-left ul li a {
          font-family: "Montserrat";
          font-size: 12px;
          color: #333333;
          letter-spacing: 1px;
          font-weight: 600;
          text-decoration: none;
          text-transform: uppercase; }
          @media (min-width: 1024px) {
            .footer-content .footer-content-left ul li a {
              font-size: 13px; } }
          @media (min-width: 1366px) {
            .footer-content .footer-content-left ul li a {
              font-size: 14px; } }
          .footer-content .footer-content-left ul li a:hover {
            color: #ce2a2b; }
  .footer-content .footer-content-right {
    text-align: center;
    width: 100%;
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .footer-content .footer-content-right {
        vertical-align: top;
        text-align: right;
        width: 30%;
        margin-top: 0;
        /*padding-top: 10px;*/ } }
    .footer-content .footer-content-right .theme-address {
      margin-bottom: 5px;
      display: block; }
      @media (min-width: 768px) {
        .footer-content .footer-content-right .theme-address {
          width: 100%;
          display: inline-block; } }
      @media (min-width: 1024px) {
        .footer-content .footer-content-right .theme-address {
          width: 100%;
          margin-bottom: 0px; } }
      @media (min-width: 1850px) {
        .footer-content .footer-content-right .theme-address {
          margin-bottom: 0px; } }
      .footer-content .footer-content-right .theme-address address {
        font-family: "Montserrat";
        font-size: 12px;
        color: black;
        font-weight: 600;
        font-style: normal;
        line-height: 1.5;
        text-transform: uppercase;
        display: inline-block;
        /*text-align: center;*/ }
        @media (min-width: 1024px) {
          .footer-content .footer-content-right .theme-address address {
            font-size: 13px;
            line-height: 2; } }
        @media (min-width: 1366px) {
          .footer-content .footer-content-right .theme-address address {
            font-size: 14px; } }
        @media (min-width: 1850px) {
          .footer-content .footer-content-right .theme-address address {
            /*line-height: 3;*/ } }
        .footer-content .footer-content-right .theme-address address a {
          color: #333333;
          text-decoration: none; }
        .footer-content .footer-content-right .theme-address address svg {
          vertical-align: text-bottom;
          margin-bottom: 2px;
          fill: black; }

/* footer content style end */
.theme-payment {
  margin-top: 20px;
  display: block; }
  @media (min-width: 768px) {
    .theme-payment {
      width: 50%;
      display: inline-block; } }
  @media (min-width: 1024px) {
    .theme-payment {
      width: 100%; } }
  .theme-payment .footer-payment-icons {
    margin: 0;
    height: auto; }
    .theme-payment .footer-payment-icons span {
      padding: 0 2px; }
      .theme-payment .footer-payment-icons span .footer-payment-icon {
        background-color: white;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        width: 35px;
        height: 25px;
        margin: 0;
        padding: 2px; }
        @media (min-width: 1366px) {
          .theme-payment .footer-payment-icons span .footer-payment-icon {
            width: 40px;
            height: 30px; } }
        @media (min-width: 1850px) {
          .theme-payment .footer-payment-icons span .footer-payment-icon {
            width: 45px;
            height: 35px; } }

.theme-social-icons {
  margin-bottom: 16px; }
  @media (min-width: 1024px) {
    .theme-social-icons {
      margin-bottom: 24px; } }
  @media (min-width: 1850px) {
    .theme-social-icons {
      margin-bottom: 32px; } }
  .theme-social-icons .socialLinks {
    line-height: 1;
    margin-left: 0;
    display: flex; }
    .theme-social-icons .socialLinks .socialLinks-item {
      padding: 0 10px;
      margin: 0; }
      .theme-social-icons .socialLinks .socialLinks-item .icon {
        border: none;
        border-radius: 0; }
        .theme-social-icons .socialLinks .socialLinks-item .icon svg {
          width: 100%;
          padding: 0;
          fill: black; }
      .theme-social-icons .socialLinks .socialLinks-item:hover .icon {
        background-color: transparent; }
        .theme-social-icons .socialLinks .socialLinks-item:hover .icon svg {
          fill: #ce2a2b; }
      @media (min-width: 1024px) {
        .theme-social-icons .socialLinks .socialLinks-item {
          padding: 0 15px; } }
      @media (min-width: 1850px) {
        .theme-social-icons .socialLinks .socialLinks-item {
          padding: 0 23px; } }

.bottom-footer {
  background-color: black;
  font-size: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0; }
  @media (min-width: 1024px) {
    .bottom-footer {
      padding: 15px 0; } }
  @media (min-width: 1850px) {
    .bottom-footer {
      padding: 20px 0; } }
  .bottom-footer p {
    font-family: "Montserrat";
    font-size: 10px;
    color: white;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0; }
    .bottom-footer p a {
      text-decoration: none;
      color: white; }
      .bottom-footer p a:hover {
        color: #ce2a2b; }
    @media (min-width: 768px) {
      .bottom-footer p {
        font-size: 11px;
        line-height: 1; } }
    @media (min-width: 1366px) {
      .bottom-footer p {
        font-size: 12px; } }

/* ====== Product detail page ====== */
/* for home */
/* hero-carousel style start */
.heroCarousel {
  margin-bottom: 0; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -1.5rem; } }
  .heroCarousel .slick-dots {
    bottom: 6px; }
    @media (min-width: 551px) {
      .heroCarousel .slick-dots {
        bottom: 10px; } }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 20px; } }
    .heroCarousel .slick-dots li {
      background-color: transparent;
      width: 10px;
      height: 10px;
      padding: 0;
      margin: 0 4px; }
      @media (min-width: 768px) {
        .heroCarousel .slick-dots li {
          width: 15px;
          height: 15px; } }
      @media (min-width: 1024px) {
        .heroCarousel .slick-dots li {
          width: 19px;
          height: 19px; } }
      .heroCarousel .slick-dots li button {
        border: 3px solid white;
        width: 10px;
        height: 10px; }
        @media (min-width: 768px) {
          .heroCarousel .slick-dots li button {
            width: 15px;
            height: 15px; } }
        @media (min-width: 1024px) {
          .heroCarousel .slick-dots li button {
            width: 19px;
            height: 19px; } }
        .heroCarousel .slick-dots li button::before {
          background-color: #f2f2f2;
          opacity: 1;
          width: 6px;
          height: 6px; }
          @media (min-width: 768px) {
            .heroCarousel .slick-dots li button::before {
              width: 11px;
              height: 11px; } }
          @media (min-width: 1024px) {
            .heroCarousel .slick-dots li button::before {
              width: 15px;
              height: 15px; } }
      .heroCarousel .slick-dots li.slick-active button::before {
        background-color: #ce2a2b; }
      .heroCarousel .slick-dots li:hover button::before {
        background-color: #ce2a2b; }

.heroCarousel-slide .heroCarousel-image-wrapper {
  max-height: inherit; }
  .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image {
    max-height: inherit;
    object-fit: cover; }

.heroCarousel-content {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  /*padding: 8px 16px;*/ }
  @media only screen and (max-width: 475px) {
    .heroCarousel-content {
      padding: 40px 1.5rem; } }

.heroCarousel-title, .heroCarousel-description {
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 2px 1px 0 rgba(33, 33, 33, 0.76);
  margin-bottom: 8px; }
  @media (min-width: 1024px) {
    .heroCarousel-title, .heroCarousel-description {
      text-shadow: 2px 1px 0 rgba(33, 33, 33, 0.76); } }

.heroCarousel-title {
  font-family: "Montserrat";
  font-size: 24px;
  color: white;
  font-weight: 700; }
  @media (min-width: 551px) {
    .heroCarousel-title {
      font-size: 29px; } }
  @media (min-width: 768px) {
    .heroCarousel-title {
      font-size: 43px; } }
  @media (min-width: 1024px) {
    .heroCarousel-title {
      font-size: 66px; } }
  @media (min-width: 1366px) {
    .heroCarousel-title {
      font-size: 71px; } }
  @media (min-width: 1850px) {
    .heroCarousel-title {
      font-size: 86px; } }

.heroCarousel-description {
  font-family: "Montserrat";
  font-size: 15px;
  color: white;
  font-weight: 700;
  font-style: italic; }
  @media (min-width: 768px) {
    .heroCarousel-description {
      font-size: 22px; } }
  @media (min-width: 1024px) {
    .heroCarousel-description {
      font-size: 24px; } }
  @media (min-width: 1366px) {
    .heroCarousel-description {
      font-size: 29px; } }
  @media (min-width: 1850px) {
    .heroCarousel-description {
      font-size: 44px; } }

.heroCarousel-action {
  line-height: 1;
  font-size: 16px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 0px 1px 3px rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ce2a2b;
  color: white; }
  .heroCarousel-action:hover {
    box-shadow: 0px 0px 1px 3px #ce2a2b;
    border: none;
    background-color: white;
    color: #ce2a2b; }
  @media (min-width: 768px) {
    .heroCarousel-action {
      font-size: 20px;
      padding: 10px 20px; } }
  @media (min-width: 1024px) {
    .heroCarousel-action {
      font-size: 23px;
      padding: 14px 25px; } }
  @media (min-width: 1366px) {
    .heroCarousel-action {
      padding: 15px 34px; } }
  @media (min-width: 1850px) {
    .heroCarousel-action {
      font-size: 28px; } }

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  background-color: rgba(0, 0, 255, 0); }

.heroCarousel .slick-arrow {
  width: 20px;
  height: 50px; }
  @media (min-width: 1366px) {
    .heroCarousel .slick-arrow {
      width: 30px;
      height: 86px; } }
  .heroCarousel .slick-arrow.slick-prev {
    left: 5px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-arrow.slick-prev {
        left: 10px; } }
    @media (min-width: 1366px) {
      .heroCarousel .slick-arrow.slick-prev {
        left: 35px; } }
    @media (min-width: 1440px) {
      .heroCarousel .slick-arrow.slick-prev {
        left: 75px; } }
    @media (min-width: 1600px) {
      .heroCarousel .slick-arrow.slick-prev {
        left: 10%; } }
    @media (min-width: 1850px) {
      .heroCarousel .slick-arrow.slick-prev {
        left: 11%; } }
    .heroCarousel .slick-arrow.slick-prev::before {
      transform: rotate(180deg);
      background-image: none;
      color: white; }
  .heroCarousel .slick-arrow.slick-next {
    right: 5px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-arrow.slick-next {
        right: 10px; } }
    @media (min-width: 1366px) {
      .heroCarousel .slick-arrow.slick-next {
        right: 35px; } }
    @media (min-width: 1440px) {
      .heroCarousel .slick-arrow.slick-next {
        right: 75px; } }
    @media (min-width: 1600px) {
      .heroCarousel .slick-arrow.slick-next {
        right: 10%; } }
    @media (min-width: 1850px) {
      .heroCarousel .slick-arrow.slick-next {
        right: 11%; } }
    .heroCarousel .slick-arrow.slick-next::before {
      background-image: none;
      color: white; }

/* hero-carousel style end */
/* section heading style start */
.section-title {
  text-align: center;
  padding: 24px 0 12px;
  position: relative; }
  .section-title .section-heading {
    font-family: "Montserrat";
    font-size: 26px;
    color: #010101;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin: 0 0 8px;
    line-height: 1.2; }
    @media (min-width: 551px) {
      .section-title .section-heading:before, .section-title .section-heading:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border: 3px solid #ce2a2b;
        width: 80px; } }
    @media (min-width: 551px) {
      .section-title .section-heading:before {
        left: -96px; } }
    @media (min-width: 551px) {
      .section-title .section-heading:after {
        right: -96px; } }
    @media (min-width: 768px) {
      .section-title .section-heading {
        font-size: 28px; } }
    @media (min-width: 1024px) {
      .section-title .section-heading {
        font-size: 30px; } }
    @media (min-width: 1850px) {
      .section-title .section-heading {
        font-size: 32px; } }
  .section-title .section-sub-heading {
    font-family: "Playfair Display";
    font-size: 16px;
    color: #ce2a2b;
    font-weight: 700;
    font-style: italic; }
    @media (min-width: 768px) {
      .section-title .section-sub-heading {
        font-size: 17px; } }
    @media (min-width: 1024px) {
      .section-title .section-sub-heading {
        font-size: 18px; } }
    @media (min-width: 1850px) {
      .section-title .section-sub-heading {
        font-size: 20px; } }
  @media (min-width: 768px) {
    .section-title {
      padding: 32px 0 22px; } }
  @media (min-width: 1366px) {
    .section-title {
      padding: 40px 0 30px; } }

/* section heading style end */
/* usp section style start */
.usp-list {
  font-size: 0;
  margin: 24px -1px; }
  .usp-list .usp-list-item {
    flex: 1;
    padding: 0 5px; }
    .usp-list .usp-list-item .usp-element {
      border: 2px solid #e1e1e1;
      background-color: rgba(0, 0, 255, 0);
      text-align: center;
      padding: 12px 9px;
      margin-bottom: 0; }
      .usp-list .usp-list-item .usp-element .usp-content {
        text-align: left;
        padding-left: 10px; }
        .usp-list .usp-list-item .usp-element .usp-content .usp-content-main {
          font-family: "Montserrat";
          font-size: 18px;
          color: #333333;
          font-weight: 700;
          padding-bottom: 5px;
          display: block; }
          @media (min-width: 1850px) {
            .usp-list .usp-list-item .usp-element .usp-content .usp-content-main {
              font-size: 21px; } }
        .usp-list .usp-list-item .usp-element .usp-content .usp-content-sub {
          font-family: "Montserrat";
          font-size: 16px;
          color: #333333;
          font-weight: 400;
          display: block; }
          @media (min-width: 1850px) {
            .usp-list .usp-list-item .usp-element .usp-content .usp-content-sub {
              font-size: 18px; } }
        @media (min-width: 1850px) {
          .usp-list .usp-list-item .usp-element .usp-content {
            padding-left: 14px; } }
      @media (min-width: 768px) {
        .usp-list .usp-list-item .usp-element {
          padding: 12px; } }
      @media (min-width: 1850px) {
        .usp-list .usp-list-item .usp-element {
          padding: 20px 24px; } }
    @media (min-width: 768px) {
      .usp-list .usp-list-item {
        padding: 0 10px; } }
    @media (min-width: 1261px) {
      .usp-list .usp-list-item {
        width: 25%; } }
    @media (min-width: 1850px) {
      .usp-list .usp-list-item {
        padding: 0 15px; } }
  @media (min-width: 768px) {
    .usp-list {
      margin: 0px -10px 40px -10px; } }
  @media (min-width: 1366px) {
    .usp-list {
      display: flex;
      margin: 10px -10px 30px; } }
  @media (min-width: 1850px) {
    .usp-list {
      margin: 10px -15px 30px; } }
  .usp-list .slick-slide img {
    width: auto;
    display: inline-block; }

/* usp section style end */
/* recent updates style start */
.recent-update .recent-update-element .recent-update-element-content {
  background-color: #00b8c2;
  padding: 20px; }
  .recent-update .recent-update-element .recent-update-element-content .recent-update-left {
    width: 100%;
    margin-bottom: 20px; }
    .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-title {
      font-family: "Montserrat";
      font-size: 22px;
      color: white;
      font-weight: 700;
      margin: 0;
      text-transform: none; }
      @media (min-width: 768px) {
        .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-title {
          font-size: 24px; } }
      @media (min-width: 1024px) {
        .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-title {
          font-size: 32px; } }
      @media (min-width: 1366px) {
        .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-title {
          font-size: 40px; } }
      @media (min-width: 1850px) {
        .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-title {
          font-size: 48px; } }
    .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-summary {
      line-height: 1.4;
      font-family: "Montserrat";
      font-size: 13px;
      color: white;
      font-weight: 400;
      margin: 12px 0; }
      @media (min-width: 768px) {
        .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-summary {
          font-size: 14px;
          margin: 16px 0; } }
      @media (min-width: 1024px) {
        .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-summary {
          font-size: 15px;
          margin: 48px 0; } }
      @media (min-width: 1366px) {
        .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-summary {
          font-size: 17px;
          margin: 32px 0; } }
      @media (min-width: 1850px) {
        .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-summary {
          font-size: 20px;
          margin: 24px 0; } }
    .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-read-more {
      text-decoration: none; }
      .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-read-more span {
        font-family: "Montserrat";
        font-size: 16px;
        color: white;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        @media (min-width: 1024px) {
          .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-read-more span {
            font-size: 17px; } }
      .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-read-more:hover span {
        border-bottom: 1px solid white; }
    @media (min-width: 768px) {
      .recent-update .recent-update-element .recent-update-element-content .recent-update-left {
        margin-bottom: 0;
        width: 400px;
        padding: 36px 0px 36px 10px; } }
    @media (min-width: 1024px) {
      .recent-update .recent-update-element .recent-update-element-content .recent-update-left {
        width: 430px;
        padding: 26px 0px 26px 30px; } }
    @media (min-width: 1200px) {
      .recent-update .recent-update-element .recent-update-element-content .recent-update-left {
        width: 480px;
        padding: 52px 0px 52px 50px; } }
    @media (min-width: 1366px) {
      .recent-update .recent-update-element .recent-update-element-content .recent-update-left {
        padding: 122px 0px 122px 50px; } }
    @media (min-width: 1850px) {
      .recent-update .recent-update-element .recent-update-element-content .recent-update-left {
        width: 610px;
        padding: 162px 0px 162px 70px; } }
  .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-date, .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-author {
    font-family: "Montserrat";
    font-size: 17px;
    color: white;
    font-weight: 400;
    display: block;
    text-align: left; }
    @media (min-width: 1024px) {
      .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-date, .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-author {
        font-size: 18px; } }
    @media (min-width: 1850px) {
      .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-date, .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-author {
        font-size: 19px; } }
    .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-date .theme-icon, .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-author .theme-icon {
      margin-right: 8px; }
      .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-date .theme-icon:before, .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-author .theme-icon:before {
        color: white; }
  .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-author {
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-author {
        margin: 16px 0; } }
    @media (min-width: 1366px) {
      .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-author {
        margin: 24px 0; } }
    @media (min-width: 1850px) {
      .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-author {
        margin: 32px 0; } }
  .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-date {
    margin: 15px 0 0; }
    @media (min-width: 768px) {
      .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-date {
        margin: 16px 0; } }
    @media (min-width: 1366px) {
      .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-date {
        margin: 24px 0; } }
    @media (min-width: 1850px) {
      .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-date {
        margin: 29px 0; } }
  @media (min-width: 768px) {
    .recent-update .recent-update-element .recent-update-element-content .recent-update-right {
      position: relative;
      top: 0;
      transform: none;
      margin-right: -40px;
      width: calc(100% - 400px); } }
  @media (min-width: 1024px) {
    .recent-update .recent-update-element .recent-update-element-content .recent-update-right {
      margin-right: -68px;
      width: calc(100% - 430px); } }
  @media (min-width: 1200px) {
    .recent-update .recent-update-element .recent-update-element-content .recent-update-right {
      width: calc(100% - 480px); } }
  @media (min-width: 1366px) {
    .recent-update .recent-update-element .recent-update-element-content .recent-update-right {
      margin-right: -84px;
      width: calc(100% - 470px); } }
  @media (min-width: 1850px) {
    .recent-update .recent-update-element .recent-update-element-content .recent-update-right {
      margin-right: -128px;
      width: calc(100% - 553px); } }
  .recent-update .recent-update-element .recent-update-element-content.no-blog-image {
    margin-right: 0; }
    .recent-update .recent-update-element .recent-update-element-content.no-blog-image .recent-update-left {
      padding: 0;
      width: 100%; }
      .recent-update .recent-update-element .recent-update-element-content.no-blog-image .recent-update-left .recent-update-details .blog-summary {
        margin: 12px 0; }
        @media (min-width: 768px) {
          .recent-update .recent-update-element .recent-update-element-content.no-blog-image .recent-update-left .recent-update-details .blog-summary {
            margin: 16px 0; } }
        @media (min-width: 1024px) {
          .recent-update .recent-update-element .recent-update-element-content.no-blog-image .recent-update-left .recent-update-details .blog-summary {
            margin: 24px 0; } }
    .recent-update .recent-update-element .recent-update-element-content.no-blog-image .recent-update-right {
      position: inherit;
      width: 100%;
      right: 0;
      top: 0;
      transform: none; }
      .recent-update .recent-update-element .recent-update-element-content.no-blog-image .recent-update-right .blog-author {
        margin-bottom: 8px; }
        @media (min-width: 1024px) {
          .recent-update .recent-update-element .recent-update-element-content.no-blog-image .recent-update-right .blog-author {
            margin-bottom: 16px; } }
        @media (min-width: 1366px) {
          .recent-update .recent-update-element .recent-update-element-content.no-blog-image .recent-update-right .blog-author {
            margin-bottom: 24px; } }
      .recent-update .recent-update-element .recent-update-element-content.no-blog-image .recent-update-right .blog-date {
        margin-top: 8px; }
        @media (min-width: 1024px) {
          .recent-update .recent-update-element .recent-update-element-content.no-blog-image .recent-update-right .blog-date {
            margin-top: 16px; } }
        @media (min-width: 1366px) {
          .recent-update .recent-update-element .recent-update-element-content.no-blog-image .recent-update-right .blog-date {
            margin-top: 24px; } }
    @media (min-width: 768px) {
      .recent-update .recent-update-element .recent-update-element-content.no-blog-image {
        padding: 25px; } }
    @media (min-width: 1366px) {
      .recent-update .recent-update-element .recent-update-element-content.no-blog-image {
        padding: 30px; } }
  @media (min-width: 768px) {
    .recent-update .recent-update-element .recent-update-element-content {
      padding: 0;
      position: relative;
      margin-right: 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; } }
  @media (min-width: 1024px) {
    .recent-update .recent-update-element .recent-update-element-content {
      margin-right: 68px; } }
  @media (min-width: 1366px) {
    .recent-update .recent-update-element .recent-update-element-content {
      margin-right: 84px; } }
  @media (min-width: 1850px) {
    .recent-update .recent-update-element .recent-update-element-content {
      margin-right: 128px; } }

.recent-update .recent-update-element .recent-update-more {
  display: block;
  text-align: right;
  margin-top: 10px; }
  .recent-update .recent-update-element .recent-update-more a {
    font-family: "Montserrat";
    font-size: 18px;
    color: #212121;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none; }
    .recent-update .recent-update-element .recent-update-more a:hover {
      color: #202738; }
    @media (min-width: 1024px) {
      .recent-update .recent-update-element .recent-update-more a {
        font-size: 20px; } }
    @media (min-width: 1366px) {
      .recent-update .recent-update-element .recent-update-more a {
        font-size: 22px; } }
    @media (min-width: 1850px) {
      .recent-update .recent-update-element .recent-update-more a {
        font-size: 24px; } }
  @media (min-width: 768px) {
    .recent-update .recent-update-element .recent-update-more {
      margin-top: 12px;
      margin-right: 40px; } }
  @media (min-width: 1024px) {
    .recent-update .recent-update-element .recent-update-more {
      margin-top: 16px;
      margin-right: 68px; } }
  @media (min-width: 1366px) {
    .recent-update .recent-update-element .recent-update-more {
      margin-right: 84px; } }
  @media (min-width: 1850px) {
    .recent-update .recent-update-element .recent-update-more {
      margin-top: 20px;
      margin-right: 128px; } }

.recent-update-element-content.no-blog-image + .recent-update-more {
  margin-right: 0; }

/* recent updates style end */
/* our story style start */
.our-story {
  margin-bottom: 60px; }

.our-story-element .our-story-contents .banners {
  font-size: 0;
  background-color: transparent;
  padding: 0; }
  .our-story-element .our-story-contents .banners .banner {
    max-width: 100%;
    position: relative;
    text-align: left; }
    .our-story-element .our-story-contents .banners .banner .our-story-img {
      margin-bottom: 16px; }
      @media (min-width: 1024px) {
        .our-story-element .our-story-contents .banners .banner .our-story-img {
          width: 100%;
          max-width: 460px;
          /*margin-bottom: 0;*/ } }
      @media (min-width: 1200px) {
        .our-story-element .our-story-contents .banners .banner .our-story-img {
          max-width: 620px; } }
      @media (min-width: 1366px) {
        .our-story-element .our-story-contents .banners .banner .our-story-img {
          max-width: 640px; } }
      @media (min-width: 1850px) {
        .our-story-element .our-story-contents .banners .banner .our-story-img {
          max-width: 800px; } }
    @media (min-width: 1024px) {
      .our-story-element .our-story-contents .banners .banner .our-story-content {
        width: 100%;
        max-width: 550px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0; } }
    @media (min-width: 1261px) {
      .our-story-element .our-story-contents .banners .banner .our-story-content {
        max-width: 620px; } }
    @media (min-width: 1366px) {
      .our-story-element .our-story-contents .banners .banner .our-story-content {
        max-width: 640px; } }
    @media (min-width: 1850px) {
      .our-story-element .our-story-contents .banners .banner .our-story-content {
        max-width: 730px; } }
    .our-story-element .our-story-contents .banners .banner .our-story-content .our-story-sub-content {
      padding: 16px;
      margin-bottom: 20px;
      position: relative;
      text-align: left; }
      .our-story-element .our-story-contents .banners .banner .our-story-content .our-story-sub-content::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        border: 3px solid #ce2a2b; }
        @media (min-width: 1024px) {
          .our-story-element .our-story-contents .banners .banner .our-story-content .our-story-sub-content::before {
            border-width: 4px;
            width: calc(100% + 10px); } }
        @media (min-width: 1850px) {
          .our-story-element .our-story-contents .banners .banner .our-story-content .our-story-sub-content::before {
            border-width: 6px; } }
      .our-story-element .our-story-contents .banners .banner .our-story-content .our-story-sub-content p {
        line-height: 1.4;
        font-family: "Montserrat";
        font-size: 18px;
        color: #333333;
        font-weight: 500;
        /*margin-bottom: 0;*/ }
        @media (min-width: 1366px) {
          .our-story-element .our-story-contents .banners .banner .our-story-content .our-story-sub-content p {
            font-size: 21px; } }
        @media (min-width: 1850px) {
          .our-story-element .our-story-contents .banners .banner .our-story-content .our-story-sub-content p {
            font-size: 24px; } }
      @media (min-width: 1024px) {
        .our-story-element .our-story-contents .banners .banner .our-story-content .our-story-sub-content {
          padding: 24px 16px 24px 64px; } }
      @media (min-width: 1366px) {
        .our-story-element .our-story-contents .banners .banner .our-story-content .our-story-sub-content {
          padding: 40px 24px 40px 72px; } }
      @media (min-width: 1850px) {
        .our-story-element .our-story-contents .banners .banner .our-story-content .our-story-sub-content {
          padding: 48px 30px 48px 120px; } }
    .our-story-element .our-story-contents .banners .banner .our-story-content a {
      display: inline-block;
      text-align: right;
      position: relative;
      z-index: 1; }
      .our-story-element .our-story-contents .banners .banner .our-story-content a span {
        font-family: "Montserrat";
        font-size: 16px;
        color: #202738;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(32, 39, 56, 0.5);
        display: inline-block; }
        @media (min-width: 1024px) {
          .our-story-element .our-story-contents .banners .banner .our-story-content a span {
            font-size: 16px; } }
        @media (min-width: 1366px) {
          .our-story-element .our-story-contents .banners .banner .our-story-content a span {
            font-size: 17px; } }
      .our-story-element .our-story-contents .banners .banner .our-story-content a:hover span {
        color: #00b8c2;
        border-bottom: 1px solid #00b8c2; }
      @media (min-width: 1024px) {
        .our-story-element .our-story-contents .banners .banner .our-story-content a {
          /*padding-left: 64px;*/
          text-align: left; } }
      @media (min-width: 1366px) {
        .our-story-element .our-story-contents .banners .banner .our-story-content a {
          /*padding-left: 72px;*/ } }
      @media (min-width: 1850px) {
        .our-story-element .our-story-contents .banners .banner .our-story-content a {
          /*padding-left: 120px;*/ } }

/* our story style end */
/* instagram style start */
.instagram .theme-icon:before {
  font-size: 32px; }

.instagram .section-heading a {
  text-decoration: none; }

.instagram .section-sub-heading a {
  color: #202738;
  text-decoration: none; }
  .instagram .section-sub-heading a:hover {
    color: #212121; }

.instagram .instagram-content #instafeed {
  position: relative; }
  .instagram .instagram-content #instafeed .custom_insta_link {
    display: block;
    position: relative;
    padding: 0 5px; }
    .instagram .instagram-content #instafeed .custom_insta_link img {
      width: 100%;
      object-fit: cover; }
    .instagram .instagram-content #instafeed .custom_insta_link span {
      display: none; }
    .instagram .instagram-content #instafeed .custom_insta_link:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(255, 255, 255, 0.6);
      width: calc(100% - 30px);
      height: calc(100% - 30px);
      display: none; }
    .instagram .instagram-content #instafeed .custom_insta_link:hover::after {
      display: block; }
    .instagram .instagram-content #instafeed .custom_insta_link:hover span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 99;
      text-align: center; }
      .instagram .instagram-content #instafeed .custom_insta_link:hover span svg {
        width: 30px;
        height: 30px;
        display: block;
        margin: 0 auto 30px; }
      .instagram .instagram-content #instafeed .custom_insta_link:hover span label {
        font-family: "Montserrat";
        font-size: 13px;
        color: black;
        font-weight: 700;
        border: 1px solid black;
        border-radius: 2px;
        padding: 6px;
        display: block; }
        @media (min-width: 1024px) {
          .instagram .instagram-content #instafeed .custom_insta_link:hover span label {
            font-size: 14px;
            padding: 6px; } }
        @media (min-width: 1366px) {
          .instagram .instagram-content #instafeed .custom_insta_link:hover span label {
            font-size: 17px;
            padding: 8px; } }
        @media (min-width: 1850px) {
          .instagram .instagram-content #instafeed .custom_insta_link:hover span label {
            padding: 10px;
            font-size: 18px; } }
        .instagram .instagram-content #instafeed .custom_insta_link:hover span label:hover {
          cursor: pointer;
          background-color: black;
          color: white; }
  .instagram .instagram-content #instafeed .slick-arrow {
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 30px;
    z-index: 99; }
    .instagram .instagram-content #instafeed .slick-arrow.slick-next {
      right: 9px; }
      .instagram .instagram-content #instafeed .slick-arrow.slick-next::before {
        content: "";
        background-image: url("../icons/angle-right.svg");
        width: 20px;
        height: 30px; }
    .instagram .instagram-content #instafeed .slick-arrow.slick-prev {
      left: 9px; }
      .instagram .instagram-content #instafeed .slick-arrow.slick-prev::before {
        content: "";
        background-image: url("../icons/angle-right.svg");
        width: 20px;
        height: 30px; }
  .instagram .instagram-content #instafeed:before {
    position: absolute;
    height: 100%;
    width: 50px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent 100%);
    left: 0;
    top: 0;
    content: '';
    z-index: 1;
    display: block; }
  .instagram .instagram-content #instafeed:after {
    position: absolute;
    height: 100%;
    width: 50px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7), transparent 100%);
    right: 0;
    top: 0;
    content: '';
    z-index: 1;
    display: block; }

/* instagram style end */
/* for container */
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.66667rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .container {
      padding: 0 2rem; } }
  @media (min-width: 1850px) {
    .container {
      max-width: calc(1440px + 4rem); } }

/* for slick-slider */
.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-arrow {
  padding: 0;
  margin-top: 0;
  width: 20px;
  height: 50px;
  border: 1px solid rgba(0, 0, 255, 0); }
  @media (min-width: 1366px) {
    .slick-arrow {
      width: 30px;
      height: 86px; } }
  .slick-arrow.slick-prev {
    background-color: rgba(0, 0, 255, 0);
    left: -15px; }
    @media (min-width: 1366px) {
      .slick-arrow.slick-prev {
        left: -3%; } }
    .slick-arrow.slick-prev::before {
      content: "\e908";
      color: #cccccc;
      font-family: "icomoon";
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      font-style: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-size: 50px;
      opacity: 1;
      transform: rotate(180deg);
      background-image: none;
      width: 20px;
      height: 50px; }
      @media (min-width: 1366px) {
        .slick-arrow.slick-prev::before {
          opacity: 0.5;
          width: 30px;
          height: 86px;
          font-size: 86px;
          /*color: stencilColor("featured-arrow-color");*/ } }
    .slick-arrow.slick-prev:hover::before {
      opacity: 1; }
  .slick-arrow.slick-next {
    background-color: rgba(0, 0, 255, 0);
    right: -15px; }
    @media (min-width: 1366px) {
      .slick-arrow.slick-next {
        right: -3%; } }
    .slick-arrow.slick-next::before {
      content: "\e908";
      color: #cccccc;
      font-family: "icomoon";
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      font-style: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      font-size: 50px;
      opacity: 1;
      background-image: none;
      width: 20px;
      height: 50px; }
      @media (min-width: 1366px) {
        .slick-arrow.slick-next::before {
          /*color: stencilColor("featured-arrow-color");*/
          opacity: 0.5;
          width: 30px;
          height: 86px;
          font-size: 86px; } }
    .slick-arrow.slick-next:hover::before {
      opacity: 1; }

/*************** AUTOPARTS VARIATION SCSS START ***************/
.autoparts .slick-dots li button {
  border-radius: 0; }
  .autoparts .slick-dots li button::before {
    border-radius: 0; }

/*************** AUTOPARTS VARIATION SCSS END ***************/
/* for productgrid */
.wishlist_url {
  margin-bottom: 0; }

.productGrid {
  margin: 0 -5px; }
  @media (min-width: 1024px) {
    .productGrid {
      margin: 0 -8px; } }
  @media (min-width: 1366px) {
    .productGrid {
      margin: 0 -10px; } }
  .productGrid .product {
    width: 100%;
    padding: 0; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 50%; } }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .productGrid .product {
        padding: 0; } }
    @media (min-width: 1366px) {
      .productGrid .product {
        width: 33.33%;
        padding: 0; } }

.featured-products .productGrid .slick-track {
  display: flex; }
  .featured-products .productGrid .slick-track .slick-slide {
    height: auto;
    padding-bottom: 5px;
    padding-top: 5px; }
    .featured-products .productGrid .slick-track .slick-slide .card {
      height: 100%; }

.card {
  border-right: 1px solid #e1e1e1;
  color: black;
  margin: 0;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 10px; }
  @media (max-width: 1200px) {
    .card {
      border: none; } }
  @media (min-width: 801px) {
    .card:hover {
      box-shadow: none;
      /*border: 1px solid $global-border-color;*/ } }
  @media (min-width: 801px) {
    .card:hover .card-figure .card-img-container .card-image {
      /* transform: scale(0.75) translateY(-25px);
            transition: 0.2s all linear;*/ } }
  .card:hover .card-figure .card-figcaption {
    opacity: 1; }
    .card:hover .card-figure .card-figcaption .card-figcaption-body {
      top: 76%; }
      @media (min-width: 1024px) {
        .card:hover .card-figure .card-figcaption .card-figcaption-body {
          top: 72%; } }
      @media (min-width: 1850px) {
        .card:hover .card-figure .card-figcaption .card-figcaption-body {
          top: 75%; } }
  @media (min-width: 801px) {
    .card:hover .card-image-arrow {
      display: block; }
      .card:hover .card-image-arrow .theme-icon:hover {
        opacity: 1; } }
  @media (min-width: 801px) {
    .card:hover .card-body {
      border-top: none;
      /* height: 100%;*/
      /*  background-color: $card-bg-hover;*/
      /* transform: translateY(-40px);*/
      /* transition: 0.2s all linear;*/ } }
  .card:hover .card-body .card-figcaption-button-section {
    opacity: 1; }
  .card .card-body {
    text-align: left;
    /*flex: 1 0 auto;*/
    border-top: 1px solid transparent;
    padding: 10px 0;
    background-color: white; }
    .card .card-body .card-text {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .card .card-body .card-text {
          text-align: left; } }
      @media (min-width: 1366px) {
        .card .card-body .card-text {
          text-align: left; } }
      @media (min-width: 1850px) {
        .card .card-body .card-text {
          margin-bottom: 18px;
          text-align: left; } }
      .card .card-body .card-text a {
        text-decoration: none; }
      .card .card-body .card-text.product-brand {
        color: #030504;
        font-size: 17px; }
        @media (min-width: 1366px) {
          .card .card-body .card-text.product-brand {
            font-size: 18px; } }
      .card .card-body .card-text.product-price .login-for-price {
        font-family: "Montserrat";
        font-size: 18px;
        color: #bababa;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .card .card-body .card-text.product-price .login-for-price {
            font-size: 19px; } }
        @media (min-width: 1024px) {
          .card .card-body .card-text.product-price .login-for-price {
            font-size: 17px; } }
        @media (min-width: 1850px) {
          .card .card-body .card-text.product-price .login-for-price {
            font-size: 20px; } }
      .card .card-body .card-text.product-price .price-section {
        font-family: "Montserrat";
        font-size: 18px;
        color: #bababa;
        margin-right: 4px; }
        @media (min-width: 768px) {
          .card .card-body .card-text.product-price .price-section {
            font-size: 19px; } }
        @media (min-width: 1024px) {
          .card .card-body .card-text.product-price .price-section {
            font-size: 17px;
            margin-right: 0; } }
        @media (min-width: 1850px) {
          .card .card-body .card-text.product-price .price-section {
            font-size: 20px; } }
        .card .card-body .card-text.product-price .price-section:last-child {
          margin-right: 0; }
        .card .card-body .card-text.product-price .price-section.actual-price {
          font-size: 20px;
          color: #030504;
          font-weight: 700; }
          @media (min-width: 768px) {
            .card .card-body .card-text.product-price .price-section.actual-price {
              font-size: 22px; } }
          @media (min-width: 1850px) {
            .card .card-body .card-text.product-price .price-section.actual-price {
              font-size: 24px; } }
    .card .card-body .card-title {
      margin-bottom: 0; }
      @media (min-width: 551px) {
        .card .card-body .card-title {
          /* min-height: 70px;*/ } }
      @media (min-width: 1024px) {
        .card .card-body .card-title {
          /*min-height: 60px; */ } }
      @media (min-width: 1850px) {
        .card .card-body .card-title {
          margin-bottom: 0; } }
      .card .card-body .card-title a {
        font-size: 18px;
        font-weight: 700;
        color: #333333;
        line-height: 1.5; }
        .card .card-body .card-title a:hover {
          color: #333333; }
        @media (min-width: 768px) {
          .card .card-body .card-title a {
            font-size: 18px; } }
        @media (min-width: 1850px) {
          .card .card-body .card-title a {
            font-size: 18px; } }
    .card .card-body .card-figcaption-button-section {
      text-align: center;
      margin-bottom: 15px; }
      @media (min-width: 801px) {
        .card .card-body .card-figcaption-button-section {
          /*  opacity: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);*/
          width: 100%;
          margin-bottom: 0; } }
      .card .card-body .card-figcaption-button-section .card-figcaption-button {
        margin: 0;
        display: inline-block;
        font-size: 16px;
        padding: 7px 20px; }
        @media (min-width: 768px) {
          .card .card-body .card-figcaption-button-section .card-figcaption-button {
            font-size: 17px; } }
        @media (min-width: 1850px) {
          .card .card-body .card-figcaption-button-section .card-figcaption-button {
            font-size: 18px; } }
        .card .card-body .card-figcaption-button-section .card-figcaption-button .theme-icon {
          margin-right: 5px;
          vertical-align: middle;
          line-height: 1; }
          .card .card-body .card-figcaption-button-section .card-figcaption-button .theme-icon:before {
            color: white;
            font-size: 14px; }
            @media (min-width: 768px) {
              .card .card-body .card-figcaption-button-section .card-figcaption-button .theme-icon:before {
                font-size: 16px; } }
            @media (min-width: 1850px) {
              .card .card-body .card-figcaption-button-section .card-figcaption-button .theme-icon:before {
                font-size: 18px; } }
        .card .card-body .card-figcaption-button-section .card-figcaption-button:hover .theme-icon:before, .card .card-body .card-figcaption-button-section .card-figcaption-button:focus .theme-icon:before {
          color: #ce2a2b; }
  .card .card-figure {
    overflow: hidden;
    flex: 1 0 auto;
    padding: 0; }
    @media (min-width: 1024px) {
      .card .card-figure {
        padding: 0px; } }
    .card .card-figure .card-figcaption .card-figcaption-body {
      display: block;
      top: 90%;
      width: 100%;
      position: inherit; }
      @media (min-width: 1024px) {
        .card .card-figure .card-figcaption .card-figcaption-body {
          top: 90%; } }
      @media (min-width: 1366px) {
        .card .card-figure .card-figcaption .card-figcaption-body {
          top: 92%; } }
      .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button {
        line-height: 1;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 9px;
        border-radius: 100%;
        border: 1px solid #e1e1e1; }
        @media (min-width: 1366px) {
          .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button {
            padding: 10px; } }
        .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button .theme-icon {
          line-height: 1; }
          .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button .theme-icon:before {
            color: #333333;
            font-weight: 700;
            font-size: 17px; }
            @media (min-width: 1366px) {
              .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button .theme-icon:before {
                font-size: 18px; } }
        .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button:hover {
          background-color: #ce2a2b;
          border-color: #ce2a2b; }
          .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button:hover .theme-icon:before {
            color: white; }
        .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button.custom-compare input[type="checkbox"] {
          display: none; }
        .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button.custom-compare.clicked {
          background-color: #ce2a2b;
          border-color: #ce2a2b; }
          .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button.custom-compare.clicked .theme-icon:before {
            color: white; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: none;
  position: relative; }
  .price--rrp::before, .price--non-sale::before, .price--discounted::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background-color: #000; }

.card-img-container:after {
  padding-bottom: 100%; }
  @media (min-width: 320px) and (max-width: 767px) {
    .card-img-container:after {
      display: none; } }

.card-img-container .card-image {
  margin: 0 auto; }
  @media (min-width: 320px) and (max-width: 767px) {
    .card-img-container .card-image {
      position: relative; } }

.card-figcaption-button + .card-figcaption-button {
  margin: 0; }

/* swatches start */
.options_slide {
  display: inline-block;
  vertical-align: middle; }
  .options_slide .form-option.is-active {
    border-color: #212121; }

.page .page-content .productGrid li.options_slide {
  width: auto; }

.card-figure.loading {
  position: relative; }
  .card-figure.loading:after {
    content: '';
    background: rgba(255, 255, 255, 0.7) url("../img/loading-18.gif") no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.card-text--colorswatches {
  font-size: 0;
  clear: both;
  min-height: 40px;
  background: url("../img/swatches-loader.gif") no-repeat center center; }
  .card-text--colorswatches.loaded {
    background: none;
    margin: 0;
    text-align: center; }
    .card-text--colorswatches.loaded .option_section {
      display: block;
      width: 100%;
      margin: 0; }
      .card-text--colorswatches.loaded .option_section::empty {
        display: none; }

.productCard-colorSwatch {
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  border: 2px solid #e1e1e1;
  border-radius: 22px;
  margin-bottom: 0px;
  margin: 1px;
  padding: 2px; }
  @media (min-width: 1366px) {
    .productCard-colorSwatch {
      margin: 2px; } }
  .productCard-colorSwatch:hover, .productCard-colorSwatch.is-active {
    border-color: #212121; }
  .productCard-colorSwatch img {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: url("../img/loading-18.gif") no-repeat center center; }
  .productCard-colorSwatch .form-option-variant {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 100%;
    min-width: 100%; }

.productCard-colorSwatch-color {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  border-radius: 100%; }

/* swatches end */
.card-img-container--slider {
  position: relative;
  overflow: hidden; }
  .card-img-container--slider .card-image {
    opacity: 0;
    left: -100%;
    right: 100%;
    transition: all 0.2s linear; }
    .card-img-container--slider .card-image.is-active {
      opacity: 1;
      left: 0;
      right: 0; }
      .card-img-container--slider .card-image.is-active ~ .card-image {
        left: 100%;
        right: -100%; }

.card-image-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  z-index: 10; }
  .card-image-arrow .theme-icon {
    width: 25px;
    max-height: 25px;
    background-color: #ce2a2b;
    border-radius: 100%;
    opacity: 0.5;
    fill: white; }

.card-image-next {
  right: 10px; }

.card-image-prev {
  left: 10px; }

/* trending now products start */
.trending-products {
  background-color: #f2f2f5; }
  @media (min-width: 1366px) {
    .trending-products .productGrid {
      margin: 0 -15px; } }
  .trending-products .productGrid .slick-list {
    padding: 0 !important; }
    .trending-products .productGrid .slick-list .slick-track .product {
      vertical-align: top; }
      @media (min-width: 768px) {
        .trending-products .productGrid .slick-list .slick-track .product {
          vertical-align: bottom;
          margin-bottom: 52px; } }
      @media (min-width: 801px) {
        .trending-products .productGrid .slick-list .slick-track .product {
          margin-bottom: 36px; } }
      @media (min-width: 1024px) {
        .trending-products .productGrid .slick-list .slick-track .product {
          margin-bottom: 44px; } }
      @media (min-width: 1366px) {
        .trending-products .productGrid .slick-list .slick-track .product {
          margin-bottom: 57px;
          padding: 0; } }
      @media (min-width: 1850px) {
        .trending-products .productGrid .slick-list .slick-track .product {
          margin-bottom: 67px; } }
      .trending-products .productGrid .slick-list .slick-track .product .card {
        border: none;
        margin: 0;
        position: relative; }
        .trending-products .productGrid .slick-list .slick-track .product .card .new-badge {
          display: none; }
        .trending-products .productGrid .slick-list .slick-track .product .card .card-img-container .card-image {
          margin: auto; }
          @media (min-width: 551px) {
            .trending-products .productGrid .slick-list .slick-track .product .card .card-img-container .card-image {
              max-height: 240px; } }
          @media (min-width: 768px) {
            .trending-products .productGrid .slick-list .slick-track .product .card .card-img-container .card-image {
              padding: 10px;
              max-height: 175px; } }
          @media (min-width: 1024px) {
            .trending-products .productGrid .slick-list .slick-track .product .card .card-img-container .card-image {
              max-height: 199px; } }
          @media (min-width: 1366px) {
            .trending-products .productGrid .slick-list .slick-track .product .card .card-img-container .card-image {
              max-height: 299px; } }
          @media (min-width: 1850px) {
            .trending-products .productGrid .slick-list .slick-track .product .card .card-img-container .card-image {
              max-height: 315px; } }
        .trending-products .productGrid .slick-list .slick-track .product .card:hover {
          box-shadow: none;
          background-color: transparent; }
          .trending-products .productGrid .slick-list .slick-track .product .card:hover .card-body {
            background-color: transparent;
            transform: none;
            margin-bottom: 0px; }
            .trending-products .productGrid .slick-list .slick-track .product .card:hover .card-body .card-figcaption-button-section {
              display: block; }
              @media (min-width: 768px) {
                .trending-products .productGrid .slick-list .slick-track .product .card:hover .card-body .card-figcaption-button-section {
                  display: none; } }
          .trending-products .productGrid .slick-list .slick-track .product .card:hover .card-figure {
            transform: none; }
            .trending-products .productGrid .slick-list .slick-track .product .card:hover .card-figure .card-img-container .card-image {
              transform: none; }
            .trending-products .productGrid .slick-list .slick-track .product .card:hover .card-figure .card-figcaption .card-figcaption-body {
              display: none; }
        .trending-products .productGrid .slick-list .slick-track .product .card .card-body {
          border: none;
          background-color: transparent; }
          @media (min-width: 1850px) {
            .trending-products .productGrid .slick-list .slick-track .product .card .card-body {
              padding: 20px; } }
          .trending-products .productGrid .slick-list .slick-track .product .card .card-body .card-title {
            text-transform: uppercase; }
            @media (min-width: 768px) {
              .trending-products .productGrid .slick-list .slick-track .product .card .card-body .card-title {
                min-height: 65px;
                margin-bottom: 0; } }
            @media (min-width: 1024px) {
              .trending-products .productGrid .slick-list .slick-track .product .card .card-body .card-title {
                min-height: 50px; } }
            @media (min-width: 1850px) {
              .trending-products .productGrid .slick-list .slick-track .product .card .card-body .card-title {
                min-height: 60px; } }
            .trending-products .productGrid .slick-list .slick-track .product .card .card-body .card-title a {
              color: #878787;
              font-weight: 500; }
              .trending-products .productGrid .slick-list .slick-track .product .card .card-body .card-title a:hover {
                color: #212121; }
          .trending-products .productGrid .slick-list .slick-track .product .card .card-body .product-rating {
            position: absolute;
            margin: 0;
            top: 16px;
            left: 16px; }
          .trending-products .productGrid .slick-list .slick-track .product .card .card-body .product-brand {
            position: absolute;
            top: 40px;
            left: 16px;
            color: #030504;
            margin: 0;
            font-size: 17px; }
            @media (min-width: 1366px) {
              .trending-products .productGrid .slick-list .slick-track .product .card .card-body .product-brand {
                font-size: 18px; } }
          .trending-products .productGrid .slick-list .slick-track .product .card .card-body .product-price .price-section {
            margin-right: 4px;
            color: black; }
            @media (min-width: 1024px) {
              .trending-products .productGrid .slick-list .slick-track .product .card .card-body .product-price .price-section {
                font-size: 15px;
                margin-right: 8px; } }
            @media (min-width: 1366px) {
              .trending-products .productGrid .slick-list .slick-track .product .card .card-body .product-price .price-section {
                font-size: 18px;
                margin-right: 10px; } }
            .trending-products .productGrid .slick-list .slick-track .product .card .card-body .product-price .price-section:last-child {
              margin-right: 0; }
            .trending-products .productGrid .slick-list .slick-track .product .card .card-body .product-price .price-section.actual-price {
              color: #ce2a2b; }
              @media (min-width: 1024px) {
                .trending-products .productGrid .slick-list .slick-track .product .card .card-body .product-price .price-section.actual-price {
                  font-size: 26px; } }
              @media (min-width: 1366px) {
                .trending-products .productGrid .slick-list .slick-track .product .card .card-body .product-price .price-section.actual-price {
                  font-size: 30px; } }
              @media (min-width: 1850px) {
                .trending-products .productGrid .slick-list .slick-track .product .card .card-body .product-price .price-section.actual-price {
                  font-size: 32px; } }
            .trending-products .productGrid .slick-list .slick-track .product .card .card-body .product-price .price-section .price--rrp::before, .trending-products .productGrid .slick-list .slick-track .product .card .card-body .product-price .price-section .price--non-sale::before, .trending-products .productGrid .slick-list .slick-track .product .card .card-body .product-price .price-section .price--discounted::before {
              background-color: black;
              transform: translate(-50%, -50%) rotate(0deg); }
          .trending-products .productGrid .slick-list .slick-track .product .card .card-body .card-text--colorswatches {
            display: none; }
          .trending-products .productGrid .slick-list .slick-track .product .card .card-body .card-figcaption-button-section {
            display: block; }
            @media (min-width: 768px) {
              .trending-products .productGrid .slick-list .slick-track .product .card .card-body .card-figcaption-button-section {
                display: none; } }
        .trending-products .productGrid .slick-list .slick-track .product .card .card-figure {
          padding: 0; }
          @media (min-width: 768px) {
            .trending-products .productGrid .slick-list .slick-track .product .card .card-figure {
              height: 170px; }
              .trending-products .productGrid .slick-list .slick-track .product .card .card-figure a .card-img-container {
                height: 170px; } }
          @media (min-width: 1024px) {
            .trending-products .productGrid .slick-list .slick-track .product .card .card-figure {
              height: 200px; }
              .trending-products .productGrid .slick-list .slick-track .product .card .card-figure a .card-img-container {
                height: 200px; } }
          @media (min-width: 1200px) {
            .trending-products .productGrid .slick-list .slick-track .product .card .card-figure {
              height: 270px; }
              .trending-products .productGrid .slick-list .slick-track .product .card .card-figure a .card-img-container {
                height: 270px; } }
          @media (min-width: 1366px) {
            .trending-products .productGrid .slick-list .slick-track .product .card .card-figure {
              height: 300px; }
              .trending-products .productGrid .slick-list .slick-track .product .card .card-figure a .card-img-container {
                height: 300px; } }
          @media (min-width: 1850px) {
            .trending-products .productGrid .slick-list .slick-track .product .card .card-figure {
              height: 315px; }
              .trending-products .productGrid .slick-list .slick-track .product .card .card-figure a .card-img-container {
                height: 315px; } }
          .trending-products .productGrid .slick-list .slick-track .product .card .card-figure .card-figcaption .card-figcaption-body {
            top: 50%;
            transform: translateY(-50%); }
      .trending-products .productGrid .slick-list .slick-track .product.slick-center {
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-image {
            max-height: 230px; } }
        @media (min-width: 1024px) {
          .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-image {
            max-height: 310px; } }
        @media (min-width: 1366px) {
          .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-image {
            max-height: 385px; } }
        @media (min-width: 1850px) {
          .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-image {
            max-height: 455px; } }
        .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-figure {
          height: 100%; }
          .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-figure a .card-img-container {
            height: 100%; }
          .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-figure .sale-flag-sash {
            width: 120px;
            /* top: -20px;
                  right: -20px;*/ }
            @media (min-width: 1850px) {
              .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-figure .sale-flag-sash {
                width: 140px; } }
            .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-figure .sale-flag-sash .sale-text {
              font-size: 18px; }
              @media (min-width: 1366px) {
                .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-figure .sale-flag-sash .sale-text {
                  font-size: 20px; } }
              @media (min-width: 1850px) {
                .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-figure .sale-flag-sash .sale-text {
                  font-size: 22px; } }
        .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-rating {
          z-index: 9; }
          .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-rating .rating--small .icon {
            width: 20px;
            height: 20px; }
        .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-title a {
          color: black;
          font-weight: 700; }
          @media (min-width: 1850px) {
            .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-title a {
              font-size: 22px; } }
          .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-title a:hover {
            color: #212121; }
        @media (min-width: 1024px) {
          .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-price .price-section.actual-price {
            font-size: 40px; } }
        @media (min-width: 1366px) {
          .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-price .price-section.actual-price {
            font-size: 52px; } }
        @media (min-width: 1850px) {
          .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-price .price-section.actual-price {
            font-size: 56px; } }
        @media (min-width: 1024px) {
          .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-price .price-section .price--rrp, .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-price .price-section .price--non-sale, .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-price .price-section .price--discounted {
            font-size: 21px; } }
        @media (min-width: 1366px) {
          .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-price .price-section .price--rrp, .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-price .price-section .price--non-sale, .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-price .price-section .price--discounted {
            font-size: 24px; } }
        .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-figcaption-button-section {
          display: block;
          position: inherit;
          opacity: 1;
          transform: none; }
          .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-figcaption-button-section .card-figcaption-button {
            font-size: 18px; }
            @media (min-width: 1366px) {
              .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-figcaption-button-section .card-figcaption-button {
                font-size: 20px;
                padding: 9px 20px; } }
            @media (min-width: 1850px) {
              .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-figcaption-button-section .card-figcaption-button {
                font-size: 22px;
                padding: 11px 25px; } }
            .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-figcaption-button-section .card-figcaption-button .theme-icon:before {
              font-size: 18px; }
              @media (min-width: 1366px) {
                .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-figcaption-button-section .card-figcaption-button .theme-icon:before {
                  font-size: 20px; } }
              @media (min-width: 1850px) {
                .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-figcaption-button-section .card-figcaption-button .theme-icon:before {
                  font-size: 22px; } }
  .trending-products .productGrid .slick-arrow {
    top: 40%;
    transform: translate(0, -50%); }
    @media (min-width: 1024px) {
      .trending-products .productGrid .slick-arrow {
        top: 45%; } }
    @media (min-width: 1366px) {
      .trending-products .productGrid .slick-arrow {
        top: 50%; } }
    @media (min-width: 1850px) {
      .trending-products .productGrid .slick-arrow.slick-prev {
        left: -3.4%; } }
    .trending-products .productGrid .slick-arrow.slick-prev::before {
      color: #cccccc; }
    @media (min-width: 1850px) {
      .trending-products .productGrid .slick-arrow.slick-next {
        right: -3.4%; } }
    .trending-products .productGrid .slick-arrow.slick-next::before {
      color: #cccccc; }

/* trending now products end */
/********** sale badge style start **********/
/* top-right new badge style start */
.new-badge {
  background: #000;
  color: white;
  font-family: "Montserrat";
  font-weight: 700;
  height: auto;
  line-height: 1;
  padding: 3px 11px;
  position: absolute;
  transition: 800ms ease;
  z-index: 10;
  border-radius: 2px;
  transform-origin: top right;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 320px) and (max-width: 375px) {
    .new-badge {
      font-size: 13px;
      padding: 3px 7px; } }
  @media (min-width: 376px) and (max-width: 767px) {
    .new-badge {
      font-size: 15px;
      padding: 3px 7px;
      top: 0px;
      left: 0px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .new-badge {
      font-size: 15px;
      top: 0px;
      left: 0px;
      padding: 3px 7px; } }
  @media (min-width: 1201px) {
    .new-badge {
      font-size: 15px;
      left: 0; } }

.card:hover .new-badge,
.listItem-figure:hover .new-badge {
  /*background: #CE2A2B;*/ }
  @media (min-width: 801px) {
    .card:hover .new-badge,
    .listItem-figure:hover .new-badge {
      /*background: #CE2A2B;
      transition: 800ms ease;*/ } }

/* top-right new badge style end */
/* sash badge style start */
.sale-flag-sash {
  right: 0;
  left: auto;
  transform: none;
  transform-origin: top left;
  padding: 3px 11px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 15px;
  line-height: 1;
  height: auto;
  color: #fff;
  width: auto;
  background: #CE2A2B;
  border-radius: 2px;
  top: 0; }
  @media (min-width: 320px) and (max-width: 375px) {
    .sale-flag-sash {
      font-size: 13px;
      padding: 3px 7px; } }
  @media (min-width: 376px) and (max-width: 767px) {
    .sale-flag-sash {
      font-size: 15px;
      padding: 3px 7px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .sale-flag-sash {
      font-size: 15px;
      top: 0px;
      padding: 3px 7px; } }

.product:hover .sale-flag-sash {
  /*   background: transparent;*/ }
  @media (min-width: 801px) {
    .product:hover .sale-flag-sash {
      /*background: transparent;
      transition: none;*/ } }

.card:hover .sale-flag-sash {
  background: #CE2A2B; }
  @media (min-width: 801px) {
    .card:hover .sale-flag-sash {
      /* background: transparent;
      transition: none;*/ } }

/* sash badge style end */
/* burst badge style start */
.starwrap {
  left: 10px;
  width: 40px; }
  .starwrap .sale-flag-star {
    width: 40px;
    height: 40px; }
    .starwrap .sale-flag-star:before, .starwrap .sale-flag-star:after {
      width: 40px;
      height: 40px; }
  @media (min-width: 801px) {
    .starwrap:hover .sale-flag-star {
      background: black;
      transition: 800ms ease; }
      .starwrap:hover .sale-flag-star:before {
        background: black;
        transition: 800ms ease; }
      .starwrap:hover .sale-flag-star:after {
        background: black;
        transition: 800ms ease; } }

.sale-text-burst {
  text-transform: uppercase;
  top: 25%;
  line-height: 1;
  width: 40px; }

/* burst badge style end */
/********** sale badge style end **********/
/********** list-view style start **********/
@media (min-width: 801px) {
  .productList .product:hover .sale-flag-sash {
    /*background: transparent;*/ } }

.productList .product .listItem {
  margin: 5px; }
  @media (min-width: 801px) {
    .productList .product .listItem .listItem-figure:hover .sale-flag-sash {
      /* background: transparent;*/
      transition: none; } }

.listItem {
  margin: 10px; }
  .listItem .listItem-figure {
    position: relative;
    border: none;
    overflow: hidden;
    vertical-align: middle;
    padding: 0;
    width: 100%;
    display: block;
    margin: 0; }
    .listItem .listItem-figure .sale-flag-sash {
      top: 0;
      right: 0;
      left: auto;
      /*width:60px;*/ }
    .listItem .listItem-figure.loading {
      position: relative; }
      .listItem .listItem-figure.loading:after {
        content: '';
        background: rgba(255, 255, 255, 0.7) url("../img/loading-18.gif") no-repeat center center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    @media (min-width: 801px) {
      .listItem .listItem-figure:hover {
        /*box-shadow: 0 0 6px 2px rgba(stencilColor("box-shadow"), 0.10);
        border-color: $theme-white;*/ } }
    @media (min-width: 801px) {
      .listItem .listItem-figure:hover .card-img-container .card-image {
        /* transform: scale(0.75);
            transition: 0.2s all linear;*/ } }
    .listItem .listItem-figure:hover .listItem-figureBody {
      display: none; }
      @media (min-width: 801px) {
        .listItem .listItem-figure:hover .listItem-figureBody {
          display: block;
          opacity: 1;
          width: 100%; } }
    @media (min-width: 801px) {
      .listItem .listItem-figure:hover .card-image-arrow {
        display: block; }
        .listItem .listItem-figure:hover .card-image-arrow .theme-icon:hover {
          opacity: 1; } }
    .listItem .listItem-figure .listItem-figureBody {
      display: none; }
      @media (min-width: 801px) {
        .listItem .listItem-figure .listItem-figureBody {
          opacity: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          height: fit-content; } }
      .listItem .listItem-figure .listItem-figureBody .listItem-button {
        line-height: 1;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 9px;
        border-radius: 100%;
        border: 1px solid #f2f2f5;
        margin: 0;
        top: 0;
        transform: none; }
        @media (min-width: 1366px) {
          .listItem .listItem-figure .listItem-figureBody .listItem-button {
            padding: 10px; } }
        .listItem .listItem-figure .listItem-figureBody .listItem-button .theme-icon {
          line-height: 1; }
          .listItem .listItem-figure .listItem-figureBody .listItem-button .theme-icon:before {
            color: #333333;
            font-weight: 700;
            font-size: 17px; }
            @media (min-width: 1366px) {
              .listItem .listItem-figure .listItem-figureBody .listItem-button .theme-icon:before {
                font-size: 18px; } }
        .listItem .listItem-figure .listItem-figureBody .listItem-button:hover {
          background-color: #212121;
          border-color: #212121; }
          .listItem .listItem-figure .listItem-figureBody .listItem-button:hover .theme-icon:before {
            color: white; }
        .listItem .listItem-figure .listItem-figureBody .listItem-button.custom-compare input[type="checkbox"] {
          display: none; }
        .listItem .listItem-figure .listItem-figureBody .listItem-button.custom-compare.clicked {
          background-color: #212121;
          border-color: #212121; }
          .listItem .listItem-figure .listItem-figureBody .listItem-button.custom-compare.clicked .theme-icon:before {
            color: white; }
    @media (min-width: 768px) {
      .listItem .listItem-figure {
        width: 32%;
        display: inline-block; } }
    @media (min-width: 801px) {
      .listItem .listItem-figure {
        width: 40%; } }
    @media (min-width: 1366px) {
      .listItem .listItem-figure {
        width: 32%; } }
    @media (min-width: 1850px) {
      .listItem .listItem-figure {
        width: 25%; } }
  .listItem .listItem-body {
    width: 100%;
    display: block;
    padding: 0; }
    .listItem .listItem-body .listItem-content .listItem-details .listItem-rating {
      margin-bottom: 15px; }
      @media (min-width: 1850px) {
        .listItem .listItem-body .listItem-content .listItem-details .listItem-rating {
          margin-bottom: 18px; } }
    .listItem .listItem-body .listItem-content .listItem-details .listItem-brand {
      margin-bottom: 15px;
      color: #212121;
      font-size: 17px; }
      @media (min-width: 1024px) {
        .listItem .listItem-body .listItem-content .listItem-details .listItem-brand {
          font-size: 18px; } }
      @media (min-width: 1850px) {
        .listItem .listItem-body .listItem-content .listItem-details .listItem-brand {
          margin-bottom: 18px;
          font-size: 19px; } }
    .listItem .listItem-body .listItem-content .listItem-details .listItem-title {
      margin-bottom: 15px; }
      @media (min-width: 1850px) {
        .listItem .listItem-body .listItem-content .listItem-details .listItem-title {
          margin-bottom: 18px; } }
      .listItem .listItem-body .listItem-content .listItem-details .listItem-title a {
        font-size: 18px;
        font-weight: 700; }
        @media (min-width: 768px) {
          .listItem .listItem-body .listItem-content .listItem-details .listItem-title a {
            font-size: 19px; } }
        @media (min-width: 1366px) {
          .listItem .listItem-body .listItem-content .listItem-details .listItem-title a {
            font-size: 18px;
            font-weight: 700;
            line-height: 25px;
            color: #030504;
            margin-bottom: 0; } }
        @media (min-width: 1850px) {
          .listItem .listItem-body .listItem-content .listItem-details .listItem-title a {
            font-size: 18px;
            font-weight: 700;
            line-height: 25px;
            color: #030504;
            margin-bottom: 0; } }
    .listItem .listItem-body .listItem-content .listItem-details p {
      line-height: 1.4;
      font-size: 16px;
      margin-bottom: 15px; }
      @media (min-width: 1024px) {
        .listItem .listItem-body .listItem-content .listItem-details p {
          font-size: 17px; } }
      @media (min-width: 1850px) {
        .listItem .listItem-body .listItem-content .listItem-details p {
          font-size: 18px;
          margin-bottom: 18px; } }
    .listItem .listItem-body .listItem-content .listItem-details .card-text--colorswatches.loaded {
      text-align: left; }
    .listItem .listItem-body .listItem-content .listItem-actions {
      margin-top: 10px; }
      .listItem .listItem-body .listItem-content .listItem-actions .login-for-price {
        font-family: "Montserrat";
        font-size: 18px;
        color: #bababa;
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .listItem .listItem-body .listItem-content .listItem-actions .login-for-price {
            font-size: 19px; } }
        @media (min-width: 1024px) {
          .listItem .listItem-body .listItem-content .listItem-actions .login-for-price {
            font-size: 17px; } }
        @media (min-width: 1850px) {
          .listItem .listItem-body .listItem-content .listItem-actions .login-for-price {
            font-size: 20px; } }
      .listItem .listItem-body .listItem-content .listItem-actions .listItem-price .price-section {
        font-family: "Montserrat";
        font-size: 18px;
        color: #bababa;
        margin-right: 4px; }
        @media (min-width: 768px) {
          .listItem .listItem-body .listItem-content .listItem-actions .listItem-price .price-section {
            font-size: 19px;
            color: #000; } }
        @media (min-width: 1024px) {
          .listItem .listItem-body .listItem-content .listItem-actions .listItem-price .price-section {
            margin-right: 5px;
            font-size: 15px;
            color: #000; } }
        @media (min-width: 1850px) {
          .listItem .listItem-body .listItem-content .listItem-actions .listItem-price .price-section {
            font-size: 15px;
            color: #000;
            font-weight: 600; } }
        .listItem .listItem-body .listItem-content .listItem-actions .listItem-price .price-section:last-child {
          margin-right: 0;
          display: inline-block; }
        .listItem .listItem-body .listItem-content .listItem-actions .listItem-price .price-section.actual-price {
          font-size: 20px;
          color: #ce2a2b;
          font-weight: 700; }
          @media (min-width: 768px) {
            .listItem .listItem-body .listItem-content .listItem-actions .listItem-price .price-section.actual-price {
              font-size: 22px; } }
          @media (min-width: 1850px) {
            .listItem .listItem-body .listItem-content .listItem-actions .listItem-price .price-section.actual-price {
              font-size: 24px; } }
      @media (min-width: 768px) {
        .listItem .listItem-body .listItem-content .listItem-actions .listItem-price {
          display: inline-block;
          margin-right: 1rem; } }
      @media (min-width: 801px) {
        .listItem .listItem-body .listItem-content .listItem-actions .listItem-price {
          display: block; } }
      @media (min-width: 1261px) {
        .listItem .listItem-body .listItem-content .listItem-actions .listItem-price {
          margin-right: 0;
          margin-bottom: 1rem; } }
      .listItem .listItem-body .listItem-content .listItem-actions .listItem-actions-button-section .card-figcaption-button {
        margin: 0;
        display: inline-block;
        font-size: 16px;
        padding: 7px 20px; }
        @media (min-width: 768px) {
          .listItem .listItem-body .listItem-content .listItem-actions .listItem-actions-button-section .card-figcaption-button {
            font-size: 17px; } }
        @media (min-width: 1850px) {
          .listItem .listItem-body .listItem-content .listItem-actions .listItem-actions-button-section .card-figcaption-button {
            font-size: 18px; } }
        .listItem .listItem-body .listItem-content .listItem-actions .listItem-actions-button-section .card-figcaption-button .theme-icon {
          margin-right: 5px;
          vertical-align: middle;
          line-height: 1; }
          .listItem .listItem-body .listItem-content .listItem-actions .listItem-actions-button-section .card-figcaption-button .theme-icon:before {
            color: white;
            font-size: 14px; }
            @media (min-width: 768px) {
              .listItem .listItem-body .listItem-content .listItem-actions .listItem-actions-button-section .card-figcaption-button .theme-icon:before {
                font-size: 16px; } }
            @media (min-width: 1850px) {
              .listItem .listItem-body .listItem-content .listItem-actions .listItem-actions-button-section .card-figcaption-button .theme-icon:before {
                font-size: 15px; } }
        .listItem .listItem-body .listItem-content .listItem-actions .listItem-actions-button-section .card-figcaption-button:hover .theme-icon:before, .listItem .listItem-body .listItem-content .listItem-actions .listItem-actions-button-section .card-figcaption-button:focus .theme-icon:before {
          color: #ce2a2b; }
    @media (min-width: 768px) {
      .listItem .listItem-body {
        width: 68%;
        display: inline-block;
        vertical-align: top;
        padding-left: 1.27778rem;
        padding-right: 0.77778rem; } }
    @media (min-width: 801px) {
      .listItem .listItem-body {
        width: 60%; } }
    @media (min-width: 1261px) {
      .listItem .listItem-body {
        width: 68%; } }
    @media (min-width: 1850px) {
      .listItem .listItem-body {
        width: 75%;
        padding-right: 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 100%;
    text-align: center; } }

/********** list-view style end **********/
/* for 3 variation comparison */
/* shop by category style start */
.shop-by-category {
  padding-bottom: 16px; }
  @media (min-width: 768px) {
    .shop-by-category {
      padding-bottom: 32px; } }
  @media (min-width: 1366px) {
    .shop-by-category {
      padding-bottom: 50px; } }

.section-content {
  font-size: 0; }
  .section-content .section-sub-content {
    padding: 5px 0; }
    @media (min-width: 551px) {
      .section-content .section-sub-content {
        padding: 0; } }
    .section-content .section-sub-content .category-content {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .section-content .section-sub-content .category-content .category-image {
        position: relative;
        height: inherit; }
        .section-content .section-sub-content .category-content .category-image .category-img {
          width: 100%;
          height: inherit;
          object-fit: cover;
          object-position: top; }
        .section-content .section-sub-content .category-content .category-image:hover .category-subcontent .category-link {
          background-color: #333333;
          color: white; }
      .section-content .section-sub-content .category-content .category-subcontent {
        position: absolute;
        top: 16px;
        left: 16px;
        text-transform: uppercase; }
        .section-content .section-sub-content .category-content .category-subcontent.cat-no-img {
          position: static;
          /*border: 1px solid $global-border-color;*/
          padding: 10px;
          text-align: center; }
          .section-content .section-sub-content .category-content .category-subcontent.cat-no-img .category-title {
            max-width: 100%; }
        .section-content .section-sub-content .category-content .category-subcontent .category-title {
          font-family: "Montserrat";
          font-size: 18px;
          color: #333333;
          text-shadow: 2px 2px 4px white;
          font-weight: 900;
          max-width: 120px;
          margin: 0 0 8px;
          line-height: 1; }
          @media (min-width: 551px) {
            .section-content .section-sub-content .category-content .category-subcontent .category-title {
              font-size: 12px; } }
          @media (min-width: 768px) {
            .section-content .section-sub-content .category-content .category-subcontent .category-title {
              max-width: 160px;
              font-size: 20px; } }
          @media (min-width: 1024px) {
            .section-content .section-sub-content .category-content .category-subcontent .category-title {
              font-size: 26px; } }
          @media (min-width: 1366px) {
            .section-content .section-sub-content .category-content .category-subcontent .category-title {
              max-width: 180px;
              font-size: 28px; } }
          @media (min-width: 1850px) {
            .section-content .section-sub-content .category-content .category-subcontent .category-title {
              font-size: 30px;
              margin: 0 0 19px; } }
        .section-content .section-sub-content .category-content .category-subcontent .category-link {
          font-family: "Montserrat";
          font-size: 12px;
          color: #333333;
          font-weight: 500;
          border: 1px solid #333333;
          padding: 4px;
          text-decoration: none;
          display: inline-block; }
          @media (min-width: 551px) {
            .section-content .section-sub-content .category-content .category-subcontent .category-link {
              font-size: 9px; } }
          @media (min-width: 768px) {
            .section-content .section-sub-content .category-content .category-subcontent .category-link {
              font-size: 13px;
              padding: 5px; } }
          @media (min-width: 1024px) {
            .section-content .section-sub-content .category-content .category-subcontent .category-link {
              padding: 8px 11px;
              font-size: 14px; } }
    @media (min-width: 1024px) {
      .section-content .section-sub-content.section-content-first .category-content .category-subcontent {
        top: 20px;
        left: 20px; } }
    @media (min-width: 1850px) {
      .section-content .section-sub-content.section-content-first .category-content .category-subcontent {
        top: 30px;
        left: 30px; } }
    .section-content .section-sub-content.section-content-second .category-content .category-subcontent {
      top: 56px; }
      @media (min-width: 551px) {
        .section-content .section-sub-content.section-content-second .category-content .category-subcontent {
          top: 23px; } }
      @media (min-width: 768px) {
        .section-content .section-sub-content.section-content-second .category-content .category-subcontent {
          top: 35px; } }
      @media (min-width: 1024px) {
        .section-content .section-sub-content.section-content-second .category-content .category-subcontent {
          top: 56px;
          left: 20px; } }
      @media (min-width: 1850px) {
        .section-content .section-sub-content.section-content-second .category-content .category-subcontent {
          top: 66px;
          left: 30px; } }
      @media (min-width: 551px) {
        .section-content .section-sub-content.section-content-second .category-content .category-subcontent .category-title {
          max-width: 97px; } }
      @media (min-width: 1024px) {
        .section-content .section-sub-content.section-content-second .category-content .category-subcontent .category-title {
          max-width: 180px; } }
    .section-content .section-sub-content.section-content-third .category-content .category-subcontent {
      top: 30px; }
      @media (min-width: 551px) {
        .section-content .section-sub-content.section-content-third .category-content .category-subcontent {
          top: 21px; } }
      @media (min-width: 768px) {
        .section-content .section-sub-content.section-content-third .category-content .category-subcontent {
          top: 35px; } }
      @media (min-width: 1024px) {
        .section-content .section-sub-content.section-content-third .category-content .category-subcontent {
          top: 65px;
          left: 50px; } }
      @media (min-width: 1850px) {
        .section-content .section-sub-content.section-content-third .category-content .category-subcontent {
          top: 75px;
          left: 60px; } }
    .section-content .section-sub-content.section-content-fourth .category-content .category-subcontent {
      top: 30px; }
      @media (min-width: 551px) {
        .section-content .section-sub-content.section-content-fourth .category-content .category-subcontent {
          top: 21px; } }
      @media (min-width: 768px) {
        .section-content .section-sub-content.section-content-fourth .category-content .category-subcontent {
          top: 35px; } }
      @media (min-width: 1024px) {
        .section-content .section-sub-content.section-content-fourth .category-content .category-subcontent {
          top: 60px;
          left: 20px; } }
      @media (min-width: 1850px) {
        .section-content .section-sub-content.section-content-fourth .category-content .category-subcontent {
          top: 70px;
          left: 30px; } }
    .section-content .section-sub-content.section-content-fifth .category-content .category-subcontent {
      top: 75px; }
      @media (min-width: 551px) {
        .section-content .section-sub-content.section-content-fifth .category-content .category-subcontent {
          top: 27px; } }
      @media (min-width: 768px) {
        .section-content .section-sub-content.section-content-fifth .category-content .category-subcontent {
          top: 37px; } }
      @media (min-width: 1024px) {
        .section-content .section-sub-content.section-content-fifth .category-content .category-subcontent {
          top: 75px;
          left: 20px; } }
      @media (min-width: 1850px) {
        .section-content .section-sub-content.section-content-fifth .category-content .category-subcontent {
          top: 95px;
          left: 30px; } }
      @media (min-width: 551px) {
        .section-content .section-sub-content.section-content-fifth .category-content .category-subcontent .category-title {
          max-width: 97px; } }
      @media (min-width: 1024px) {
        .section-content .section-sub-content.section-content-fifth .category-content .category-subcontent .category-title {
          max-width: 180px; } }
  @media (min-width: 551px) {
    .section-content {
      display: -ms-grid;
      display: grid;
      grid-gap: 10px; } }
  @media (min-width: 1024px) {
    .section-content {
      grid-gap: 15px; } }
  @media (min-width: 1366px) {
    .section-content {
      grid-gap: 20px; } }

@media (min-width: 551px) {
  .cat-layout-3 {
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr; } }

@media (min-width: 551px) {
  .cat-layout-4 {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr; } }

@media (min-width: 1024px) {
  .cat-layout-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr; } }

/* shop by category style end */
/*************** ONLY FASHION VARIATION STYLE START ***************/
.fashion {
  /* header for fashion start */
  /* header for fashion end */
  /* shop by category for fashion start */
  /* shop by category for fashion end */ }
  .fashion .navPages-container {
    border-top: 1px solid #e1e1e1; }
    .fashion .navPages-container.footer-menu {
      border-top: none; }
  .fashion .header.left .dropdown--quickSearch .form-input {
    border: none; }
  .fashion .header.right .navUser-item.navUser-item--account .navUser-action .myacc-title {
    display: inline-block; }
  .fashion .cat-layout-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr; }
    .fashion .cat-layout-5 .section-content-first {
      grid-column: 1 / span 1;
      grid-row: 1 / span 2; }
    .fashion .cat-layout-5 .section-content-second {
      grid-column: 2 / span 1;
      grid-row: 1; }
    .fashion .cat-layout-5 .section-content-third {
      grid-column: 3 / span 2;
      grid-row: 1; }
    .fashion .cat-layout-5 .section-content-fourth {
      grid-column: 2 / span 2;
      grid-row: 2; }
    .fashion .cat-layout-5 .section-content-fifth {
      grid-column: 4 / span 1;
      grid-row: 2; }
  .fashion .icon--ratingEmpty svg {
    fill: #e1e1e1; }

/*************** ONLY FASHION VARIATION STYLE END ***************/
/*************** SHOP BY CATEGORY FOR IE STYLE START ***************/
@media all and (-ms-high-contrast: none) {
  .cat-layout-5 {
    margin: 0 -5px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 1024px) {
    .cat-layout-5 {
      margin: 0 -8px; } }
  @media all and (-ms-high-contrast: none) and (min-width: 1366px) {
    .cat-layout-5 {
      margin: 0 -10px; } }

@media all and (-ms-high-contrast: none) {
    .cat-layout-5 .section-content-first, .cat-layout-5 .section-content-second, .cat-layout-5 .section-content-third,
    .cat-layout-5 .section-content-fourth, .cat-layout-5 .section-content-fifth {
      padding: 5px; } }
    @media all and (-ms-high-contrast: none) and (min-width: 1024px) {
      .cat-layout-5 .section-content-first, .cat-layout-5 .section-content-second, .cat-layout-5 .section-content-third,
      .cat-layout-5 .section-content-fourth, .cat-layout-5 .section-content-fifth {
        padding: 8px; } }
    @media all and (-ms-high-contrast: none) and (min-width: 1366px) {
      .cat-layout-5 .section-content-first, .cat-layout-5 .section-content-second, .cat-layout-5 .section-content-third,
      .cat-layout-5 .section-content-fourth, .cat-layout-5 .section-content-fifth {
        padding: 10px; } }

/*************** SHOP BY CATEGORY FOR IE STYLE END ***************/
/*************** ONLY AUTOPARTS VARIATION STYLE START ***************/
.autoparts {
  /* header style start */
  /* header style end */
  /* slider style start */
  /* slider style end */
  /* shop by category style start */
  /* shop by category style end */
  /* product grid style start */
  /* product grid style end */
  /* trending products style start */
  /* trending products style end */
  /* badge style start */
  /* badge style end */
  /* product list style start */
  /* product list style end */
  /* our story style start */
  /* our story style end */
  /* recent updates style start */
  /* recent updates style end */
  /* usp section style start */
  /* usp section style end */
  /* instagram style start */
  /* instagram style end */
  /* footer style start */
  /* footer style end */
  /* product page style start */
  /* product page style end */
  /* cart page style start */
  /* cart page style end */
  /* compare page style start */
  /* compare page style end */ }
  .autoparts .static-banner .static-banner-left p {
    font-weight: 400; }
  .autoparts .static-banner .static-banner-right span {
    font-weight: 200; }
    .autoparts .static-banner .static-banner-right span a {
      font-weight: 700; }
  .autoparts .navUser-action {
    font-size: 16px; }
  .autoparts .header.right .navUser-item.navUser-item--account .navUser-action .myacc-title {
    display: inline-block; }
  @media (min-width: 551px) {
    .autoparts .heroCarousel-content {
      max-width: 72.66667rem;
      padding: 0 80px;
      width: 100%;
      text-align: right; } }
  @media (min-width: 1366px) {
    .autoparts .heroCarousel-content {
      padding: 1rem 2rem; } }
  @media (min-width: 1850px) {
    .autoparts .heroCarousel-content {
      padding: 1rem 2rem;
      width: 1440px;
      max-width: 100%; } }
  .autoparts .heroCarousel-action {
    border: 2px solid #ce2a2b;
    box-shadow: none; }
    @media (min-width: 1850px) {
      .autoparts .heroCarousel-action {
        font-size: 30px; } }
  .autoparts .heroCarousel-title {
    text-shadow: none;
    font-style: normal;
    font-weight: 900; }
  .autoparts .heroCarousel-description {
    text-shadow: none;
    font-style: normal;
    font-weight: 700; }
  .autoparts .section-content .section-sub-content .category-content {
    border-radius: 3px; }
    .autoparts .section-content .section-sub-content .category-content .category-subcontent {
      top: 10px;
      left: 10px; }
      .autoparts .section-content .section-sub-content .category-content .category-subcontent .category-title {
        max-width: 100%;
        font-weight: 700; }
      .autoparts .section-content .section-sub-content .category-content .category-subcontent .category-link {
        border-radius: 3px; }
      @media (min-width: 768px) {
        .autoparts .section-content .section-sub-content .category-content .category-subcontent {
          top: 15px;
          left: 15px; } }
    @media (min-width: 768px) {
      .autoparts .section-content .section-sub-content .category-content.firstcategory_content .category-subcontent .category-title {
        max-width: 130px; } }
    @media (min-width: 1850px) {
      .autoparts .section-content .section-sub-content .category-content.firstcategory_content .category-subcontent .category-title {
        max-width: 140px; } }
    @media (min-width: 1024px) {
      .autoparts .section-content .section-sub-content .category-content.firstcategory_content .category-subcontent {
        top: 30px;
        left: 20px; } }
    @media (min-width: 1366px) {
      .autoparts .section-content .section-sub-content .category-content.firstcategory_content .category-subcontent {
        top: 35px;
        left: 25px; } }
    @media (min-width: 1850px) {
      .autoparts .section-content .section-sub-content .category-content.firstcategory_content .category-subcontent {
        top: 40px;
        left: 30px; } }
    @media (min-width: 768px) {
      .autoparts .section-content .section-sub-content .category-content.secondcategory_content .category-subcontent .category-title {
        max-width: 405px; } }
    @media (min-width: 1850px) {
      .autoparts .section-content .section-sub-content .category-content.secondcategory_content .category-subcontent .category-title {
        max-width: 430px; } }
    @media (min-width: 1024px) {
      .autoparts .section-content .section-sub-content .category-content.secondcategory_content .category-subcontent {
        top: 40px;
        left: 20px; } }
    @media (min-width: 1366px) {
      .autoparts .section-content .section-sub-content .category-content.secondcategory_content .category-subcontent {
        top: 45px;
        left: 25px; } }
    @media (min-width: 1850px) {
      .autoparts .section-content .section-sub-content .category-content.secondcategory_content .category-subcontent {
        top: 50px;
        left: 30px; } }
    @media (min-width: 768px) {
      .autoparts .section-content .section-sub-content .category-content.thirdcategory_content .category-subcontent .category-title {
        max-width: 265px; } }
    @media (min-width: 1024px) {
      .autoparts .section-content .section-sub-content .category-content.thirdcategory_content .category-subcontent {
        top: 40px;
        left: 20px; } }
    @media (min-width: 1366px) {
      .autoparts .section-content .section-sub-content .category-content.thirdcategory_content .category-subcontent {
        top: 45px;
        left: 25px; } }
    @media (min-width: 1850px) {
      .autoparts .section-content .section-sub-content .category-content.thirdcategory_content .category-subcontent {
        top: 50px;
        left: 30px; } }
    @media (min-width: 768px) {
      .autoparts .section-content .section-sub-content .category-content.fourthcategory_content .category-subcontent .category-title {
        max-width: 230px; } }
    @media (min-width: 1024px) {
      .autoparts .section-content .section-sub-content .category-content.fourthcategory_content .category-subcontent {
        top: 20px;
        left: 10px; } }
    @media (min-width: 1366px) {
      .autoparts .section-content .section-sub-content .category-content.fourthcategory_content .category-subcontent {
        top: 25px;
        left: 15px; } }
    @media (min-width: 1850px) {
      .autoparts .section-content .section-sub-content .category-content.fourthcategory_content .category-subcontent {
        top: 30px;
        left: 20px; } }
    @media (min-width: 768px) {
      .autoparts .section-content .section-sub-content .category-content.fifthcategory_content .category-subcontent .category-title {
        max-width: 230px; } }
    @media (min-width: 1024px) {
      .autoparts .section-content .section-sub-content .category-content.fifthcategory_content .category-subcontent {
        top: 20px;
        left: 10px; } }
    @media (min-width: 1366px) {
      .autoparts .section-content .section-sub-content .category-content.fifthcategory_content .category-subcontent {
        top: 25px;
        left: 15px; } }
    @media (min-width: 1850px) {
      .autoparts .section-content .section-sub-content .category-content.fifthcategory_content .category-subcontent {
        top: 30px;
        left: 20px; } }
  @media (min-width: 1850px) {
    .autoparts .section-content {
      grid-gap: 30px; } }
  .autoparts .cat-layout-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr; }
    .autoparts .cat-layout-5 .section-content-first {
      grid-column: 1 / span 1;
      grid-row: 1 / span 2; }
    .autoparts .cat-layout-5 .section-content-second {
      grid-column: 2 / span 2;
      grid-row: 1 / span 2; }
    .autoparts .cat-layout-5 .section-content-third {
      grid-column: 4 / span 2;
      grid-row: 1; }
    .autoparts .cat-layout-5 .section-content-fourth {
      grid-column: 4 / span 1;
      grid-row: 2; }
    .autoparts .cat-layout-5 .section-content-fifth {
      grid-column: 5 / span 1;
      grid-row: 2; }
  @media (min-width: 801px) {
    .autoparts .card:hover .card-figure .sale-flag-sash, .autoparts .card:hover .card-figure .new-badge {
      opacity: 0; } }
  .autoparts .card:hover .card-figure .card-img-container .card-image {
    transform: none; }
  .autoparts .card:hover .card-body {
    transform: none;
    height: auto; }
    @media (min-width: 801px) {
      .autoparts .card:hover .card-body {
        border-top: 1px solid transparent; } }
    .autoparts .card:hover .card-body .card-figcaption-button-section .card-figcaption-button {
      background-color: #ce2a2b;
      color: white;
      border-color: #ce2a2b; }
      .autoparts .card:hover .card-body .card-figcaption-button-section .card-figcaption-button .theme-icon::before {
        color: white; }
      .autoparts .card:hover .card-body .card-figcaption-button-section .card-figcaption-button:hover .theme-icon::before {
        color: white; }
  .autoparts .card:hover .card-image-arrow {
    top: 70%;
    /*&.card-image-prev{
					left: 40%;
					transform: translateX(-40%);
				}
				&.card-image-next{
					right: auto;
					left: 60%;
					transform: translateX(-60%);
				}*/ }
  .autoparts .card .card-figure {
    background-color: black;
    flex: none; }
    .autoparts .card .card-figure .card-figcaption .card-figcaption-body {
      top: 20px;
      right: 20px;
      transform: none;
      width: auto; }
      .autoparts .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button {
        width: 40px;
        display: block;
        border-radius: 5px;
        margin: 0 0 10px auto;
        background-color: white; }
        .autoparts .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button:hover {
          background-color: #ce2a2b; }
  .autoparts .card .card-body {
    border-top: 1px solid #e1e1e1; }
    .autoparts .card .card-body .card-title {
      text-align: center; }
      @media (min-width: 551px) {
        .autoparts .card .card-body .card-title {
          text-align: left; } }
      .autoparts .card .card-body .card-title a {
        font-weight: 400;
        font-size: 18px; }
        @media (min-width: 1024px) {
          .autoparts .card .card-body .card-title a {
            font-size: 19px; } }
    .autoparts .card .card-body .auto-price-rating {
      font-size: 0; }
      .autoparts .card .card-body .auto-price-rating .product-price {
        display: block; }
        @media (min-width: 551px) {
          .autoparts .card .card-body .auto-price-rating .product-price {
            width: 50%;
            display: inline-block;
            vertical-align: top;
            text-align: left; } }
        .autoparts .card .card-body .auto-price-rating .product-price .price-section {
          font-weight: 300; }
          .autoparts .card .card-body .auto-price-rating .product-price .price-section.actual-price {
            font-weight: 600; }
          @media (min-width: 551px) {
            .autoparts .card .card-body .auto-price-rating .product-price .price-section {
              display: block;
              margin: 0 0 5px; } }
          @media (min-width: 551px) {
            .autoparts .card .card-body .auto-price-rating .product-price .price-section:last-child {
              margin: 0; } }
          @media (min-width: 551px) {
            .autoparts .card .card-body .auto-price-rating .product-price .price-section span {
              line-height: 1; } }
      .autoparts .card .card-body .auto-price-rating .product-rating {
        display: block; }
        @media (min-width: 551px) {
          .autoparts .card .card-body .auto-price-rating .product-rating {
            width: 50%;
            display: inline-block;
            vertical-align: top; } }
        @media (min-width: 551px) {
          .autoparts .card .card-body .auto-price-rating .product-rating .rating--small .icon {
            margin-top: 0; } }
    @media (min-width: 551px) {
      .autoparts .card .card-body .card-text--colorswatches.loaded {
        text-align: left; } }
    @media (min-width: 551px) {
      .autoparts .card .card-body .card-figcaption-button-section {
        opacity: 1;
        position: inherit;
        text-align: left;
        left: 0;
        transform: none; } }
    .autoparts .card .card-body .card-figcaption-button-section .card-figcaption-button {
      background-color: black;
      color: #999999;
      border-color: black; }
      .autoparts .card .card-body .card-figcaption-button-section .card-figcaption-button .theme-icon {
        vertical-align: top; }
        .autoparts .card .card-body .card-figcaption-button-section .card-figcaption-button .theme-icon::before {
          color: #999999; }
  .autoparts .card-text--colorswatches .form-option {
    border-radius: 5px; }
  .autoparts .productCard-colorSwatch {
    border-radius: 5px; }
    .autoparts .productCard-colorSwatch img {
      border-radius: 5px; }
  .autoparts .productCard-colorSwatch-color {
    border-radius: 5px; }
  .autoparts .icon--ratingFull svg {
    fill: transparent;
    stroke: #ffc600;
    stroke-width: 4px; }
  .autoparts .icon--ratingEmpty svg {
    fill: transparent;
    stroke: #f2f2f5;
    stroke-width: 4px; }
  @media (min-width: 768px) {
    .autoparts .trending-products .productGrid .slick-list .slick-track .product {
      margin-bottom: 50px; } }
  @media (min-width: 801px) {
    .autoparts .trending-products .productGrid .slick-list .slick-track .product {
      margin-bottom: 35px; } }
  @media (min-width: 1024px) {
    .autoparts .trending-products .productGrid .slick-list .slick-track .product {
      margin-bottom: 48px; } }
  @media (min-width: 1366px) {
    .autoparts .trending-products .productGrid .slick-list .slick-track .product {
      margin-bottom: 56px; } }
  @media (min-width: 1850px) {
    .autoparts .trending-products .productGrid .slick-list .slick-track .product {
      margin-bottom: 50px; } }
  .autoparts .trending-products .productGrid .slick-list .slick-track .product .card .card-body .auto-price-rating .product-rating {
    width: auto; }
  .autoparts .trending-products .productGrid .slick-list .slick-track .product .card .card-body .auto-price-rating .product-price {
    width: auto;
    text-align: center; }
    .autoparts .trending-products .productGrid .slick-list .slick-track .product .card .card-body .auto-price-rating .product-price .price-section {
      display: inline-block;
      margin-bottom: 0; }
      @media (min-width: 1850px) {
        .autoparts .trending-products .productGrid .slick-list .slick-track .product .card .card-body .auto-price-rating .product-price .price-section {
          font-size: 21px; } }
      @media (min-width: 1850px) {
        .autoparts .trending-products .productGrid .slick-list .slick-track .product .card .card-body .auto-price-rating .product-price .price-section.actual-price {
          font-size: 32px; } }
  .autoparts .trending-products .productGrid .slick-list .slick-track .product .card .card-body .card-title {
    text-align: center; }
    .autoparts .trending-products .productGrid .slick-list .slick-track .product .card .card-body .card-title a {
      font-weight: 600;
      font-size: 20px; }
      @media (min-width: 1850px) {
        .autoparts .trending-products .productGrid .slick-list .slick-track .product .card .card-body .card-title a {
          font-size: 22px; } }
  .autoparts .trending-products .productGrid .slick-list .slick-track .product .card .card-body .card-figcaption-button-section {
    text-align: center; }
  .autoparts .trending-products .productGrid .slick-list .slick-track .product .card:hover .card-figure .sale-flag-sash {
    opacity: 1; }
  .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center {
    margin-bottom: 0; }
    .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-figure .sale-flag-sash {
      top: 20px;
      right: 20px;
      width: auto; }
    .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-title a {
      font-size: 20px; }
      @media (min-width: 1024px) {
        .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-title a {
          font-size: 22px; } }
      @media (min-width: 1850px) {
        .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-title a {
          font-size: 24px; } }
    @media (min-width: 1024px) {
      .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-price .price-section .price--rrp, .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-price .price-section .price--non-sale, .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-price .price-section .price--discounted {
        font-size: 24px; } }
    @media (min-width: 1366px) {
      .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-price .price-section .price--rrp, .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-price .price-section .price--non-sale, .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .product-price .price-section .price--discounted {
        font-size: 29px; } }
    .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-figcaption-button-section .card-figcaption-button {
      color: #ce2a2b;
      background-color: rgba(0, 0, 255, 0);
      border: 1px solid #ce2a2b; }
      .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-figcaption-button-section .card-figcaption-button .theme-icon:before {
        color: #ce2a2b; }
      .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-figcaption-button-section .card-figcaption-button:hover, .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-figcaption-button-section .card-figcaption-button:focus, .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-figcaption-button-section .card-figcaption-button:active {
        color: white;
        background-color: #ce2a2b;
        border: 1px solid #ce2a2b; }
        .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-figcaption-button-section .card-figcaption-button:hover .theme-icon:before, .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-figcaption-button-section .card-figcaption-button:focus .theme-icon:before, .autoparts .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-body .card-figcaption-button-section .card-figcaption-button:active .theme-icon:before {
          color: white; }
  .autoparts .trending-products .card .card-body .card-figcaption-button-section .card-figcaption-button .theme-icon {
    vertical-align: middle; }
  .autoparts .sale-flag-sash {
    width: auto;
    top: 15px;
    right: 15px;
    left: auto;
    transform: translate(0) rotate(0deg);
    padding: 2px 10px; }
  .autoparts .new-badge {
    width: auto;
    top: 15px;
    left: 15px;
    transform: translate(0) rotate(0deg);
    padding: 2px 10px; }
  .autoparts .listItem .listItem-figure {
    border-color: white; }
    @media (min-width: 801px) {
      .autoparts .listItem .listItem-figure:hover .sale-flag-sash, .autoparts .listItem .listItem-figure:hover .new-badge {
        opacity: 0; } }
    .autoparts .listItem .listItem-figure:hover .card-image-arrow {
      top: 80%; }
      .autoparts .listItem .listItem-figure:hover .card-image-arrow.card-image-prev {
        left: 40%;
        transform: translateX(-40%); }
      .autoparts .listItem .listItem-figure:hover .card-image-arrow.card-image-next {
        right: auto;
        left: 60%;
        transform: translateX(-60%); }
    .autoparts .listItem .listItem-figure:hover .card-img-container .card-image {
      transform: scale(1); }
    .autoparts .listItem .listItem-figure .listItem-figureBody {
      top: 20px;
      right: 20px;
      left: auto;
      transform: none;
      width: auto; }
      .autoparts .listItem .listItem-figure .listItem-figureBody .listItem-button {
        width: 40px;
        display: block;
        border-radius: 5px;
        top: 0;
        transform: none;
        margin: 0 0 10px;
        background-color: white; }
        .autoparts .listItem .listItem-figure .listItem-figureBody .listItem-button:hover {
          background-color: #ce2a2b; }
          .autoparts .listItem .listItem-figure .listItem-figureBody .listItem-button:hover .theme-icon:before {
            color: white; }
        .autoparts .listItem .listItem-figure .listItem-figureBody .listItem-button:last-child {
          margin: 0; }
    .autoparts .listItem .listItem-figure .sale-flag-sash {
      top: 15px;
      right: 15px; }
  .autoparts .our-story-element .our-story-contents .banners .banner .our-story-content .our-story-sub-content p {
    font-weight: 400; }
  .autoparts .our-story-element .our-story-contents .banners .banner .our-story-content a span {
    font-weight: 600; }
  .autoparts .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-read-more span {
    font-weight: 600; }
  .autoparts .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-date, .autoparts .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-author {
    font-weight: 500; }
  .autoparts .recent-update .recent-update-element .recent-update-more a {
    font-weight: 600; }
  .autoparts .usp-list .usp-list-item .usp-element .usp-content .usp-content-main {
    font-weight: 600; }
  .autoparts .usp-list .usp-list-item .usp-element .usp-content .usp-content-sub {
    font-weight: 300; }
  .autoparts .instagram .instagram-content #instafeed .custom_insta_link:after {
    background-color: rgba(255, 255, 255, 0.9); }
  .autoparts .instagram .instagram-content #instafeed .custom_insta_link:hover span label {
    background-color: rgba(255, 255, 255, 0.1); }
    .autoparts .instagram .instagram-content #instafeed .custom_insta_link:hover span label:hover {
      background-color: black; }
  .autoparts .footer-content .footer-content-left ul li a {
    font-weight: 400; }
  .autoparts .footer-content .footer-content-middle .footer-subcontent-middle .theme-newsletter h5 {
    font-weight: 700; }
  .autoparts .footer-content .footer-content-right .theme-address address {
    font-weight: 400; }
  .autoparts .bottom-footer p {
    font-weight: 400; }
  .autoparts .productView-images .productView-thumbnails .slick-arrow.slick-next:before {
    color: #999999; }
  .autoparts .productView-images .productView-thumbnails .slick-arrow.slick-prev:before {
    color: #999999; }
  .autoparts .productView-options .product-purchase-section .form-field--increments .form-increment {
    border-radius: 5px;
    padding: 7px 14px; }
    @media (min-width: 1366px) {
      .autoparts .productView-options .product-purchase-section .form-field--increments .form-increment {
        padding: 8px 20px; } }
    @media (min-width: 1850px) {
      .autoparts .productView-options .product-purchase-section .form-field--increments .form-increment {
        padding: 9px 20px; } }
    .autoparts .productView-options .product-purchase-section .form-field--increments .form-increment .form-input--incrementTotal {
      background-color: transparent; }
  .autoparts .productView-options .product-purchase-section .form-action #form-action-addToCart {
    padding: 10px 14px; }
    @media (min-width: 1024px) {
      .autoparts .productView-options .product-purchase-section .form-action #form-action-addToCart {
        padding: 11px 14px; } }
    @media (min-width: 1366px) {
      .autoparts .productView-options .product-purchase-section .form-action #form-action-addToCart {
        padding: 13px 20px; } }
    @media (min-width: 1850px) {
      .autoparts .productView-options .product-purchase-section .form-action #form-action-addToCart {
        padding: 16px 18px; } }
  @media (min-width: 1024px) {
    .autoparts .productView-options .form-wishlist .dropdown-menu-button {
      padding: 9px 20px; } }
  @media (min-width: 1366px) {
    .autoparts .productView-options .form-wishlist .dropdown-menu-button {
      padding: 11px 30px; } }
  @media (min-width: 1850px) {
    .autoparts .productView-options .form-wishlist .dropdown-menu-button {
      padding: 12px 38px; } }
  .autoparts .productView-options .form-wishlist .dropdown-menu-button.is-open {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .autoparts .productView-options .form-wishlist #wishlist-dropdown.is-open li:last-child .button {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .autoparts.cart .cart-item-quantity .form-increment {
    border-radius: 5px; }
    .autoparts.cart .cart-item-quantity .form-increment .form-input--incrementTotal {
      background-color: transparent; }
  .autoparts .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product .card:hover .card-body {
    border-top: 1px solid #e1e1e1; }

/*************** ONLY AUTOPARTS VARIATION STYLE END **************/
/*************** ONLY OUTDOORS VARIATION STYLE START **************/
.outdoors {
  /* header style start */
  /* header style end */
  /* slider style start */
  /* slider style end */
  /* shop by category style start */
  /* shop by category style end */
  /* product grid style start */
  /* product grid style end */
  /* trending now style start */
  /* trending now style end */
  /* badge style start */
  /* badge style end */
  /* product list style start */
  /* product list style end */
  /* our story style start */
  /* our story style end */
  /* recent updates style start */
  /* recent updates style end */
  /* instagram style start */
  /* instagram style end */
  /* footer style start */
  /* footer style end */
  /* brand page style start */
  /* brand page style end */
  /* compare page style start */
  /* compare page style end */
  /* product page style start */
  /* product page style end */ }
  .outdoors .static-banner .static-banner-left p {
    font-weight: 400; }
  .outdoors .static-banner .static-banner-right span {
    font-weight: 100; }
    .outdoors .static-banner .static-banner-right span a {
      font-weight: 700; }
  .outdoors .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
    /*font-weight: 700;*/ }
  .outdoors .navPages-container {
    border-top: 1px solid #e1e1e1; }
    .outdoors .navPages-container.footer-menu {
      border-top: none; }
  .outdoors .navUser-item.navUser-item--account .navUser-action .myacc-title {
    display: inline-block; }
  .outdoors .header.left .dropdown--quickSearch .form-input {
    border: none; }
  .outdoors .header.center .navUser-item.navUser-item--account .navUser-action .myacc-title {
    display: none; }
  @media (min-width: 551px) {
    .outdoors .heroCarousel-content {
      max-width: 72.66667rem;
      padding: 0 80px;
      width: 100%;
      text-align: right; } }
  @media (min-width: 1366px) {
    .outdoors .heroCarousel-content {
      padding: 1rem 2rem; } }
  @media (min-width: 1850px) {
    .outdoors .heroCarousel-content {
      padding: 1rem 2rem;
      width: 1440px;
      max-width: 100%; } }
  .outdoors .heroCarousel-description, .outdoors .heroCarousel-title {
    font-style: normal; }
  .outdoors .section-content .section-sub-content .category-content {
    display: block; }
    .outdoors .section-content .section-sub-content .category-content .category-image::before {
      position: absolute;
      content: '';
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 2px solid white;
      border-radius: 5px; }
    .outdoors .section-content .section-sub-content .category-content .category-image img {
      width: 100%;
      border-radius: 5px; }
    .outdoors .section-content .section-sub-content .category-content .category-image:hover .category-subcontent .category-link {
      background-color: transparent;
      color: #212121; }
    .outdoors .section-content .section-sub-content .category-content .category-image .category-subcontent {
      left: 25px; }
      @media (min-width: 1024px) {
        .outdoors .section-content .section-sub-content .category-content .category-image .category-subcontent {
          left: 40px; } }
      @media (min-width: 1366px) {
        .outdoors .section-content .section-sub-content .category-content .category-image .category-subcontent {
          left: 50px; } }
      @media (min-width: 1850px) {
        .outdoors .section-content .section-sub-content .category-content .category-image .category-subcontent {
          left: 60px; } }
      .outdoors .section-content .section-sub-content .category-content .category-image .category-subcontent .category-title {
        max-width: 180px; }
        @media (min-width: 551px) {
          .outdoors .section-content .section-sub-content .category-content .category-image .category-subcontent .category-title {
            max-width: 200px; } }
        @media (min-width: 1366px) {
          .outdoors .section-content .section-sub-content .category-content .category-image .category-subcontent .category-title {
            max-width: 235px; } }
      .outdoors .section-content .section-sub-content .category-content .category-image .category-subcontent .category-link {
        background-color: #212121;
        border-color: #212121;
        font-weight: 700; }
    .outdoors .section-content .section-sub-content .category-content.firstcategory_content .category-subcontent, .outdoors .section-content .section-sub-content .category-content.secondcategory_content .category-subcontent {
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 1024px) {
        .outdoors .section-content .section-sub-content .category-content.firstcategory_content .category-subcontent, .outdoors .section-content .section-sub-content .category-content.secondcategory_content .category-subcontent {
          top: 56px;
          transform: none; } }
      @media (min-width: 1366px) {
        .outdoors .section-content .section-sub-content .category-content.firstcategory_content .category-subcontent, .outdoors .section-content .section-sub-content .category-content.secondcategory_content .category-subcontent {
          top: 76px; } }
      @media (min-width: 1850px) {
        .outdoors .section-content .section-sub-content .category-content.firstcategory_content .category-subcontent, .outdoors .section-content .section-sub-content .category-content.secondcategory_content .category-subcontent {
          top: 96px; } }
    .outdoors .section-content .section-sub-content .category-content.thirdcategory_content .category-subcontent, .outdoors .section-content .section-sub-content .category-content.fourthcategory_content .category-subcontent, .outdoors .section-content .section-sub-content .category-content.fourthcategory_content .category-subcontent {
      top: 50%;
      transform: translateY(-50%); }
      @media (min-width: 1024px) {
        .outdoors .section-content .section-sub-content .category-content.thirdcategory_content .category-subcontent, .outdoors .section-content .section-sub-content .category-content.fourthcategory_content .category-subcontent, .outdoors .section-content .section-sub-content .category-content.fourthcategory_content .category-subcontent {
          top: 71px;
          transform: none; } }
      @media (min-width: 1366px) {
        .outdoors .section-content .section-sub-content .category-content.thirdcategory_content .category-subcontent, .outdoors .section-content .section-sub-content .category-content.fourthcategory_content .category-subcontent, .outdoors .section-content .section-sub-content .category-content.fourthcategory_content .category-subcontent {
          top: 91px; } }
      @media (min-width: 1850px) {
        .outdoors .section-content .section-sub-content .category-content.thirdcategory_content .category-subcontent, .outdoors .section-content .section-sub-content .category-content.fourthcategory_content .category-subcontent, .outdoors .section-content .section-sub-content .category-content.fourthcategory_content .category-subcontent {
          top: 111px; } }
  .outdoors .cat-layout-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
    .outdoors .cat-layout-5 .section-content-first {
      grid-column: 1 / span 3;
      grid-row: 1; }
    .outdoors .cat-layout-5 .section-content-second {
      grid-column: 4 / span 3;
      grid-row: 1; }
    .outdoors .cat-layout-5 .section-content-third {
      grid-column: 1 / span 2;
      grid-row: 2; }
    .outdoors .cat-layout-5 .section-content-fourth {
      grid-column: 3 / span 2;
      grid-row: 2; }
    .outdoors .cat-layout-5 .section-content-fifth {
      grid-column: 5 / span 2;
      grid-row: 2; }
  @media (min-width: 801px) {
    .outdoors .card:hover .card-figure {
      background-color: #fafafd; } }
  .outdoors .card:hover .card-figure .card-img-container .card-image {
    transform: none; }
  @media (min-width: 801px) {
    .outdoors .card:hover .card-figure .sale-flag-sash, .outdoors .card:hover .card-figure .new-badge {
      opacity: 0; } }
  .outdoors .card:hover .card-body {
    transform: none;
    height: auto;
    background-color: transparent;
    border-color: transparent; }
    @media (min-width: 801px) {
      .outdoors .card:hover .card-body .card-title {
        opacity: 0;
        visibility: hidden; } }
    .outdoors .card:hover .card-body .card-figcaption-button-section {
      top: 21%; }
  .outdoors .card:hover .card-image-arrow {
    top: 70%;
    /*&.card-image-prev{
					left: 40%;
					transform: translateX(-40%);
				}
				&.card-image-next{
					right: auto;
					left: 60%;
					transform: translateX(-60%);
				}*/ }
  .outdoors .card .card-figure {
    background-color: white; }
    .outdoors .card .card-figure .sale-flag-sash {
      top: 15px;
      right: 15px; }
    .outdoors .card .card-figure .card-figcaption .card-figcaption-body {
      top: 20px;
      right: 20px;
      transform: none;
      width: auto; }
      .outdoors .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button {
        width: 40px;
        display: block;
        border-radius: 5px;
        margin: 0 0 10px auto;
        background-color: white; }
        .outdoors .card .card-figure .card-figcaption .card-figcaption-body .card-figcaption-button:hover {
          background-color: #ce2a2b; }
  .outdoors .card .card-body {
    background-color: transparent;
    position: relative; }
    .outdoors .card .card-body .card-title {
      opacity: 1;
      visibility: visible; }
      .outdoors .card .card-body .card-title a {
        font-size: 18px; }
        @media (min-width: 1024px) {
          .outdoors .card .card-body .card-title a {
            font-size: 19px; } }
      @media (min-width: 801px) {
        .outdoors .card .card-body .card-title {
          margin-bottom: 0; } }
    .outdoors .card .card-body .card-figcaption-button-section .card-figcaption-button {
      border-radius: 5px; }
      .outdoors .card .card-body .card-figcaption-button-section .card-figcaption-button .theme-icon {
        vertical-align: middle; }
  .outdoors .card-text--colorswatches .form-option {
    border-radius: 5px; }
  .outdoors .productCard-colorSwatch {
    border-radius: 5px; }
    .outdoors .productCard-colorSwatch img {
      border-radius: 5px; }
  .outdoors .productCard-colorSwatch-color {
    border-radius: 5px; }
  .outdoors .trending-products .productGrid .slick-list .slick-track .product .card:hover .card-figure .sale-flag-sash, .outdoors .trending-products .productGrid .slick-list .slick-track .product .card:hover .card-figure .new-badge {
    opacity: 1; }
  .outdoors .trending-products .productGrid .slick-list .slick-track .product .card:hover .card-body .card-title {
    opacity: 1;
    visibility: visible; }
  .outdoors .trending-products .productGrid .slick-list .slick-track .product .card:hover .card-image-arrow {
    top: 50%; }
    .outdoors .trending-products .productGrid .slick-list .slick-track .product .card:hover .card-image-arrow.card-image-prev {
      left: 10px;
      transform: none; }
    .outdoors .trending-products .productGrid .slick-list .slick-track .product .card:hover .card-image-arrow.card-image-next {
      right: 10px;
      left: auto;
      transform: none; }
  .outdoors .trending-products .productGrid .slick-list .slick-track .product .card .card-body {
    position: static; }
    .outdoors .trending-products .productGrid .slick-list .slick-track .product .card .card-body .card-title a {
      font-weight: 700; }
  .outdoors .trending-products .productGrid .slick-list .slick-track .product.slick-center .card .card-figure .sale-flag-sash {
    top: 20px;
    right: 20px;
    width: auto; }
  .outdoors .sale-flag-sash {
    width: auto;
    top: 15px;
    right: 15px;
    left: auto;
    transform: translate(0) rotate(0deg);
    padding: 2px 10px; }
  .outdoors .new-badge {
    width: auto;
    top: 15px;
    left: 15px;
    transform: translate(0) rotate(0deg);
    padding: 2px 10px; }
  @media (min-width: 801px) {
    .outdoors .listItem .listItem-figure:hover .sale-flag-sash, .outdoors .listItem .listItem-figure:hover .new-badge {
      opacity: 0; } }
  .outdoors .listItem .listItem-figure:hover .card-image-arrow {
    top: 80%; }
    .outdoors .listItem .listItem-figure:hover .card-image-arrow.card-image-prev {
      left: 40%;
      transform: translateX(-40%); }
    .outdoors .listItem .listItem-figure:hover .card-image-arrow.card-image-next {
      right: auto;
      left: 60%;
      transform: translateX(-60%); }
  .outdoors .listItem .listItem-figure .listItem-figureBody {
    top: 20px;
    right: 20px;
    left: auto;
    transform: none;
    width: auto; }
    .outdoors .listItem .listItem-figure .listItem-figureBody .listItem-button {
      width: 40px;
      display: block;
      border-radius: 5px;
      top: 0;
      transform: none;
      margin: 0 0 10px; }
      .outdoors .listItem .listItem-figure .listItem-figureBody .listItem-button:last-child {
        margin: 0; }
  .outdoors .listItem .listItem-figure .sale-flag-sash {
    top: 15px;
    right: 15px; }
  .outdoors .our-story-element .our-story-contents .banners .banner .our-story-content .our-story-sub-content p {
    font-weight: 300; }
  .outdoors .recent-update .recent-update-element .recent-update-element-content .recent-update-left .recent-update-details .blog-summary {
    font-weight: 300; }
  @media (min-width: 1366px) {
    .outdoors .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-date, .outdoors .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-author {
      font-size: 19px; } }
  @media (min-width: 1850px) {
    .outdoors .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-date, .outdoors .recent-update .recent-update-element .recent-update-element-content .recent-update-right .blog-author {
      font-size: 20px; } }
  .outdoors .instagram .instagram-content #instafeed .custom_insta_link:after {
    background-color: rgba(255, 255, 255, 0.8); }
  .outdoors .instagram .instagram-content #instafeed .custom_insta_link:hover span svg {
    fill: white; }
  .outdoors .instagram .instagram-content #instafeed .custom_insta_link:hover span label {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white; }
    .outdoors .instagram .instagram-content #instafeed .custom_insta_link:hover span label:hover {
      background-color: white;
      color: white; }
  .outdoors .footer-content .footer-content-left ul li a {
    font-weight: 400; }
  .outdoors .footer-content .footer-content-middle .footer-subcontent-middle .theme-newsletter h5 {
    font-weight: 700; }
  .outdoors .footer-content .footer-content-right .theme-address address {
    font-weight: 400; }
  .outdoors .bottom-footer p {
    font-weight: 400; }
  .outdoors .brandGrid .brand .card:hover .card-body .card-title {
    opacity: 1;
    visibility: visible; }
  .outdoors .custowithscroll_pro .compareTable tbody .compareTable-row .compareTable-product .card:hover .card-body .card-title {
    opacity: 1;
    visibility: visible; }
  .outdoors .form-option {
    border-radius: 5px; }
    .outdoors .form-option .form-option-variant.form-option-variant--color {
      border-radius: 5px; }

/*************** ONLY OUTDOORS VARIATION STYLE END **************/
/* for category page */
/* category page style start */
.category {
  /* category description style start */
  /* category description style end */ }
  .category .body {
    margin-top: 0; }
  .category .page {
    margin: 0 auto;
    max-width: none;
    width: 100%; }
  .category .category-banner {
    position: relative; }
    .category .category-banner.with-cat-img {
      /* banner title style start */
      /* banner title style end */ }
      .category .category-banner.with-cat-img .category-banner-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .category .category-banner.with-cat-img .category-banner-title .page-heading {
          color: white;
          line-height: 1; }
        .category .category-banner.with-cat-img .category-banner-title .breadcrumbs .breadcrumb .breadcrumb-label {
          color: #242526; }
        .category .category-banner.with-cat-img .category-banner-title .breadcrumbs .breadcrumb:before {
          border-color: #242526; }
    .category .category-banner.without-cat-img .category-banner-title {
      padding: 10px 0;
      background-color: #ce2a2b; }
      @media (min-width: 768px) {
        .category .category-banner.without-cat-img .category-banner-title {
          padding: 20px 0; } }
      @media (min-width: 1024px) {
        .category .category-banner.without-cat-img .category-banner-title {
          padding: 30px 0; } }
      @media (min-width: 1366px) {
        .category .category-banner.without-cat-img .category-banner-title {
          padding: 40px 0; } }
      @media (min-width: 1850px) {
        .category .category-banner.without-cat-img .category-banner-title {
          padding: 50px 0; } }
    .category .category-banner .category-banner-title {
      display: block; }
      .category .category-banner .category-banner-title .page-heading {
        margin: 0;
        font-family: "Montserrat";
        font-weight: 700;
        font-size: 30px;
        text-transform: uppercase;
        color: white;
        line-height: 1; }
        @media (min-width: 1024px) {
          .category .category-banner .category-banner-title .page-heading {
            font-size: 32px; } }
        @media (min-width: 1366px) {
          .category .category-banner .category-banner-title .page-heading {
            font-size: 34px; } }
        @media (min-width: 1850px) {
          .category .category-banner .category-banner-title .page-heading {
            font-size: 36px; } }
      .category .category-banner .category-banner-title .breadcrumbs {
        text-align: center;
        margin-bottom: 0; }
        .category .category-banner .category-banner-title .breadcrumbs .breadcrumb {
          margin-top: 10px; }
          .category .category-banner .category-banner-title .breadcrumbs .breadcrumb .breadcrumb-label {
            text-transform: uppercase;
            font-family: "Montserrat";
            color: white;
            font-size: 15px; }
            .category .category-banner .category-banner-title .breadcrumbs .breadcrumb .breadcrumb-label:hover {
              text-decoration: underline; }
            @media (min-width: 1024px) {
              .category .category-banner .category-banner-title .breadcrumbs .breadcrumb .breadcrumb-label {
                font-size: 15px; } }
            @media (min-width: 1366px) {
              .category .category-banner .category-banner-title .breadcrumbs .breadcrumb .breadcrumb-label {
                font-size: 15px; } }
            @media (min-width: 1850px) {
              .category .category-banner .category-banner-title .breadcrumbs .breadcrumb .breadcrumb-label {
                font-size: 15px; } }
          .category .category-banner .category-banner-title .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
            font-weight: 400; }
            .category .category-banner .category-banner-title .breadcrumbs .breadcrumb.is-active .breadcrumb-label:hover {
              color: white;
              text-decoration: none; }
          .category .category-banner .category-banner-title .breadcrumbs .breadcrumb:before {
            font-size: 18px;
            border-color: white; }
            @media (min-width: 1024px) {
              .category .category-banner .category-banner-title .breadcrumbs .breadcrumb:before {
                font-size: 20px; } }
            @media (min-width: 1366px) {
              .category .category-banner .category-banner-title .breadcrumbs .breadcrumb:before {
                font-size: 22px; } }
            @media (min-width: 1850px) {
              .category .category-banner .category-banner-title .breadcrumbs .breadcrumb:before {
                font-size: 24px; } }
          @media (min-width: 1024px) {
            .category .category-banner .category-banner-title .breadcrumbs .breadcrumb {
              margin-top: 15px; } }
          @media (min-width: 1366px) {
            .category .category-banner .category-banner-title .breadcrumbs .breadcrumb {
              margin-top: 20px; } }
          @media (min-width: 1850px) {
            .category .category-banner .category-banner-title .breadcrumbs .breadcrumb {
              margin-top: 25px; } }
  .category .category-description {
    /*background-color: $body-section-bg;*/
    background-color: #fafafd; }
    .category .category-description .category-description-content {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      padding: 15px; }
      .category .category-description .category-description-content .cat-desc-trim-content {
        display: block;
        max-height: 90px;
        overflow: hidden;
        position: relative; }
        @media (min-width: 1024px) {
          .category .category-description .category-description-content .cat-desc-trim-content {
            max-height: 97px; } }
        @media (min-width: 1366px) {
          .category .category-description .category-description-content .cat-desc-trim-content {
            max-height: 105px; } }
        .category .category-description .category-description-content .cat-desc-trim-content.is-open {
          max-height: none;
          transition: all 1s linear; }
          .category .category-description .category-description-content .cat-desc-trim-content.is-open .box-shade {
            display: none; }
        .category .category-description .category-description-content .cat-desc-trim-content .box-shade {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          padding: 10px 0;
          background: linear-gradient(to bottom, rgba(250, 250, 253, 0.04) 0%, rgba(250, 250, 253, 0.8) 100%); }
      .category .category-description .category-description-content h2 {
        font-family: "Montserrat";
        font-weight: 700;
        text-transform: uppercase;
        color: #030504;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          .category .category-description .category-description-content h2 {
            font-size: 22px; } }
        @media (min-width: 1366px) {
          .category .category-description .category-description-content h2 {
            font-size: 24px; } }
      .category .category-description .category-description-content p {
        color: #030504;
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 0; }
        @media (min-width: 1024px) {
          .category .category-description .category-description-content p {
            font-size: 17px; } }
        @media (min-width: 1366px) {
          .category .category-description .category-description-content p {
            font-size: 18px; } }
      .category .category-description .category-description-content .read_more_link {
        margin-top: 10px;
        text-align: center; }
        .category .category-description .category-description-content .read_more_link .toggle-more {
          font-size: 16px;
          font-weight: bold;
          text-decoration: none; }
          .category .category-description .category-description-content .read_more_link .toggle-more:before {
            color: #212121;
            content: 'Read More';
            display: inline-block; }
          .category .category-description .category-description-content .read_more_link .toggle-more:hover {
            color: #202738; }
            @media (min-width: 1261px) {
              .category .category-description .category-description-content .read_more_link .toggle-more:hover::before {
                color: #202738; } }
          @media (min-width: 1024px) {
            .category .category-description .category-description-content .read_more_link .toggle-more {
              font-size: 17px; } }
          @media (min-width: 1366px) {
            .category .category-description .category-description-content .read_more_link .toggle-more {
              font-size: 18px; } }
      .category .category-description .category-description-content .cat-desc-trim-content.is-open + .read_more_link .toggle-more:before {
        color: #212121;
        content: "Read Less"; }
      .category .category-description .category-description-content .cat-desc-trim-content.is-open + .read_more_link .toggle-more:hover {
        color: #202738; }
        @media (min-width: 1261px) {
          .category .category-description .category-description-content .cat-desc-trim-content.is-open + .read_more_link .toggle-more:hover::before {
            color: #202738; } }
      @media (min-width: 768px) {
        .category .category-description .category-description-content {
          max-width: 650px;
          padding: 20px 0; } }
      @media (min-width: 1024px) {
        .category .category-description .category-description-content {
          max-width: 750px;
          padding: 25px 0; } }
      @media (min-width: 1366px) {
        .category .category-description .category-description-content {
          max-width: 850px;
          padding: 30px 0; } }
      @media (min-width: 1850px) {
        .category .category-description .category-description-content {
          max-width: 1000px;
          padding: 40px 0; } }

/* category page style end */
/* for product-filter */
/********** Page-sidebar style start **********/
.category .page-sidebar {
  background-color: transparent;
  padding: 0 0.75rem; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .category .page-sidebar {
      padding: 0; } }
  @media (min-width: 1201px) and (max-width: 1850px) {
    .category .page-sidebar {
      padding: 0 5px; } }
  .category .page-sidebar .category-banner-title nav {
    padding: 0; }
    .category .page-sidebar .category-banner-title nav .breadcrumbs {
      margin: 0; }
  .category .page-sidebar nav {
    /*background-color: $category-section-bg;*/
    padding: 0; }

@inclued md {
  .category .page-sidebar nav {
    padding: 20px 0; } }
    @media (min-width: 1366px) {
      .category .page-sidebar nav {
        padding: 0 0 30px 0; } }
    @media (min-width: 1850px) {
      .category .page-sidebar nav {
        padding: 0 0 35px 0; } }
  .category .page-sidebar #facetedSearch {
    padding: 0; }
    @media (max-width: 1200px) {
      .category .page-sidebar #facetedSearch {
        order: 3;
        padding: 0 10px; } }
    @media (min-width: 1201px) {
      .category .page-sidebar #facetedSearch {
        order: 3; } }

@media (max-width: 1200px) {
  .page-sidebar {
    width: 100%;
    padding: 0 0.50rem; } }

@media (min-width: 1201px) {
  .page-sidebar {
    width: 250px; } }

@media (min-width: 1366px) {
  .page-sidebar {
    width: 350px; } }

.page-sidebar .banners {
  display: none; }
  @media (min-width: 801px) {
    .page-sidebar .banners {
      display: block;
      margin-top: 10px; } }
  @media (min-width: 1366px) {
    .page-sidebar .banners {
      margin-top: 15px; } }
  @media (min-width: 1850px) {
    .page-sidebar .banners {
      margin-top: 20px; } }

.sidebarBlock {
  border-bottom: 2px solid white;
  padding: 0 10px 20px 10px;
  display: block;
  order: 1; }
  @media (max-width: 1200px) {
    .sidebarBlock {
      /*display:none;*/
      padding: 0 10px 5px 10px; } }
  .sidebarBlock a {
    text-decoration: none; }
  .sidebarBlock .sidebarBlock-heading {
    font-size: 15px;
    font-weight: 400;
    color: black;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .sidebarBlock .sidebarBlock-heading {
        font-size: 19px;
        margin-bottom: 15px; } }
    @media (min-width: 1201px) {
      .sidebarBlock .sidebarBlock-heading {
        font-size: 15px;
        margin-bottom: 5px;
        /*border-bottom: 1px solid #D9D9D9;*/
        padding: 10px 0;
        font-weight: 400;
        /*	border-top: 1px solid #D9D9D9;*/
        cursor: pointer; } }
  .sidebarBlock.facetedSearch {
    padding: 0 10px; }
    @media (min-width: 801px) {
      .sidebarBlock.facetedSearch {
        padding: 0 0 20px 0; } }
  .sidebarBlock:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  @media (min-width: 1366px) {
    .sidebarBlock {
      padding: 0;
      /*border-bottom: 1px solid #D9D9D9;*/ } }
  @media (min-width: 1850px) {
    .sidebarBlock {
      padding: 0;
      /*border-bottom: 1px solid #D9D9D9;*/ } }

.facetedSearch-navList .accordion {
  margin: 0;
  border: none; }
  .facetedSearch-navList .accordion .accordion-block .accordion-navigation .accordion-title {
    font-size: 15px;
    font-weight: 400;
    color: black;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .facetedSearch-navList .accordion .accordion-block .accordion-navigation .accordion-title {
        font-size: 15px; } }
    @media (min-width: 1850px) {
      .facetedSearch-navList .accordion .accordion-block .accordion-navigation .accordion-title {
        font-size: 15px; } }
  .facetedSearch-navList .accordion .accordion-block .accordion-navigation .accordion-navigation-actions {
    top: 50%;
    transform: translateY(-50%); }
    .facetedSearch-navList .accordion .accordion-block .accordion-navigation .accordion-navigation-actions .facetedSearch-clearLink {
      color: #202738;
      text-decoration: none; }
      .facetedSearch-navList .accordion .accordion-block .accordion-navigation .accordion-navigation-actions .facetedSearch-clearLink:hover {
        color: #212121; }
    .facetedSearch-navList .accordion .accordion-block .accordion-navigation .accordion-navigation-actions:hover svg {
      fill: #212121; }
    .facetedSearch-navList .accordion .accordion-block .accordion-navigation .accordion-navigation-actions svg {
      fill: black;
      width: 1rem;
      height: 1rem; }
  .facetedSearch-navList .accordion .accordion-block .accordion-content.facetedSearch-content--rating .navList .navList-item .navList-action {
    padding: 6px 0 6px 30px; }
  .facetedSearch-navList .accordion .accordion-block .accordion-content .toggleLink {
    padding: 5px 0 5px 20px; }
    @media (min-width: 1850px) {
      .facetedSearch-navList .accordion .accordion-block .accordion-content .toggleLink {
        padding: 6px 0 6px 30px; } }
    .facetedSearch-navList .accordion .accordion-block .accordion-content .toggleLink .toggleLink-text {
      color: #212121;
      text-decoration: underline; }
    .facetedSearch-navList .accordion .accordion-block .accordion-content .toggleLink:hover .toggleLink-text {
      color: #202738; }
  @media (min-width: 801px) {
    .facetedSearch-navList .accordion .accordion-block .accordion-content .navList {
      margin-top: 5px; } }
  @media (min-width: 1366px) {
    .facetedSearch-navList .accordion .accordion-block .accordion-content .navList {
      margin-top: 5px; } }
  @media (min-width: 1850px) {
    .facetedSearch-navList .accordion .accordion-block .accordion-content .navList {
      margin-top: 5pxpx; } }
  .facetedSearch-navList .accordion .accordion-block .accordion-content .form {
    margin-top: 0x; }
    .facetedSearch-navList .accordion .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow {
      font-size: 0; }
      .facetedSearch-navList .accordion .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field {
        float: none;
        width: 50%;
        padding: 5px; }
        @media (min-width: 1024px) {
          .facetedSearch-navList .accordion .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field {
            padding: 7px; } }
        @media (min-width: 1366px) {
          .facetedSearch-navList .accordion .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field {
            padding: 0 0 8px 0; } }
        .facetedSearch-navList .accordion .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field .form-input--small {
          height: 32px; }
          @media (min-width: 768px) {
            .facetedSearch-navList .accordion .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field .form-input--small {
              height: 36px; } }
          @media (min-width: 1850px) {
            .facetedSearch-navList .accordion .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field .form-input--small {
              height: 40px; } }
        .facetedSearch-navList .accordion .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field .button {
          text-transform: uppercase;
          margin-top: 0;
          max-width: initial !important;
          width: auto !important;
          color: #fff;
          font-size: 15px;
          background-color: #ce242b;
          padding: 15.5px 10px;
          letter-spacing: 1px;
          font-weight: 700;
          transition: .3s all;
          text-align: center;
          line-height: 0;
          margin-right: 0; }
          .facetedSearch-navList .accordion .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field .button.form-input-clear {
            background-color: white;
            border: 1px solid #030504;
            color: #030504; }
            .facetedSearch-navList .accordion .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field .button.form-input-clear:hover {
              background-color: #030504;
              color: white;
              border: 1px solid #030504; }
          @media (min-width: 768px) {
            .facetedSearch-navList .accordion .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field .button {
              /*padding: 10px 20px;*/ } }
          @media (min-width: 1366px) {
            .facetedSearch-navList .accordion .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field .button {
              font-size: 15px; } }
          @media (min-width: 1850px) {
            .facetedSearch-navList .accordion .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field .button {
              /*padding: 12px 24px;	*/ } }
    @media (min-width: 1366px) {
      .facetedSearch-navList .accordion .accordion-block .accordion-content .form {
        /*	margin-top: 15px;*/ } }
    @media (min-width: 1850px) {
      .facetedSearch-navList .accordion .accordion-block .accordion-content .form {
        /*margin-top: 20px;*/ } }
  .facetedSearch-navList .accordion .accordion-block:first-child {
    margin-top: 0; }
  .facetedSearch-navList .accordion .accordion-block:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  @media (min-width: 801px) {
    .facetedSearch-navList .accordion .accordion-block {
      border-bottom: 1px solid #D9D9D9;
      margin-top: 10px;
      padding: 0 10px 10px 0; } }
  @media (min-width: 1366px) {
    .facetedSearch-navList .accordion .accordion-block {
      margin-top: 10px;
      padding: 0 15px 10px 0;
      border-bottom: 1px solid #D9D9D9; } }
  @media (min-width: 1850px) {
    .facetedSearch-navList .accordion .accordion-block {
      margin-top: 10px;
      padding: 0 20px 10px 0;
      border-bottom: 1px solid #D9D9D9; } }

.navList .navList-item {
  font-size: 0; }
  .navList .navList-item .navList-icon {
    width: 1rem;
    height: 1rem;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transform: rotate(0deg); }
    .navList .navList-item .navList-icon svg {
      fill: #202738;
      width: 1rem;
      height: 1rem; }
    .navList .navList-item .navList-icon .expand-menu {
      display: block; }
    .navList .navList-item .navList-icon .collapse-menu {
      display: none; }
    .navList .navList-item .navList-icon.is-open {
      transform: rotate(0deg); }
      .navList .navList-item .navList-icon.is-open .expand-menu {
        display: none; }
      .navList .navList-item .navList-icon.is-open .collapse-menu {
        display: block; }
  .navList .navList-item .navList-action {
    color: #202738;
    text-transform: capitalize;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 5px 0 5px 30px; }
    .navList .navList-item .navList-action.is-selected {
      color: #212121;
      font-weight: 700; }
      .navList .navList-item .navList-action.is-selected::before {
        border-color: #CE2A2B;
        background-color: #CE2A2B;
        color: #fff; }
      .navList .navList-item .navList-action.is-selected::after {
        transform: scale(1) translateY(-50%);
        background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/selected-filter.svg");
        background-repeat: no-repeat; }
    .navList .navList-item .navList-action.has-subMenu {
      width: calc(100% - 28px);
      padding: 5px 0 5px 30px; }
    .navList .navList-item .navList-action.navList-action--checkbox {
      margin-bottom: 0; }
      .navList .navList-item .navList-action.navList-action--checkbox::before {
        border-radius: 0;
        width: 18px;
        height: 18px;
        transform: translateY(-50%);
        margin-top: 0px;
        border-radius: 3px; }
      .navList .navList-item .navList-action.navList-action--checkbox::after {
        left: 2px;
        background-size: 14px;
        margin-top: 0; }
    .navList .navList-item .navList-action:hover {
      color: #212121; }
    .navList .navList-item .navList-action .navList-action-close {
      background-color: #ce2a2b;
      border: 1px solid #ce2a2b;
      padding: 1px; }
      .navList .navList-item .navList-action .navList-action-close svg {
        fill: white; }
      .navList .navList-item .navList-action .navList-action-close:hover {
        background-color: transparent; }
        .navList .navList-item .navList-action .navList-action-close:hover svg {
          fill: #212121; }
    @media (min-width: 1366px) {
      .navList .navList-item .navList-action {
        font-size: 15px; } }
    @media (min-width: 1850px) {
      .navList .navList-item .navList-action {
        padding: 6px 0 6px 30px; }
        .navList .navList-item .navList-action.has-subMenu {
          padding: 6px 0 6px 25px; } }
  .navList .navList-item .navList-childlist {
    display: none; }
    .navList .navList-item .navList-childlist.is-open {
      display: block;
      padding-left: 15px; }
  .navList .navList-item.is-open a.active-category.is-open {
    color: #212121;
    font-weight: 700; }
    .navList .navList-item.is-open a.active-category.is-open::before {
      border-color: #CE2A2B;
      background-color: #CE2A2B;
      color: #fff; }
    .navList .navList-item.is-open a.active-category.is-open::after {
      transform: scale(1) translateY(-50%);
      background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/selected-filter.svg");
      background-repeat: no-repeat;
      opacity: 1; }
  .navList .navList-item.is-open a.is-open {
    color: #212121; }

.sidebarBlock + .sidebarBlock {
  border-top: 0;
  margin-top: 10px;
  padding-top: 0; }
  @media (min-width: 1024px) {
    .sidebarBlock + .sidebarBlock {
      margin-top: 20px; } }
  @media (min-width: 1366px) {
    .sidebarBlock + .sidebarBlock {
      margin-top: 30px; } }
  @media (min-width: 1850px) {
    .sidebarBlock + .sidebarBlock {
      margin-top: 35px; } }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 10px; }
  @media (min-width: 1024px) {
    .facetedSearch-toggle + .facetedSearch-navList,
    .sidebarBlock + .facetedSearch-navList {
      margin-top: 0; } }
  @media (min-width: 1366px) {
    .facetedSearch-toggle + .facetedSearch-navList,
    .sidebarBlock + .facetedSearch-navList {
      margin-top: 0; } }
  @media (min-width: 1850px) {
    .facetedSearch-toggle + .facetedSearch-navList,
    .sidebarBlock + .facetedSearch-navList {
      margin-top: 0; } }

.toggleLink {
  color: #202738;
  font-size: 17px; }
  .toggleLink:hover {
    color: #212121; }
  @media (min-width: 1366px) {
    .toggleLink {
      font-size: 18px; } }

.facetedSearch-toggle {
  margin-bottom: 0;
  font-size: 0; }
  .facetedSearch-toggle span {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    float: none; }
    .facetedSearch-toggle span .toggleLink-text--on {
      display: none; }

.inlineList--labels li .facetLabel {
  border-radius: 0;
  background-color: #fff;
  color: #1a1818;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  font-size: 15px; }
  .inlineList--labels li .facetLabel .icon {
    height: 1rem;
    width: 1rem;
    background: #ce2b2a;
    border-radius: 50px;
    margin-left: 10px;
    top: -1.5px; }
  .inlineList--labels li .facetLabel svg {
    fill: #fff; }
  .inlineList--labels li .facetLabel:hover {
    background-color: rgba(0, 0, 255, 0);
    color: #ce2a2b;
    border-color: #ce2a2b; }
    .inlineList--labels li .facetLabel:hover svg {
      fill: #fff; }

/* Hide the new page builder sidebar banners on mobile as they were sitting above content and pushing page down too far */
@media (max-width: 800px) {
  [data-content-region="sidebar_below_categories--global"] {
    display: none; }
  [data-content-region="sidebar_below_categories"] {
    display: none; } }

/********** Page-sidebar style end **********/
/********** Product Listing style start **********/
/* counter,pagination and sort by style start*/
.bottom-pagination.product-listing-filter-section {
  display: block; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .bottom-pagination.product-listing-filter-section {
      margin: 0 0 20px 0; } }

.product-listing-filter-section {
  font-size: 0;
  margin: 15px 0; }
  .product-listing-filter-section .product-listing-filter-left {
    width: 100%;
    font-size: 0;
    margin-bottom: 10px; }
    .product-listing-filter-section .product-listing-filter-left .product-listing-counter {
      width: auto;
      padding-right: 10px; }
      .product-listing-filter-section .product-listing-filter-left .product-listing-counter .pagination-count {
        color: #CE2A2B;
        font-size: 15px;
        padding: 4px 0; }
        @media (min-width: 768px) {
          .product-listing-filter-section .product-listing-filter-left .product-listing-counter .pagination-count {
            padding: 8px 0; } }
        @media (min-width: 1366px) {
          .product-listing-filter-section .product-listing-filter-left .product-listing-counter .pagination-count {
            font-size: 15px;
            padding: 8px 0; } }
      @media (min-width: 768px) {
        .product-listing-filter-section .product-listing-filter-left .product-listing-counter {
          width: auto; } }
      @media (min-width: 1024px) {
        .product-listing-filter-section .product-listing-filter-left .product-listing-counter {
          padding-right: 15px; } }
      @media (min-width: 1366px) {
        .product-listing-filter-section .product-listing-filter-left .product-listing-counter {
          padding-right: 20px; } }
    .product-listing-filter-section .product-listing-filter-left .product-listing-pagination {
      width: auto;
      border-left: 1px solid #CE2A2B;
      padding-left: 10px; }
      @media (min-width: 768px) {
        .product-listing-filter-section .product-listing-filter-left .product-listing-pagination {
          width: auto; } }
      @media (min-width: 1024px) {
        .product-listing-filter-section .product-listing-filter-left .product-listing-pagination {
          padding-left: 15px; } }
      @media (min-width: 1366px) {
        .product-listing-filter-section .product-listing-filter-left .product-listing-pagination {
          padding-left: 20px; } }
    @media (min-width: 768px) {
      .product-listing-filter-section .product-listing-filter-left {
        width: 55%;
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      .product-listing-filter-section .product-listing-filter-left {
        width: 60% !important;
        padding-left: 20px;
        text-align: left !important; } }
  .product-listing-filter-section .product-listing-filter-right {
    width: 100%; }
    .product-listing-filter-section .product-listing-filter-right .product-listing-sort-by {
      text-align: left;
      margin-right: -2px;
      width: 100%; }
      @media (min-width: 551px) {
        .product-listing-filter-section .product-listing-filter-right .product-listing-sort-by {
          width: auto;
          text-align: right; } }
    .product-listing-filter-section .product-listing-filter-right .product-view-button {
      /*display: none;*/
      width: 30%; }
      .product-listing-filter-section .product-listing-filter-right .product-view-button .product-view-btn {
        cursor: pointer;
        padding-right: 10px;
        display: none; }
        @media (min-width: 551px) {
          .product-listing-filter-section .product-listing-filter-right .product-view-button .product-view-btn {
            display: inline-block; } }
        .product-listing-filter-section .product-listing-filter-right .product-view-button .product-view-btn svg {
          fill: #030504;
          width: 20px;
          max-height: 20px; }
          @media (min-width: 768px) {
            .product-listing-filter-section .product-listing-filter-right .product-view-button .product-view-btn svg {
              width: 24px;
              max-height: 24px; } }
        .product-listing-filter-section .product-listing-filter-right .product-view-button .product-view-btn.is-active svg {
          fill: #212121; }
        .product-listing-filter-section .product-listing-filter-right .product-view-button .product-view-btn:hover svg {
          fill: #212121; }
        @media (min-width: 768px) {
          .product-listing-filter-section .product-listing-filter-right .product-view-button .product-view-btn:last-child {
            padding-right: 26px; } }
        @media (min-width: 1366px) {
          .product-listing-filter-section .product-listing-filter-right .product-view-button .product-view-btn:last-child {
            padding-right: 46px; } }
        @media (min-width: 1366px) {
          .product-listing-filter-section .product-listing-filter-right .product-view-button .product-view-btn {
            padding-right: 20px; } }
      @media (min-width: 768px) {
        .product-listing-filter-section .product-listing-filter-right .product-view-button {
          width: auto; } }
    @media (min-width: 768px) {
      .product-listing-filter-section .product-listing-filter-right {
        width: 45%;
        text-align: right; } }
    @media (min-width: 1024px) {
      .product-listing-filter-section .product-listing-filter-right {
        width: 40%; } }
  @media (min-width: 1024px) {
    .product-listing-filter-section {
      margin: 20px 0; } }
  @media (min-width: 1850px) {
    .product-listing-filter-section {
      margin: 0; } }
  @media (min-width: 320px) and (max-width: 1200px) {
    .product-listing-filter-section {
      display: none; } }

.pagination .pagination-list {
  margin-bottom: 0;
  text-align: left; }
  .pagination .pagination-list.pagination-list--small .pagination-item {
    color: #424242; }
  .pagination .pagination-list .pagination-item .pagination-link {
    color: #CE2A2B; }
    .pagination .pagination-list .pagination-item .pagination-link:hover {
      color: #CE2A2B; }
    @media (min-width: 1366px) {
      .pagination .pagination-list .pagination-item .pagination-link {
        font-size: 15px; } }
  .pagination .pagination-list .pagination-item.pagination-item--current {
    border-color: #ce2a2b;
    border-radius: 0; }
    .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link {
      color: #212121;
      padding: 4px 9px; }
    .pagination .pagination-list .pagination-item.pagination-item--current:hover {
      background-color: #ce2a2b; }
      .pagination .pagination-list .pagination-item.pagination-item--current:hover .pagination-link {
        color: white; }
  .pagination .pagination-list .pagination-item.pagination-item--next, .pagination .pagination-list .pagination-item.pagination-item--previous {
    float: none; }
    .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link .icon, .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link .icon {
      width: 15px;
      height: 15px;
      margin-top: 0; }
      .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link .icon svg, .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link .icon svg {
        fill: #CE2A2B; }
    .pagination .pagination-list .pagination-item.pagination-item--next:hover .pagination-link, .pagination .pagination-list .pagination-item.pagination-item--previous:hover .pagination-link {
      color: #212121; }
      .pagination .pagination-list .pagination-item.pagination-item--next:hover .pagination-link .icon svg, .pagination .pagination-list .pagination-item.pagination-item--previous:hover .pagination-link .icon svg {
        fill: #212121; }

.actionBar {
  margin: 0; }
  .actionBar .form-fieldset {
    float: none; }
    .actionBar .form-fieldset .form-field {
      margin-bottom: 0;
      border: none;
      background-color: white; }
      .actionBar .form-fieldset .form-field .form-label {
        font-size: 15px;
        color: #424242;
        padding-left: 0;
        padding-right: 10px;
        font-weight: 400; }
      .actionBar .form-fieldset .form-field .form-select {
        border: 1px solid #e1e1e1;
        border-radius: 0;
        margin-right: 2px;
        color: #333333;
        height: auto;
        font-size: 17px;
        padding: 7px 10px; }
        .actionBar .form-fieldset .form-field .form-select.form-select--small {
          background-position: right 5px center; }
        @media (min-width: 768px) {
          .actionBar .form-fieldset .form-field .form-select {
            padding: 10px; } }

.no-pro-list {
  margin: 10px 0;
  color: #030504;
  font-size: 16px;
  line-height: 1.4;
  text-align: center; }
  @media (min-width: 1024px) {
    .no-pro-list {
      margin: 15px 0;
      font-size: 17px; } }
  @media (min-width: 1366px) {
    .no-pro-list {
      margin: 20px 0;
      font-size: 18px; } }
  @media (min-width: 1850px) {
    .no-pro-list {
      margin: 25px 0; } }

/* counter,pagination and sort by style end*/
.page-sidebar.u-hiddenVisually + .page-content {
  width: 100%; }
  .page-sidebar.u-hiddenVisually + .page-content #search-results-content {
    margin: 10px 0; }
    .page-sidebar.u-hiddenVisually + .page-content #search-results-content .actionBar .form-fieldset .form-field .form-select {
      width: 14.28571rem; }
    .page-sidebar.u-hiddenVisually + .page-content #search-results-content ul {
      margin: 10px 0; }
      .page-sidebar.u-hiddenVisually + .page-content #search-results-content ul strong {
        margin-bottom: 10px;
        display: inline-block; }
      @media (min-width: 1024px) {
        .page-sidebar.u-hiddenVisually + .page-content #search-results-content ul {
          margin: 15px 0; } }
      @media (min-width: 1850px) {
        .page-sidebar.u-hiddenVisually + .page-content #search-results-content ul {
          margin: 20px 0; } }
    @media (min-width: 768px) {
      .page-sidebar.u-hiddenVisually + .page-content #search-results-content {
        margin: 15px 0; } }
    @media (min-width: 1024px) {
      .page-sidebar.u-hiddenVisually + .page-content #search-results-content {
        margin: 20px 0; } }
    @media (min-width: 1366px) {
      .page-sidebar.u-hiddenVisually + .page-content #search-results-content {
        margin: 25px 0; } }
    @media (min-width: 1850px) {
      .page-sidebar.u-hiddenVisually + .page-content #search-results-content {
        margin: 30px 0; } }
  .page-sidebar.u-hiddenVisually + .page-content .search-suggestion .suggestion-title {
    margin-bottom: 10px; }
  .page-sidebar.u-hiddenVisually + .page-content .search-suggestion ul li {
    line-height: 1.4; }

@media (min-width: 1201px) {
  #product-listing-container {
    margin: 14px 0 0; } }

@media (min-width: 1201px) {
  .page-sidebar + .page-content {
    width: calc(100% - 250px);
    padding: 0;
    border-left: 1px solid #e1e1e1; } }

@media (min-width: 1366px) {
  .page-sidebar + .page-content {
    width: calc(100% - 350px);
    padding: 0;
    border-left: 1px solid #e1e1e1; } }

.page-sidebar + .page-content .product-view-mode {
  margin: 0; }
  .page-sidebar + .page-content .product-view-mode .productGrid {
    display: none; }
    .page-sidebar + .page-content .product-view-mode .productGrid.is-open {
      margin: 0.77778rem 0 0 0;
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #e1e1e1; }
      @media (min-width: 320px) and (max-width: 1200px) {
        .page-sidebar + .page-content .product-view-mode .productGrid.is-open {
          margin: 0;
          border: none; } }
    .page-sidebar + .page-content .product-view-mode .productGrid .product {
      width: 100%; }
      @media (min-width: 320px) and (max-width: 767px) {
        .page-sidebar + .page-content .product-view-mode .productGrid .product {
          width: 100%;
          padding: 0;
          border: 1px solid #e1e1e1;
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1200px) {
        .page-sidebar + .page-content .product-view-mode .productGrid .product {
          width: 48%;
          padding: 0;
          border: 1px solid #e1e1e1;
          margin: 0 1% 2% 1%; } }
      @media (min-width: 1201px) {
        .page-sidebar + .page-content .product-view-mode .productGrid .product {
          width: 33.29%;
          padding: 25px 0;
          border-top: 1px solid #e1e1e1; } }
  .page-sidebar + .page-content .product-view-mode .productList {
    display: none; }
    .page-sidebar + .page-content .product-view-mode .productList.is-open {
      display: block; }
      @media (min-width: 1401px) {
        .page-sidebar + .page-content .product-view-mode .productList.is-open {
          /*padding-right:20%;*/ } }
  @media (min-width: 1024px) {
    .page-sidebar + .page-content .product-view-mode {
      /*margin: 0 -8px;*/ } }
  @media (min-width: 1366px) {
    .page-sidebar + .page-content .product-view-mode {
      /*margin: 0 -10px;*/ } }

.productList .product + .product {
  margin-top: 10px; }
  @media (min-width: 1024px) {
    .productList .product + .product {
      margin-top: 0; } }
  @media (min-width: 1366px) {
    .productList .product + .product {
      margin-top: 0; } }

/********** Product Listing style end **********/
/* for custom */
/******************** Custom CSS BEGIN *********************/
body {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif !important; }

.default .body {
  margin: 0; }

a {
  text-decoration: none; }

.default .header {
  position: absolute;
  background: transparent;
  border-bottom: 0; }

.header.left .main-header .leftside-header .header-left .navUser-section .navUser-item--search {
  width: auto !important;
  border: none; }

.navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
  position: absolute;
  top: 10px;
  left: 54%;
  transform: translate(-50%);
  font-size: 18px;
  color: #000;
  font-weight: 700; }

.default .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
  color: #fff;
  top: 10px;
  font-weight: 700;
  font-family: 'Trebuchet MS', sans-serif; }

.header.sticky-header {
  background: #1c1c1c; }

.navUser-item--cart .navUser-action {
  position: relative; }

.navUser-item.navUser-item--cart .navUser-action .countPill:before,
.navUser-item.navUser-item--cart .navUser-action .countPill:after {
  display: none; }

div[data-content-region="home_below_menu"] {
  position: relative; }

div[data-sub-layout-container="7a3399cf-2fa0-42b6-8b86-d5b4a2fe9af3"] {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px; }

div[data-widget-id="859db569-31dd-4154-90a8-00703425cc08"] {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px; }

ul.home-list {
  list-style: none;
  margin: 0; }

.home-list li img {
  padding-right: 20px;
  width: 65px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 45px; }

.home-list li {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px; }

[data-sub-layout="912a1d9c-f336-48b9-87d2-390f55a4abf4"] ul.home-list.two_col li,
[data-sub-layout="7edf10af-6fb8-41a4-9412-c3dcca48663d"] ul.home-list.two_col li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

[data-sub-layout="912a1d9c-f336-48b9-87d2-390f55a4abf4"] .home-list.two_col li img,
[data-sub-layout="7edf10af-6fb8-41a4-9412-c3dcca48663d"] .home-list.two_col li img {
  margin-bottom: 10px;
  padding-right: 0; }

.image-productsection1, .content-productsection1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* .content-productsection1 span, .image-productsection1 span {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
} */
.image-productsection1 span img {
  max-height: 60px; }

.googletext {
  max-width: 400px;
  display: block;
  font-size: 20px;
  line-height: 1.6;
  color: #212121;
  position: relative; }

[data-sub-layout="3165b843-4367-4f97-b157-d2b04ddbd023"] .googletext {
  max-width: 100%; }

/* span.googletext::after,
span.googletext::before {
    content: "";
    width: 22px;
    height: 20px;
    margin-bottom: 10px;
    position: absolute;
    background-repeat: no-repeat;
}

span.googletext::before {
    background-image: url(https://eccotemp.com/product_images/uploaded_images/QuoteMark_Open.svg);
    left: 0;
}

span.googletext::after {
    background-image: url(https://eccotemp.com/product_images/uploaded_images/QuoteMark_Close.svg);
    margin-left: 15px;
    bottom: 5px;
} */
.image-productsection1 span {
  border-right: 1px solid #D5D5D5;
  padding: 15px; }

[data-sub-layout="55718ac0-1e1d-4c59-8e2a-1a1d0babb5df"] .image-productsection1 span {
  padding: 0px  15px; }

.image-productsection1 span:last-child {
  border: none; }

.btn {
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 8px 10px;
  pointer-events: auto;
  text-decoration: none;
  border-radius: 5px;
  font-family: inherit;
  background: #ce2a2b;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
  transition: -webkit-transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95);
  transition: transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95), -webkit-transform 0.2s cubic-bezier(0.235, 0, 0.05, 0.95); }

.sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink {
  letter-spacing: 2px;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
  overflow: hidden; }

.app-btn-wrap.links-wrap a img {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
  overflow: hidden; }

.app-btn-wrap.links-wrap a img:hover {
  -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(1px) scale3d(1.044, 1.044, 1) translateZ(0) !important;
  transform: perspective(1px) scale3d(1.044, 1.044, 1) translateZ(0) !important; }

.btn:hover,
.btn:focus,
.sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink:hover,
.sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink:focus {
  -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(1px) scale3d(1.044, 1.044, 1) translateZ(0) !important;
  transform: perspective(1px) scale3d(1.044, 1.044, 1) translateZ(0) !important;
  color: #fff;
  transition-delay: 0s !important; }

.content-productsection1 {
  border-top: 1px solid #D5D5D5;
  margin-top: 30px;
  padding-top: 30px;
  width: 100%; }

.content-productsection1 span {
  border-right: 1px solid #D5D5D5;
  padding: 15px 15px; }

.content-productsection1 span:first-child {
  padding-left: 0; }

.content-productsection1 span:last-child {
  border: none;
  padding-right: 0; }

ul.home-list.two_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

ul.home-list.two_col li {
  width: 50%;
  padding: 0 15px;
  font-size: 16px; }

.links-wrap ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.links-wrap.equal ul {
  margin: 0 auto;
  width: 100%;
  max-width: 340px;
  justify-content: space-between; }

.links-wrap.equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.links-wrap.equal ul li {
  padding: 10px 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.links-wrap.equal ul li a.btn {
  max-width: 143.168px; }

.links-wrap.equal ul li a {
  display: block;
  text-align: center; }

.links-wrap {
  margin-top: 40px; }

.app-btn-wrap.links-wrap {
  margin-top: 20px; }

.app-btn-wrap.links-wrap ul {
  border-top: 1px solid #D5D5D5;
  padding-top: 20px; }

.links-wrap ul li {
  padding: 10px 15px; }

.links-wrap ul li:first-child {
  border-right: 1px solid #D5D5D5; }

.links-wrap.equal ul li:first-child {
  padding-left: 0; }

.links-wrap.equal ul li:last-child {
  padding-right: 0; }

.links-wrap ul li img {
  max-width: 143px;
  width: 100%; }

div[data-layout-name="Home Blog section"] > div,
div[data-layout-name="Recommended By images"] > div {
  max-width: 20%;
  flex-basis: 20%;
  height: auto; }

div[data-layout-name="Recommended By images"] img {
  max-width: 150px; }

.navPages-item {
  float: none; }

div[data-widget-id="859db569-31dd-4154-90a8-00703425cc08"] {
  position: absolute; }

div[data-layout-name="Shipping Label"] span {
  padding: 20px; }

.copyright-above.align-center {
  padding: 0px 0px 30px;
  border-top: 1px solid #D5D5D5; }

div[data-layout-name="Abouttestimonial"] > div {
  flex-basis: 24%;
  max-width: 24%;
  border: 1px solid #707070; }

.authorinfo .bio {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0px; }

.authorinfo .bio * {
  margin: 0px;
  color: #fff;
  font-size: 18px; }

.authorinfo p {
  padding: 20px;
  line-height: 30px; }

.colorwhite {
  color: #fff; }

h1.counter {
  text-align: center;
  color: #fff; }

.counterblock {
  text-align: center;
  color: #fff;
  font-size: 24px; }

.counterblock h2 {
  color: #fff;
  font-size: 70px;
  margin: 0;
  font-weight: bold; }

.colcontent h2 {
  color: #070606;
  font-weight: 500;
  font-size: 32px;
  text-align: center; }

.colcontent p {
  color: #000000;
  font-weight: 500;
  font-size: 18px; }

.hpcontent {
  text-align: center; }

.hpcontent h2 {
  margin-top: 0;
  font-size: 32px;
  font-weight: bold; }

.copyright-above h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600; }

/******************** Footer Css ****************************/
.footer {
  background: #1c1c1c;
  color: #fff; }

.footer .columns {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  z-index: 0;
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 50px;
  position: relative; }

.footer .footer-col {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  height: auto; }

footer.footer * {
  color: #fff; }

footer ul {
  margin-left: 0;
  list-style: none; }

.btnround {
  background: #CE2A2B;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 700; }

.btnround::before {
  background: #fff; }

/* .btnround:hover,
.btnround:focus{
	color: #1c1c1c !important;
} */
.columns-5 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  z-index: 0;
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 50px;
  position: relative;
  margin-bottom: 50px; }

.columns-5 .col {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  height: auto; }

.align-center {
  text-align: center; }

footer li a {
  padding-left: 0px !important; }

.bottom-footer p {
  font-size: 12px;
  font-weight: 400; }

.active {
  display: block; }

.inactive {
  display: none; }

/********************* Animation Css **************************/
.pxSliderWrapper {
  width: 200px;
  margin: 0px auto;
  margin-top: 20px; }

[data-sub-layout="808329bd-c0c4-4920-99bc-07d373d5e7b5"] .pxSliderWrapper {
  margin-top: -23px; }

.pxImageRotator {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }

.pxImageRotator li {
  display: none; }

.pxImageRotator li.active {
  display: block; }

.pxImages {
  padding: 0;
  margin: 0; }

.pxSliderWrapper .ui-slider-horizontal.ui-slider {
  height: 9px;
  background-color: #e2e2e2;
  border: none;
  border-radius: 20px; }

.pxSliderWrapper .ui-slider .ui-slider-handle {
  border: none;
  background: #ce2a2b;
  font-weight: 400;
  color: #454545;
  width: 54px;
  height: 18px;
  border-radius: 30px;
  top: -.27em;
  margin-left: 0;
  -webkit-transform: translateX(-33%);
  -ms-transform: translateX(-33%);
  transform: translateX(-33%); }

.pxSliderWrapper.slidercenter .ui-slider .ui-slider-handle {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.ui-slider-handle::before {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin: 3px 0; }

.ui-slider-handle::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  background-color: #000;
  margin: 3px 0; }

.pxImageRotator li img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-height: 650px; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  color: #000;
  flex-direction: column; }

.loader h1 {
  margin: 0;
  font-weight: 400;
  margin-top: 15px;
  font-size: 25px; }

.loader-icon {
  height: 60px;
  width: 60px;
  border: 5px solid rgba(0, 0, 0, 0.24);
  border-top-color: #000;
  border-radius: 50%;
  margin: 0px auto 10px;
  animation: 1s spin linear infinite;
  margin: 0px auto; }

.pxSlider {
  /* pointer-events: none; */ }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

div[data-content-region="home_below_menu"] .go4232581999 {
  padding-left: 10px;
  padding-right: 10px; }

.navPages-quickSearch {
  border-bottom: none;
  margin-bottom: 0; }

.Mobile.App .eapps-instagram-feed-posts-item,
.About.Us .eapps-instagram-feed-posts-item {
  padding: 10px 5px 10px 5px; }

/******************** Custom CSS END *********************/
/*******************TREE VIEW MWNU START*******************/
.animate-menu-push {
  left: 0;
  position: relative;
  transition: all 0.3s ease; }

.animate-menu-push.animate-menu-push-right {
  left: 200px; }

.animate-menu-push.animate-menu-push-left {
  left: -200px; }

.animate-menu {
  position: fixed;
  top: 0;
  width: 200px;
  height: 100%;
  transition: all 0.3s ease; }

.animate-menu-left {
  left: -200px; }

.animate-menu-left.animate-menu-open {
  left: 0; }

.animate-menu-right {
  right: -200px; }

.animate-menu-right.animate-menu-open {
  right: 0; }

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ebebeb; }

.sidebar-menu .sidebar-submenu li {
  border-top: 1px solid #EBEBEB; }

.sidebar-menu > li > a {
  color: #fff; }

.sidebar-menu .sidebar-submenu li a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 10px; }

.sidebar-menu li a {
  padding: 12px 15px 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.sidebar-menu li.menu-bgwhite a {
  color: #000; }

.sidebar-menu li.menu-bgwhite a,
.sidebar-menu li.menu-bgwhite .sidebar-submenu a {
  color: #000;
  padding-left: 15px;
  font-weight: 600; }

.sidebar-menu li a .fa {
  width: 30px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s; }

.sidebar-menu .sidebar-submenu li.itemred a svg line {
  stroke: #fff; }

.sidebar-menu .sidebar-submenu li.itemred a {
  background-color: #CE2A2B;
  color: #fff; }

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px; }

.sidebar-menu li.sidebar-header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
  color: #4b646f;
  background: #1a2226; }

.sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px; }

.sidebar-menu li.active > a > .fa-angle-left {
  transform: rotate(-90deg); }

.sidebar-menu li.active > .sidebar-submenu {
  display: block; }

.sidebar-menu a {
  color: #b8c7ce;
  text-decoration: none;
  font-weight: 600; }

.sidebar-menu .sidebar-submenu {
  display: none;
  list-style: none;
  margin: 0; }

.sidebar-menu .menu-bgwhite {
  background-color: #fff; }

.sidebar-menu .sidebar-submenu li a, .sidebar-menu .sidebar-submenu .sidebar-submenu li a {
  padding-left: 40px;
  font-weight: 400; }

.sidebar-menu li.menu-bgwhite a svg line {
  stroke: #000; }

.sidebar-menu .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
  width: auto; }

.navPages-quickSearch .quick-search-input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ebebeb;
  background-image: url(https://eccotemp.com/content/images/updated_search_new.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 10px 50%;
  padding-left: 55px; }

/* .sidebar-menu .sidebar-submenu > li.active > a,
.sidebar-menu .sidebar-submenu > li > a:hover {
    color: #fff;
} */
.sidebar-menu-rtl {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #222d32; }

.sidebar-menu-rtl > li {
  position: relative;
  margin: 0;
  padding: 0; }

.sidebar-menu-rtl > li > a {
  padding: 12px 15px 12px 5px;
  display: block;
  border-left: 3px solid transparent;
  color: #b8c7ce; }

.sidebar-menu .icon {
  margin-left: auto; }

.sidebar-menu li.active > a .icon.plus {
  display: none; }

.sidebar-menu li:not(.active) > a .minus.icon {
  display: none; }

.sidebar-menu .icon svg line {
  stroke: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s; }

.sidebar-menu .sidebar-submenu .icon svg line {
  stroke: #1c1c1c; }

.sidebar-menu-rtl > li > a > .fa {
  width: 20px; }

.sidebar-menu li.active > a .fa-plus {
  display: none; }

.sidebar-menu li:not(.active) > a .fa-minus {
  display: none; }

.sidebar-menu-rtl > li:hover > a,
.sidebar-menu-rtl > li.active > a {
  color: #fff;
  background: #1e282c;
  border-left-color: #3c8dbc; }

.sidebar-menu-rtl > li .label,
.sidebar-menu-rtl > li .badge {
  margin-top: 3px;
  margin-right: 5px; }

.sidebar-menu-rtl li.sidebar-header {
  padding: 10px 15px 10px 25px;
  font-size: 12px;
  color: #4b646f;
  background: #1a2226; }

.sidebar-menu-rtl li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px; }

.sidebar-menu-rtl li.active > a > .fa-angle-left {
  transform: rotate(-90deg); }

.sidebar-menu-rtl li.active > .sidebar-submenu {
  display: block; }

.sidebar-menu-rtl a {
  color: #b8c7ce;
  text-decoration: none; }

.sidebar-menu-rtl .sidebar-submenu {
  display: none;
  list-style: none;
  padding-right: 5px;
  margin: 0 1px;
  background: #2c3b41; }

.sidebar-menu-rtl .sidebar-submenu .sidebar-submenu {
  padding-right: 20px; }

.sidebar-menu-rtl .sidebar-submenu > li > a {
  padding: 5px 15px 5px 5px;
  display: block;
  font-size: 14px;
  color: #8aa4af; }

.sidebar-menu-rtl .sidebar-submenu > li > a > .fa {
  width: 20px; }

.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-down {
  width: auto; }

.sidebar-menu-rtl .sidebar-submenu > li.active > a,
.sidebar-menu-rtl .sidebar-submenu > li > a:hover {
  color: #fff; }

.form-input::placeholder, .form-select--date::placeholder, .form-select::placeholder {
  font-family: 'Montserrat', sans-serif;
  color: #D5D5D5;
  text-transform: capitalize;
  letter-spacing: 1px;
  opacity: 1;
  font-weight: 300; }

/******************* TREE VIEW MWNU END *******************/
.navPages {
  text-align: left; }

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  top: -.52rem; }

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  bottom: -.52rem; }

.default #desktopmenu.is-open .mobileMenu-toggleIcon {
  height: 0px; }

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 280px;
  overflow-y: auto;
  background: #1c1c1c;
  color: #fff;
  overflow-x: hidden;
  max-height: 100%; }

.sidr.right {
  left: auto;
  right: -280px; }

.sidr.left {
  left: -280px;
  right: auto; }

ul.home-list.three_col-bordered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

ul.home-list.three_col-bordered li {
  width: 33.33333333%;
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  margin-top: 0;
  padding: 20px 10px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  height: 140.8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

ul.home-list.three_col-bordered span br {
  display: none; }

ul.home-list.three_col-bordered img {
  padding: 0;
  width: 55px;
  height: 55px; }

ul.home-list.three_col-bordered span {
  margin-top: 10px; }

ul.home-list.three_col-bordered li:nth-child(3n) {
  border-right: 0; }

ul.home-list.three_col-bordered li:nth-of-type(n+4) {
  border-bottom: 0; }

.title_header {
  margin-bottom: 40px; }

.title_header .sub_top_highlight {
  font-weight: 600;
  font-size: 18px;
  color: #CE2A2B; }

.title_header h3 {
  font-size: 34px;
  color: #212121;
  margin-top: 0;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px; }

.title_header .sub_bottom ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px; }

.sub_bottom ul li {
  padding: 0 10px;
  border-right: 1px solid #d5d5d5;
  font-size: 18px;
  line-height: 1;
  color: #212121; }

.sub_bottom ul li:last-child {
  border: none; }

.image-productsection1 {
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: -15px;
  margin-right: -15px; }

[data-sub-layout="55718ac0-1e1d-4c59-8e2a-1a1d0babb5df"] .image-productsection1 {
  margin-top: 35px; }

.whybuyicon_txt {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  color: #000;
  font-weight: 500; }

.txt-medium {
  font-weight: 500 !important; }

.sub_single_title {
  margin-bottom: 40px;
  color: #212121;
  font-size: 25px; }

[data-content-region="home_below_top_products"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px; }

div[data-layout-name="Home Blog section"] > div {
  padding: 37% 10px;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

div[data-layout-name="Home Blog section"] > div::before {
  background-color: rgba(0, 0, 0, 0.3);
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) translate3d(0, -101%, 0);
  -webkit-transition: all .6s;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  content: ""; }

div[data-layout-name="Home Blog section"] > div:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) translate3d(0, 0%, 0);
  transform: scale3d(1.9, 1.4, 1) translate3d(0, 0%, 0); }

div[data-layout-name="Home Blog section"] > div::after {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }

div[data-layout-name="Home Blog section"] > div:hover::after {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

div[data-layout-name="Home Blog section"] > div .btn {
  margin-top: 15px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0; }

div[data-layout-name="Home Blog section"] > div:hover .btn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

div[data-layout-name="Home Blog section"] > div div[class*="sd-button"] div[role="button"] {
  z-index: 1;
  position: relative;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px); }

div[data-layout-name="Home Blog section"] > div:hover div[class*="sd-button"] div[role="button"] {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.footer .columns {
  margin-top: 0; }

.eapps-instagram-feed-posts-view.eui-slider-slide {
  margin-left: -5px;
  margin-right: -5px; }

.eapps-instagram-feed-posts-item {
  padding: 0 5px 10px 5px; }

.category .eapps-instagram-feed-posts-item, .cart .eapps-instagram-feed-posts-item {
  padding-top: 10px; }

.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-overlay {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px; }

.footer .footer-col h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px; }

.footer .footer-col h2::after {
  width: 40px;
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  opacity: 0.20;
  margin-top: 20px; }

.navPages-action {
  text-transform: capitalize; }

.footer-col .form-prefixPostfix .form-input {
  background-color: transparent;
  width: 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-height: 42px; }

.footer-col .form-prefixPostfix .form-input {
  margin-bottom: 10px; }

.footer-col .form-prefixPostfix .form-input[type="text"] {
  margin-bottom: 15px; }

.form-prefixPostfix.wrap .custom-checkbox {
  font-size: 10px;
  font-weight: 300;
  line-height: 2.55; }

.footer-col .form-input::placeholder,
.footer-col .form-select--date::placeholder,
.footer-col .form-select::placeholder {
  color: #fff; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.3rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-label {
  margin-bottom: 0; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #fff; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.form-prefixPostfix-button--postfix {
  background-color: #CE2A2B;
  width: 100%;
  min-height: 39px;
  margin-left: 0;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.footer .footer-col .navPages-action {
  font-weight: 300;
  padding-bottom: 5px; }

.footer .footer-col1 .navPages-action {
  padding-bottom: 15px; }

.footer .footer-col1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.theme-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.theme-social-icons h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0; }

.theme-social-icons .socialLinks .socialLinks-item {
  padding: 0; }

.theme-social-icons .socialLinks .socialLinks-item .icon svg {
  fill: #CE2A2B; }

.theme-newsletter .form {
  margin: 0; }

.theme-newsletter .form .form-field {
  margin-bottom: 20px; }

.payment-row.columns-5 .col {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.payment-row.columns-5 .col::after {
  content: "";
  width: 1px;
  height: 29px;
  background-color: #707070;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

[data-sub-layout-container="b0baf094-1c64-4f41-82a3-01ef3af71f17"] [data-sub-layout="dc57b2be-0ba8-478e-bcbb-cd0572caa5a1"] {
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 40px; }

div[data-content-region="home_below_menu"] .go4232581999 {
  font-size: 17px; }

div[data-layout-name="Home Blog section"] > div div[class*="sd-button"] > div {
  padding: 0 !important; }

div[data-content-region="home_below_menu"] .go1152403042 {
  width: 100%; }

.right-homesection1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.right-homesection1 img {
  margin-right: 20px; }

body .container {
  max-width: 1450px;
  padding-left: 50px;
  padding-right: 50px; }

div[data-content-region="home_below_menu"] .go154567824::after {
  background-attachment: scroll; }

#sd-image-859db569-31dd-4154-90a8-00703425cc08 {
  cursor: pointer; }

div[data-content-region="home_below_menu"] .go2024764804 {
  display: block; }

.go1304574217 p {
  margin: 0;
  display: inline;
  position: relative; }

.go2024764804 p::after {
  content: "TM";
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0.75rem;
  right: -1.5rem; }

div[data-content-region="home_below_menu"] .go154567824 {
  pointer-events: none; }

.go1924239339 {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s; }

.go1924239339:hover {
  background-color: #212121; }

div[data-content-region="home_below_menu"] .go154567824 {
  padding-bottom: 100px; }

[data-sub-layout="dc57b2be-0ba8-478e-bcbb-cd0572caa5a1"] .mobile_app_content::before,
[data-sub-layout="3165b843-4367-4f97-b157-d2b04ddbd023"] .mobile_app_content::before {
  border-top: 1px solid #D5D5D5;
  content: "";
  display: block;
  position: relative;
  top: 18px;
  margin-top: 15px;
  margin-bottom: 15px; }

#sd-simple-button-editable-232e1047-20f7-45c8-8598-5eb268c7a46e::before {
  content: "";
  background-image: url(https://eccotemp.com/product_images/uploaded_images/product-selector-icon.png);
  width: 22px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat; }

.footer .footer-col li > img {
  max-width: 23px;
  margin-right: 14px;
  position: relative;
  top: -2px; }

.footer-logo-image {
  max-width: 150px;
  width: 100%; }

[data-sub-layout="3165b843-4367-4f97-b157-d2b04ddbd023"] .links-wrap ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.header.left .main-header .leftside-header .header-left .dropdown--quickSearch .form .form-fieldset .form-field .form-input {
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 10px 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 8px 15px; }

.header.left .main-header .leftside-header .header-left .dropdown--quickSearch {
  box-shadow: 0 31px 65px 0 rgba(153, 153, 153, 0.28);
  width: 0 !important;
  transition: all ease 0.3s;
  background-color: transparent;
  overflow: hidden;
  left: auto !important;
  right: 75px !important;
  top: 0 !important;
  display: block !important;
  padding: 0 !important; }

.header.left .main-header .leftside-header .header-left .dropdown--quickSearch.is-open {
  width: 250px !important;
  box-shadow: 0 31px 65px 0 rgba(153, 153, 153, 0.28);
  transition: all ease 0.3s;
  background-color: transparent;
  overflow: hidden;
  left: auto !important;
  right: 65px !important;
  top: 0 !important; }

.home-banner {
  height: 100vh; }

.home-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1; }

.home-banner .container {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center; }

.home-banner .container .title h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 20px; }

.home-banner .container .title h1 sup {
  font-size: 13px;
  vertical-align: top;
  top: 1em;
  margin-left: 5px;
  position: absolute; }

.home-banner .container .sub-title {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 30px; }

div[data-content-region="home_below_menu"] {
  z-index: 1; }

.header .leftside-header .header-left .navUser-item img,
.header .leftside-header .header-right .navUser-item img {
  max-width: 30px; }

.header.left .main-header .leftside-header .header-left .navUser-section .navUser-item--search {
  margin-right: 0; }

.header .leftside-header .navUser-action {
  padding: 10px 15px; }

.pxImageRotator {
  position: static;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

[data-sub-layout-container="e0e11cdb-bfff-4619-989b-451350abdcb7"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

[data-sub-layout-container="e0e11cdb-bfff-4619-989b-451350abdcb7"] [data-sub-layout] {
  max-width: 300px; }

.footer .columns {
  padding-left: 0;
  padding-right: 0; }

#sd-image-859db569-31dd-4154-90a8-00703425cc08 {
  animation: arrowdown 1.5s infinite; }

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; } }

@keyframes arrowdown {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0px, 20px);
    opacity: 0; } }

[data-widget-id="3bb8e09e-3913-4ea2-b465-8297be4c3cd4"] {
  display: none; }

/* .home-banner .container .title h1,
.home-banner .container .sub-title,
.home-banner .btn{
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;	
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1s;		  
   will-change: transform, opacity;	
opacity:0;   
}

.home-banner .container .sub-title{
-webkit-animation-delay: 1s;
        animation-delay: 1s;	
}
.home-banner .btn{
-webkit-animation-delay: 2s;
        animation-delay: 2s;	
}

.slideInDown{
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}		

.slideInUp{
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}		

.zoomIn{
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;	
}



@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
 */
.instagram-feed {
  overflow: hidden; }

#instagram-feed .slick-initialized .slick-slide {
  margin: 1px 1px 2px 1px !important; }

.slick-arrow.slick-prev, .slick-arrow.slick-next {
  width: 40px;
  height: 40px; }

.slick-arrow.slick-prev::before {
  width: 100%;
  height: 100%;
  color: #000;
  content: "\f053";
  font: normal normal normal 20px/1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  overflow: hidden; }

.slick-arrow.slick-next::before {
  width: 100%;
  height: 100%;
  color: #000;
  content: "\f054";
  font: normal normal normal 20px/1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  overflow: hidden; }

.slick-arrow.slick-prev {
  left: 0; }

.slick-arrow.slick-next {
  right: 0; }

.arrows_scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 38px;
  height: 21px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: pointer; }

.arrows_scroll::before,
.arrows_scroll:after {
  background-image: url(https://eccotemp.com/product_images/uploaded_images/arrow-down.svg);
  background-repeat: no-repeat; }

.arrows_scroll:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0px, 106.66667px);
  -ms-transform: translate(0px, 106.66667px);
  transform: translate(0px, 106.66667px);
  -webkit-animation: arrows 3s linear infinite;
  animation: arrows 3s linear infinite; }

.arrows_scroll:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-animation: arrows 3s linear infinite -1.5s;
  animation: arrows 3s linear infinite -1.5s; }

.slick-initialized .slick-slide::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

@-webkit-keyframes arrows {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -20.33333px);
    transform: translate(0px, -20.33333px); }
  10%, 90% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0px, 20.33333px);
    transform: translate(0px, 20.33333px); } }

@keyframes arrows {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -20.33333px);
    transform: translate(0px, -20.33333px); }
  10%, 90% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0px, 20.33333px);
    transform: translate(0px, 20.33333px); } }

body [data-sub-layout-container="4740bb2e-a40e-45ad-8416-7a0f6d469a4b"] {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

body [data-sub-layout="912a1d9c-f336-48b9-87d2-390f55a4abf4"], body [data-sub-layout="55718ac0-1e1d-4c59-8e2a-1a1d0babb5df"] {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 363px; }

body [data-sub-layout="cd69748d-6bf1-472f-af82-0f91a7caff9d"] {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0; }

[data-sub-layout-container="a1238c4f-6efe-4d28-8a8d-05db252606ea"],
[data-sub-layout-container="cb464899-f708-4414-a3a2-3047155015db"] {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto; }

[data-sub-layout-container="a1238c4f-6efe-4d28-8a8d-05db252606ea"]::before,
[data-sub-layout-container="cb464899-f708-4414-a3a2-3047155015db"]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #EFEFEF;
  width: 100vw;
  margin-left: -50vw;
  left: 50%; }

[data-content-region="home_below_carousel"],
[data-content-region="home_below_top_products"] {
  overflow: hidden; }

[data-sub-layout="7edf10af-6fb8-41a4-9412-c3dcca48663d"] [data-widget-id="7c34292c-42fe-49ed-af88-792d728d7260"] {
  height: 100%; }

[data-sub-layout="7edf10af-6fb8-41a4-9412-c3dcca48663d"] .mobile_app_content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#sd-image-96364695-a9a7-4bc6-892e-4ec6aaa118a8 img {
  max-height: 500px; }

[data-sub-layout="7edf10af-6fb8-41a4-9412-c3dcca48663d"] .title_header {
  margin-bottom: 0; }

[data-sub-layout-container="a1238c4f-6efe-4d28-8a8d-05db252606ea"] {
  max-width: 1317px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

body [data-sub-layout="7edf10af-6fb8-41a4-9412-c3dcca48663d"] {
  max-width: 495px; }

body [data-sub-layout-container="cb464899-f708-4414-a3a2-3047155015db"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#sd-image-a074e43d-4113-4c61-a434-4dbdb46bf407 img {
  max-height: 650px; }

[data-sub-layout-container="b0baf094-1c64-4f41-82a3-01ef3af71f17"] {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto; }

[data-sub-layout-container="cf01bdbd-135e-413b-aaba-9283595ac6bb"] {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto; }

#sd-image-28b83c1a-7b41-435f-a643-9cbac5fc9682 img {
  max-height: 600px; }

body [data-sub-layout="d4cd55b6-effb-44ba-9c50-7cd3c1b77961"] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

body [data-sub-layout="318c7419-be07-41bb-bc25-dd7d63a0c441"] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.payment-row.columns-5 {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0; }

.footer .container {
  max-width: 1450px; }

.header.sticky {
  background-color: #1c1c1c;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-animation: animate_sticky .8s ease;
  animation: animate_sticky .8s ease; }

.header.unsticky {
  background-color: #1c1c1c;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-animation: animate_unsticky .6s ease;
  animation: animate_unsticky .6s ease; }

.sticky .header-middle .header-logo.logo-image a .header-logo-image-container::after,
.unsticky .header-middle .header-logo.logo-image a .header-logo-image-container::after {
  padding-bottom: 50px; }

.sidropen .header.sticky,
.sidropen .header.unsticky {
  left: 280px; }

@-webkit-keyframes animate_sticky {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes animate_sticky {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes animate_unsticky {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes animate_unsticky {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.sidropen body {
  /*-webkit-box-shadow: -5px 0 10px rgba(0,0,0,0.43);
	        box-shadow: -5px 0 10px rgba(0,0,0,0.43);*/ }

.sidropen .sidr {
  z-index: -1; }

.sidr .mCSB_scrollTools {
  opacity: 0 !important; }

body [data-sub-layout="d4cd55b6-effb-44ba-9c50-7cd3c1b77961"],
body [data-sub-layout="318c7419-be07-41bb-bc25-dd7d63a0c441"] {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 414.5px; }

body [data-sub-layout="808329bd-c0c4-4920-99bc-07d373d5e7b5"] {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

[data-sub-layout="318c7419-be07-41bb-bc25-dd7d63a0c441"] .links-wrap ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pxImages1 {
  margin: 0; }

body [data-sub-layout-container="5eec997a-9aa5-4e6f-b9a4-afb81d4c8b70"] {
  z-index: 1; }

[data-sub-layout-container="e0e11cdb-bfff-4619-989b-451350abdcb7"],
[data-sub-layout-container="1b05c45d-4f7f-4216-b8d9-681d62c3278d"] {
  overflow: hidden; }

.patent {
  font-size: 11px;
  color: #1b1b1b;
  font-weight: 200;
  text-align: right;
  display: block; }

[data-sub-layout="cd69748d-6bf1-472f-af82-0f91a7caff9d"] .patent {
  padding-right: 91px; }

#imagesequence .patent {
  position: absolute;
  bottom: 50px;
  right: 37px; }

[data-sub-layout="808329bd-c0c4-4920-99bc-07d373d5e7b5"] .patent {
  padding-right: 55px;
  margin-top: -40px; }

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0; }

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1; }

.el7-sprite-container .sprite-image {
  height: 500px;
  width: 500px;
  background: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/el22-sprite-sheet.png?_ga=219) no-repeat;
  background-position: 0px 0px;
  overflow: hidden; }

.el7-sprite-container .sprite-image.el7play {
  -webkit-animation: el7play 1s steps(60) forwards;
  animation: el7play 1s steps(60) forwards; }

.el7-sprite-container .sprite-image.el7playnext {
  -webkit-animation: el7playnext 1s steps(60) forwards;
  animation: el7playnext 1s steps(60) forwards;
  background-position: 0px -29008.84745762712px; }

@-webkit-keyframes el7play {
  100% {
    background-position: 0 -29008.84745762712px; } }

@keyframes el7play {
  100% {
    background-position: 0 -29008.84745762712px; } }

@-webkit-keyframes el7playnext {
  100% {
    background-position: 0 0; } }

@keyframes el7playnext {
  100% {
    background-position: 0 0; } }

.el7-btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 135px; }

.el7-btnholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.el7-btnholder a {
  padding: 7px 5px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  min-width: 73.5667px;
  text-align: center;
  border: 2px solid #000; }

.el7-btnholder a.active {
  background-color: #CE2A2B;
  color: #fff; }

.el7-btnholder a.indoor {
  border-radius: 5px 0 0 5px;
  border-right-width: 1px; }

.el7-btnholder a.outdoor {
  border-radius: 0 5px 5px 0;
  border-left-width: 1px; }

.form-input,
.form-input::placeholder,
.form-select--date::placeholder,
.form-select::placeholder {
  font-size: 0.7rem; }

[data-sub-layout-container="a1238c4f-6efe-4d28-8a8d-05db252606ea"],
[data-sub-layout-container="cb464899-f708-4414-a3a2-3047155015db"] {
  overflow-y: clip; }

/******************** Media Query Started *********************/
@media (min-width: 768px) and (max-width: 1024px) {
  ul.home-list.two_col,
  ul.home-list {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .links-wrap ul li {
    padding: 10px; } }

@media (min-width: 801px) {
  .navPages-quickSearch {
    display: block; }
  #menu {
    display: none; }
  .header-logo-image {
    max-width: 200px; } }

@media (min-width: 1024px) {
  .footer .footer-col1 li.telicon a {
    pointer-events: none; } }

@media (min-width: 1400px) {
  [data-sub-layout="808329bd-c0c4-4920-99bc-07d373d5e7b5"] {
    padding-left: 30px;
    padding-right: 30px; }
  [data-sub-layout="dc57b2be-0ba8-478e-bcbb-cd0572caa5a1"] .links-wrap ul {
    padding-left: 30px; } }

@media (min-width: 1261px) {
  body [data-widget-id="41830249-519f-4ecf-a25a-019147356aa1"], body [data-widget-id="c3ab4de1-55d5-4060-bea8-a096f7eb4e20"] {
    min-height: 142px; }
  body [data-widget-id="c3ab4de1-55d5-4060-bea8-a096f7eb4e20"] .sub_single_title {
    position: relative;
    top: 25px; }
  [data-sub-layout="3165b843-4367-4f97-b157-d2b04ddbd023"] ul.home-list.two_col,
  [data-sub-layout="7edf10af-6fb8-41a4-9412-c3dcca48663d"] ul.home-list.two_col,
  [data-sub-layout="dc57b2be-0ba8-478e-bcbb-cd0572caa5a1"] ul.home-list.two_col,
  [data-sub-layout="912a1d9c-f336-48b9-87d2-390f55a4abf4"] ul.home-list.two_col {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  [data-sub-layout="3165b843-4367-4f97-b157-d2b04ddbd023"] ul.home-list.two_col li,
  [data-sub-layout="7edf10af-6fb8-41a4-9412-c3dcca48663d"] ul.home-list.two_col li,
  [data-sub-layout="dc57b2be-0ba8-478e-bcbb-cd0572caa5a1"] ul.home-list.two_col li,
  [data-sub-layout="912a1d9c-f336-48b9-87d2-390f55a4abf4"] ul.home-list.two_col li {
    width: 100%; }
  .pxImageRotator li img {
    min-width: 500px; }
  [data-sub-layout="912a1d9c-f336-48b9-87d2-390f55a4abf4"] .mobile_app_content {
    margin-top: -37px; } }

@media (max-width: 1600px) {
  .home-list li {
    margin-top: 30px; }
  div[data-content-region="home_below_menu"] .go2024764804 {
    font-size: 3rem; }
  div[data-content-region="home_below_menu"] .go3059417575 {
    font-size: 1.7rem; }
  div[data-content-region="home_below_menu"] .go4232581999 {
    font-size: 16px; }
  .title_header .sub_top_highlight,
  .sub_bottom ul li {
    font-size: 22px; }
  .title_header h3,
  .sd-simple-text-9948fe32-d7aa-4e8f-82d8-c9f415f3de3f #sd-simple-text-editable-9948fe32-d7aa-4e8f-82d8-c9f415f3de3f,
  #sd-simple-text-editable-7d582809-d4f5-4ede-84e0-c569729508b7 {
    font-size: 34px; }
  .home-list li {
    margin-top: 20px; }
  .googletext {
    font-size: 18px; }
  .sd-simple-text-f25b8eb5-53fb-424f-89b2-8595ae6e593f .sd-simple-text-f25b8eb5-53fb-424f-89b2-8595ae6e593f * {
    font-size: 22px; }
  .sub_single_title {
    font-size: 26px; }
  div[data-layout-name="Home Blog section"] > div div[class*="sd-button"] span {
    font-size: 1.4rem; } }

@media (max-width: 1399px) {
  div[data-sub-layout="6b406b47-394b-4b02-bd2f-cc0e18a92033"] {
    padding: 0; }
  div[data-layout-name="Home Blog section"] > div div[class*="sd-button"] span {
    font-size: 1.2rem; }
  div[class*="sd-button"] span {
    font-size: 16px; }
  .title_header h3,
  .sd-simple-text-9948fe32-d7aa-4e8f-82d8-c9f415f3de3f #sd-simple-text-editable-9948fe32-d7aa-4e8f-82d8-c9f415f3de3f,
  .sd-simple-text-b9d73b1a-2958-4cd3-93f7-b77704faf497 #sd-simple-text-editable-b9d73b1a-2958-4cd3-93f7-b77704faf497,
  #sd-simple-text-editable-7d582809-d4f5-4ede-84e0-c569729508b7 {
    font-size: 30px; }
  .sub_bottom ul li, .title_header .sub_top_highlight {
    font-size: 20px; }
  .sub_single_title {
    font-size: 22px; }
  [data-content-region="home_below_top_products"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] {
    grid-column-gap: 20px; }
  div[data-layout-name="Home Blog section"] > div div[class*="sd-button"] span {
    font-size: 1.2rem; }
  .links-wrap ul li {
    padding: 10px 20px; }
  [data-sub-layout-container][data-sub-layout-container],
  div[data-sub-layout-container="7a3399cf-2fa0-42b6-8b86-d5b4a2fe9af3"] {
    padding-left: 30px;
    padding-right: 30px; }
  .Mobile.App [data-sub-layout-container][data-sub-layout-container] {
    padding-left: 0;
    padding-right: 0; }
  body .container {
    padding-left: 40px;
    padding-right: 40px; }
  [data-content-region="home_below_menu"] [data-sub-layout-container][data-sub-layout-container] {
    padding-left: 0;
    padding-right: 0; }
  body {
    font-size: 18px; }
  .title_header {
    margin-bottom: 20px; }
  .links-wrap {
    margin-top: 30px; }
  .app-btn-wrap.links-wrap ul {
    padding-top: 10px; }
  .app-btn-wrap.links-wrap {
    margin-top: 10px; }
  .home-list li img {
    width: 55px;
    height: 40px; }
  ul.home-list.three_col-bordered img {
    width: 55px;
    height: 55px; }
  ul.home-list.three_col-bordered li {
    font-size: 14px; }
  body.Mobile.App:not(.default) .header {
    position: absolute; }
  .About.Us div[data-sub-layout-container="8c3adc34-cfcd-4c44-8b37-1928225fc0d3"],
  .About.Us div[data-sub-layout-container="7a3399cf-2fa0-42b6-8b86-d5b4a2fe9af3"],
  .About.Us div[data-sub-layout-container="57763177-f28c-4471-bc04-069bbb2847ab"],
  .About.Us div[data-sub-layout-container="3c849894-3bf2-4de3-a9a7-4c01077bc95e"] {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 1352px) {
  .theme-social-icons {
    flex-wrap: wrap; } }

@media (max-width: 1199px) {
  body {
    font-size: 16px; }
  [data-sub-layout-container] {
    padding-left: 30px;
    padding-right: 30px; }
  ul.home-list.two_col li {
    font-size: 14px;
    padding: 0 10px; }
  div[data-content-region="home_below_menu"] .go2024764804 {
    font-size: 2.5rem; }
  .home-banner .container .title h1 {
    font-size: 2.5rem; }
  div[data-content-region="home_below_menu"] .go3059417575 {
    font-size: 1.4rem; }
  .home-banner .container .sub-title {
    font-size: 1.4rem; }
  .googletext br {
    display: none; }
  #sd-simple-text-editable-f25b8eb5-53fb-424f-89b2-8595ae6e593f {
    font-size: 20px;
    line-height: 1.4; }
  .content-productsection1 span {
    padding: 15px 10px;
    font-size: 14px; }
  .content-productsection1 span .btn {
    font-size: 14px; }
  .home-list li {
    margin-top: 20px; }
  ul.home-list.three_col-bordered li {
    font-size: 15px; }
  .sd-simple-text-7d582809-d4f5-4ede-84e0-c569729508b7 .sd-simple-text-7d582809-d4f5-4ede-84e0-c569729508b7 * {
    font-size: 30px; }
  [data-sub-layout-container="e0e11cdb-bfff-4619-989b-451350abdcb7"] img {
    max-height: 50px;
    object-fit: contain; }
  .footer .columns {
    padding-left: 0;
    padding-right: 0; }
  .theme-social-icons {
    flex-wrap: wrap;
    justify-content: center; }
  .btn {
    letter-spacing: 0; }
  .sub_single_title {
    font-size: 20px; }
  .links-wrap ul li {
    padding: 10px; }
  .links-wrap ul li {
    font-size: 16px; }
  .googletext {
    font-size: 16px; }
  span.googletext::after {
    bottom: -3px; }
  .image-productsection1 {
    margin-bottom: 30px; }
  .right-homesection1 img {
    max-width: 35px; }
  ul.home-list.three_col-bordered img {
    width: 45px;
    height: 45px; }
  ul.home-list.three_col-bordered img {
    width: 45px;
    height: 45px; }
  ul.home-list.three_col-bordered li {
    padding-top: 15px;
    padding-bottom: 15px; }
  .sub_single_title {
    font-size: 18px; }
  div[data-layout-name="Home Blog section"] > div div[class*="sd-button"] span {
    font-size: 1rem; }
  .footer .footer-col .navPages-action {
    font-size: 14px; }
  .btnround {
    max-width: 200px; }
  .copyright-above h2 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .copyright-above.align-center {
    padding-bottom: 20px; }
  [data-sub-layout="9337e370-4ecf-4a07-a85f-2dc90122573d"] {
    min-width: 500px; }
  body [data-sub-layout="3165b843-4367-4f97-b157-d2b04ddbd023"] {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; } }

@media (max-width: 1023px) {
  div[data-content-region="home_below_menu"] .go1152403042 {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center; }
  div[data-content-region="home_below_menu"] .go671630196 {
    display: none; }
  .default .header {
    background-color: #1c1c1c; }
  .mobileMenu-toggle {
    display: none; }
  #desktopmenu.mobileMenu-toggle {
    position: relative; }
  .header .main-header {
    /*min-height: 50px;*/ }
  [data-sub-layout-container="4740bb2e-a40e-45ad-8416-7a0f6d469a4b"] > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .pxImageRotator {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-bottom: 60px;
    margin-top: 60px; }
  ul.home-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home-list li {
    width: 50%; }
  .content-productsection1 {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  [data-sub-layout="55718ac0-1e1d-4c59-8e2a-1a1d0babb5df"] .sd-simple-text-f25b8eb5-53fb-424f-89b2-8595ae6e593f {
    text-align: center; }
  .header .main-header {
    padding-left: 0; }
  body div[data-sub-layout] {
    flex-basis: 100%;
    max-width: 100%; }
  [data-layout-name="Shipping Label"] div[data-sub-layout] .title_header {
    text-align: center; }
  .title_header {
    text-align: center; }
  .title_header .sub_bottom ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .links-wrap ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sub_single_title {
    text-align: center;
    margin: 60px 0; }
  body [data-layout-name="Shipping Label"] div[data-sub-layout] {
    flex-basis: 25%;
    max-width: 25%; }
  body [data-layout-name="Recommended By images"] div[data-sub-layout] {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .footer .columns .footer-col {
    max-width: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%; }
  .payment-row .col a {
    padding: 10px; }
  .payment-row.columns-5 {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    margin-bottom: 20px; }
  div[data-content-region="home_below_menu"] .go4232581999 {
    background-color: #ce2a2b; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -.45rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -.45rem; }
  .default .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    top: 5px;
    font-size: 18px !important; }
  #sd-image-96364695-a9a7-4bc6-892e-4ec6aaa118a8::after {
    display: none; }
  [data-sub-layout="808329bd-c0c4-4920-99bc-07d373d5e7b5"] {
    margin-top: 80px; }
  [data-sub-layout="808329bd-c0c4-4920-99bc-07d373d5e7b5"] {
    margin-top: 40px; }
  .image-productsection1 span img {
    max-width: 150px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .right-homesection1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  span.googletext::after {
    bottom: 0px; }
  .image-productsection1 span:first-child {
    padding-right: 15px; }
  .image-productsection1 {
    margin-bottom: 30px; }
  .home-banner {
    height: calc(100vh - 55px); }
  .image-productsection1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #sd-simple-text-editable-f25b8eb5-53fb-424f-89b2-8595ae6e593f {
    font-size: 18px; }
  .links-wrap.equal ul {
    position: static; }
  [data-sub-layout="9337e370-4ecf-4a07-a85f-2dc90122573d"] {
    margin-bottom: 60px; }
  [data-content-region="home_below_top_products"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 20px; }
  div[data-layout-name="Home Blog section"] > div {
    padding: 29% 10px; }
  [data-sub-layout="e6ef8f2e-ede5-490f-8dc8-2764882f0c50"] {
    margin-bottom: 40px; }
  body #sd-image-96364695-a9a7-4bc6-892e-4ec6aaa118a8 {
    background-position: center center; }
  .el7-sprite-container .sprite-image {
    margin: 0px auto; }
  .el7-btnholder {
    margin-left: 0; }
  .el7-btnwrap {
    margin-left: 0;
    max-width: 100%; } }

@media (max-width: 991px) {
  body {
    font-size: 16px; }
  #sd-image-3bb8e09e-3913-4ea2-b465-8297be4c3cd4 img {
    max-width: 40px; }
  .pxSliderWrapper .ui-slider .ui-slider-handle {
    top: -.25em;
    height: 15px; }
  .About.Us div[data-sub-layout="1d61d0bf-cb8c-4045-899f-6d34e522e064"],
  .About.Us div[data-sub-layout="582a9f84-472e-4327-8cee-3e5f4d4561d7"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

@media (max-width: 767px) {
  body {
    font-size: 15px; }
  .home-list li,
  ul.home-list.two_col li {
    font-size: 12px; }
  .home-list li img {
    width: 50px;
    height: 35px;
    padding-right: 15px; }
  [data-sub-layout-container][data-sub-layout-container],
  body .container {
    padding-left: 15px;
    padding-right: 15px; }
  .links-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .links-wrap ul li:first-child {
    border: none; }
  ul.home-list.three_col-bordered li {
    width: 50%; }
  ul.home-list.three_col-bordered li {
    width: 46%;
    border: 1px solid #D5D5D5 !important;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px; }
  .links-wrap {
    margin-top: 20px; }
  body [data-layout-name="Shipping Label"] div[data-sub-layout] {
    flex-basis: 50%;
    max-width: 50%; }
  [data-sub-layout-container="e0e11cdb-bfff-4619-989b-451350abdcb7"] img {
    max-height: 35px; }
  .whybuyicon_txt {
    font-size: 14px; }
  [data-content-region="home_below_top_products"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20px; }
  .footer .columns .footer-col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
  .footer .columns .footer-col:last-child {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .payment-row.columns-5 .col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .payment-row .col a {
    width: 50%; }
  .footer .footer-col h2 {
    font-size: 14px; }
  .footer .footer-col .navPages-action {
    font-size: 14px; }
  .copyright-above h2 {
    font-size: 18px; }
  .copyright-above .btnround {
    font-size: 14px; }
  div[data-content-region="home_below_menu"] .go2024764804 {
    font-size: 2rem; }
  .home-banner .container .title h1 {
    font-size: 2rem; }
  div[data-content-region="home_below_menu"] .go3059417575 {
    font-size: 1.2rem; }
  .home-banner .container .sub-title {
    font-size: 1.2rem; }
  .googletext {
    font-size: 16px;
    line-height: 2; }
  .footer .columns .footer-col ul {
    margin-bottom: 0; }
  .links-wrap.equal ul li:first-child {
    padding-left: 0; }
  .links-wrap.equal ul li {
    padding: 10px 0; }
  .app-btn-wrap.links-wrap ul {
    right: 0; }
  #sd-image-859db569-31dd-4154-90a8-00703425cc08 img {
    max-width: 30px; }
  .go2024764804 p::after {
    top: 0.15rem; }
  .home-banner .container .title h1 {
    line-height: 1.4; }
  .home-banner .container {
    padding-left: 25px;
    padding-right: 25px; }
  .sd-simple-text-9948fe32-d7aa-4e8f-82d8-c9f415f3de3f #sd-simple-text-editable-9948fe32-d7aa-4e8f-82d8-c9f415f3de3f,
  .sd-simple-text-b9d73b1a-2958-4cd3-93f7-b77704faf497 #sd-simple-text-editable-b9d73b1a-2958-4cd3-93f7-b77704faf497,
  .title_header h3,
  #sd-simple-text-editable-7d582809-d4f5-4ede-84e0-c569729508b7 {
    font-size: 26px; }
  .sub_bottom ul li, .title_header .sub_top_highlight {
    font-size: 16px; }
  #sd-simple-text-editable-de27ce58-d685-467f-bf02-297a905c271e {
    font-size: 16px; }
  [data-sub-layout-container="66ec923e-c3a2-4709-bbe5-5b71f2443f3c"],
  [data-sub-layout-container="4740bb2e-a40e-45ad-8416-7a0f6d469a4b"],
  [data-sub-layout-container="a1238c4f-6efe-4d28-8a8d-05db252606ea"],
  [data-sub-layout-container="b0baf094-1c64-4f41-82a3-01ef3af71f17"],
  [data-sub-layout-container="cb464899-f708-4414-a3a2-3047155015db"] {
    margin-top: 40px !important; }
  [data-sub-layout-container="66ec923e-c3a2-4709-bbe5-5b71f2443f3c"] {
    padding-bottom: 40px !important; }
  [data-sub-layout-container="cb464899-f708-4414-a3a2-3047155015db"],
  [data-sub-layout-container="a1238c4f-6efe-4d28-8a8d-05db252606ea"] {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  [data-content-region="home_below_top_products"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"],
  [data-sub-layout-container="cf01bdbd-135e-413b-aaba-9283595ac6bb"],
  [data-sub-layout-container="cb464899-f708-4414-a3a2-3047155015db"],
  [data-sub-layout-container="a1238c4f-6efe-4d28-8a8d-05db252606ea"],
  [data-sub-layout-container="cf01bdbd-135e-413b-aaba-9283595ac6bb"] {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }
  [data-sub-layout-container="1b05c45d-4f7f-4216-b8d9-681d62c3278d"] {
    margin-top: 0 !important; }
  [data-sub-layout="9337e370-4ecf-4a07-a85f-2dc90122573d"] {
    display: none; }
  [data-sub-layout="808329bd-c0c4-4920-99bc-07d373d5e7b5"] {
    margin-top: 0 !important; }
  .sub_single_title {
    margin-bottom: 40px;
    margin-top: 30px; }
  .home-banner .container .title h1 sup {
    position: relative; } }

@media (max-width: 600px) {
  .el7-sprite-container .sprite-image {
    width: 300px;
    height: 300px;
    background-size: 300px auto; }
  .el7-sprite-container .sprite-image.el7play {
    -webkit-animation: el7play 2s steps(58) forwards;
    animation: el7play 2s steps(58) forwards;
    background-position: 0px 0px; }
  .el7-sprite-container .sprite-image.el7playnext {
    -webkit-animation: el7playnext 2s steps(58) forwards;
    animation: el7playnext 2s steps(58) forwards;
    background-position: 0px -17370.50847457627px; }
  @-webkit-keyframes el7play {
    100% {
      background-position: 0 -17370.50847457627px; } }
  @keyframes el7play {
    100% {
      background-position: 0 -17370.50847457627px; } }
  @-webkit-keyframes el7playnext {
    100% {
      background-position: 0 0; } }
  @keyframes el7playnext {
    100% {
      background-position: 0 0; } } }

@media (max-width: 479px) {
  [data-content-region="home_below_top_products"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
  div[data-content-region="home_below_menu"] .go2024764804 {
    font-size: 1.5rem; }
  .home-banner .container .title h1 {
    font-size: 1.5rem; }
  div[data-content-region="home_below_menu"] .go3059417575 {
    font-size: 1rem; }
  .home-banner .container .sub-title {
    font-size: 1rem; }
  .footer .footer-col li > img {
    margin-right: 10px; }
  .footer .container {
    padding-left: 15px;
    padding-right: 15px; }
  .footer .footer-col li > img {
    max-width: 20px; }
  .footer .footer-col .navPages-action {
    font-size: 13px; }
  .image-productsection1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .image-productsection1 span:first-child {
    border: none;
    margin-bottom: 10px; }
  .image-productsection1 span {
    padding-left: 0;
    padding-right: 0; }
  .home-banner .container .title h1 sup {
    font-size: 12px; }
  div[data-layout-name="Home Blog section"] > div div[class*="sd-button"] span {
    font-size: 1.5rem; }
  div[data-layout-name="Home Blog section"] > div {
    padding: 37% 10px; }
  #sd-simple-text-editable-de27ce58-d685-467f-bf02-297a905c271e {
    font-size: 14px; }
  #sd-simple-text-editable-7d582809-d4f5-4ede-84e0-c569729508b7, .sd-simple-text-9948fe32-d7aa-4e8f-82d8-c9f415f3de3f #sd-simple-text-editable-9948fe32-d7aa-4e8f-82d8-c9f415f3de3f, .sd-simple-text-b9d73b1a-2958-4cd3-93f7-b77704faf497 #sd-simple-text-editable-b9d73b1a-2958-4cd3-93f7-b77704faf497, .title_header h3 {
    font-size: 24px; } }

.options_container .uncomplete-progress-bar:before {
  content: "";
  background: #fff;
  padding: 6px;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 10px;
  transform: translateX(-50%) translateY(-50%);
  transition: padding 0.2s ease;
  border: 1px solid #000;
  display: none; }

.options_container .uncomplete-progress-bar:after {
  content: "";
  background: #fff;
  border-radius: 2px;
  position: absolute;
  left: -18px;
  top: 16px;
  height: 101%;
  width: 5px;
  transform: translateX(-50%);
  border: 1px solid #000;
  display: none; }

.options_container .complete-progress-bar:before {
  content: "";
  background: #000;
  padding: 6px;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 10px;
  transform: translateX(-50%) translateY(-50%);
  transition: padding 0.2s ease;
  border: 1px solid #000;
  display: none; }

.options_container .complete-progress-bar:last-child:after {
  display: none; }

.options_container .uncomplete-progress-bar:last-child:after {
  display: none; }

.options_container .complete-progress-bar:after {
  content: "";
  background: #000;
  border-radius: 2px;
  position: absolute;
  left: -18px;
  top: 16px;
  height: 101%;
  width: 5px;
  transform: translateX(-50%);
  border: 1px solid #000;
  display: none; }

.options_container {
  position: relative; }

.productView-options .form .form-field {
  position: relative; }

.productView-options .form-field {
  margin-bottom: 0;
  padding: 0 0 15px 0; }

.Mobile.App footer .container {
  padding: 0 30px; }

.Mobile.App div[data-sub-layout-container="6642cd53-bcc0-4471-960a-1e6a4bece25e"],
.Mobile.App div[data-sub-layout-container="52663108-09d3-4526-9ac1-8d7432b36c84"],
.Mobile.App div[data-sub-layout-container="e82e8c42-d7b2-4d00-8f5a-a84ff0ac2b4f"] {
  max-width: 100%; }

.Mobile.App div[data-sub-layout-container="5d6a64b1-9dfd-4921-9ab6-12c352ea9816"],
.Mobile.App div[data-sub-layout-container="197b9156-2574-45da-91a8-72554d8591e9"] {
  border-bottom: 1px solid #e4e4e4; }

.Mobile.App #desktopmenu.mobileMenu-toggle .mobileMenu-toggleIcon, .Mobile.App #desktopmenu.mobileMenu-toggle .mobileMenu-toggleIcon::after, .Mobile.App #desktopmenu.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  background: #fff;
  outline-color: #fff; }

.Mobile.App .icon-search {
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/search.svg); }

.Mobile.App .product-selector-icon {
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/product.svg); }

.Mobile.App .navUser-action .icon-shopping-cart {
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/cart.svg); }

.Mobile.App .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
  color: #fff !important; }

.Mobile.App .navUser-item.navUser-item--cart .navUser-action .countPill.countPill--positive {
  color: #ce2a2b !important; }

.Mobile.App header {
  position: absolute;
  background: transparent !important;
  top: 0; }

.Mobile.App h2.mainTtitle {
  margin: 0;
  margin-bottom: 20px;
  font-size: 37px;
  color: #030504;
  line-height: 44px;
  position: relative;
  font-weight: 700; }

.Mobile.App p.mainParagraph {
  font-size: 15px;
  color: #030504;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1px; }

.Mobile.App div[data-layout-name="Layout"] {
  margin: 0 auto; }

.Mobile.App .smartApp-outer .smartApp-icons li + li {
  margin: 0 !important; }
  @media (max-width: 769px) {
    .Mobile.App .smartApp-outer .smartApp-icons li + li {
      margin-bottom: 10px !important; } }

.Mobile.App ul.smartApp-icons {
  margin: 0 -10px; }
  .Mobile.App ul.smartApp-icons li {
    padding: 0 10px;
    border-right: 1px solid #000; }
    @media (max-width: 769px) {
      .Mobile.App ul.smartApp-icons li {
        margin-bottom: 10px !important; } }
    .Mobile.App ul.smartApp-icons li:nth-child(2) {
      padding: 0 10px !important; }
      @media (max-width: 769px) {
        .Mobile.App ul.smartApp-icons li:nth-child(2) {
          margin-bottom: 10px !important; } }
      @media (max-width: 456px) {
        .Mobile.App ul.smartApp-icons li:nth-child(2) {
          border: none; } }
      .Mobile.App ul.smartApp-icons li:nth-child(2):after, .Mobile.App ul.smartApp-icons li:nth-child(2):before {
        display: none; }
    @media (max-width: 456px) {
      .Mobile.App ul.smartApp-icons li:nth-child(4) {
        border: none; } }
    .Mobile.App ul.smartApp-icons li:last-child {
      border: none;
      padding-right: 0; }
      @media (max-width: 1560px) {
        .Mobile.App ul.smartApp-icons li:last-child {
          margin-top: 10px !important; } }
      @media (max-width: 969px) {
        .Mobile.App ul.smartApp-icons li:last-child {
          margin-top: 0px !important; } }
      @media (max-width: 456px) {
        .Mobile.App ul.smartApp-icons li:last-child {
          display: block;
          width: 100%;
          padding: 0;
          margin-right: auto;
          margin-left: auto;
          text-align: center; } }

.Mobile.App ul.smartApp-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px; }
  .Mobile.App ul.smartApp-icons .desktop-store-icon {
    display: block;
    max-width: 136px;
    max-height: 38px; }
  .Mobile.App ul.smartApp-icons .mobile-store-icon {
    display: none; }
  .Mobile.App ul.smartApp-icons .custom-btn, .Mobile.App ul.smartApp-icons .home-banner .container .btn.aos-init.aos-animate, .home-banner .container .Mobile.App ul.smartApp-icons .btn.aos-init.aos-animate, .Mobile.App ul.smartApp-icons .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center .Mobile.App ul.smartApp-icons .btnround, .Mobile.App ul.smartApp-icons body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .Mobile.App ul.smartApp-icons #buttonLink, .Mobile.App ul.smartApp-icons .btn {
    padding: 19px 10px; }

.Mobile.App .voice-outer {
  padding: 150px 0px 150px 140px; }
  .Mobile.App .voice-outer h2 {
    color: #fff;
    margin-top: 0; }
  .Mobile.App .voice-outer p {
    color: #fff;
    max-width: 80%;
    letter-spacing: 1px; }

.Mobile.App .fullwidth-section {
  position: relative;
  padding: 250px 0 250px 140px; }
  .Mobile.App .fullwidth-section p {
    max-width: 40%;
    letter-spacing: 1px; }
  .Mobile.App .fullwidth-section span {
    font-weight: 600; }
  .Mobile.App .fullwidth-section img {
    position: absolute;
    right: 60px;
    bottom: 0;
    /*display: none;*/ }

.Mobile.App .voice-connected-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }
  .Mobile.App .voice-connected-items .google {
    padding: 80px 50px; }
    .Mobile.App .voice-connected-items .google img {
      width: 100%; }
  .Mobile.App .voice-connected-items .amazon {
    padding: 70px 50px; }
    .Mobile.App .voice-connected-items .amazon img {
      width: 100%; }

.Mobile.App .voice-connected-items:after {
  content: '';
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  width: 80%;
  height: 1px;
  background: #d0cece; }

.Mobile.App .distance-connected-outer {
  text-align: center;
  padding: 40px 0 75px; }
  .Mobile.App .distance-connected-outer p.mainParagraph {
    font-size: 15px;
    letter-spacing: 1px; }
  .Mobile.App .distance-connected-outer h2 {
    margin-bottom: 20px; }

.Mobile.App .distance-connected-item {
  text-align: center; }
  .Mobile.App .distance-connected-item .icon-wrap img {
    width: 100px; }
  .Mobile.App .distance-connected-item h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 20px 0 10px 0; }
  .Mobile.App .distance-connected-item p {
    padding: 0 80px;
    line-height: 25px;
    font-size: 15px;
    letter-spacing: 1px; }

.Mobile.App #sd-image-b633fe03-1565-417b-8f92-620645295b07,
.Mobile.App #sd-image-38def6e2-cd98-4b11-9a07-5ce7fd63bde5,
.Mobile.App #sd-image-3295f78d-3cfe-4cdf-87ac-774a092543f5 {
  justify-content: center; }

.Mobile.App [data-sub-layout-container="6642cd53-bcc0-4471-960a-1e6a4bece25e"]:after {
  background-position: 100% center;
  opacity: 1; }

.Mobile.App ul.smartApp-icons li:last-child {
  margin-left: 22px; }

.Mobile.App p.mainParagraph span {
  font-weight: 600; }

.Mobile.App div[data-sub-layout-container="c475db81-f7be-43ef-a35b-0e26960ce79b"] > * {
  flex-basis: 33.33%;
  max-width: 33.33%; }

.inner-banner-video {
  width: 100%; }
  .inner-banner-video video {
    width: 100%;
    height: 100%; }

.About.Us #sd-image-3eeb601f-f7ae-4df0-a53e-7130dcd85ee0 img,
.About.Us #sd-image-f434d1ce-4af9-4300-8a9c-39b7aced0e6f img,
.About.Us #sd-image-12fd9ee9-b26e-45a7-a6e4-ddd7f6d4a173 img,
.About.Us #sd-image-cbcd745b-1db4-4bbd-967b-ad93e94b3670 img,
.About.Us #sd-image-8b6c88ca-bd5a-4899-82a4-9b74f934c5ff img {
  max-width: 150px; }

.About.Us footer .container {
  padding: 0 30px; }

.About.Us div[data-sub-layout-container="80c91171-225f-413b-a758-9370c2561923"] {
  padding: 0 !important; }

.About.Us .welcome-outer, .About.Us .counter-outer, .About.Us .technology-outer {
  background: #070606;
  padding: 30px 50px; }
  .About.Us .welcome-outer h2, .About.Us .counter-outer h2, .About.Us .technology-outer h2 {
    font-size: 37px;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff; }
  .About.Us .welcome-outer p, .About.Us .counter-outer p, .About.Us .technology-outer p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px; }

.About.Us .welcome-outer p {
  font-size: 15px; }

.About.Us .counter-outer p {
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px; }

.About.Us .counter-item {
  text-align: center; }
  .About.Us .counter-item h2 {
    font-size: 90px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    color: #fff; }
  .About.Us .counter-item p {
    font-size: 37px;
    color: #fff;
    letter-spacing: 1px; }

.About.Us .experience-outer {
  padding: 30px 50px; }
  .About.Us .experience-outer h2 {
    font-size: 37px;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000; }
  .About.Us .experience-outer p {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px; }

.About.Us .experience {
  text-align: center; }
  .About.Us .experience h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 20px 0 10px 0; }
  .About.Us .experience p {
    padding: 0 80px;
    line-height: 25px;
    font-size: 15px;
    text-align: left;
    letter-spacing: 1px; }

.About.Us .technology-outer p {
  text-align: center;
  letter-spacing: 1px; }

.About.Us .technology-content {
  margin-left: 100px;
  padding-right: 15px; }
  .About.Us .technology-content h2 {
    font-size: 37px;
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff; }
  .About.Us .technology-content p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    max-width: 100%;
    letter-spacing: 1px; }

.About.Us .Fundamental-outer h2 {
  font-size: 37px;
  text-align: center;
  margin: 30px 0 40px;
  font-weight: 700;
  color: #212121; }

.About.Us .technology-buttons-outer {
  margin-top: 100px;
  max-width: 50%; }
  .About.Us .technology-buttons-outer .technology-buttons {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #474747;
    justify-content: center; }
    .About.Us .technology-buttons-outer .technology-buttons a.free-download {
      padding: 15px 0 15px 0;
      border-right: 1px solid #474747;
      color: #fff;
      font-size: 15px;
      text-align: center; }
    .About.Us .technology-buttons-outer .technology-buttons .learnBtn {
      padding: 0;
      text-align: center; }
      .About.Us .technology-buttons-outer .technology-buttons .learnBtn .custom-btn, .About.Us .technology-buttons-outer .technology-buttons .learnBtn .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center .About.Us .technology-buttons-outer .technology-buttons .learnBtn .btnround, .About.Us .technology-buttons-outer .technology-buttons .learnBtn body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .About.Us .technology-buttons-outer .technology-buttons .learnBtn #buttonLink, .About.Us .technology-buttons-outer .technology-buttons .learnBtn .btn {
        margin-left: 0 !important; }
  .About.Us .technology-buttons-outer .technology-buttons > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .About.Us .technology-buttons-outer .technology-apps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    margin-bottom: 30px; }
    .About.Us .technology-buttons-outer .technology-apps a {
      display: inline-flex;
      justify-content: center;
      flex: 0 0 50%;
      max-width: 50%;
      text-align: center;
      padding-bottom: 0;
      padding-left: 0px; }
      @media (max-width: 1023px) {
        .About.Us .technology-buttons-outer .technology-apps a {
          flex: 0 0 25%;
          max-width: 25%;
          padding: 0 7px !important; } }
      @media (max-width: 567px) {
        .About.Us .technology-buttons-outer .technology-apps a {
          flex: 0 0 50%;
          max-width: 50%; } }
    .About.Us .technology-buttons-outer .technology-apps .smarts-btn {
      margin-top: 20px; }
      @media (max-width: 1023px) {
        .About.Us .technology-buttons-outer .technology-apps .smarts-btn {
          margin-top: 0; } }
      @media (max-width: 567px) {
        .About.Us .technology-buttons-outer .technology-apps .smarts-btn {
          margin-top: 15px; } }
    .About.Us .technology-buttons-outer .technology-apps a.google-pay {
      padding-right: 0px;
      border-right: 1px solid #474747;
      padding-left: 0; }
      @media (max-width: 567px) {
        .About.Us .technology-buttons-outer .technology-apps a.google-pay {
          border-right: 1px solid #474747 !important; } }
    .About.Us .technology-buttons-outer .technology-apps img {
      width: 136px; }
  .About.Us .technology-buttons-outer .learn-mobBtn {
    display: none; }

.About.Us div[data-sub-layout-container="e8fcb2b8-06a4-4829-9289-5564267f5fc4"] {
  border-bottom: 1px solid #424242;
  padding: 30px 30px 90px 30px !important; }

.About.Us header {
  position: absolute !important;
  background: 0 0 !important;
  top: 0; }
  .About.Us header .container {
    max-width: 1790px; }

.About.Us nav[aria-label="Breadcrumb"] {
  display: none; }

.About.Us .container {
  max-width: 100%;
  padding: 0; }

.About.Us #desktopmenu.mobileMenu-toggle .mobileMenu-toggleIcon,
.About.Us #desktopmenu.mobileMenu-toggle .mobileMenu-toggleIcon::after,
.About.Us #desktopmenu.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  background: #fff; }

.About.Us .icon-search {
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/search.svg); }

.About.Us .product-selector-icon {
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/product.svg); }

.About.Us .navUser-action .icon-shopping-cart {
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/cart.svg); }

.About.Us .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
  color: #fff !important; }

.About.Us .navUser-item.navUser-item--cart .navUser-action .countPill.countPill--positive {
  color: #ce2a2b !important; }

.About.Us div[data-sub-layout="ca7dcfca-6191-4473-a418-f3ece2b95e1e"] {
  padding: 0 50px; }

.About.Us .go3393032375 {
  display: none; }

.About.Us .joe-logoOuter {
  margin: 0 auto 0 0;
  padding-left: 50px; }

.About.Us .joe-logoOuter img {
  width: 350px; }

.About.Us .joe-bottom-logo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px; }

.About.Us .joe-bottom-logo p {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px; }

.About.Us .joe-bottom-logo p:first-child {
  margin-right: 10px;
  padding-right: 15px;
  border-right: 1px solid #ffffff; }

.About.Us div[data-sub-layout-container="961ee3d3-fa75-47c2-9a1f-c6786c8ccaf7"] > div {
  flex: 0 0 33.33%;
  max-width: 33.33%; }

.About.Us .welcome-outer {
  padding: 40px 50px 65px; }

.About.Us .welcome-outer h3 {
  margin-bottom: 40px; }

.About.Us .counter-outer {
  padding: 40px 50px 10px; }

.About.Us div[data-sub-layout-container="a1511b9f-cdb6-4743-bebd-54e9cb0ddcbe"] {
  padding-bottom: 80px; }

.About.Us .technology-outer {
  padding: 30px 50px 20px; }

.About.Us div[data-sub-layout="46c1a0fb-23a5-4dd0-a7db-4185fb317e1c"],
.About.Us div[data-sub-layout="c137cef5-6d65-49f3-8d01-a0ec477f7c20"],
.About.Us div[data-sub-layout="b461db85-dcd7-490d-a4c4-8d3f118ff504"],
.About.Us div[data-sub-layout="ce86068d-795c-4cc5-819c-6dc52fd42e7a"],
.About.Us div[data-sub-layout="6a434518-e90c-41e2-a4ce-ea8db32a8d04"] {
  flex-basis: auto;
  max-width: inherit; }

.About.Us [data-sub-layout-container="fd822d47-29ab-4fce-8045-7152c74aef6a"] {
  justify-content: space-between;
  padding: 0 50px 50px 50px; }

.About.Us h2.heating-logo {
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0; }

.About.Us h2.heating-logo span {
  font-size: 12px;
  vertical-align: text-top; }

.About.Us .desktop-store-icon {
  display: block; }

.About.Us .mob-learnBtn {
  display: none; }

.About.Us .rightwatersection {
  padding: 25px 50px; }

.About.Us div[data-sub-layout="8021f55f-255d-4920-a696-c1d13c35fef6"],
.About.Us div[data-sub-layout="21cb0f12-f77b-45fa-a2af-1d2e636285ee"],
.About.Us div[data-sub-layout="69a11469-51f9-4616-b6ff-cb3ab2e0b7ee"],
.About.Us div[data-sub-layout="5081729e-528b-4e36-bc58-4b4e94882146"] {
  padding: 0; }

.About.Us div[data-sub-layout-container="57763177-f28c-4471-bc04-069bbb2847ab"] {
  align-items: flex-start; }

div[data-sub-layout="1cf097b7-c251-4349-9cf5-64d9c5dc7805"] {
  padding: 0; }

@media (min-width: 1400px) and (max-width: 1850px) {
  .About.Us header .container {
    padding: 0 50px; }
  .Mobile.App div[data-sub-layout-container="5d6a64b1-9dfd-4921-9ab6-12c352ea9816"],
  .Mobile.App div[data-sub-layout-container="197b9156-2574-45da-91a8-72554d8591e9"],
  .Mobile.App div[data-sub-layout-container="3fdd429c-1295-402e-8f05-ad9e2e045cd0"],
  .Mobile.App div[data-sub-layout-container="c475db81-f7be-43ef-a35b-0e26960ce79b"] {
    padding: 0 50px; }
  .Mobile.App div[data-sub-layout="e2e36c10-aaff-4512-9445-71e132ef5c1d"],
  .Mobile.App div[data-sub-layout="2d16d805-b953-4fa0-bd51-fc509b243bf3"],
  .Mobile.App div[data-sub-layout="98f5236c-5102-4d72-9424-f09cb743f7a5"] {
    padding: 0; }
  .Mobile.App .fullwidth-section {
    padding: 250px 0 250px 50px; }
  .Mobile.App .voice-outer {
    padding: 150px 0 150px 50px; } }

@media (max-width: 1700px) {
  .About.Us .technology-buttons-outer {
    max-width: 70%; } }

@media (max-width: 1450px) {
  .About.Us div[data-sub-layout-container="a1511b9f-cdb6-4743-bebd-54e9cb0ddcbe"] {
    padding: 0 30px 30px !important; }
  .About.Us div[data-sub-layout-container="3fec6615-4dd6-45a9-a46d-0caa2a088999"] {
    padding: 50px 100px 80px 100px; }
  .About.Us div[data-sub-layout-container="fd822d47-29ab-4fce-8045-7152c74aef6a"] {
    padding-bottom: 50px; }
  .About.Us .technology-content p {
    max-width: 100%; }
  .About.Us .technology-buttons-outer {
    max-width: 100%;
    margin-top: 70px; } }

@media (max-width: 1440px) {
  .footer .container {
    padding: 0 40px !important; }
  .Mobile.App div[data-sub-layout="98f5236c-5102-4d72-9424-f09cb743f7a5"],
  .Mobile.App div[data-sub-layout=e2e36c10-aaff-4512-9445-71e132ef5c1d] {
    padding-left: 50px; }
  .Mobile.App div [data-sub-layout="2d16d805-b953-4fa0-bd51-fc509b243bf3"] {
    padding-right: 50px; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .About.Us .Fundamental-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .rightwatersection h2,
  .About.Us .technology-content h2,
  .About.Us .counter-outer h2,
  .About.Us .technology-outer h2,
  .About.Us .welcome-outer h2 {
    font-size: 19px;
    line-height: 24px; }
  .About.Us .counter-outer p,
  .About.Us .technology-outer p,
  .About.Us .experience-outer p {
    font-size: 15px; }
  .About.Us .experience h3 {
    font-size: 18px; }
  .About.Us .rightwatersection {
    padding: 25px 30px; }
  .Mobile.App h2.mainTtitle,
  .Mobile.App .voice-outer h2,
  .Mobile.App .rightwatersection h2,
  .Mobile.App .distance-connected-outer h2 {
    font-size: 19px !important; }
  .Mobile.App .distance-connected-item h3 {
    font-size: 19px; }
  .Mobile.App div[data-sub-layout-container="5d6a64b1-9dfd-4921-9ab6-12c352ea9816"],
  .Mobile.App div[data-sub-layout-container="197b9156-2574-45da-91a8-72554d8591e9"],
  .Mobile.App div[data-sub-layout-container="3fdd429c-1295-402e-8f05-ad9e2e045cd0"],
  .Mobile.App div[data-sub-layout-container="c475db81-f7be-43ef-a35b-0e26960ce79b"] {
    padding: 0 30px !important; }
  .Mobile.App div[data-sub-layout="e2e36c10-aaff-4512-9445-71e132ef5c1d"],
  .Mobile.App div[data-sub-layout="2d16d805-b953-4fa0-bd51-fc509b243bf3"],
  .Mobile.App div[data-sub-layout="98f5236c-5102-4d72-9424-f09cb743f7a5"] {
    padding: 0; }
  .Mobile.App .fullwidth-section {
    padding: 250px 0 250px 30px; }
  .Mobile.App .voice-outer {
    padding: 150px 0 150px 30px; } }

@media (max-width: 1399px) {
  .About.Us header .container {
    padding: 0 30px; }
  .About.Us .welcome-outer {
    padding: 40px 30px 65px; }
  .About.Us div[data-sub-layout="ca7dcfca-6191-4473-a418-f3ece2b95e1e"] {
    padding: 0; }
  .About.Us .joe-logoOuter {
    padding-left: 0; }
  .About.Us div[data-sub-layout="f8394dcf-98d6-4c41-8071-f1f7c005caa9"] {
    padding: 0; }
  .About.Us .counter-outer {
    padding: 40px 30px 10px; }
  .About.Us .experience-outer {
    padding: 30px; }
  .About.Us div[data-sub-layout-container="961ee3d3-fa75-47c2-9a1f-c6786c8ccaf7"] {
    padding: 0 30px 30px !important; }
  .About.Us .experience p {
    padding: 0 50px; }
  .About.Us .technology-outer {
    padding: 30px 30px 20px; }
  .About.Us div[data-sub-layout="af86b892-177c-4b09-82be-f813d12a231a"] {
    padding: 0 30px; }
  .About.Us div[data-sub-layout-container="5bdc574c-1d81-4b68-85c6-3e37abba3762"] {
    padding: 0 30px !important; }
  .About.Us div[data-sub-layout-container="57763177-f28c-4471-bc04-069bbb2847ab"],
  .About.Us div[data-sub-layout="5e977928-ad3d-4930-9923-9e74aec3da4c"] {
    padding: 0 30px !important; }
  .About.Us div[data-sub-layout-container="fd822d47-29ab-4fce-8045-7152c74aef6a"] {
    padding: 0 30px 30px 30px !important; } }

@media (max-width: 1366px) {
  .Mobile.App .fullwidth-section {
    position: relative;
    padding: 220px 0 220px 140px; }
  .About.Us .counter-item h2 {
    font-size: 70px; }
  .About.Us .counter-item p {
    font-size: 35px; }
  .About.Us .experience p {
    padding: 0 30px; }
  .About.Us .technology-buttons-outer .technology-buttons .custom-btn, .About.Us .technology-buttons-outer .technology-buttons .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center .About.Us .technology-buttons-outer .technology-buttons .btnround, .About.Us .technology-buttons-outer .technology-buttons body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .About.Us .technology-buttons-outer .technology-buttons #buttonLink, .About.Us .technology-buttons-outer .technology-buttons .btn {
    padding: 19px 10px;
    font-size: 15px; }
  .About.Us div[data-sub-layout-container="3fec6615-4dd6-45a9-a46d-0caa2a088999"] {
    padding: 50px; } }

@media (max-width: 1279px) {
  .Mobile.App ul.smartApp-icons .custom-btn, .Mobile.App ul.smartApp-icons .home-banner .container .btn.aos-init.aos-animate, .home-banner .container .Mobile.App ul.smartApp-icons .btn.aos-init.aos-animate, .Mobile.App ul.smartApp-icons .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center .Mobile.App ul.smartApp-icons .btnround, .Mobile.App ul.smartApp-icons body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .Mobile.App ul.smartApp-icons #buttonLink, .Mobile.App ul.smartApp-icons .btn {
    font-size: 15px; }
  .Mobile.App ul.smartApp-icons li:last-child {
    margin-left: 12px; }
  .Mobile.App ul.smartApp-icons li:nth-child(2) {
    padding-left: 15px; }
  .Mobile.App ul.smartApp-icons li + li {
    margin-left: 15px; }
  .Mobile.App ul.smartApp-icons li:nth-child(2):after {
    height: 55px; }
  .Mobile.App .fullwidth-section img {
    right: 0; }
  .Mobile.App .fullwidth-section {
    padding: 150px 0 150px 80px; }
  .About.Us .technology-content {
    max-width: 100%; }
  .About.Us #sd-image-12fd9ee9-b26e-45a7-a6e4-ddd7f6d4a173 img,
  .About.Us #sd-image-3eeb601f-f7ae-4df0-a53e-7130dcd85ee0 img,
  .About.Us #sd-image-8b6c88ca-bd5a-4899-82a4-9b74f934c5ff img,
  .About.Us #sd-image-cbcd745b-1db4-4bbd-967b-ad93e94b3670 img,
  .About.Us #sd-image-f434d1ce-4af9-4300-8a9c-39b7aced0e6f img {
    max-width: 140px; }
  .About.Us h2.heating-logo {
    font-size: 30px; }
  .About.Us div[data-sub-layout="ca7dcfca-6191-4473-a418-f3ece2b95e1e"] {
    padding: 0; } }

@media (max-width: 1145px) {
  .Mobile.App div[data-sub-layout="e2e36c10-aaff-4512-9445-71e132ef5c1d"],
  .Mobile.App div[data-sub-layout="98f5236c-5102-4d72-9424-f09cb743f7a5"] {
    padding-left: 20px; }
  .Mobile.App div [data-sub-layout="2d16d805-b953-4fa0-bd51-fc509b243bf3"] {
    padding-right: 20px; }
  .About.Us .technology-content {
    margin-left: 50px; } }

@media (max-width: 1023px) {
  .Mobile.App div [data-sub-layout="e2e36c10-aaff-4512-9445-71e132ef5c1d"],
  .Mobile.App div [data-sub-layout="2d16d805-b953-4fa0-bd51-fc509b243bf3"] {
    padding: 0 20px; }
  .Mobile.App div[data-sub-layout="1cb066c0-b1f6-45fa-91d9-d14b93493dfd"],
  .Mobile.App div[data-sub-layout="5eefa4e5-72a2-4e6f-a947-404866b07b8d"] {
    flex-basis: 50%;
    max-width: 50%; }
  .Mobile.App div[data-sub-layout="f01f0285-ceae-49c9-839c-337c5c468472"],
  .Mobile.App div[data-sub-layout="b72854d8-e975-4a9d-bc29-785783a525ca"],
  .Mobile.App div[data-sub-layout="e01167f9-1db2-4c08-9b8c-acfdab5ec5ed"],
  .Mobile.App div[data-sub-layout="28ee8c21-1085-4762-98b4-b5b80d4160ec"],
  .Mobile.App div[data-sub-layout="301d97ea-3db6-419c-86f7-76f357900484"],
  .Mobile.App div[data-sub-layout="3715a43e-3ce8-439e-9b38-298985fc88fa"] {
    flex-basis: 33.33%;
    max-width: 33.33%; }
  .Mobile.App div[data-sub-layout="7688569a-32c9-4c12-bfb9-e7f222c599e3"] {
    order: -1; }
  .Mobile.App div[data-sub-layout="98f5236c-5102-4d72-9424-f09cb743f7a5"] {
    order: 1; }
  .Mobile.App #sd-image-b633fe03-1565-417b-8f92-620645295b07,
  .Mobile.App #sd-image-38def6e2-cd98-4b11-9a07-5ce7fd63bde5,
  .Mobile.App #sd-image-3295f78d-3cfe-4cdf-87ac-774a092543f5 {
    margin: 0; }
  .Mobile.App div[data-sub-layout="e2e36c10-aaff-4512-9445-71e132ef5c1d"],
  .Mobile.App div[data-sub-layout="2d16d805-b953-4fa0-bd51-fc509b243bf3"],
  .Mobile.App div[data-sub-layout="98f5236c-5102-4d72-9424-f09cb743f7a5"] {
    margin-top: 0;
    margin-bottom: 25px; }
  .Mobile.App .voice-outer h2.mainTtitle {
    margin-bottom: 10px; }
  .Mobile.App .distance-connected-outer {
    padding: 10px 0; }
  .Mobile.App .distance-connected-item h3 {
    margin: 10px 0 5px 0; }
  .Mobile.App .distance-connected-outer h2 {
    margin-bottom: 5px; }
  .Mobile.App div[data-sub-layout="f01f0285-ceae-49c9-839c-337c5c468472"],
  .Mobile.App div[data-sub-layout="b72854d8-e975-4a9d-bc29-785783a525ca"],
  .Mobile.App div[data-sub-layout="b72854d8-e975-4a9d-bc29-785783a525ca"],
  .Mobile.App div[data-sub-layout="e01167f9-1db2-4c08-9b8c-acfdab5ec5ed"],
  .Mobile.App div[data-sub-layout="28ee8c21-1085-4762-98b4-b5b80d4160ec"],
  .Mobile.App div[data-sub-layout="301d97ea-3db6-419c-86f7-76f357900484"],
  .Mobile.App div[data-sub-layout="3715a43e-3ce8-439e-9b38-298985fc88fa"],
  .Mobile.App div[data-sub-layout="9be512b1-6336-40c3-838d-c085692d8a70"],
  .Mobile.App div[data-sub-layout="ef5b66fd-b913-4fd5-9ae7-a5b2e09bb4c1"],
  .Mobile.App div[data-sub-layout="c89034c0-c049-425a-8bdc-5420790755ac"] {
    margin-bottom: 30px; }
  .Mobile.App div[data-sub-layout="98f5236c-5102-4d72-9424-f09cb743f7a5"] {
    padding: 0 20px; }
  .About.Us div[data-sub-layout="01d3d4a0-984e-4f74-95d2-6b0364bbb970"],
  .About.Us div[data-sub-layout="c1b3cf60-5de6-4f78-a313-0f99ca6a4574"],
  .About.Us div[data-sub-layout="01c35181-ca3b-4074-b4a7-023ff2a8097f"] {
    flex-basis: 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 10px; }
  .About.Us .technology-buttons-outer .learn-mobBtn a.custom-btn, .About.Us .technology-buttons-outer .learn-mobBtn .footer .copyright-above.align-center a.btnround, .footer .copyright-above.align-center .About.Us .technology-buttons-outer .learn-mobBtn a.btnround, .About.Us .technology-buttons-outer .learn-mobBtn body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e a#buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .About.Us .technology-buttons-outer .learn-mobBtn a#buttonLink, .About.Us .technology-buttons-outer .learn-mobBtn a.btn {
    font-size: 15px; }
  .About.Us div[data-sub-layout="1d61d0bf-cb8c-4045-899f-6d34e522e064"],
  .About.Us div[data-sub-layout="582a9f84-472e-4327-8cee-3e5f4d4561d7"] {
    flex-basis: 100%;
    max-width: 100%; }
  .About.Us div[data-sub-layout="8021f55f-255d-4920-a696-c1d13c35fef6"],
  .About.Us div[data-sub-layout="21cb0f12-f77b-45fa-a2af-1d2e636285ee"],
  .About.Us div[data-sub-layout="69a11469-51f9-4616-b6ff-cb3ab2e0b7ee"],
  .About.Us div[data-sub-layout="5081729e-528b-4e36-bc58-4b4e94882146"] {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 30px; }
  .About.Us div[data-sub-layout-container="6fe9e8c3-a3a6-4845-a197-370467ebbf82"] {
    clear: both; }
  .About.Us div[data-sub-layout-container="961ee3d3-fa75-47c2-9a1f-c6786c8ccaf7"] {
    border-right: 0;
    padding-bottom: 30px;
    position: relative; }
  .About.Us div[data-sub-layout-container="961ee3d3-fa75-47c2-9a1f-c6786c8ccaf7"]:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 97%;
    background: #DCDCDC; }
  .About.Us div[data-sub-layout="f8394dcf-98d6-4c41-8071-f1f7c005caa9"],
  .About.Us div[data-sub-layout="3107c683-8486-4e30-8b5a-844c658ea09e"],
  .About.Us div[data-sub-layout="449ff56a-a718-48be-ad17-48f9fb84a4e5"],
  .About.Us div[data-sub-layout="cab068b5-07e5-4a3c-ac76-f8a2f79934e4"],
  .About.Us div[data-sub-layout="3a5decea-3505-4343-a2d8-dfc8a19ea815"],
  .About.Us div[data-sub-layout="7e4eebba-0faa-4f54-9648-4b83c9787a7a"],
  .About.Us div[data-sub-layout="9185c50a-d822-4b60-b084-067bc97b58fb"] {
    flex-basis: 100%;
    max-width: 100%; }
  .About.Us div[data-sub-layout=e6842671-cb70-4224-b942-21f796a08ae8] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    text-align: center; }
  .About.Us div[data-sub-layout="ca7dcfca-6191-4473-a418-f3ece2b95e1e"] {
    flex-basis: 50%;
    max-width: 50%; }
  .About.Us div[data-sub-layout-container="961ee3d3-fa75-47c2-9a1f-c6786c8ccaf7"] > div {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 20px; }
  .About.Us div[data-sub-layout="3107c683-8486-4e30-8b5a-844c658ea09e"],
  .About.Us div[data-sub-layout="449ff56a-a718-48be-ad17-48f9fb84a4e5"],
  .About.Us div[data-sub-layout="cab068b5-07e5-4a3c-ac76-f8a2f79934e4"],
  .About.Us div[data-sub-layout="ee0e18d5-0bab-4346-a80e-5b5fc2d12a24"],
  .About.Us div[data-sub-layout="491a5fe7-d9f8-49ab-846e-fdf6c28943bd"],
  .About.Us div[data-sub-layout="3f71f34f-5df3-4f41-9204-f82e9ad95cad"] {
    flex: 0 0 50%;
    max-width: 50%; }
  .About.Us .technology-buttons-outer {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .About.Us .technology-buttons-outer .technology-buttons {
      padding-bottom: 0;
      border-bottom: 0; }
      .About.Us .technology-buttons-outer .technology-buttons .learnBtn {
        display: none; }
      .About.Us .technology-buttons-outer .technology-buttons a.free-download {
        padding: 0;
        border-right: 0; }
    .About.Us .technology-buttons-outer .technology-apps {
      border-right: 1px solid #474747;
      border-left: 1px solid #474747;
      padding: 0 5px;
      margin: 0 8px;
      padding-top: 0; }
      .About.Us .technology-buttons-outer .technology-apps img {
        width: 100px; }
      .About.Us .technology-buttons-outer .technology-apps a.google-pay {
        border: 0;
        padding: 0;
        padding-right: 8px; }
      .About.Us .technology-buttons-outer .technology-apps a {
        border-right: 0;
        padding: 0;
        padding-left: 8px; }
    .About.Us .technology-buttons-outer .learn-mobBtn {
      display: block; }
  .About.Us .technology-content h2, .About.Us .technology-content p {
    text-align: center; }
  .About.Us .mob-learnBtn {
    display: block; }
    .About.Us .mob-learnBtn a.custom-btn, .About.Us .mob-learnBtn .home-banner .container a.btn.aos-init.aos-animate, .home-banner .container .About.Us .mob-learnBtn a.btn.aos-init.aos-animate, .About.Us .mob-learnBtn .footer .copyright-above.align-center a.btnround, .footer .copyright-above.align-center .About.Us .mob-learnBtn a.btnround, .About.Us .mob-learnBtn body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e a#buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .About.Us .mob-learnBtn a#buttonLink, .About.Us .mob-learnBtn a.btn {
      font-size: 15px; }
  .About.Us .technology-buttons-outer .technology-buttons > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .About.Us .technology-content {
    margin: 0;
    padding: 30px; } }

@media (min-width: 568px) and (max-width: 991px) {
  .About.Us .Fundamental-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .rightwatersection h2,
  .About.Us .technology-content h2,
  .About.Us .counter-outer h2,
  .About.Us .technology-outer h2,
  .About.Us .welcome-outer h2 {
    font-size: 29px;
    line-height: 35px; }
  .About.Us header .container {
    padding: 0 20px; }
  .Mobile.App h2.mainTtitle,
  .Mobile.App .voice-outer h2,
  .Mobile.App .distance-connected-outer h2 {
    font-size: 29px; }
  .Mobile.App div[data-sub-layout-container="5d6a64b1-9dfd-4921-9ab6-12c352ea9816"],
  .Mobile.App div[data-sub-layout-container="197b9156-2574-45da-91a8-72554d8591e9"],
  .Mobile.App div[data-sub-layout-container="3fdd429c-1295-402e-8f05-ad9e2e045cd0"],
  .Mobile.App div[data-sub-layout-container="c475db81-f7be-43ef-a35b-0e26960ce79b"] {
    padding: 0 20px !important; }
  .Mobile.App div[data-sub-layout="e2e36c10-aaff-4512-9445-71e132ef5c1d"],
  .Mobile.App div[data-sub-layout="2d16d805-b953-4fa0-bd51-fc509b243bf3"],
  .Mobile.App div[data-sub-layout="98f5236c-5102-4d72-9424-f09cb743f7a5"] {
    padding: 0; }
  .Mobile.App .fullwidth-section {
    padding: 100px 0 100px 20px; }
  .Mobile.App .voice-outer {
    padding: 15px 20px; } }

@media (max-width: 969px) {
  .Mobile.App ul.smartApp-icons .custom-btn, .Mobile.App ul.smartApp-icons .home-banner .container .btn.aos-init.aos-animate, .home-banner .container .Mobile.App ul.smartApp-icons .btn.aos-init.aos-animate, .Mobile.App ul.smartApp-icons .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center .Mobile.App ul.smartApp-icons .btnround, .Mobile.App ul.smartApp-icons body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .Mobile.App ul.smartApp-icons #buttonLink, .Mobile.App ul.smartApp-icons .btn {
    line-height: 0; } }

@media (max-width: 991px) {
  .Mobile.App div[data-sub-layout="98f5236c-5102-4d72-9424-f09cb743f7a5"] {
    margin-bottom: 30px; }
  .Mobile.App .fullwidth-section img {
    width: 30%; }
  .Mobile.App .fullwidth-section p {
    max-width: 60%; }
  .Mobile.App body div[data-sub-layout="1cb066c0-b1f6-45fa-91d9-d14b93493dfd"],
  .Mobile.App body div[data-sub-layout="5eefa4e5-72a2-4e6f-a947-404866b07b8d"] {
    flex-basis: 50%;
    max-width: 50%; }
  .Mobile.App .voice-connected-items .google,
  .Mobile.App .voice-connected-items .amazon {
    padding: 30px; }
  .Mobile.App .voice-outer p {
    max-width: 100%; }
  .Mobile.App h2.mainTtitle {
    line-height: normal; }
  .Mobile.App body div[data-sub-layout="f01f0285-ceae-49c9-839c-337c5c468472"],
  .Mobile.App body div[data-sub-layout="b72854d8-e975-4a9d-bc29-785783a525ca"],
  .Mobile.App body div[data-sub-layout="e01167f9-1db2-4c08-9b8c-acfdab5ec5ed"],
  .Mobile.App body div[data-sub-layout="28ee8c21-1085-4762-98b4-b5b80d4160ec"],
  .Mobile.App body div[data-sub-layout="301d97ea-3db6-419c-86f7-76f357900484"],
  .Mobile.App body div[data-sub-layout="3715a43e-3ce8-439e-9b38-298985fc88fa"] {
    flex-basis: 33.33%;
    max-width: 33.33%; }
  .Mobile.App .distance-connected-item p {
    padding: 0 20px;
    font-size: 15px; }
  .Mobile.App .distance-connected-item h3 {
    font-size: 17px; }
  .Mobile.App .distance-connected-item .icon-wrap img {
    width: 50px; }
  .Mobile.App .go3393032375 {
    display: none; }
  .Mobile.App .voice-connected-items .amazon {
    order: -1; }
  .Mobile.App .distance-connected-outer p.mainParagraph {
    text-align: center;
    margin: 0 auto; }
  .Mobile.App div[data-sub-layout="0e0609e2-e7ed-4066-8ea7-1f883d74717e"] {
    padding: 0; }
  .Mobile.App div[data-sub-layout-container="2b399a21-ed2d-43f8-ab62-b196473d4b32"] {
    padding: 0 20px !important; }
  .About.Us div[data-sub-layout-container=fd822d47-29ab-4fce-8045-7152c74aef6a],
  .About.Us div[data-sub-layout-container="00b86b45-83d4-4a32-9752-e1d96da0e2dc"] {
    display: none; }
  .About.Us div[data-sub-layout-container="e8fcb2b8-06a4-4829-9289-5564267f5fc4"] {
    flex-wrap: nowrap;
    padding-top: 20px; }
  .About.Us div[data-sub-layout-container="a1511b9f-cdb6-4743-bebd-54e9cb0ddcbe"] {
    padding: 0 20px 0 !important; }
  .About.Us .technology-outer {
    padding-bottom: 0; }
  .About.Us div[data-sub-layout-container="3fec6615-4dd6-45a9-a46d-0caa2a088999"] {
    padding: 30px; }
  .About.Us .technology-content {
    margin-left: 0;
    margin-top: 15px;
    padding: 30px 20px; }
  .About.Us .experience {
    text-align: center; }
    .About.Us .experience p {
      padding: 0 10px; }
  .About.Us div[data-sub-layout-container="57763177-f28c-4471-bc04-069bbb2847ab"] .experience {
    padding: 0 5px; }
  .About.Us div[data-sub-layout=b461db85-dcd7-490d-a4c4-8d3f118ff504] {
    padding: 0 50px; }
  .About.Us .joe-logoOuter {
    max-width: 100%;
    padding-left: 0; }
  .About.Us .joe-logoOuter img {
    width: 200px; }
  .About.Us .joe-bottom-logo p {
    font-size: 20px; }
  .About.Us .welcome-outer {
    padding: 40px 20px 0; }
  .About.Us div[data-sub-layout-container="e8fcb2b8-06a4-4829-9289-5564267f5fc4"] {
    padding: 30px 20px !important; }
  .About.Us h2.heating-logo {
    font-size: 20px; }
  .About.Us .counter-outer {
    padding: 40px 20px 10px; }
  .About.Us .experience-outer {
    padding: 20px; }
  .About.Us div[data-sub-layout-container="961ee3d3-fa75-47c2-9a1f-c6786c8ccaf7"] {
    padding: 0 20px 20px !important; }
  .About.Us .technology-outer {
    padding: 30px 20px 20px; }
  .About.Us div[data-sub-layout-container="5bdc574c-1d81-4b68-85c6-3e37abba3762"] {
    padding: 0 20px !important; }
  .About.Us div[data-sub-layout="af86b892-177c-4b09-82be-f813d12a231a"] {
    padding: 0 !important; }
  .About.Us div[data-sub-layout-container="57763177-f28c-4471-bc04-069bbb2847ab"],
  .About.Us div[data-sub-layout="5e977928-ad3d-4930-9923-9e74aec3da4c"] {
    padding: 0 20px !important; }
  .About.Us .rightwatersection {
    padding: 25px 20px; } }

@media (min-width: 767px) and (max-width: 991px) {
  div[data-sub-layout=ca7dcfca-6191-4473-a418-f3ece2b95e1e] {
    padding-left: 40px;
    flex-basis: 40%;
    max-width: 40%; } }

@media (min-width: 551px) and (max-width: 767px) {
  body.cart .definitionList .definitionList-value {
    font-size: 15px; } }

@media (max-width: 767px) {
  .About.Us .technology-buttons-outer {
    flex-direction: column;
    margin-top: 20px; }
  .About.Us .technology-buttons-outer .technology-apps {
    padding: 0 8px;
    border: 0;
    margin: 8px 0 13px; }
  .About.Us .technology-buttons-outer .technology-apps img {
    width: 120px; }
  .About.Us #sd-image-a2a72d69-c89a-4c88-915f-28dcdf64b07e {
    background-size: 100%; }
  .About.Us div[data-sub-layout=e6842671-cb70-4224-b942-21f796a08ae8] {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
    padding: 0;
    padding-left: 5px; }
  .About.Us div[data-sub-layout-container="e8fcb2b8-06a4-4829-9289-5564267f5fc4"] {
    padding: 20px 30px !important; }
  .About.Us div[data-sub-layout-container="e8fcb2b8-06a4-4829-9289-5564267f5fc4"] {
    padding: 30px !important; }
  .About.Us .experience-outer {
    padding: 30px; } }

@media (max-width: 700px) {
  .About.Us .technology-buttons-outer .learn-mobBtn a.custom-btn, .About.Us .technology-buttons-outer .learn-mobBtn .footer .copyright-above.align-center a.btnround, .footer .copyright-above.align-center .About.Us .technology-buttons-outer .learn-mobBtn a.btnround, .About.Us .technology-buttons-outer .learn-mobBtn body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e a#buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .About.Us .technology-buttons-outer .learn-mobBtn a#buttonLink, .About.Us .technology-buttons-outer .learn-mobBtn a.btn {
    font-size: 15px; }
  .About.Us .technology-buttons-outer .technology-buttons a.free-download {
    font-size: 15px; }
  .About.Us .mob-learnBtn a.custom-btn, .About.Us .mob-learnBtn .home-banner .container a.btn.aos-init.aos-animate, .home-banner .container .About.Us .mob-learnBtn a.btn.aos-init.aos-animate, .About.Us .mob-learnBtn .footer .copyright-above.align-center a.btnround, .footer .copyright-above.align-center .About.Us .mob-learnBtn a.btnround, .About.Us .mob-learnBtn body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e a#buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .About.Us .mob-learnBtn a#buttonLink, .About.Us .mob-learnBtn a.btn {
    font-size: 15px; }
  .Mobile.App .voice-outer h2.mainTtitle {
    margin-bottom: 10px; }
  .Mobile.App h2.mainTtitle {
    font-size: 20px;
    margin-bottom: 5px; }
  .Mobile.App .fullwidth-section p {
    max-width: 70%; }
  .Mobile.App .rightwatersection h2 {
    font-size: 20px; } }

@media (max-width: 600px) {
  .Mobile.App ul.smartApp-icons li:nth-child(2):after {
    height: 50px; }
  .Mobile.App div[data-sub-layout="98f5236c-5102-4d72-9424-f09cb743f7a5"] {
    margin-bottom: 30px; }
  .Mobile.App .voice-outer {
    padding: 0 20px; }
  .Mobile.App .voice-connected-items .amazon, .Mobile.App .Mobile.App .voice-connected-items .google {
    padding: 20px 15px;
    text-align: center; }
  .Mobile.App .voice-connected-items .amazon img,
  .Mobile.App .voice-connected-items .google img {
    width: 70%; }
  .Mobile.App div[data-sub-layout-container="519b70eb-3f7a-4b9f-8ec1-1141ca9948cb"] {
    padding: 0 10px !important; }
  .Mobile.App .distance-connected-item p {
    padding: 0; }
  .Mobile.App .distance-connected-item {
    padding: 0 5px; }
  .Mobile.App div[data-sub-layout="7688569a-32c9-4c12-bfb9-e7f222c599e3"] {
    padding-top: 5px; }
  .Mobile.App .fullwidth-section {
    position: relative;
    padding: 60px 0 60px 20px; }
  .About.Us .counter-item h2 {
    font-size: 40px; }
  .About.Us .counter-item p {
    font-size: 25px; }
  .About.Us .counter-outer h2, .About.Us .technology-outer h2, .About.Us .welcome-outer h2, .About.Us .Fundamental-outer h2 {
    font-size: 27px;
    margin-bottom: 5px; }
  .About.Us .Fundamental-outer h2 {
    margin: 15px 0 15px; }
  .About.Us .experience .icons img {
    width: 60px; }
  .About.Us .experience h3 {
    font-size: 18px;
    margin: 10px 0 10px 0; }
  .About.Us .experience p {
    padding: 0; }
  .About.Us .experience-outer {
    padding: 20px 0; }
    .About.Us .experience-outer h2 {
      font-size: 27px; }
    .About.Us .experience-outer p {
      font-size: 15px; }
  .About.Us .technology-content h2 {
    font-size: 27px; }
  .About.Us .technology-content p {
    font-size: 15px; }
  .About.Us .counter-outer p, .About.Us .technology-outer p, .About.Us .welcome-outer p {
    font-size: 15px; }
  .About.Us div[data-sub-layout-container="3fec6615-4dd6-45a9-a46d-0caa2a088999"] {
    padding: 20px; }
  .About.Us .technology-buttons-outer .technology-apps a {
    padding-left: 4px; }
  .About.Us .technology-buttons-outer .technology-apps a.google-pay {
    padding-right: 4px; }
  .About.Us div[data-sub-layout=ce86068d-795c-4cc5-819c-6dc52fd42e7a] {
    padding: 0 10px; }
  .About.Us div[data-sub-layout=b461db85-dcd7-490d-a4c4-8d3f118ff504] {
    padding: 0 40px; }
  .About.Us div[data-sub-layout-container="fd822d47-29ab-4fce-8045-7152c74aef6a"] {
    padding-bottom: 30px; }
  .About.Us .experience-outer h2 {
    margin-bottom: 5px; }
  .About.Us div[data-sub-layout="46c1a0fb-23a5-4dd0-a7db-4185fb317e1c"],
  .About.Us div[data-sub-layout="6a434518-e90c-41e2-a4ce-ea8db32a8d04"],
  .About.Us div[data-sub-layout=b461db85-dcd7-490d-a4c4-8d3f118ff504],
  .About.Us div[data-sub-layout=c137cef5-6d65-49f3-8d01-a0ec477f7c20],
  .About.Us div[data-sub-layout=ce86068d-795c-4cc5-819c-6dc52fd42e7a] {
    padding: 0 10px; }
  .About.Us div[data-sub-layout=b461db85-dcd7-490d-a4c4-8d3f118ff504] {
    padding: 0 30px; }
  .About.Us .technology-buttons-outer .technology-apps img {
    width: 130px; }
  .About.Us .technology-buttons-outer .learn-mobBtn a.custom-btn, .About.Us .technology-buttons-outer .learn-mobBtn .footer .copyright-above.align-center a.btnround, .footer .copyright-above.align-center .About.Us .technology-buttons-outer .learn-mobBtn a.btnround, .About.Us .technology-buttons-outer .learn-mobBtn body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e a#buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .About.Us .technology-buttons-outer .learn-mobBtn a#buttonLink, .About.Us .technology-buttons-outer .learn-mobBtn a.btn {
    line-height: 35px; }
  .About.Us .technology-outer {
    padding: 20px 15px 10px; }
  .About.Us .welcome-outer {
    padding: 12px 20px 0px; }
  .About.Us .counter-item p {
    font-size: 15px; }
  .About.Us .experience-outer {
    padding: 10px 20px 15px; }
  .About.Us div[data-sub-layout-container="961ee3d3-fa75-47c2-9a1f-c6786c8ccaf7"] {
    padding-bottom: 0; }
  .About.Us header .container {
    padding: 0 20px; }
  .About.Us h2.heating-logo {
    font-size: 15px; }
  .About.Us .joe-bottom-logo p {
    font-size: 15px; }
  .About.Us h2.heating-logo span {
    font-size: 8px; }
  .About.Us div[data-sub-layout-container="e8fcb2b8-06a4-4829-9289-5564267f5fc4"] {
    padding: 20px !important; }
  .About.Us div[data-sub-layout="f8394dcf-98d6-4c41-8071-f1f7c005caa9"] {
    padding: 0; }
  .About.Us .counter-outer,
  .About.Us .technology-outer,
  .About.Us .welcome-outer {
    padding: 20px; }
  .About.Us div[data-sub-layout-container="a1511b9f-cdb6-4743-bebd-54e9cb0ddcbe"] {
    padding: 0 20px 0 !important; }
  .About.Us div[data-sub-layout-container="961ee3d3-fa75-47c2-9a1f-c6786c8ccaf7"] > div {
    padding: 0 20px; }
  .About.Us .technology-content {
    padding: 10px 20px 20px; } }

@media (max-width: 575px) {
  .About.Us div[data-sub-layout="01c35181-ca3b-4074-b4a7-023ff2a8097f"],
  .About.Us div[data-sub-layout="01d3d4a0-984e-4f74-95d2-6b0364bbb970"],
  .About.Us div[data-sub-layout=c1b3cf60-5de6-4f78-a313-0f99ca6a4574] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .About.Us div[data-sub-layout-container="57763177-f28c-4471-bc04-069bbb2847ab"] .experience,
  .About.Us div[data-sub-layout="af86b892-177c-4b09-82be-f813d12a231a"] {
    padding: 0 20px; }
  .About.Us .rightwatersection {
    padding: 25px 10px; }
  .Mobile.App div[data-sub-layout="28ee8c21-1085-4762-98b4-b5b80d4160ec"],
  .Mobile.App div[data-sub-layout="301d97ea-3db6-419c-86f7-76f357900484"],
  .Mobile.App div[data-sub-layout="3715a43e-3ce8-439e-9b38-298985fc88fa"],
  .Mobile.App div[data-sub-layout="9be512b1-6336-40c3-838d-c085692d8a70"],
  .Mobile.App div[data-sub-layout=b72854d8-e975-4a9d-bc29-785783a525ca],
  .Mobile.App div[data-sub-layout=c89034c0-c049-425a-8bdc-5420790755ac],
  .Mobile.App div[data-sub-layout=e01167f9-1db2-4c08-9b8c-acfdab5ec5ed],
  .Mobile.App div[data-sub-layout=ef5b66fd-b913-4fd5-9ae7-a5b2e09bb4c1],
  .Mobile.App div[data-sub-layout=f01f0285-ceae-49c9-839c-337c5c468472] {
    flex-basis: 50%;
    max-width: 50%; } }

@media (max-width: 567px) {
  .Mobile.App div [data-sub-layout="2d16d805-b953-4fa0-bd51-fc509b243bf3"],
  .Mobile.App div [data-sub-layout=e2e36c10-aaff-4512-9445-71e132ef5c1d],
  .Mobile.App div[data-sub-layout="98f5236c-5102-4d72-9424-f09cb743f7a5"] {
    padding: 0 10px; }
  .Mobile.App .fullwidth-section {
    padding: 60px 0 60px 10px; }
  .Mobile.App .voice-outer {
    padding: 10px; }
  .Mobile.App div[data-sub-layout-container="5d6a64b1-9dfd-4921-9ab6-12c352ea9816"],
  .Mobile.App div[data-sub-layout-container="197b9156-2574-45da-91a8-72554d8591e9"],
  .Mobile.App div[data-sub-layout-container="3fdd429c-1295-402e-8f05-ad9e2e045cd0"],
  .Mobile.App div[data-sub-layout-container="c475db81-f7be-43ef-a35b-0e26960ce79b"] {
    padding: 0 10px !important; }
  .Mobile.App div[data-sub-layout="e2e36c10-aaff-4512-9445-71e132ef5c1d"],
  .Mobile.App div[data-sub-layout="2d16d805-b953-4fa0-bd51-fc509b243bf3"],
  .Mobile.App div[data-sub-layout="98f5236c-5102-4d72-9424-f09cb743f7a5"] {
    padding: 0; }
  .Mobile.App div[data-sub-layout-container="2b399a21-ed2d-43f8-ab62-b196473d4b32"] {
    padding: 0 10px !important; }
  .About.Us .rightwatersection h2,
  .Mobile.App .rightwatersection h2 {
    padding: 0; } }

@media (max-width: 480px) {
  .Mobile.App p.mainParagraph {
    font-size: 15px;
    letter-spacing: 1px; }
  .Mobile.App ul.smartApp-icons {
    margin-top: 10px; }
  .Mobile.App .distance-connected-item h3 {
    margin: 5px 0;
    font-size: 16px; }
  .Mobile.App .voice-outer p.mainParagraph {
    font-size: 15px; }
  .Mobile.App ul.smartApp-icons li:last-child {
    margin-left: 0;
    margin: 15px 10px 0 10px; }
  .Mobile.App ul.smartApp-icons li:nth-child(2) {
    padding-left: 10px;
    margin-left: 10px; }
  .Mobile.App ul.smartApp-icons li:nth-child(2):after {
    height: 45px; }
  .Mobile.App ul.smartApp-icons {
    justify-content: center; }
  .Mobile.App ul.smartApp-icons {
    margin-top: 15px; }
  .Mobile.App .voice-connected-items .amazon img,
  .Mobile.App .voice-connected-items .google img {
    width: 90%; }
  .Mobile.App .Mobile.App h2.mainTtitle,
  .Mobile.App .Mobile.App .rightwatersection h2,
  .Mobile.App .voice-connected-items:after {
    top: 52%; }
  .About.Us .counter-outer p, .About.Us .technology-outer p, .About.Us .welcome-outer p {
    font-size: 15px; }
  .About.Us h2.heating-logo {
    font-size: 15px; }
  .About.Us .joe-logoOuter img {
    width: 120px; }
  .About.Us .joe-bottom-logo {
    margin-top: 5px; }
  .About.Us div[data-sub-layout=e6842671-cb70-4224-b942-21f796a08ae8] {
    padding: 0; }
  .About.Us div[data-sub-layout-container="e8fcb2b8-06a4-4829-9289-5564267f5fc4"] {
    padding: 10px !important;
    border: 0;
    padding-bottom: 0; }
  .About.Us .experience h3 {
    font-size: 16px;
    margin: 5px 0; }
  .About.Us .experience p {
    font-size: 15px; }
  .About.Us .counter-outer {
    padding: 12px 0 0px; }
  .About.Us .Fundamental-outer h2, .About.Us .counter-outer h2, .About.Us .technology-outer h2, .About.Us .welcome-outer h2 {
    font-size: 20px; }
  .About.Us .technology-buttons-outer {
    margin-top: 20px; }
  .About.Us div[data-sub-layout=ce86068d-795c-4cc5-819c-6dc52fd42e7a] {
    padding: 0; }
  .About.Us .experience-outer h2 {
    font-size: 20px; }
  .About.Us div[data-sub-layout="3107c683-8486-4e30-8b5a-844c658ea09e"],
  .About.Us div[data-sub-layout="3a5decea-3505-4343-a2d8-dfc8a19ea815"],
  .About.Us div[data-sub-layout="449ff56a-a718-48be-ad17-48f9fb84a4e5"],
  .About.Us div[data-sub-layout="7e4eebba-0faa-4f54-9648-4b83c9787a7a"],
  .About.Us div[data-sub-layout="9185c50a-d822-4b60-b084-067bc97b58fb"],
  .About.Us div[data-sub-layout=cab068b5-07e5-4a3c-ac76-f8a2f79934e4],
  .About.Us div[data-sub-layout=f8394dcf-98d6-4c41-8071-f1f7c005caa9] {
    margin-bottom: 20px; }
  .About.Us div[data-sub-layout="01c35181-ca3b-4074-b4a7-023ff2a8097f"],
  .About.Us div[data-sub-layout="01d3d4a0-984e-4f74-95d2-6b0364bbb970"],
  .About.Us div[data-sub-layout=c1b3cf60-5de6-4f78-a313-0f99ca6a4574] {
    margin-bottom: 15px; }
  .About.Us div[data-sub-layout="46c1a0fb-23a5-4dd0-a7db-4185fb317e1c"],
  .About.Us div[data-sub-layout="6a434518-e90c-41e2-a4ce-ea8db32a8d04"],
  .About.Us div[data-sub-layout=b461db85-dcd7-490d-a4c4-8d3f118ff504],
  .About.Us div[data-sub-layout=c137cef5-6d65-49f3-8d01-a0ec477f7c20],
  .About.Us div[data-sub-layout=ce86068d-795c-4cc5-819c-6dc52fd42e7a] {
    padding: 0 5px; }
  .About.Us div[data-sub-layout=b461db85-dcd7-490d-a4c4-8d3f118ff504] {
    padding: 0 30px; }
  .About.Us .technology-content h2 {
    font-size: 20px;
    margin-bottom: 10px; }
  .About.Us .technology-content p {
    font-size: 15px; }
  .About.Us div[data-sub-layout-container="fd822d47-29ab-4fce-8045-7152c74aef6a"] {
    padding-bottom: 20px; }
  .About.Us .Fundamental-outer h2 {
    margin: 10px 0 15px; }
  .About.Us .experience-outer p {
    font-size: 15px; }
  .About.Us .joe-bottom-logo p:first-child {
    padding-right: 12px; }
  .About.Us div[data-sub-layout-container="3fec6615-4dd6-45a9-a46d-0caa2a088999"] {
    padding: 10px 20px; }
  .About.Us .welcome-outer {
    padding: 12px 15px 0; }
  .About.Us div[data-sub-layout-container=a1511b9f-cdb6-4743-bebd-54e9cb0ddcbe],
  .About.Us div[data-sub-layout="af86b892-177c-4b09-82be-f813d12a231a"],
  .About.Us div[data-sub-layout="af86b892-177c-4b09-82be-f813d12a231a"],
  .About.Us div[data-sub-layout-container="57763177-f28c-4471-bc04-069bbb2847ab"] {
    padding: 0 10px !important; }
  .About.Us .experience-outer {
    padding: 10px 10px 15px; }
  .About.Us .counter-outer,
  .About.Us .technology-outer,
  .About.Us .welcome-outer {
    padding: 10px; }
  .About.Us .technology-content {
    padding: 10px 10px 20px; }
  .About.Us div[data-sub-layout="af86b892-177c-4b09-82be-f813d12a231a"] {
    padding: 0 !important; }
  .About.Us div[data-sub-layout-container="57763177-f28c-4471-bc04-069bbb2847ab"] .experience {
    padding: 0 5px; }
  .About.Us div[data-sub-layout-container="961ee3d3-fa75-47c2-9a1f-c6786c8ccaf7"] {
    padding: 0 !important; }
  .About.Us div[data-sub-layout-container="5bdc574c-1d81-4b68-85c6-3e37abba3762"] {
    padding: 0 10px !important; } }

@media (min-width: 468px) and (max-width: 480px) {
  .Mobile.App ul.smartApp-icons li:last-child {
    margin: 0 10px 0 10px; } }

@media (max-width: 420px) {
  .Mobile.App h2.mainTtitle, .Mobile.App .rightwatersection h2 {
    margin-bottom: 5px; }
  .Mobile.App ul.smartApp-icons li + li, .Mobile.App .Mobile.App ul.smartApp-icons li:last-child {
    margin-left: 10px; }
  .Mobile.App p.mainParagraph, .Mobile.App .distance-connected-outer p.mainParagraph {
    font-size: 15px;
    line-height: 25px; }
  .Mobile.App .Mobile.App .fullwidth-section p.mainParagraph {
    font-size: 15px; }
  .Mobile.App .voice-outer h2.mainTtitle {
    margin-bottom: 5px; }
  .Mobile.App .rightwatersection p {
    margin-top: 0; }
  .Mobile.App .rightwatersection {
    padding: 15px 0; }
  .Mobile.App ul.smartApp-icons li:nth-child(2):after {
    height: 35px; }
  .About.Us div[data-sub-layout=ca7dcfca-6191-4473-a418-f3ece2b95e1e],
  .About.Us div[data-sub-layout=e6842671-cb70-4224-b942-21f796a08ae8] {
    padding: 0; }
  .About.Us .experience {
    padding: 0; }
  .About.Us div[data-sub-layout-container="3fec6615-4dd6-45a9-a46d-0caa2a088999"] {
    padding: 20px 10px 15px; }
  .About.Us div[data-sub-layout=b461db85-dcd7-490d-a4c4-8d3f118ff504] {
    padding: 0 20px; }
  .About.Us div[data-sub-layout-container="961ee3d3-fa75-47c2-9a1f-c6786c8ccaf7"] > div {
    margin-bottom: 10px;
    padding: 0 5px; } }

@media (max-width: 375px) {
  .Mobile.App .voice-connected-items .amazon img,
  .Mobile.App .voice-connected-items .google img {
    width: 100%; }
  .Mobile.App div[data-sub-layout="28ee8c21-1085-4762-98b4-b5b80d4160ec"],
  .Mobile.App div[data-sub-layout="301d97ea-3db6-419c-86f7-76f357900484"],
  .Mobile.App div[data-sub-layout="3715a43e-3ce8-439e-9b38-298985fc88fa"],
  .Mobile.App div[data-sub-layout="9be512b1-6336-40c3-838d-c085692d8a70"],
  .Mobile.App div[data-sub-layout=b72854d8-e975-4a9d-bc29-785783a525ca],
  .Mobile.App div[data-sub-layout=c89034c0-c049-425a-8bdc-5420790755ac],
  .Mobile.App div[data-sub-layout=e01167f9-1db2-4c08-9b8c-acfdab5ec5ed],
  .Mobile.App div[data-sub-layout=ef5b66fd-b913-4fd5-9ae7-a5b2e09bb4c1],
  .Mobile.App div[data-sub-layout=f01f0285-ceae-49c9-839c-337c5c468472] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .Mobile.App .distance-connected-item {
    padding: 0; }
  .About.Us div[data-sub-layout-container="e8fcb2b8-06a4-4829-9289-5564267f5fc4"] {
    flex-wrap: wrap;
    justify-content: center; }
  .About.Us .joe-bottom-logo {
    justify-content: center; }
  .About.Us div[data-sub-layout=ca7dcfca-6191-4473-a418-f3ece2b95e1e],
  .About.Us div[data-sub-layout=e6842671-cb70-4224-b942-21f796a08ae8] {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
  .About.Us div[data-sub-layout=e6842671-cb70-4224-b942-21f796a08ae8] {
    padding: 0;
    padding-top: 15px; }
  .About.Us div[data-sub-layout-container="961ee3d3-fa75-47c2-9a1f-c6786c8ccaf7"] > div {
    flex: 0 0 100%;
    max-width: 100%; }
  .About.Us div[data-sub-layout-container="961ee3d3-fa75-47c2-9a1f-c6786c8ccaf7"]:after {
    display: none; }
  .About.Us div[data-sub-layout="01c35181-ca3b-4074-b4a7-023ff2a8097f"],
  .About.Us div[data-sub-layout="01d3d4a0-984e-4f74-95d2-6b0364bbb970"],
  .About.Us div[data-sub-layout=c1b3cf60-5de6-4f78-a313-0f99ca6a4574] {
    flex-basis: 100%;
    max-width: 100%; }
  .About.Us div[data-sub-layout-container="57763177-f28c-4471-bc04-069bbb2847ab"] .experience {
    padding: 0; } }

@media (max-width: 360px) {
  .Mobile.App ul.smartApp-icons li:nth-child(2) {
    padding-left: 6px;
    margin-left: 6px; }
  .Mobile.App .fullwidth-section {
    position: relative;
    padding: 30px 0 30px 10px; } }

@media (min-width: 1400px) and (max-width: 1599px) {
  .Mobile.App .distance-connected-item h3 {
    font-size: 22px; } }

/* ===== 2Aug Client Changes ===== */
@media (min-width: 1400px) and (max-width: 1850px) {
  .product .productView .productView-details .productView-options .form .form-field .option-close {
    padding: 0; } }

/* ===== ======= ===== */
@media (max-width: 1785px) {
  .Mobile.App h2.mainTtitle,
  .Mobile.App .rightwatersection h2,
  .About.Us .welcome-outer h2,
  .About.Us .counter-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .technology-outer h2,
  .About.Us .technology-content h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .experience-outer h2,
  .rightwatersection h2 {
    font-size: 34px;
    line-height: 40px; } }

@media (max-width: 1679px) {
  .Mobile.App h2.mainTtitle,
  .Mobile.App .rightwatersection h2,
  .About.Us .welcome-outer h2,
  .About.Us .counter-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .technology-outer h2,
  .About.Us .technology-content h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .experience-outer h2,
  .rightwatersection h2 {
    font-size: 32px; } }

@media (max-width: 1599px) {
  .Mobile.App h2.mainTtitle,
  .Mobile.App .rightwatersection h2,
  .About.Us .welcome-outer h2,
  .About.Us .counter-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .technology-outer h2,
  .About.Us .technology-content h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .experience-outer h2,
  .rightwatersection h2 {
    font-size: 22px;
    line-height: 30px; } }

@media (max-width: 1399px) {
  .Mobile.App h2.mainTtitle,
  .Mobile.App .rightwatersection h2,
  .About.Us .welcome-outer h2,
  .About.Us .counter-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .technology-outer h2,
  .About.Us .technology-content h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .experience-outer h2,
  .rightwatersection h2 {
    font-size: 19px;
    line-height: 26px; } }

@media (max-width: 1279px) {
  .About.Us .welcome-outer h2,
  .About.Us .counter-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .technology-outer h2,
  .About.Us .technology-content h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .experience-outer h2,
  .rightwatersection h2 {
    font-size: 16px;
    line-height: 23px; } }

@media (max-width: 1023px) {
  .About.Us .welcome-outer h2,
  .About.Us .counter-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .technology-outer h2,
  .About.Us .technology-content h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .experience-outer h2,
  .rightwatersection h2 {
    font-size: 14px;
    line-height: 19px; } }

@media (max-width: 969px) {
  .Mobile.App h2.mainTtitle,
  .Mobile.App .rightwatersection h2,
  .About.Us .welcome-outer h2,
  .About.Us .counter-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .technology-outer h2,
  .About.Us .technology-content h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .experience-outer h2,
  .rightwatersection h2 {
    font-size: 27px;
    line-height: 35px; } }

@media (max-width: 767px) {
  .Mobile.App h2.mainTtitle,
  .Mobile.App .rightwatersection h2,
  .About.Us .welcome-outer h2,
  .About.Us .counter-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .technology-outer h2,
  .About.Us .technology-content h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .rightwatersection h2 {
    font-size: 20px;
    line-height: 27px; }
  .About.Us .experience h3 {
    font-size: 17px; } }

@media (max-width: 567px) {
  .Mobile.App h2.mainTtitle,
  .Mobile.App .rightwatersection h2,
  .About.Us .welcome-outer h2,
  .About.Us .counter-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .technology-outer h2,
  .About.Us .technology-content h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .rightwatersection h2,
  .rightwatersection h2 {
    font-size: 29px;
    line-height: 35px; } }

@media (max-width: 427px) {
  .Mobile.App h2.mainTtitle,
  .Mobile.App .rightwatersection h2,
  .About.Us .welcome-outer h2,
  .About.Us .counter-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .technology-outer h2,
  .About.Us .technology-content h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .rightwatersection h2,
  .rightwatersection h2 {
    font-size: 24px;
    line-height: 30.28px; } }

@media (max-width: 374px) {
  .Mobile.App h2.mainTtitle,
  .Mobile.App .rightwatersection h2,
  .About.Us .welcome-outer h2,
  .About.Us .counter-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .technology-outer h2,
  .About.Us .technology-content h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .Fundamental-outer h2,
  .About.Us .experience-outer h2,
  .About.Us .rightwatersection h2,
  .rightwatersection h2 {
    font-size: 20px; } }

/* =====  Product details carousel slider arrows CSS start ===== */
.productView .productView-images .mobile-main-image .slick-arrow {
  opacity: 1;
  border: none;
  padding: 5px;
  width: 30px;
  height: 40px; }

.productView .productView-images .mobile-main-image .slick-disabled {
  opacity: 0.3; }

.productView .productView-images .mobile-main-image .slick-arrow::before {
  background: 0 0;
  height: 12px;
  width: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%); }

.productView .productView-images .mobile-main-image .slick-prev {
  left: 5px; }

.productView .productView-images .mobile-main-image .slick-prev::before {
  transform: translateX(20%) translateY(50%) rotate(135deg);
  color: transparent; }

@media (max-width: 575.98px) {
  .productView .productView-images .mobile-main-image .slick-prev::before {
    transform: translateX(20%) translateY(0) rotate(135deg); } }

.productView .productView-images .mobile-main-image .slick-next {
  right: 5px; }

.productView .productView-images .mobile-main-image .slick-next::before {
  transform: translateX(-20%) translateY(50%) rotate(-45deg);
  color: transparent; }

@media (max-width: 575.98px) {
  .productView .productView-images .mobile-main-image .slick-next::before {
    transform: translateX(-20%) translateY(0) rotate(-45deg); } }

/* =====  Product details carousel slider arrows CSS end ===== */
.custom-btn-parant {
  text-align: center; }
  .custom-btn-parant .custom-btn-for-chat {
    margin-top: 20px;
    color: #fff;
    font-size: 15px;
    background-color: #CE242B;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: bold;
    transition: 0.3s all;
    text-align: center;
    line-height: 0;
    border: none;
    text-transform: uppercase;
    padding: 19px 25px; }
    .custom-btn-parant .custom-btn-for-chat:hover {
      background-color: #f13139;
      color: #ffffff;
      box-shadow: unset; }

/* for product page */
body.product {
  overflow-y: scroll; }

.productView, .modal .productView {
  padding-top: 0.77778rem; }
  @media (min-width: 1024px) {
    .productView, .modal .productView {
      padding-top: 1.5rem; } }
  @media (min-width: 1850px) {
    .productView, .modal .productView {
      padding-top: 3rem; } }

/* product image style start */
@media (min-width: 801px) {
  .productView-images {
    width: 55%; } }

.productView-images .productView-image-main {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .productView-images .productView-image-main .icon-zoom-in {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9; }
    .productView-images .productView-image-main .icon-zoom-in:before {
      color: #212121; }
    .productView-images .productView-image-main .icon-zoom-in:hover:before {
      color: #202738;
      cursor: pointer; }
    @media (min-width: 1024px) {
      .productView-images .productView-image-main .icon-zoom-in {
        left: 25px; } }
    @media (min-width: 1366px) {
      .productView-images .productView-image-main .icon-zoom-in {
        left: 30px; } }
  @media (min-width: 1025px) {
    .productView-images .productView-image-main {
      width: calc(100% - 98px);
      float: right;
      padding: 0; } }
  @media (min-width: 1366px) {
    .productView-images .productView-image-main {
      padding: 1px 0 1px 10px;
      width: calc(100% - 98px); } }
  @media (min-width: 1850px) {
    .productView-images .productView-image-main {
      width: calc(100% - 98px); } }
  .productView-images .productView-image-main .productView-image {
    border: 1px solid #efefef; }
    .productView-images .productView-image-main .productView-image .productView-img-container img {
      padding: 0 10px;
      height: 100%; }
    .productView-images .productView-image-main .productView-image .productView-img-container:after {
      padding-bottom: 0; }
      @media (min-width: 768px) {
        .productView-images .productView-image-main .productView-image .productView-img-container:after {
          padding-bottom: 0; } }
      @media (min-width: 1024px) {
        .productView-images .productView-image-main .productView-image .productView-img-container:after {
          padding-bottom: 0; } }
      @media (min-width: 1366px) {
        .productView-images .productView-image-main .productView-image .productView-img-container:after {
          padding-bottom: 0; } }
      @media (min-width: 1850px) {
        .productView-images .productView-image-main .productView-image .productView-img-container:after {
          padding-bottom: 0; } }
    .productView-images .productView-image-main .productView-image .easyzoom-flyout {
      background-color: white; }
  .productView-images .productView-image-main:hover {
    cursor: crosshair; }

.productView-images .productView-thumbnails {
  width: 100%;
  margin: 20px 0 0; }
  @media (min-width: 1024px) {
    .productView-images .productView-thumbnails {
      width: 85px;
      padding: 0 5px 0 0;
      margin: 0; } }
  @media (min-width: 1366px) {
    .productView-images .productView-thumbnails {
      width: 85px;
      padding: 0 10px 0 0; } }
  @media (min-width: 1850px) {
    .productView-images .productView-thumbnails {
      width: 85px;
      margin: 0; } }
  .productView-images .productView-thumbnails .slick-list {
    text-align: center; }
    @media (min-width: 1024px) {
      .productView-images .productView-thumbnails .slick-list {
        margin: 0 auto; } }
    @media (min-width: 1024px) {
      .productView-images .productView-thumbnails .slick-list .slick-track .slick-slide {
        margin: 5px 0; } }
    @media (min-width: 1850px) {
      .productView-images .productView-thumbnails .slick-list .slick-track .slick-slide {
        margin: 10px 0; } }
  .productView-images .productView-thumbnails .slick-arrow {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 1024px) {
      .productView-images .productView-thumbnails .slick-arrow {
        left: 47%;
        height: 40px;
        transform: translateX(-50%) rotate(90deg); } }
    @media (min-width: 1366px) {
      .productView-images .productView-thumbnails .slick-arrow {
        height: 50px; } }
    @media (min-width: 1850px) {
      .productView-images .productView-thumbnails .slick-arrow {
        height: 60px; } }
    .productView-images .productView-thumbnails .slick-arrow.slick-prev:before {
      width: 30px;
      height: 30px;
      font-size: 30px;
      color: black; }
      @media (min-width: 1024px) {
        .productView-images .productView-thumbnails .slick-arrow.slick-prev:before {
          height: 40px;
          font-size: 40px; } }
      @media (min-width: 1366px) {
        .productView-images .productView-thumbnails .slick-arrow.slick-prev:before {
          height: 50px;
          font-size: 50px; } }
      @media (min-width: 1850px) {
        .productView-images .productView-thumbnails .slick-arrow.slick-prev:before {
          height: 60px;
          font-size: 60px; } }
    @media (min-width: 1024px) {
      .productView-images .productView-thumbnails .slick-arrow.slick-prev {
        top: -30px; } }
    @media (min-width: 1366px) {
      .productView-images .productView-thumbnails .slick-arrow.slick-prev {
        top: -35px; } }
    @media (min-width: 1850px) {
      .productView-images .productView-thumbnails .slick-arrow.slick-prev {
        top: -40px; } }
    .productView-images .productView-thumbnails .slick-arrow.slick-next:before {
      width: 30px;
      height: 30px;
      font-size: 30px;
      color: black; }
      @media (min-width: 1024px) {
        .productView-images .productView-thumbnails .slick-arrow.slick-next:before {
          height: 40px;
          font-size: 40px; } }
      @media (min-width: 1366px) {
        .productView-images .productView-thumbnails .slick-arrow.slick-next:before {
          height: 50px;
          font-size: 50px; } }
      @media (min-width: 1850px) {
        .productView-images .productView-thumbnails .slick-arrow.slick-next:before {
          height: 60px;
          font-size: 60px; } }
    @media (min-width: 1024px) {
      .productView-images .productView-thumbnails .slick-arrow.slick-next {
        bottom: -30px;
        top: auto; } }
    @media (min-width: 1366px) {
      .productView-images .productView-thumbnails .slick-arrow.slick-next {
        bottom: -35px; } }
    @media (min-width: 1850px) {
      .productView-images .productView-thumbnails .slick-arrow.slick-next {
        bottom: -40px; } }

@media only screen and (min-width: 1025px) and (max-width: 1269px) {
  .productView-images .productView-thumbnails .slick-list .slick-track .slick-slide {
    max-width: 100%; } }

.productView-thumbnail-link {
  height: 75px;
  max-width: 75px; }
  @media only screen and (min-width: 1025px) and (max-width: 1269px) {
    .productView-thumbnail-link {
      /*height: 100%;
    	max-width: 90%;*/ } }
  @media only screen and (min-width: 1270px) {
    .productView-thumbnail-link {
      height: 112px;
      max-width: 95px; } }
  @media (min-width: 1366px) {
    .productView-thumbnail-link {
      height: 112px;
      /*max-width: 115px;*/ } }
  @media (min-width: 1850px) {
    .productView-thumbnail-link {
      height: 112px;
      /*max-width: 125px;*/ } }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #ce2a2b; }

/* product image style end */
/* product details style start */
.productView-details {
  margin-bottom: 20px; }
  .productView-details .productView-product {
    border-bottom: none;
    padding-bottom: 0; }
    .productView-details .productView-product .price-rating {
      font-size: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      .productView-details .productView-product .price-rating .productView-price {
        margin-bottom: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        @media (min-width: 1366px) {
          .productView-details .productView-product .price-rating .productView-price {
            width: 45%; } }
        @media (min-width: 1850px) {
          .productView-details .productView-product .price-rating .productView-price {
            width: 50%; } }
        .productView-details .productView-product .price-rating .productView-price .login-for-price {
          font-family: "Montserrat";
          font-weight: 600;
          color: #a0a19e;
          font-size: 17px;
          margin-bottom: 0; }
          @media (min-width: 1024px) {
            .productView-details .productView-product .price-rating .productView-price .login-for-price {
              font-size: 20px; } }
          @media (min-width: 1850px) {
            .productView-details .productView-product .price-rating .productView-price .login-for-price {
              font-size: 22px; } }
        .productView-details .productView-product .price-rating .productView-price .price-section {
          font-family: "Montserrat";
          font-weight: 600;
          color: #a0a19e;
          font-size: 17px; }
          @media (min-width: 1024px) {
            .productView-details .productView-product .price-rating .productView-price .price-section {
              font-size: 20px; } }
          @media (min-width: 1850px) {
            .productView-details .productView-product .price-rating .productView-price .price-section {
              font-size: 22px; } }
          .productView-details .productView-product .price-rating .productView-price .price-section.actual-price {
            color: #212121;
            font-weight: bold;
            font-size: 22px;
            margin-right: 4px;
            order: 3; }
            @media (min-width: 551px) {
              .productView-details .productView-product .price-rating .productView-price .price-section.actual-price {
                margin-right: 10px; } }
            @media (min-width: 1024px) {
              .productView-details .productView-product .price-rating .productView-price .price-section.actual-price {
                font-size: 24px; } }
            @media (min-width: 1366px) {
              .productView-details .productView-product .price-rating .productView-price .price-section.actual-price {
                font-size: 24px;
                margin-right: 8px; } }
            @media (min-width: 1850px) {
              .productView-details .productView-product .price-rating .productView-price .price-section.actual-price {
                font-size: 28px;
                margin-right: 10px; } }
          .productView-details .productView-product .price-rating .productView-price .price-section.price-section--withTax.rrp-price--withTax {
            order: 1; }
          .productView-details .productView-product .price-rating .productView-price .price-section.price-section--withTax.non-sale-price--withTax {
            order: 2; }
          .productView-details .productView-product .price-rating .productView-price .price-section.saved-price {
            order: 4;
            font-size: 15px; }
            @media (min-width: 1024px) {
              .productView-details .productView-product .price-rating .productView-price .price-section.saved-price {
                font-size: 16px; } }
            @media (min-width: 1850px) {
              .productView-details .productView-product .price-rating .productView-price .price-section.saved-price {
                font-size: 18px; } }
          .productView-details .productView-product .price-rating .productView-price .price-section .price--rrp, .productView-details .productView-product .price-rating .productView-price .price-section .price--non-sale, .productView-details .productView-product .price-rating .productView-price .price-section .price--discounted {
            margin-right: 4px; }
            @media (min-width: 551px) {
              .productView-details .productView-product .price-rating .productView-price .price-section .price--rrp, .productView-details .productView-product .price-rating .productView-price .price-section .price--non-sale, .productView-details .productView-product .price-rating .productView-price .price-section .price--discounted {
                margin-right: 10px; } }
            @media (min-width: 1366px) {
              .productView-details .productView-product .price-rating .productView-price .price-section .price--rrp, .productView-details .productView-product .price-rating .productView-price .price-section .price--non-sale, .productView-details .productView-product .price-rating .productView-price .price-section .price--discounted {
                margin-right: 8px; } }
            @media (min-width: 1850px) {
              .productView-details .productView-product .price-rating .productView-price .price-section .price--rrp, .productView-details .productView-product .price-rating .productView-price .price-section .price--non-sale, .productView-details .productView-product .price-rating .productView-price .price-section .price--discounted {
                margin-right: 10px; } }
            .productView-details .productView-product .price-rating .productView-price .price-section .price--rrp:before, .productView-details .productView-product .price-rating .productView-price .price-section .price--non-sale:before, .productView-details .productView-product .price-rating .productView-price .price-section .price--discounted:before {
              transform: translate(-50%, -50%) rotate(0deg); }
      .productView-details .productView-product .price-rating .productView-rating {
        margin-top: 10px;
        display: block; }
        @media (min-width: 1366px) {
          .productView-details .productView-product .price-rating .productView-rating {
            display: inline-block;
            text-align: right;
            margin: 0;
            width: 55%; } }
        @media (min-width: 1850px) {
          .productView-details .productView-product .price-rating .productView-rating {
            width: 50%;
            cursor: pointer; } }
        .productView-details .productView-product .price-rating .productView-rating .productView-reviewLink {
          color: #666666;
          font-size: 16px;
          margin-left: 0; }
          .productView-details .productView-product .price-rating .productView-rating .productView-reviewLink + .productView-reviewLink {
            display: inline-block;
            vertical-align: middle; }
            .productView-details .productView-product .price-rating .productView-rating .productView-reviewLink + .productView-reviewLink a {
              text-decoration: underline; }
          @media (min-width: 1366px) {
            .productView-details .productView-product .price-rating .productView-rating .productView-reviewLink {
              font-size: 17px;
              margin-left: 8px; } }
          @media (min-width: 1850px) {
            .productView-details .productView-product .price-rating .productView-rating .productView-reviewLink {
              font-size: 18px;
              margin-left: 15px; } }
          .productView-details .productView-product .price-rating .productView-rating .productView-reviewLink a {
            color: #202738;
            text-decoration: none; }
            .productView-details .productView-product .price-rating .productView-rating .productView-reviewLink a:hover {
              color: #212121; }
      .productView-details .productView-product .price-rating.without-price .productView-price {
        display: none; }
      .productView-details .productView-product .price-rating.without-price .productView-rating {
        width: 100%;
        text-align: left; }
  .productView-details .productView-info {
    margin: 20px 0; }
    @media (min-width: 1024px) {
      .productView-details .productView-info {
        margin: 25px 0; } }
    @media (min-width: 1366px) {
      .productView-details .productView-info {
        margin: 40px 0; } }
    @media (min-width: 1850px) {
      .productView-details .productView-info {
        margin: 50px 0; } }
  @media (min-width: 801px) {
    .productView-details {
      width: 45%; } }
  @media (min-width: 1024px) {
    .productView-details {
      margin-bottom: 25px; } }

.productView-info-dl, .productView-info-bulkPricing {
  margin: 0 0 10px;
  display: inline-block;
  width: 100%; }
  .productView-info-dl .productView-info-name, .productView-info-bulkPricing .productView-info-name {
    margin: 0;
    font-weight: 700;
    color: #202738;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    width: 120px; }
    @media (min-width: 1366px) {
      .productView-info-dl .productView-info-name, .productView-info-bulkPricing .productView-info-name {
        font-size: 18px; } }
  .productView-info-dl .productView-info-value, .productView-info-bulkPricing .productView-info-value {
    margin: 0;
    color: #3f4562;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px; }
    @media (min-width: 1850px) {
      .productView-info-dl .productView-info-value, .productView-info-bulkPricing .productView-info-value {
        font-size: 18px; } }
  @media (min-width: 1366px) {
    .productView-info-dl, .productView-info-bulkPricing {
      margin: 0 0 15px; } }
  @media (min-width: 1850px) {
    .productView-info-dl, .productView-info-bulkPricing {
      margin: 0 0 20px; } }

.productView-info > :first-child {
  margin-top: 0; }

.productView-brand {
  margin: 0 0 10px; }
  .productView-brand a {
    color: #a0a19e;
    font-size: 18px;
    text-decoration: none; }
    .productView-brand a:hover {
      color: #212121; }
    @media (min-width: 1024px) {
      .productView-brand a {
        font-size: 19px; } }
    @media (min-width: 1850px) {
      .productView-brand a {
        font-size: 20px; } }
  @media (min-width: 1850px) {
    .productView-brand {
      margin: 0 0 15px; } }

.productView-title {
  font-family: "Montserrat";
  color: #333333;
  font-size: 20px;
  margin: 0 0 10px; }
  @media (min-width: 1024px) {
    .productView-title {
      font-size: 24px;
      margin: 0 0 15px; } }
  @media (min-width: 1366px) {
    .productView-title {
      font-size: 25px;
      margin: 0 0 20px; } }
  @media (min-width: 1850px) {
    .productView-title {
      font-size: 26px;
      margin: 0 0 25px; } }

.addthis_toolbox {
  display: block; }

/* product details style end */
/* product usp style start */
.product-usp .container {
  padding: 0; }

/* product usp style end */
/* product description style start */
.productView-description {
  /*float: none;*/
  width: 100%;
  padding: 0 0 5px 0; }
  .productView-description .tabs {
    border: none; }
    .productView-description .tabs .tab {
      border: 1px solid #e1e1e1;
      margin: 0 0 -1px;
      float: none; }
      @media (min-width: 1024px) {
        .productView-description .tabs .tab {
          margin: 0 10px -1px 0;
          float: left; }
          .productView-description .tabs .tab:last-child {
            margin-right: 0; } }
      .productView-description .tabs .tab.is-active {
        position: relative; }
        @media (min-width: 1024px) {
          .productView-description .tabs .tab.is-active:after {
            content: '';
            width: 100%;
            position: absolute;
            height: 1px;
            background: white;
            left: 0;
            bottom: -1px; } }
        .productView-description .tabs .tab.is-active .tab-title {
          color: #212121;
          font-weight: 400; }
      .productView-description .tabs .tab .tab-title {
        color: #202738;
        font-size: 18px;
        text-align: center;
        padding: 10px 20px; }
        .productView-description .tabs .tab .tab-title .theme-icon {
          vertical-align: bottom; }
          .productView-description .tabs .tab .tab-title .theme-icon:before {
            font-size: 21px; }
        .productView-description .tabs .tab .tab-title:hover {
          color: #212121; }
        @media (min-width: 768px) {
          .productView-description .tabs .tab .tab-title {
            padding: 12px 20px; } }
        @media (min-width: 1024px) {
          .productView-description .tabs .tab .tab-title {
            font-size: 20px; } }
        @media (min-width: 1366px) {
          .productView-description .tabs .tab .tab-title {
            font-size: 21px;
            padding: 15px 30px; } }
        @media (min-width: 1850px) {
          .productView-description .tabs .tab .tab-title {
            font-size: 22px; } }
  .productView-description .tabs-contents {
    border: 1px solid #e1e1e1;
    margin-bottom: 0;
    padding: 10px; }
    .productView-description .tabs-contents .tab-content {
      padding: 0;
      line-height: 1.4;
      font-size: 17px;
      color: #202738; }
      .productView-description .tabs-contents .tab-content p {
        color: #202738;
        margin-bottom: 10px; }
        @media (min-width: 1366px) {
          .productView-description .tabs-contents .tab-content p {
            margin-bottom: 15px; } }
        @media (min-width: 1850px) {
          .productView-description .tabs-contents .tab-content p {
            margin-bottom: 20px; } }
      .productView-description .tabs-contents .tab-content .toggle {
        border-top: none; }
        .productView-description .tabs-contents .tab-content .toggle:last-of-type {
          margin-bottom: 0; }
        .productView-description .tabs-contents .tab-content .toggle.videoGallery .videoGallery-list .videoGallery-item .video .video-body .video-title {
          font-size: 18px;
          margin-bottom: 10px; }
          @media (min-width: 1024px) {
            .productView-description .tabs-contents .tab-content .toggle.videoGallery .videoGallery-list .videoGallery-item .video .video-body .video-title {
              font-size: 19px; } }
          @media (min-width: 1850px) {
            .productView-description .tabs-contents .tab-content .toggle.videoGallery .videoGallery-list .videoGallery-item .video .video-body .video-title {
              font-size: 20px; } }
        .productView-description .tabs-contents .tab-content .toggle.videoGallery .videoGallery-list .videoGallery-item .video .video-body .video-description {
          font-size: 17px; }
          @media (min-width: 1366px) {
            .productView-description .tabs-contents .tab-content .toggle.videoGallery .videoGallery-list .videoGallery-item .video .video-body .video-description {
              font-size: 18px; } }
        .productView-description .tabs-contents .tab-content .toggle.videoGallery .videoGallery-list .videoGallery-item:last-child .video {
          margin-bottom: 0; }
        .productView-description .tabs-contents .tab-content .toggle.productReviews .toggle-title {
          margin-top: 0; }
        .productView-description .tabs-contents .tab-content .toggle.productReviews .productReviews-list .productReview {
          margin-bottom: 10px; }
          @media (min-width: 1366px) {
            .productView-description .tabs-contents .tab-content .toggle.productReviews .productReviews-list .productReview {
              margin-bottom: 15px; } }
          .productView-description .tabs-contents .tab-content .toggle.productReviews .productReviews-list .productReview header .productReview-title {
            margin: 5px 0; }
            @media (min-width: 1366px) {
              .productView-description .tabs-contents .tab-content .toggle.productReviews .productReviews-list .productReview header .productReview-title {
                margin: 10px 0; } }
      @media (min-width: 1366px) {
        .productView-description .tabs-contents .tab-content {
          font-size: 18px; } }
    @media (min-width: 768px) {
      .productView-description .tabs-contents {
        padding: 15px; } }
    @media (min-width: 1024px) {
      .productView-description .tabs-contents {
        padding: 20px; } }
    @media (min-width: 1366px) {
      .productView-description .tabs-contents {
        padding: 25px; } }
    @media (min-width: 1850px) {
      .productView-description .tabs-contents {
        padding: 30px; } }

/* product description style end */
/* product options style start */
.productView-options {
  /* quantity,add to cart,wishlist dropdown style start */
  /* quantity,add to cart,wishlist dropdown style end */ }
  .productView-options .form .form-field {
    text-align: left; }
    .productView-options .form .form-field .form-label {
      margin: 0 0 10px; }
    .productView-options .form .form-field .form-checkbox + .form-label {
      margin: 0 10px 0 0px;
      font-weight: 400; }
    .productView-options .form .form-field .form-radio + .form-label {
      margin: 0 10px 10px 0;
      font-weight: 400;
      font-size: 17px; }
      @media (min-width: 551px) {
        .productView-options .form .form-field .form-radio + .form-label {
          margin: 0 0 10px 0; }
          .productView-options .form .form-field .form-radio + .form-label:last-child {
            margin: 0; } }
  .productView-options .product-purchase-section {
    font-size: 0;
    margin: 20px 0 0; }
    .productView-options .product-purchase-section .form-field--increments {
      width: 40%;
      margin: 0;
      text-align: center;
      padding: 0 10px 0 0; }
      .productView-options .product-purchase-section .form-field--increments .form-increment {
        border: 1px solid #e1e1e1;
        border-radius: 50px;
        padding: 10px 14px; }
        .productView-options .product-purchase-section .form-field--increments .form-increment .button {
          border: none;
          padding: 0; }
          .productView-options .product-purchase-section .form-field--increments .form-increment .button svg {
            fill: #a1a1a1; }
        .productView-options .product-purchase-section .form-field--increments .form-increment .button[disabled] {
          border-radius: 100%;
          /*width: 16px;
					height: 16px;*/ }
          @media (min-width: 1024px) {
            .productView-options .product-purchase-section .form-field--increments .form-increment .button[disabled] {
              width: auto;
              height: auto; } }
          @media (min-width: 1366px) {
            .productView-options .product-purchase-section .form-field--increments .form-increment .button[disabled] {
              width: auto;
              height: auto; } }
          @media (min-width: 1850px) {
            .productView-options .product-purchase-section .form-field--increments .form-increment .button[disabled] {
              width: auto;
              height: auto; } }
        @media (min-width: 768px) {
          .productView-options .product-purchase-section .form-field--increments .form-increment {
            padding: 9px 16px; } }
        @media (min-width: 1366px) {
          .productView-options .product-purchase-section .form-field--increments .form-increment {
            padding: 11px 20px; } }
        @media (min-width: 1850px) {
          .productView-options .product-purchase-section .form-field--increments .form-increment {
            padding: 12px 20px; } }
        .productView-options .product-purchase-section .form-field--increments .form-increment .form-input--incrementTotal {
          color: #030504;
          font-size: 17px; }
          @media (min-width: 1024px) {
            .productView-options .product-purchase-section .form-field--increments .form-increment .form-input--incrementTotal {
              font-size: 18px; } }
          @media (min-width: 1366px) {
            .productView-options .product-purchase-section .form-field--increments .form-increment .form-input--incrementTotal {
              font-size: 20px; } }
          @media (min-width: 1850px) {
            .productView-options .product-purchase-section .form-field--increments .form-increment .form-input--incrementTotal {
              font-size: 22px;
              width: 4.5rem; } }
      @media (min-width: 551px) {
        .productView-options .product-purchase-section .form-field--increments {
          width: auto;
          padding: 0 4px 0 0; } }
      @media (min-width: 1366px) {
        .productView-options .product-purchase-section .form-field--increments {
          margin: 0 7px 0 0;
          padding: 0; } }
      @media (min-width: 1850px) {
        .productView-options .product-purchase-section .form-field--increments {
          margin: 0 7px 0 0; } }
    .productView-options .product-purchase-section .productAttributes-message {
      margin: 1.5rem 0; }
    .productView-options .product-purchase-section .form-action {
      width: 60%;
      margin: 0px;
      padding: 0 0 0 10px; }
      .productView-options .product-purchase-section .form-action #form-action-addToCart {
        margin: 0;
        padding: 10px 14px; }
        @media (min-width: 1366px) {
          .productView-options .product-purchase-section .form-action #form-action-addToCart {
            padding: 14px 20px; } }
        @media (min-width: 1850px) {
          .productView-options .product-purchase-section .form-action #form-action-addToCart {
            font-size: 20px;
            padding: 15px 18px; } }
      @media (min-width: 551px) {
        .productView-options .product-purchase-section .form-action {
          width: auto;
          float: none; } }
      @media (min-width: 1024px) {
        .productView-options .product-purchase-section .form-action {
          display: block;
          margin: 20px 0 0; } }
      @media (min-width: 1366px) {
        .productView-options .product-purchase-section .form-action {
          margin: 0;
          padding: 0;
          display: inline-block; } }
    @media (min-width: 551px) {
      .productView-options .product-purchase-section {
        display: inline-block;
        vertical-align: middle;
        padding: 0 8px 0 0; } }
    @media (min-width: 1024px) {
      .productView-options .product-purchase-section {
        padding: 0; } }
    @media (min-width: 1366px) {
      .productView-options .product-purchase-section {
        display: inline-block;
        padding: 0 7px 0 0; } }
    @media (min-width: 1850px) {
      .productView-options .product-purchase-section {
        padding: 0 15px 0 0; } }
  .productView-options .form-wishlist {
    display: block;
    margin: 20px 0 0 0; }
    .productView-options .form-wishlist .dropdown-menu-button {
      margin: 0;
      padding: 8px 20px; }
      @media (min-width: 551px) {
        .productView-options .form-wishlist .dropdown-menu-button {
          width: auto; } }
      @media (min-width: 1366px) {
        .productView-options .form-wishlist .dropdown-menu-button {
          padding: 11px 30px; } }
      @media (min-width: 1850px) {
        .productView-options .form-wishlist .dropdown-menu-button {
          padding: 12px 38px; } }
      .productView-options .form-wishlist .dropdown-menu-button span {
        font-size: 18px; }
        @media (min-width: 1850px) {
          .productView-options .form-wishlist .dropdown-menu-button span {
            font-size: 20px; } }
      .productView-options .form-wishlist .dropdown-menu-button.is-open {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px; }
      .productView-options .form-wishlist .dropdown-menu-button .icon {
        width: 14px;
        height: 14px;
        float: none;
        vertical-align: baseline; }
        .productView-options .form-wishlist .dropdown-menu-button .icon svg {
          fill: #ce2a2b; }
      .productView-options .form-wishlist .dropdown-menu-button:hover .icon svg {
        fill: white; }
    .productView-options .form-wishlist #wishlist-dropdown.is-open {
      padding: 0; }
      .productView-options .form-wishlist #wishlist-dropdown.is-open li:last-child .button {
        border-bottom: 1px solid #ce2a2b;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px; }
      .productView-options .form-wishlist #wishlist-dropdown.is-open .icon {
        margin-left: 0; }
      .productView-options .form-wishlist #wishlist-dropdown.is-open .button {
        border-radius: 0;
        border-bottom: none;
        font-size: 17px;
        background-color: white; }
        @media (min-width: 1850px) {
          .productView-options .form-wishlist #wishlist-dropdown.is-open .button {
            font-size: 18px; } }
        .productView-options .form-wishlist #wishlist-dropdown.is-open .button:hover {
          background-color: #212121;
          color: white; }
    @media (min-width: 551px) {
      .productView-options .form-wishlist {
        display: inline-block;
        vertical-align: middle;
        float: none;
        width: auto;
        padding: 0; } }
    @media (min-width: 1024px) {
      .productView-options .form-wishlist {
        vertical-align: bottom; } }
    @media (min-width: 1366px) {
      .productView-options .form-wishlist {
        vertical-align: middle; } }

.productOptions-list .productOptions-list-item {
  padding: 0 0 0 10px;
  display: inline-block;
  width: 100%; }
  .productOptions-list .productOptions-list-item:hover {
    background: #efefef; }
  .productOptions-list .productOptions-list-item .form-label {
    margin: 0; }
  .productOptions-list .productOptions-list-item.colored-background {
    background: #efefef; }
  .productOptions-list .productOptions-list-item .productOptions-list-item-content {
    padding: 0 0 0 10px;
    width: calc(100% - 3rem);
    display: inline-block; }
    @media (max-width: 991px) {
      .productOptions-list .productOptions-list-item .productOptions-list-item-content {
        /*width: 49rem;*/ } }
    @media (min-width: 1366px) {
      .productOptions-list .productOptions-list-item .productOptions-list-item-content {
        padding: 0 0 0 15px; } }

.form-option {
  /*width: 36px;
    height: 36px;*/
  border-radius: 22px;
  border: 2px solid #e1e1e1;
  margin-bottom: 0px;
  margin: 2px;
  padding: 2px; }
  @media (max-width: 375px) {
    .form-option {
      margin: 0;
      padding: 0; } }
  .form-option:hover {
    border-color: #212121; }
  .form-option .form-option-variant {
    font-size: 14px;
    color: #030504;
    font-weight: 700;
    padding: 0;
    /*position: absolute;
      	top: 50%;
      	left: 50%;
      	transform: translate(-50%,-50%);*/ }
    .form-option .form-option-variant.form-option-variant--color {
      width: 28px;
      height: 28px;
      border-radius: 100%; }
    @media (min-width: 768px) {
      .form-option .form-option-variant {
        font-size: 18px; } }

.form-option-variant--pattern {
  border-radius: 100%; }

/* product options style end */
/* sharable links style start */
.share-links span {
  color: #202738;
  font-size: 17px; }
  @media (min-width: 1366px) {
    .share-links span {
      font-size: 18px; } }

/* sharable links style start */
/* related products style start */
.related-products-list .productCarousel .slick-arrow.slick-next {
  right: -8px; }
  @media (min-width: 1024px) {
    .related-products-list .productCarousel .slick-arrow.slick-next {
      right: -12px; } }
  @media (min-width: 1366px) {
    .related-products-list .productCarousel .slick-arrow.slick-next {
      right: -3%; } }

.related-products-list .productCarousel .slick-arrow.slick-prev {
  left: -8px; }
  @media (min-width: 1024px) {
    .related-products-list .productCarousel .slick-arrow.slick-prev {
      left: -12px; } }
  @media (min-width: 1366px) {
    .related-products-list .productCarousel .slick-arrow.slick-prev {
      left: -3%; } }

.related-products-list .productCarousel .slick-track {
  display: flex; }
  .related-products-list .productCarousel .slick-track .slick-slide {
    height: auto;
    padding-bottom: 5px;
    padding-top: 5px; }
    .related-products-list .productCarousel .slick-track .slick-slide .card {
      height: 100%; }

/* related products style end */
/* customer also view style start */
.customer-also-section .productCarousel .slick-arrow.slick-next {
  right: -8px; }
  @media (min-width: 1024px) {
    .customer-also-section .productCarousel .slick-arrow.slick-next {
      right: -12px; } }
  @media (min-width: 1366px) {
    .customer-also-section .productCarousel .slick-arrow.slick-next {
      right: -3%; } }

.customer-also-section .productCarousel .slick-arrow.slick-prev {
  left: -8px; }
  @media (min-width: 1024px) {
    .customer-also-section .productCarousel .slick-arrow.slick-prev {
      left: -12px; } }
  @media (min-width: 1366px) {
    .customer-also-section .productCarousel .slick-arrow.slick-prev {
      left: -3%; } }

.customer-also-section .productCarousel .slick-track {
  display: flex; }
  .customer-also-section .productCarousel .slick-track .slick-slide {
    height: auto;
    padding-bottom: 5px;
    padding-top: 5px; }
    .customer-also-section .productCarousel .slick-track .slick-slide .card {
      height: 100%; }

/* customer also view style end */
.desk-svg-icon {
  position: absolute;
  width: 35px;
  height: 25px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff0000;
  border-radius: 20%;
  padding: 6px; }
  .desk-svg-icon svg {
    fill: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 3px;
    right: 0;
    bottom: 0;
    margin: auto; }

/* for blog pages */
.blog .blog-main-banner [data-sub-layout="68cc9690-3b2e-428c-83f5-bb9c40761b63"] {
  padding: 0; }

.blog .page-heading {
  font-size: 37px;
  margin: 37px 0;
  color: #000; }

.blogs-outer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .blogs-outer .blog {
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 0 35px 0;
    padding: 0 20px;
    border: 0; }
    @media (min-width: 801px) {
      .blogs-outer .blog {
        /*margin: auto;
          width: 100%;*/ } }
    .blogs-outer .blog + .blog {
      /*border-top: container("border");
          margin-top: spacing("double");
          padding-top: spacing("double");*/ }
    .blogs-outer .blog .tags {
      margin-top: 3rem;
      text-align: center; }
    .blogs-outer .blog .socialLinks {
      text-align: center; }
    .blogs-outer .blog .blog-title {
      padding: 0;
      margin: 7px 0 8px 0 !important;
      text-align: left;
      text-decoration: none;
      font-size: 25px;
      line-height: 32px;
      font-weight: 700;
      color: #000000;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      height: 50px;
      -webkit-box-orient: vertical !important; }
      .blogs-outer .blog .blog-title a {
        text-decoration: none;
        font-weight: 700;
        color: #000000;
        font-size: 18px;
        line-height: normal; }
      @media (min-width: 801px) {
        .blogs-outer .blog .blog-title {
          font-size: 32px; } }
      .blogs-outer .blog .blog-title a {
        text-decoration: none; }
    .blogs-outer .blog .blog-date {
      padding-left: 10px;
      text-align: left;
      margin: 0;
      font-size: 15px;
      color: #070606 !important;
      letter-spacing: 1px; }
    .blogs-outer .blog .blog-author {
      text-align: left;
      margin: 0;
      font-size: 15px;
      color: #070606 !important;
      padding-right: 8px;
      letter-spacing: 1px; }
    .blogs-outer .blog .blog-post {
      text-align: left;
      font-size: 15px;
      color: #070606;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 25px; }
      .blogs-outer .blog .blog-post .blog-read-more {
        margin-top: 16px; }
      .blogs-outer .blog .blog-post a {
        text-decoration: none;
        text-transform: uppercase;
        background: #ce2a2b;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 15px;
        background-color: #ce242b;
        border-radius: 2px;
        padding: 19px 10px;
        display: inline-block;
        letter-spacing: 1px;
        margin-top: 0;
        font-weight: 700;
        transition: .3s all;
        text-align: center;
        line-height: 0;
        border: none; }
        .blogs-outer .blog .blog-post a:hover {
          color: #ffffff; }
    .blogs-outer .blog .blog-thumbnail {
      margin: 0 auto;
      position: relative;
      max-width: 460px;
      height: 250px;
      overflow: hidden; }
      @media (min-width: 1024px) and (max-width: 1680px) {
        .blogs-outer .blog .blog-thumbnail {
          height: 200px; } }
      @media (max-width: 991px) {
        .blogs-outer .blog .blog-thumbnail {
          height: 200px; } }
      @media (min-width: 801px) {
        .blogs-outer .blog .blog-thumbnail {
          margin: 0; } }
      .blogs-outer .blog .blog-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        @media (min-width: 1024px) and (max-width: 1680px) {
          .blogs-outer .blog .blog-thumbnail img {
            object-position: 50% 20%; } }
    .blogs-outer .blog .blog-post-figure {
      display: inline-block;
      margin: auto;
      text-align: center;
      float: left;
      width: 100%; }
      @media (min-width: 801px) {
        .blogs-outer .blog .blog-post-figure {
          /* width: grid-calc(5, $total-columns);*/ } }
    .blogs-outer .blog .blog-post-body {
      display: inline-block;
      margin: 0 auto;
      text-align: left;
      width: 100%;
      float: left;
      border: 0.9px solid #F3F2EF;
      border-radius: 1px;
      padding: 5px 15px 15px;
      border-top: 0; }
      @media (min-width: 801px) {
        .blogs-outer .blog .blog-post-body {
          /* width: grid-calc(7, $total-columns);*/ } }
      @media (min-width: 1261px) {
        .blogs-outer .blog .blog-post-body {
          /* width: grid-calc(7, $total-columns);*/ } }

.blog_post {
  display: inline-block;
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog_post {
      margin: auto;
      width: 100%; } }
  .blog_post + .blog {
    border-top: 1px solid #e1e1e1;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog_post .tags {
    margin-top: 3rem;
    text-align: left;
    float: left; }
  .blog_post .socialLinks {
    text-align: center; }
    .blog_post .socialLinks .socialLinks-item:hover .icon {
      background: none; }
  .blog_post .socialLinks-item--facebook {
    order: 3; }
  .blog_post .socialLinks-item--email {
    order: 1; }
  .blog_post .socialLinks-item--print {
    order: 2; }
  .blog_post .socialLinks-item--instagram {
    order: 4; }
  .blog_post .socialLinks-item--twitter {
    order: 5; }
  .blog_post .socialLinks-item--pinterest {
    order: 6; }
  .blog_post .blog-title {
    font-size: 22px;
    font-weight: bold;
    margin: 0px;
    text-align: left;
    padding-top: 10px; }
    @media (min-width: 801px) {
      .blog_post .blog-title {
        font-size: 32px; } }
    .blog_post .blog-title a {
      text-decoration: none; }
  .blog_post .blog-date,
  .blog_post .blog-author {
    text-align: left; }
  .blog_post .blog-author {
    margin-bottom: 2.5rem; }
  .blog_post .blog-post {
    font-size: 15px;
    text-align: left; }
  .blog_post .blog-thumbnail {
    margin: 0 auto;
    position: relative;
    /*max-width: get_width(stencilString('blog_size'));*/ }
    @media (min-width: 801px) {
      .blog_post .blog-thumbnail {
        margin: 0; } }
    .blog_post .blog-thumbnail img {
      width: 100%;
      height: 648px;
      object-fit: cover; }
      @media (max-width: 576px) {
        .blog_post .blog-thumbnail img {
          height: 300px; } }
  .blog_post .blog-post-figure {
    /*  display: none;*/
    margin: 0 auto 15px 0;
    text-align: center;
    float: left;
    width: 100%; }
    @media (min-width: 801px) {
      .blog_post .blog-post-figure {
        /*width: grid-calc(5, $total-columns);*/
        width: 100%; } }
  .blog_post .blog-post-body {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    float: left; }
    @media (min-width: 801px) {
      .blog_post .blog-post-body {
        width: 100%;
        text-align: left; } }
    @media (min-width: 1261px) {
      .blog_post .blog-post-body {
        width: 100%; } }

.blog_post .blog_post iframe {
  margin: 10px auto;
  display: block; }

.blog_post .socialLinks .socialLinks-item .icon {
  border: none; }

.blog_post .socialLinks .socialLinks-item .icon .st1 {
  fill: #000; }

.blog_post .addthis_toolbox .socialLinks .socialLinks-item .icon svg {
  width: 30px;
  height: 30px; }

.blog_post .rightwatersection {
  height: auto;
  display: inline-flex;
  width: 100%; }

.blog_post .blog-post-body {
  max-width: 1500px;
  margin: 20px auto 0;
  float: none;
  display: block; }
  @media (max-width: 991px) {
    .blog_post .blog-post-body {
      margin: 0 auto; } }
  .blog_post .blog-post-body .blog-wrap {
    display: flex; }
  @media (max-width: 575px) {
    .blog_post .blog-post-body table {
      display: block;
      overflow: auto; } }
  .blog_post .blog-post-body h3 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 16px; }
    @media (max-width: 575px) {
      .blog_post .blog-post-body h3 {
        font-size: 18px;
        line-height: 26px;
        padding: 0 10px; } }
  .blog_post .blog-post-body em, .blog_post .blog-post-body i {
    font-style: normal; }
  .blog_post .blog-post-body .blog-header .blog-title {
    line-height: normal;
    font-size: 35px;
    padding: 0;
    color: #000000;
    min-height: inherit;
    margin: 0;
    margin-bottom: 10px; }
    .blog_post .blog-post-body .blog-header .blog-title a {
      color: #000;
      text-decoration: none;
      font-weight: bold; }
      .blog_post .blog-post-body .blog-header .blog-title a:hover {
        color: #000; }
  .blog_post .blog-post-body .Blog_left {
    width: 65%; }
    @media (max-width: 1566px) {
      .blog_post .blog-post-body .Blog_left {
        width: 70%; } }
    @media (max-width: 1199px) {
      .blog_post .blog-post-body .Blog_left {
        width: 60%; } }
    @media (max-width: 1023px) {
      .blog_post .blog-post-body .Blog_left {
        width: 100%;
        padding-top: 0 !important; } }

.blog_post .productGrid .product .product-rating .icon {
  width: 1.12rem; }
  @media (max-width: 567px) {
    .blog_post .productGrid .product .product-rating .icon {
      width: 1.06rem; } }

.blog_post .blog-top-selling {
  margin: 55px 0; }
  @media (max-width: 767px) {
    .blog_post .blog-top-selling {
      margin: 45px 0; } }
  .blog_post .blog-top-selling .blog-top-sellin-heading {
    position: relative;
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .blog_post .blog-top-selling .blog-top-sellin-heading {
        margin-bottom: 15px; } }
    @media (max-width: 480px) {
      .blog_post .blog-top-selling .blog-top-sellin-heading {
        padding: 0 0 0 10px; } }
    .blog_post .blog-top-selling .blog-top-sellin-heading .page-heading {
      text-align: left;
      font-size: 37px;
      line-height: 47px;
      font-weight: bold;
      margin: 0; }
      @media (max-width: 1785px) {
        .blog_post .blog-top-selling .blog-top-sellin-heading .page-heading {
          font-size: 34px;
          line-height: 40px; } }
      @media (max-width: 1679px) {
        .blog_post .blog-top-selling .blog-top-sellin-heading .page-heading {
          font-size: 32px; } }
      @media (max-width: 1599px) {
        .blog_post .blog-top-selling .blog-top-sellin-heading .page-heading {
          font-size: 22px;
          line-height: 30px; } }
      @media (max-width: 1399px) {
        .blog_post .blog-top-selling .blog-top-sellin-heading .page-heading {
          font-size: 19px;
          line-height: 26px; } }
      @media (max-width: 1279px) {
        .blog_post .blog-top-selling .blog-top-sellin-heading .page-heading {
          font-size: 16px;
          line-height: 23px; } }
      @media (max-width: 1023px) {
        .blog_post .blog-top-selling .blog-top-sellin-heading .page-heading {
          font-size: 14px;
          line-height: 19px; } }
      @media (max-width: 969px) {
        .blog_post .blog-top-selling .blog-top-sellin-heading .page-heading {
          font-size: 27px;
          line-height: 35px; } }
      @media (max-width: 767px) {
        .blog_post .blog-top-selling .blog-top-sellin-heading .page-heading {
          font-size: 20px;
          line-height: 27px; } }
      @media (max-width: 567px) {
        .blog_post .blog-top-selling .blog-top-sellin-heading .page-heading {
          font-size: 29px;
          line-height: 35px;
          text-align: center; } }
      @media (max-width: 427px) {
        .blog_post .blog-top-selling .blog-top-sellin-heading .page-heading {
          font-size: 24px;
          line-height: 30.28px; } }
      @media (max-width: 374px) {
        .blog_post .blog-top-selling .blog-top-sellin-heading .page-heading {
          font-size: 20px; } }
    .blog_post .blog-top-selling .blog-top-sellin-heading .view-all-link {
      position: absolute;
      right: 0;
      top: 25px;
      text-decoration: underline;
      font-size: 17px;
      line-height: 20px;
      font-weight: 600; }
      @media (max-width: 1840px) {
        .blog_post .blog-top-selling .blog-top-sellin-heading .view-all-link {
          top: 15px; } }
      @media (max-width: 767px) {
        .blog_post .blog-top-selling .blog-top-sellin-heading .view-all-link {
          display: none; } }
      .blog_post .blog-top-selling .blog-top-sellin-heading .view-all-link:hover, .blog_post .blog-top-selling .blog-top-sellin-heading .view-all-link:focus {
        color: #000; }
  .blog_post .blog-top-selling .productGrid {
    margin: 0;
    border: 1px solid #e1e1e1;
    border-top: 0; }
    @media (max-width: 1260px) {
      .blog_post .blog-top-selling .productGrid {
        border: none;
        margin: 0 -10px; } }
    @media (max-width: 480px) {
      .blog_post .blog-top-selling .productGrid {
        margin: 0 10px; } }
    .blog_post .blog-top-selling .productGrid .product {
      padding: 10px 0 25px;
      border-top: 1px solid #e1e1e1;
      width: 25%; }
      @media (min-width: 320px) and (max-width: 767px) {
        .blog_post .blog-top-selling .productGrid .product {
          border: 1px solid #e1e1e1;
          width: 100%;
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 1260px) {
        .blog_post .blog-top-selling .productGrid .product {
          width: 48%;
          margin: 0 1% 2% 1%;
          border: 1px solid #e1e1e1; } }
      @media (max-width: 1200px) {
        .blog_post .blog-top-selling .productGrid .product {
          padding: 10px 0; } }
      @media (min-width: 320px) and (max-width: 1260px) {
        .blog_post .blog-top-selling .productGrid .product .card {
          border: none; } }
      .blog_post .blog-top-selling .productGrid .product .card .card-title {
        padding: 0; }
      .blog_post .blog-top-selling .productGrid .product:nth-child(4n) .card {
        border: none; }

.blog_post span.post-date-author {
  display: block;
  margin: 0 0 30px; }

.blog_post .tags {
  margin: 0 -8px !important; }
  @media (max-width: 576px) {
    .blog_post .tags {
      padding: 10px 0 !important;
      margin: 0 !important; } }
  .blog_post .tags .tag {
    padding-bottom: 0; }

.blog_post .tags_right.desktop-view--latest-blog {
  width: 35%;
  padding-left: 20px; }
  @media (max-width: 1566px) {
    .blog_post .tags_right.desktop-view--latest-blog {
      width: 30%; } }
  @media (max-width: 1199px) {
    .blog_post .tags_right.desktop-view--latest-blog {
      width: 40%; } }
  @media (max-width: 1023px) {
    .blog_post .tags_right.desktop-view--latest-blog {
      display: none; } }
  .blog_post .tags_right.desktop-view--latest-blog .blog-search {
    margin-bottom: 0; }
    .blog_post .tags_right.desktop-view--latest-blog .blog-search .blog-search-input {
      background-image: url(https://eccotemp.com/content/images/updated_search_new.svg);
      background-repeat: no-repeat;
      background-size: 30px auto;
      background-position: 10px 50%;
      padding-left: 55px;
      border-radius: 0 !important; }
  .blog_post .tags_right.desktop-view--latest-blog .recent-blog {
    padding: 30px 20px;
    background: #FAFAFA; }
    .blog_post .tags_right.desktop-view--latest-blog .recent-blog .sec-heading {
      font-size: 37px;
      font-weight: 700;
      margin: 0 0 20px; }
      @media (max-width: 1679px) {
        .blog_post .tags_right.desktop-view--latest-blog .recent-blog .sec-heading {
          font-size: 32px; } }
      @media (max-width: 1599px) {
        .blog_post .tags_right.desktop-view--latest-blog .recent-blog .sec-heading {
          font-size: 22px;
          line-height: 30px; } }
      @media (max-width: 1399px) {
        .blog_post .tags_right.desktop-view--latest-blog .recent-blog .sec-heading {
          font-size: 19px;
          line-height: 26px; } }
      @media (max-width: 1279px) {
        .blog_post .tags_right.desktop-view--latest-blog .recent-blog .sec-heading {
          font-size: 16px;
          line-height: 23px; } }
      @media (max-width: 1023px) {
        .blog_post .tags_right.desktop-view--latest-blog .recent-blog .sec-heading {
          font-size: 14px;
          line-height: 19px; } }
      @media (max-width: 969px) {
        .blog_post .tags_right.desktop-view--latest-blog .recent-blog .sec-heading {
          font-size: 27px;
          line-height: 35px; } }
      @media (max-width: 767px) {
        .blog_post .tags_right.desktop-view--latest-blog .recent-blog .sec-heading {
          font-size: 20px;
          line-height: 27px; } }
      @media (max-width: 567px) {
        .blog_post .tags_right.desktop-view--latest-blog .recent-blog .sec-heading {
          font-size: 29px;
          line-height: 35px; } }
      @media (max-width: 427px) {
        .blog_post .tags_right.desktop-view--latest-blog .recent-blog .sec-heading {
          font-size: 24px;
          line-height: 30.28px; } }
      @media (max-width: 374px) {
        .blog_post .tags_right.desktop-view--latest-blog .recent-blog .sec-heading {
          font-size: 20px; } }
  .blog_post .tags_right.desktop-view--latest-blog .blog ul {
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap; }
    .blog_post .tags_right.desktop-view--latest-blog .blog ul li {
      width: 100%;
      display: inline-flex;
      padding-bottom: 20px; }
      .blog_post .tags_right.desktop-view--latest-blog .blog ul li .blog-recent-image {
        width: 21%;
        display: inline-block; }
      .blog_post .tags_right.desktop-view--latest-blog .blog ul li .blog-recent-title {
        width: 79%;
        display: inline-block;
        padding-left: 15px;
        font-size: 17px;
        line-height: 20px;
        font-weight: 600; }
        .blog_post .tags_right.desktop-view--latest-blog .blog ul li .blog-recent-title a {
          color: #000;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 40px; }
          .blog_post .tags_right.desktop-view--latest-blog .blog ul li .blog-recent-title a:hover {
            color: #000; }
      .blog_post .tags_right.desktop-view--latest-blog .blog ul li .blog-read-more {
        display: block;
        font-size: 14px;
        line-height: 18px;
        padding-top: 6px;
        font-weight: normal;
        text-decoration: underline;
        text-transform: capitalize; }
        .blog_post .tags_right.desktop-view--latest-blog .blog ul li .blog-read-more:hover {
          color: #ce242b; }
  .blog_post .tags_right.desktop-view--latest-blog .top-seling-section {
    padding-left: 20px;
    margin-top: 80px; }
    .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .page-heading {
      text-align: left;
      font-size: 37px;
      line-height: 1.2;
      font-weight: bold; }
      @media (max-width: 1785px) {
        .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .page-heading {
          font-size: 34px;
          line-height: 40px; } }
      @media (max-width: 1679px) {
        .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .page-heading {
          font-size: 32px; } }
      @media (max-width: 1599px) {
        .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .page-heading {
          font-size: 22px;
          line-height: 30px; } }
      @media (max-width: 1399px) {
        .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .page-heading {
          font-size: 19px;
          line-height: 26px; } }
      @media (max-width: 1279px) {
        .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .page-heading {
          font-size: 16px;
          line-height: 23px; } }
      @media (max-width: 1023px) {
        .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .page-heading {
          font-size: 14px;
          line-height: 19px; } }
      @media (max-width: 969px) {
        .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .page-heading {
          font-size: 27px;
          line-height: 35px; } }
      @media (max-width: 767px) {
        .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .page-heading {
          font-size: 20px;
          line-height: 27px; } }
      @media (max-width: 567px) {
        .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .page-heading {
          font-size: 29px;
          line-height: 35px; } }
      @media (max-width: 427px) {
        .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .page-heading {
          font-size: 24px;
          line-height: 30.28px; } }
      @media (max-width: 374px) {
        .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .page-heading {
          font-size: 20px; } }
    .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .productGrid {
      margin: -20px 0; }
      .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .productGrid .product {
        width: 100%;
        max-width: 479px;
        margin: 0 -10px; }
        @media (max-width: 1599px) {
          .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .productGrid .product {
            max-width: 330px; } }
        .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .productGrid .product .card {
          border-right: 0;
          border-bottom: 1px solid #e1e1e1;
          padding: 10px 10px 25px; }
          .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .productGrid .product .card .card-body .card-title {
            margin-top: 0; }
        .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .productGrid .product:last-child .card {
          border: none; }

.blog_post nav[aria-label="Breadcrumb"] {
  padding-top: 0px;
  clear: both;
  margin-bottom: 10px; }
  .blog_post nav[aria-label="Breadcrumb"] .breadcrumb-label {
    text-decoration: none; }

.blog_post .breadcrumbs {
  margin-bottom: 5px; }

.blog_post header.blog-header {
  padding: 0;
  margin-bottom: 0; }
  .blog_post header.blog-header .blog-author, .blog_post header.blog-header .blog-date {
    color: #000 !important;
    font-size: 16px; }

.blog_post .blog-post-body p {
  font-size: 15px;
  color: #000000;
  line-height: 26px;
  letter-spacing: 1px;
  margin: 10px 0; }
  .blog_post .blog-post-body p strong {
    font-size: 15px;
    line-height: 24px;
    margin: 9px 0; }
  .blog_post .blog-post-body p b {
    font-size: 15px;
    line-height: 20px; }
  .blog_post .blog-post-body p img {
    margin: 35px 0; }
    @media (max-width: 576px) {
      .blog_post .blog-post-body p img {
        margin: 20px 0; } }

.blog_post .blog-post ul {
  padding: 10px 0;
  margin: 0 20px; }
  @media (max-width: 480px) {
    .blog_post .blog-post ul {
      margin: 0; } }
  .blog_post .blog-post ul .socialLinks {
    text-align: center;
    position: fixed;
    left: 0;
    top: 50%;
    flex-direction: column; }
  .blog_post .blog-post ul li {
    list-style: disc;
    margin-left: 0px;
    font-size: 16px;
    padding-bottom: 20px;
    color: #000000;
    line-height: 26px; }
    .blog_post .blog-post ul li.tag a {
      padding: 6px 8px;
      text-decoration: none;
      font-size: 15px;
      line-height: 26px; }

.blog_post .blog-post ol {
  padding: 10px 0;
  margin: 0; }
  .blog_post .blog-post ol li {
    font-size: 16px;
    color: #000000;
    line-height: 26px; }

.blog_post .addthis_toolbox {
  display: block; }
  .blog_post .addthis_toolbox ul.socialLinks {
    display: flex;
    flex-flow: row;
    margin: 0 -5px;
    padding: 0; }
    .blog_post .addthis_toolbox ul.socialLinks li {
      margin: 0;
      padding: 0 5px; }

.blog_post .blog-main-banner {
  position: relative; }

.blog_post div[data-sub-layout-container][data-sub-layout-container],
.blog_post div[data-sub-layout="c045f3bf-59c7-4f5a-bc8b-1b58b4f50b6e"] {
  padding: 0; }

.blog_post header.blog-header {
  border-bottom: 0; }

.blog_post .socialLinks .socialLinks-item .icon {
  width: 30px; }

.socialLinks .socialLinks-item .icon {
  border: 1px solid #000000; }

.blog-main-banner.tab-blog-banner, .blog-main-banner.mobile-blog-banner {
  display: none; }

.blog_post div[data-sub-layout="5434f749-4746-4466-9d21-597e8e1f9d6d"] {
  padding: 0; }

.blog .eapps-instagram-feed-posts-item,
.blog_post .eapps-instagram-feed-posts-item {
  padding: 10px 5px 10px 5px; }

.blog div[data-sub-layout="68cc9690-3b2e-428c-83f5-bb9c40761b63"] {
  animation: none;
  transform: translateZ(0) !important;
  opacity: 1 !important; }

@media (max-width: 1850px) {
  .blog_post .blog .blog-post-body .blog-header .blog-title {
    line-height: normal;
    margin-bottom: 10px; }
  .blog .blog-post-body .blog-header .blog-title {
    margin: 0 0 3px 0;
    line-height: 15px; }
  .blog_post .blog-main-banner:after {
    bottom: -135px; } }

@media (min-width: 1400px) and (max-width: 1850px) {
  .blog_post .blog .blog-post-body .blog-header .blog-title {
    font-size: 25px; }
  .blog .page-heading {
    font-size: 25px; } }

@media (min-width: 992px) and (max-width: 1530px) {
  .blogs-outer .blog {
    padding: 0 10px; }
  .blogs-outer .blog .blog-post-body {
    padding: 5px 5px 10px 5px; } }

@media (min-width: 1450px) and (max-width: 1450px) {
  .blogs-outer .blog {
    padding: 0 10px; } }

@media (max-width: 1510px) {
  .blogs-outer .blog .blog-author, .blogs-outer .blog .blog-date {
    font-size: 15px; } }

@media (max-width: 1440px) {
  .blog div[data-sub-layout-container][data-sub-layout-container] {
    padding: 0; } }

@media (max-width: 1366px) {
  .blog_post .blog .blog-post-body .blog-header .blog-title {
    font-size: 27px; }
  .blog .blog-post-body .blog-header .blog-title {
    margin: 0; }
  .blogs-outer .blog {
    margin: 0 0 15px 0;
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .blog_post .blog .blog-post-body .blog-header .blog-title {
    font-size: 19px; }
  .blog_post .blog-main-banner:after {
    bottom: -120px; }
  .blog .page-heading {
    font-size: 19px; } }

@media only screen and (min-width: 992px) and (max-width: 1370px) {
  .blog .page-heading {
    font-size: 27px; }
  .blogs-outer .blog .blog-post a {
    /* font-size: 11px;
          padding: 15px 10px;*/ } }

@media (max-width: 1280px) {
  .blog_post .blog-post-body {
    width: 100%; } }

@media (max-width: 1200px) {
  .blog_post .tags_right.desktop-view--latest-blog .top-seling-section .productGrid .product .card {
    padding: 10px 10px 0px; } }

@media (max-width: 1079px) {
  .blog .theme-social-icons .socialLinks,
  .blog_post .theme-social-icons .socialLinks {
    padding-left: 0; }
  .blog .socialLinks .socialLinks-item .icon {
    width: 30px; } }

@media (min-width: 992px) and (max-width: 1010px) {
  .blogs-outer .blog .blog-post-body {
    padding: 5px 8px 10px; } }

@media (max-width: 1016px) {
  .blogs-outer .blog {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 991px) {
  .blog-main-banner.desktop-blog-banner, .blog-main-banner.mobile-blog-banner {
    display: none; }
  .blog-main-banner.tab-blog-banner {
    display: block; }
  .blog #sd-image-2e3760ae-7674-483e-861e-5760fd5c81e1,
  .blog_post #sd-image-be8f3dd6-d3d3-45bc-b108-2fae17ea961b,
  .blog_post #sd-image-78a4418d-90c9-48de-9cdb-bf186bb64db2 {
    background-size: 100%; }
  .blog div[data-sub-layout="1552d9a5-bd2c-4196-af53-3f5a57a662cf"],
  .blog_post div[data-sub-layout="b55947e2-382b-4296-94ca-8b9c110387e2"] {
    padding: 0; }
  .blogs-outer .blog .blog-post-body {
    padding: 5px 5px 10px 5px; }
  .blogs-outer .blog {
    margin: 0 0 12px 0;
    padding: 0 10px; }
  .blog .page-heading {
    font-size: 25px;
    margin: 16px 0; }
  .blog_post .blog .blog-post-body .blog-header .blog-title {
    min-height: inherit;
    margin-bottom: 10px; }
  .blog_post .blog-post-body .blog-post {
    padding-top: 10px; }
  .blog_post p strong {
    margin: 15px 0 10px;
    display: block; }
  .blog_post p strong br {
    display: none; }
  .blog_post p br {
    display: none; }
  .blog_post .blog-post-body {
    text-align: left; }
  .blogs-outer .blog .blog-title {
    height: 30px; }
  .blog_post .blog-main-banner:after {
    display: none; }
  .blog_post header.blog-header {
    border-bottom: 0; }
  .blog_post header.blog-header {
    padding: 0 0 10px; } }

@media (min-width: 427px) and (max-width: 991px) {
  .blog_post .blog .blog-post-body .blog-header .blog-title {
    font-size: 29px; } }

@media (min-width: 320px) and (max-width: 695px) {
  .blogs-outer .blog {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .blogs-outer .blog .blog-thumbnail {
    max-width: 100%;
    height: 220px; }
  .blogs-outer .blog .blog-title {
    height: auto !important; }
  .blogs-outer .blog .blog-post-body {
    padding: 10px 5px; }
  .blog_post .addthis_toolbox {
    display: none; } }

@media (max-width: 600px) {
  .blogs-outer .blog {
    padding: 0 10px; } }

@media (max-width: 480px) {
  .blog_post header.blog-header {
    padding: 0 10px 0px; }
  .blog_post .blog-post-body p {
    padding: 0px 10px; }
  .blog_post .body .container {
    padding: 0; } }

@media only screen and (max-width: 576px) {
  .blog-main-banner.desktop-blog-banner, .blog-main-banner.tab-blog-banner {
    display: none; }
  .blog-main-banner.mobile-blog-banner {
    display: block; }
  .blog #sd-image-ca11b05f-28ac-42c8-b708-cd461fa01d26,
  .blog_post #sd-image-60128158-a6f5-438f-8258-44901f364dfe {
    background-size: 100%; }
  .blog div[data-sub-layout="0668db90-1d4e-402e-a565-e6f1a340c0a9"],
  .blog_post div[data-sub-layout="92c63fca-3f94-4969-bb07-4074c1d45062"] {
    padding: 0; }
  .blog .page-heading {
    font-size: 20px;
    margin: 8px 0; }
  body.blog div[data-sub-layout-container="fc7f57f0-bdc9-4dc2-b09f-590284dc2d6f"] {
    padding: 0; }
  .blog_post .blog-post-body .blog-post > ul {
    padding: 10px 30px; }
  .blog_post p strong {
    margin: 6px 0 9px; }
  .blog_post .blog-post-body .blog-post {
    padding-top: 5px; }
  .blogs-outer {
    margin: 0 -15px; }
  .blogs-outer .blog {
    padding: 0 10px; }
  .blog .body .container {
    padding: 0 10px; }
  .blog .blogs-outer {
    margin: 0 -10px; } }

@media (min-width: 568px) and (max-width: 991px) {
  .blog_post .blog-main-banner:after {
    bottom: -100px; } }

@media (max-width: 567px) {
  .blog .rightwatersection h2,
  .blog_post .rightwatersection h2 {
    padding: 0 0 5px 0; } }

@media (max-width: 767px) {
  .blog_post .blog .blog-post-body .blog-header .blog-title {
    font-size: 30px; }
    .blog_post .blog .blog-post-body .blog-header .blog-title a {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      height: 70px; } }

@media (max-width: 414px) {
  .blog_post .blog .blog-post-body .blog-header .blog-title {
    font-size: 22px;
    line-height: 30px; }
    .blog_post .blog .blog-post-body .blog-header .blog-title a {
      height: 60px; } }

@media (min-width: 320px) and (max-width: 326px) {
  .blogs-outer .blog .blog-author {
    padding-right: 5px; }
  .blogs-outer .blog .blog-date {
    padding-left: 5px; } }

@media (max-width: 374px) {
  .blog_post .blog-post-body p {
    padding: 0 10px; }
  .blog .body .container {
    padding: 0 15px; }
  .blog .body .container {
    padding: 0 10px; } }

@media (max-width: 1785px) {
  .blog .page-heading,
  .blog_post .blog-post-body .blog-header .blog-title {
    font-size: 34px; } }

@media (max-width: 1679px) {
  .blog .page-heading,
  .blog_post .blog-post-body .blog-header .blog-title {
    font-size: 32px; } }

@media (max-width: 1599px) {
  .blog .page-heading,
  .blog_post .blog-post-body .blog-header .blog-title {
    font-size: 22px; } }

@media (max-width: 1399px) {
  .blog .page-heading,
  .blog_post .blog-post-body .blog-header .blog-title {
    font-size: 19px; } }

@media (max-width: 1279px) {
  .blog .page-heading,
  .blog_post .blog-post-body .blog-header .blog-title {
    font-size: 16px; } }

@media (max-width: 1023px) {
  .blog .page-heading,
  .blog_post .blog-post-body .blog-header .blog-title, .blogs-outer .blog .blog-title a {
    font-size: 15px; }
  .blogs-outer .blog .blog-title {
    height: 46px; } }

@media (max-width: 969px) {
  .blog .page-heading,
  .blog_post .blog-post-body .blog-header .blog-title {
    font-size: 27px; } }

@media (max-width: 800px) {
  .blogs-outer .blog .blog-title {
    height: auto; } }

@media (max-width: 767px) {
  .blog .page-heading,
  .blog_post .blog-post-body .blog-header .blog-title {
    font-size: 20px;
    line-height: normal; } }

@media (max-width: 567px) {
  .blog .page-heading,
  .blog_post .blog-post-body .blog-header .blog-title {
    font-size: 29px; } }

@media (max-width: 427px) {
  .blog .page-heading,
  .blog_post .blog-post-body .blog-header .blog-title {
    font-size: 24px; } }

@media (max-width: 374px) {
  .blog .page-heading,
  .blog_post .blog-post-body .blog-header .blog-title {
    font-size: 20px; } }

/*TPSS CSS*/
body {
  padding-top: 0 !important;
  width: 100%;
  position: relative !important; }

body, html {
  border: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 1px; }

p {
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 25px; }

.mobile-logo.header-logo-image-container {
  display: none; }

body, p.th, .td, li {
  color: #000000; }

body .form-label,
.account_new_return .account-body .account-content table .table-tbody .return-itemName .return-itemTitle {
  color: #030504; }

.card-image {
  top: 15px; }
  @media (max-width: 1500px) {
    .card-image {
      top: 12px; } }

.page-sidebar + .page-content .product-view-mode .productGrid .product {
  padding-top: 10px; }

.navUser-action .icon-shopping-cart {
  background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/cart.svg");
  width: 30px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat; }
  @media (min-width: 970px) {
    .navUser-action .icon-shopping-cart {
      width: 48px !important; } }

.navUser-action:hover .icon-shopping-cart {
  background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/red-cart.svg");
  width: 30px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat; }

.default .navUser-item.navUser-item--cart .navUser-action:hover .countPill.cart-quantity {
  color: #ce2a2b; }

.default .header-active-cart .navUser-action .icon-shopping-cart {
  background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/red-cart.svg");
  background-size: contain;
  background-repeat: no-repeat; }

.default .navUser-item.navUser-item--cart.header-active-cart .navUser-action .countPill.cart-quantity {
  color: #ce2a2b; }

.icon-search {
  background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/search.svg");
  width: 30px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat; }

.icon-search:hover {
  background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/red-search.svg");
  width: 30px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat; }

.product-selector-icon {
  background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/product.svg");
  width: 30px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat; }

.product-selector-icon:hover {
  background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/red-product.svg");
  width: 30px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat; }

body:not(.default) .icon-search {
  background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/Component3_1.svg"); }

body:not(.default) .product-selector-icon {
  background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/Product_Selector_Icon.svg"); }

body:not(.default) .navUser-action .icon-shopping-cart {
  background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/Cart_Icon.svg"); }

body:not(.default) .icon-search:hover {
  /*background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/red-search.svg");*/
  filter: invert(50%) sepia(98%) saturate(4758%) hue-rotate(334deg) brightness(76%) contrast(118%); }

body:not(.default) .product-selector-icon:hover {
  /*background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/red-product.svg");*/
  filter: invert(50%) sepia(98%) saturate(4758%) hue-rotate(334deg) brightness(76%) contrast(118%); }

body:not(.default) .navUser-action:hover .icon-shopping-cart {
  filter: invert(50%) sepia(98%) saturate(4758%) hue-rotate(334deg) brightness(76%) contrast(118%); }

body:not(.default) .navUser-action:hover .cart-quantity {
  color: #ce2a2b !important; }

body:not(.default) .header-active-cart .navUser-action .icon-shopping-cart {
  filter: invert(50%) sepia(98%) saturate(4758%) hue-rotate(334deg) brightness(76%) contrast(118%); }

body:not(.default) .header-active-cart .navUser-action .cart-quantity {
  color: #ce2a2b !important; }

body.cart .navUser-action .icon-shopping-cart {
  filter: invert(50%) sepia(98%) saturate(4758%) hue-rotate(334deg) brightness(76%) contrast(118%); }

body.cart .navUser-action .cart-quantity {
  color: #ce2a2b !important; }

.mCustomScrollBox {
  background: #1c1c1c; }

/* ====== start css  ====== */
.account_new_return .account-body .account-content table .table-tbody .definitionList .definitionList-description {
  font-size: 15px;
  display: block; }

.default .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
  font-family: Montserrat; }

.sidebar-menu li.menu-bgwhite .sidebar-submenu a, .sidebar-menu li.menu-bgwhite a, .sidebar-menu li a {
  font-size: 15px;
  letter-spacing: 1px; }

a:active, a:focus, a:hover {
  color: #fff; }

.close-open, .mobile-close {
  display: block;
  position: absolute;
  top: 9px;
  right: 15px;
  height: 30px;
  width: 17px;
  text-indent: -60px;
  overflow: hidden; }
  @media (min-width: 568px) {
    .close-open, .mobile-close {
      display: none; } }
  .close-open:after, .close-open:before, .mobile-close:after, .mobile-close:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #333333;
    left: 0;
    top: 12px; }
  .close-open:after, .mobile-close:after {
    transform: rotate(-45deg); }
  .close-open:before, .mobile-close:before {
    transform: rotate(45deg); }

.sidropen body.default {
  box-shadow: none; }

.sidropen .header.sticky,
.sidropen .header.unsticky {
  /*left: 0;*/ }

[data-content-region="home_below_carousel"] {
  margin: 15px 0 0; }

body .container, .footer .container {
  max-width: 1790px;
  padding: 0; }

.footer .container {
  /*   max-width: 1640px;*/ }

.default .header {
  top: 0; }
  .default .header.sticky {
    top: 0; }

.header-logo-image-container .header-logo-image {
  max-width: 180px;
  margin-left: 26px; }

.header.left .main-header .leftside-header .header-left .dropdown--quickSearch.is-open {
  top: 8px !important; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
  bottom: auto !important; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
  top: auto !important; }

.navUser-section .navUser-action .icon-shopping-cart, .navUser-section .product-selector-icon, .navUser-section .icon-search, .navUser-section .navUser-action .icon-shopping-cart:hover, .navUser-section .product-selector-icon:hover, .navUser-section .icon-search:hover {
  width: 39px;
  height: 39px;
  background-position: center; }

body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch .form .form-fieldset .form-field .form-input {
  padding: 8px 15px 10px;
  height: 42px; }

.home-banner .container .title h1 {
  font-size: 63px;
  font-weight: 700;
  margin-bottom: 21px; }

.home-banner .container .sub-title {
  font-size: 37px;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: 1px; }

[data-layout-id="b307ebf6-b407-4a84-a483-a2885edf0f82"] {
  max-width: 1802px;
  margin: 0 auto;
  padding-left: 7.5px;
  padding-right: 7.5px; }
  [data-layout-id="b307ebf6-b407-4a84-a483-a2885edf0f82"] [data-sub-layout-container] {
    margin-right: -7.5px;
    margin-left: -7.5px; }
    [data-layout-id="b307ebf6-b407-4a84-a483-a2885edf0f82"] [data-sub-layout-container] [data-sub-layout] {
      padding-left: 7.5px;
      padding-right: 7.5px; }

p {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.ecco-main-column {
  background: #ECEDED;
  margin: 0 0 15px; }

.inner-column {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 51px; }
  .inner-column.voice-command-colummn {
    padding: 0;
    margin-bottom: 15px; }
    .inner-column.voice-command-colummn .ecco-column-content {
      padding: 45px 297px 0 40px;
      background: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/images/stencil/original/image-manager/voice-command-1.png") no-repeat;
      background-size: cover;
      background-position: top;
      margin: 0;
      height: 430px; }
    .inner-column.voice-command-colummn .ecco-product-image {
      left: auto;
      right: 0;
      bottom: 0;
      top: auto; }
    .inner-column.voice-command-colummn .heater-attribute-list {
      margin: 40px 0 68px; }
      .inner-column.voice-command-colummn .heater-attribute-list li {
        position: relative;
        padding: 0;
        margin: 0 0 13px; }
        .inner-column.voice-command-colummn .heater-attribute-list li p {
          font-size: 20px;
          color: #030504;
          line-height: 24px;
          margin: 0;
          font-weight: 400;
          position: static;
          background-repeat: no-repeat;
          display: inline-block;
          background-size: 100%;
          padding: 13px 35px 23px 15px; }
          .inner-column.voice-command-colummn .heater-attribute-list li p img {
            max-width: 25px;
            margin: 0 6px 0 0px; }
      .inner-column.voice-command-colummn .heater-attribute-list li + li {
        margin-bottom: 0;
        padding-right: 0; }
        .inner-column.voice-command-colummn .heater-attribute-list li + li:after {
          border: none;
          border-left: 1.22px solid #676767;
          border-bottom: 1.22px solid #676767;
          transform: skew(-43deg, -20deg) rotate(-38deg);
          bottom: -12px;
          background: linear-gradient(-125deg, transparent, transparent, transparent, transparent, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
          left: 23px; }
    .inner-column.voice-command-colummn .button-wrapper {
      margin: 0 0 15px;
      border: none;
      position: relative;
      justify-content: center; }
      .inner-column.voice-command-colummn .button-wrapper a + a {
        border-left: 1.11px solid #030504; }
      .inner-column.voice-command-colummn .button-wrapper img {
        width: 143px;
        margin: 0 24px; }

.left-image-column {
  flex: 0 0 40%;
  max-width: 40%; }

.ecco-column-content {
  width: 100%;
  position: relative;
  background: #fafafa;
  padding-left: 373px;
  padding-right: 25px;
  margin-bottom: 15px;
  /* overflow: hidden;*/ }
  .ecco-column-content .ecco-product-image {
    position: absolute;
    left: -7px;
    top: 0px; }
  .ecco-column-content .icon-wrap {
    width: 100%; }

.icon-list {
  display: flex; }

.column-title {
  font-size: 37px;
  color: #030504;
  line-height: 44px;
  position: relative;
  margin: 0;
  font-weight: 700; }
  .column-title span.home-new-badge {
    position: absolute;
    top: -33px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    background: #ce242b;
    border-radius: 2px;
    padding: 0 3.5px 0;
    line-height: 25px;
    letter-spacing: 1px; }
  .column-title span {
    font-weight: 500; }

.icon-list {
  display: flex; }
  .icon-list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center; }
    .icon-list li img {
      height: 53px; }
    .icon-list li p {
      color: #030504;
      font-weight: 400;
      line-height: 25px;
      margin: 12px 0 0;
      padding: 0;
      font-size: 15px;
      letter-spacing: 1px; }
  .icon-list.smart-app-list li p {
    font-weight: 700; }

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  margin: 14px 0 0;
  width: 100%; }
  .button-wrapper .starting-wrap, .button-wrapper .button-wrap {
    text-align: center; }
  .button-wrapper .button-wrap {
    padding-left: 30px; }
  .button-wrapper .starting-wrap {
    padding-right: 30px; }
    .button-wrapper .starting-wrap p {
      margin: 0;
      font-size: 15px;
      font-weight: 400;
      line-height: 33px;
      color: #030504;
      letter-spacing: 1px; }

.ecco-column-content .button-wrapper .button-wrap {
  border-left: 1px solid #3b3d3c; }

.ecco-column-content > p {
  font-size: 15px;
  color: #1A1818;
  font-weight: 400;
  line-height: 25px;
  margin: 30px 0;
  height: 72px;
  overflow: hidden;
  padding-right: 10px;
  letter-spacing: 1px; }

.custom-btn, .home-banner .container .btn.aos-init.aos-animate, .footer .copyright-above.align-center .btnround, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, .btn {
  color: #fff;
  font-size: 15px;
  background-color: #CE242B;
  border-radius: 2px;
  padding: 19px 10px;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 0;
  font-weight: bold;
  transition: 0.3s all;
  text-align: center;
  line-height: 0;
  border: none; }
  .custom-btn:hover, .home-banner .container .btn.aos-init.aos-animate:hover, .footer .copyright-above.align-center .btnround:hover, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink:hover, .btn:hover {
    background-color: #f13139;
    color: #ffffff;
    box-shadow: unset; }

body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink {
  max-width: initial !important;
  width: auto !important;
  margin-top: 20px; }

body .sd-button-c387d66e-e67f-404e-9c05-7bf09816761e #buttonLink {
  border: none !important; }

.navPages-quickSearch .quick-search-input {
  font-size: 15px;
  padding-right: 43px;
  position: relative;
  height: 45px; }

/* quicksearch css start */
.quickSearchResults .search-cust .product {
  padding: 20px 10px; }
  .quickSearchResults .search-cust .product .listItem {
    padding: 0;
    display: flex; }
    .quickSearchResults .search-cust .product .listItem .listItem-image {
      height: 100%; }
    .quickSearchResults .search-cust .product .listItem .listItem-details {
      margin-top: -2px; }
      @media (max-width: 822px) {
        .quickSearchResults .search-cust .product .listItem .listItem-details {
          margin-top: -3px; } }
      .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-title {
        line-height: 0; }
        .quickSearchResults .search-cust .product .listItem .listItem-details .listItem-title a {
          font-size: 15px;
          line-height: 22px; }
    .quickSearchResults .search-cust .product .listItem .listItem-actions .listItem-price {
      margin: 0; }
      .quickSearchResults .search-cust .product .listItem .listItem-actions .listItem-price .rrp-price--withoutTax {
        font-size: 15px;
        line-height: 22px; }
      .quickSearchResults .search-cust .product .listItem .listItem-actions .listItem-price .price.price--rrp {
        font-size: 15px;
        color: #030504;
        font-weight: 600;
        letter-spacing: 1px; }
      .quickSearchResults .search-cust .product .listItem .listItem-actions .listItem-price .price.saved-price {
        font-size: 15px;
        color: #ce242b;
        font-weight: 700;
        letter-spacing: 1px; }
      .quickSearchResults .search-cust .product .listItem .listItem-actions .listItem-price .price--withoutTax {
        font-size: 20px;
        line-height: 28px; }
        @media (min-width: 768px) {
          .quickSearchResults .search-cust .product .listItem .listItem-actions .listItem-price .price--withoutTax {
            font-size: 22px;
            line-height: 30px; } }
        @media (min-width: 992px) and (max-width: 1850px) {
          .quickSearchResults .search-cust .product .listItem .listItem-actions .listItem-price .price--withoutTax {
            font-size: 18px;
            line-height: 26px; } }
        @media (min-width: 1850px) {
          .quickSearchResults .search-cust .product .listItem .listItem-actions .listItem-price .price--withoutTax {
            font-size: 24px;
            line-height: 32px; } }

.quickSearchResults .view-quick-result-desktop a, .quickSearchResults .view-quick-result-mobile a {
  font-size: 15px;
  padding: 11px 12px; }

/* quicksearch css end */
/* ====== ======= */
body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch, body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch.is-open {
  box-shadow: none; }

[data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] {
  padding: 0;
  background: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/images/stencil/original/image-manager/smart-app-bg.png") no-repeat;
  background-size: cover; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse; }
    [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .image-column {
      flex: 0 0 50%;
      max-width: 50%; }
    [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .content-column {
      flex: 0 0 560px;
      max-width: 560px;
      padding: 78px 0 45px;
      transform: translate(0, 0); }
    [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .column-title {
      text-align: left;
      margin: 0 0 55px 40px;
      max-width: 100%; }
    [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .icon-list.smart-app-list {
      justify-content: space-between;
      flex-wrap: wrap; }
      [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .icon-list.smart-app-list li {
        flex: 0 0 25%;
        max-width: initial;
        padding: 0 0 30px; }
    [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper {
      border-top: none;
      padding: 0;
      margin: 31px 0; }
      [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: center; }
        [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li {
          flex: 0 0 30%;
          max-width: initial;
          padding: 0;
          position: relative;
          text-align: center;
          margin-bottom: 20px !important; }
          [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:after {
            content: '';
            width: 1px;
            height: 100%;
            position: absolute;
            right: -12px;
            top: 50%;
            transform: translate(0, -50%);
            background: #333333; }
          [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(2) {
            margin: 0 28px 0 23px; }
          [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(3) {
            order: 4; }
            @media (max-width: 466px) {
              [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(3) {
                order: unset; } }
          [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(4) {
            margin: 0 28px 0 23px;
            order: 5; }
            [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(4):after {
              display: none; }
            @media (max-width: 466px) {
              [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(4) {
                order: unset; } }
          [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:last-child {
            padding-right: 0;
            order: 3; }
            [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:last-child:after {
              display: none; }
            @media (max-width: 466px) {
              [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:last-child {
                order: 5; } }
      [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .custom-btn, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .home-banner .container .btn.aos-init.aos-animate, .home-banner .container [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn.aos-init.aos-animate, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btnround, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper #buttonLink, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn {
        width: auto; }
    [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image {
      max-width: 50%;
      text-align: center;
      height: 100%; }
      [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image img {
        max-width: 601px;
        padding-top: 155px; }

[data-widget-id="de27ce58-d685-467f-bf02-297a905c271e"] .sd-simple-text-de27ce58-d685-467f-bf02-297a905c271e {
  margin-top: 5px; }

/* ====== instagram feeds section ====== */
.body [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] {
  margin: 15px 0 !important;
  grid-column-gap: 15px; }

.eapps-instagram-feed-title-container {
  display: none; }

#sd-simple-text-editable-b9d73b1a-2958-4cd3-93f7-b77704faf497 {
  font-size: 40px;
  color: #212121;
  line-height: 46px; }

body [data-sub-layout-container="fa853dc3-f3f2-4411-aead-34c28847b71b"] {
  margin-top: 64px;
  margin-bottom: 64px; }

[data-sub-layout-container="66ec923e-c3a2-4709-bbe5-5b71f2443f3c"] {
  padding-bottom: 64px;
  justify-content: space-between; }
  [data-sub-layout-container="66ec923e-c3a2-4709-bbe5-5b71f2443f3c"] [data-sub-layout] {
    flex-basis: auto;
    max-width: initial; }

.sd-simple-text-b9d73b1a-2958-4cd3-93f7-b77704faf497 p {
  font-size: 40px;
  color: #212121; }

#sd-simple-text-editable-de27ce58-d685-467f-bf02-297a905c271e {
  font-size: 15px;
  color: #000000;
  letter-spacing: 1px; }

body [data-sub-layout-container="1b05c45d-4f7f-4216-b8d9-681d62c3278d"] {
  padding: 25px 0 25px;
  margin: 0; }

[data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink {
  margin-top: 39px;
  border-radius: 2px;
  padding: 12.5px 0;
  max-width: 340px;
  width: 100%; }

[data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] #sd-simple-button-editable-232e1047-20f7-45c8-8598-5eb268c7a46e {
  display: inline-block;
  padding: 0 15px; }

body .body #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
  display: block !important;
  opacity: 1; }

[data-sub-layout-container="4957ee17-669d-4672-b30a-9f96ec7f8e14"] {
  align-items: flex-start; }

body [data-sub-layout-container="fa853dc3-f3f2-4411-aead-34c28847b71b"] {
  margin-top: 0;
  margin-bottom: 0; }

/* ====== footer section ====== */
body .sec_evmbox {
  padding: 0; }

#evm-instagram-feed .lightSlider > div {
  margin: 0 4px 0px 0 !important; }

#evm-instagram-feed #evm-instagram {
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
  margin: 0; }

.footer .footer-col h3 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 75px;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase; }
  .footer .footer-col h3:after {
    margin-top: 23px;
    width: 32px; }

.footer .footer-col h2 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 75px;
  margin-bottom: 25px; }
  .footer .footer-col h2:after {
    margin-top: 23px;
    width: 32px; }

.footer .footer-col.footer-col1 li {
  margin: 0;
  padding: 0 0 15px 0;
  display: block; }
  .footer .footer-col.footer-col1 li a {
    display: initial; }
  .footer .footer-col.footer-col1 li.telicon a {
    pointer-events: initial; }

.footer .footer-col li {
  padding: 0 0 15px; }
  .footer .footer-col li:last-child {
    padding-bottom: 0; }

.footer .footer-col .navPages-action {
  font-size: 15px;
  padding: 0;
  text-transform: initial;
  letter-spacing: 1px; }

.footer .footer-col .form-prefixPostfix-button--postfix {
  border-radius: 2px;
  letter-spacing: 2.4px;
  font-size: 15px;
  letter-spacing: 1px; }

.footer .theme-newsletter, .footer .theme-social-icons {
  padding-right: 0px; }

.footer .payment-row {
  margin: 50px 0 20px 0; }

.footer .copyright-above.align-center {
  border-top: 1px solid #454545; }
  .footer .copyright-above.align-center h2 {
    font-size: 37px;
    font-weight: 400;
    margin-top: 22px; }

.footer .footer-col li > a img {
  max-width: 22px;
  margin-right: 14px;
  position: relative;
  top: -2px; }

.footer .footer-col li a:hover > img {
  filter: invert(78%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%); }

.body #eapps-instagram-feed-1 .eapps-instagram-feed-posts-slider-nav {
  display: none !important; }

.body [data-sub-layout="808329bd-c0c4-4920-99bc-07d373d5e7b5"] .pxSliderWrapper {
  margin-top: 0; }

.body [data-sub-layout="d4cd55b6-effb-44ba-9c50-7cd3c1b77961"] [data-widget-id="41830249-519f-4ecf-a25a-019147356aa1"] {
  min-height: 0; }
  .body [data-sub-layout="d4cd55b6-effb-44ba-9c50-7cd3c1b77961"] [data-widget-id="41830249-519f-4ecf-a25a-019147356aa1"] .title_header {
    margin: 0; }

body .body [data-sub-layout="912a1d9c-f336-48b9-87d2-390f55a4abf4"] .mobile_app_content {
  margin-top: 0; }

body .body [data-sub-layout="55718ac0-1e1d-4c59-8e2a-1a1d0babb5df"] {
  padding-top: 28px; }
  body .body [data-sub-layout="55718ac0-1e1d-4c59-8e2a-1a1d0babb5df"] .content-productsection1 {
    margin-top: 0; }

div[data-layout-name="Recommended By images"] img {
  width: 163px !important; }

body [data-sub-layout-container="66ec923e-c3a2-4709-bbe5-5b71f2443f3c"] {
  padding-bottom: 25px;
  margin: 0;
  padding-top: 0; }

#sd-simple-button-editable-232e1047-20f7-45c8-8598-5eb268c7a46e::before {
  width: 14px;
  height: 12px;
  display: none; }

.footer .payment-row .col a:nth-child(2) {
  transform: translate(0px, 0); }

.footer .payment-row .col a:nth-child(3) {
  transform: translate(35px, 0px); }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent !important; }

.inner-column.voice-command-colummn .button-wrapper:after {
  height: 100%;
  top: 0; }

[data-layout-id="dcea1163-ef91-4883-8736-68a395d99522"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] [data-sub-layout] [data-edit-mode] {
  font-size: 29px;
  letter-spacing: 1.45px; }

.sd-button-c387d66e-e67f-404e-9c05-7bf09816761e #buttonLink {
  border-radius: 2px !important; }

.sd-simple-text-9948fe32-d7aa-4e8f-82d8-c9f415f3de3f p, .sd-simple-text-b9d73b1a-2958-4cd3-93f7-b77704faf497 p, .sd-simple-text-8489f2ae-4cc2-496b-bdf2-a331d61370ac p {
  font-size: 37px;
  font-weight: 700;
  color: #030504; }

.body.default .container {
  display: none; }

[data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] #sd-simple-button-editable-232e1047-20f7-45c8-8598-5eb268c7a46e {
  padding: 0 15px;
  line-height: 0; }

.ecco-column-content > p {
  margin: 0 0 10px;
  height: 100px;
  padding-right: 0; }

/* Promotions */
.Promotions .body h2 {
  font-size: 37px;
  color: #030504;
  line-height: 44px;
  position: relative;
  margin: 20px 0 0;
  font-weight: 700;
  text-align: center; }

.Promotions .body h3 {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 30px 0;
  font-weight: 700;
  text-transform: uppercase; }

.Promotions .body p, .Promotions .body li {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1px; }

.Promotions .breadcrumbs {
  display: none; }

.Promotions .body .container {
  max-width: 1400px; }

.Promotions #sd-image-2be0b529-5320-4a7d-8366-3ce618f55013,
.Promotions #sd-image-383c2ec3-5909-494c-b8dc-6636f704086a,
.Promotions #sd-image-db41e066-4dff-4ecb-a092-1785c71c79a7 {
  background-size: 100%; }

.Promotions div[data-sub-layout-container="d2c0a5b4-b934-494f-abaf-908170dfbf4a"],
.Promotions div[data-sub-layout-container="58de219d-1df9-4da0-bbe2-9b818a339573"],
.Promotions div[data-sub-layout-container="d2ce054c-7acd-4f4d-8dbd-8746572d84ca"],
.Promotions div[data-sub-layout-container="922d3365-c5b6-4e2e-abf9-46ccb1ed56ae"] {
  padding-top: 30px !important;
  margin-top: 25px;
  border-top: 1px solid #F3F2EF; }

.Promotions div[data-sub-layout-container="922d3365-c5b6-4e2e-abf9-46ccb1ed56ae"] {
  padding-top: 30px;
  margin-bottom: 30px; }

.Promotions div[data-sub-layout-container="922d3365-c5b6-4e2e-abf9-46ccb1ed56ae"] ul li + li {
  margin-top: 20px; }

.giftcertificates_balance div[data-sub-layout="a6728fd9-20c5-442c-8f70-19f60e28a03e"],
.giftcertificates_redeem div[data-sub-layout="a6728fd9-20c5-442c-8f70-19f60e28a03e"],
.giftcertificates div[data-sub-layout="a6728fd9-20c5-442c-8f70-19f60e28a03e"] {
  padding: 0; }

.giftcertificates_balance div[data-sub-layout="a6728fd9-20c5-442c-8f70-19f60e28a03e"],
.giftcertificates_redeem div[data-sub-layout="a6728fd9-20c5-442c-8f70-19f60e28a03e"],
.giftcertificates div[data-sub-layout="a6728fd9-20c5-442c-8f70-19f60e28a03e"] {
  opacity: 1 !important;
  transform: inherit !important; }

.giftcertificates_balance input.button.theme-btn-primary,
.giftcertificates_redeem input.button.theme-btn-primary,
.giftcertificates input.button.theme-btn-primary {
  height: auto;
  padding: 11.5px 10px; }

.giftcertificates_balance .breadcrumbs,
.giftcertificates_redeem .breadcrumbs,
.giftcertificates .breadcrumbs {
  display: none; }

.giftcertificates_balance .page-heading,
.giftcertificates_redeem .page-heading,
.giftcertificates .page-heading {
  border: 0;
  margin-top: 10px; }

.giftcertificates_balance .body h3,
.giftcertificates_redeem .body h3,
.giftcertificates .body h3 {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: uppercase; }

.giftcertificates_balance .body .container,
.giftcertificates_redeem .body .container,
.giftcertificates .body .container {
  max-width: 1400px; }

.giftcertificates_balance nav.navBar,
.giftcertificates_redeem nav.navBar,
.giftcertificates nav.navBar {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 15px; }

.giftcertificates_balance .account,
.giftcertificates_redeem .account,
.giftcertificates .account {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px; }

.giftcertificates_balance .navBar--sub .navBar-section,
.giftcertificates_redeem .navBar--sub .navBar-section,
.giftcertificates .navBar--sub .navBar-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }

.giftcertificates_balance .navBar--sub .navBar-section li,
.giftcertificates_redeem .navBar--sub .navBar-section li,
.giftcertificates .navBar--sub .navBar-section li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin: 0;
  text-decoration: none !important; }

.giftcertificates_balance .navBar--sub .navBar-section .navBar-item,
.giftcertificates_redeem .navBar--sub .navBar-section .navBar-item,
.giftcertificates .navBar--sub .navBar-section .navBar-item {
  border: 2px solid #f3f2ef !important;
  border-bottom: 2px solid #f3f2ef !important;
  font-size: 18px;
  background-color: transparent; }

.giftcertificates_balance .navBar--sub .navBar-section .navBar-item a,
.giftcertificates_redeem .navBar--sub .navBar-section .navBar-item a,
.giftcertificates .navBar--sub .navBar-section .navBar-item a {
  padding: 19px 20px;
  font-size: 18px;
  text-align: center; }

.giftcertificates_balance .navBar--sub .navBar-section .navBar-item.is-active,
.giftcertificates_redeem .navBar--sub .navBar-section .navBar-item.is-active,
.giftcertificates .navBar--sub .navBar-section .navBar-item.is-active {
  padding: 19px 20px;
  text-align: center; }

.giftcertificates_balance .account .form-row:nth-child(3) .form-column,
.giftcertificates_redeem .account .form-row:nth-child(3) .form-column,
.giftcertificates .account .form-row:nth-child(3) .form-column {
  width: 100%; }

.giftcertificates_balance .navBar--sub .navBar-section .navBar-item.is-active,
.giftcertificates_redeem .navBar--sub .navBar-section .navBar-item.is-active,
.giftcertificates .navBar--sub .navBar-section .navBar-item.is-active {
  border-bottom: 4px solid #070606 !important; }

.giftcertificates_balance .form-radio + .form-label::before,
.giftcertificates_redeem .form-radio + .form-label::before,
.giftcertificates .form-radio + .form-label::before {
  border-radius: inherit; }

.giftcertificates_balance input.form-input,
.giftcertificates_redeem input.form-input,
.giftcertificates input.form-input {
  border-color: #f3f2ef;
  font-size: 15px;
  height: 45px; }

.giftcertificates_balance textarea,
.giftcertificates_redeem textarea,
.giftcertificates textarea {
  border-color: #f3f2ef; }

.giftcertificates_balance .form-checkbox + .form-label, .giftcertificates_balance .form-radio + .form-label,
.giftcertificates_redeem .form-checkbox + .form-label,
.giftcertificates_redeem .form-radio + .form-label,
.giftcertificates .form-checkbox + .form-label,
.giftcertificates .form-radio + .form-label {
  margin-bottom: 0; }

.giftcertificates_balance .form-checkbox + .form-label::before, .giftcertificates_balance .form-radio + .form-label::before,
.giftcertificates_redeem .form-checkbox + .form-label::before,
.giftcertificates_redeem .form-radio + .form-label::before,
.giftcertificates .form-checkbox + .form-label::before,
.giftcertificates .form-radio + .form-label::before {
  height: 30px;
  width: 30px;
  border-color: #F3F2EF;
  border-radius: 4px; }

.giftcertificates_balance .form-checkbox + .form-label, .giftcertificates_balance .form-radio + .form-label,
.giftcertificates_redeem .form-checkbox + .form-label,
.giftcertificates_redeem .form-radio + .form-label,
.giftcertificates .form-checkbox + .form-label,
.giftcertificates .form-radio + .form-label {
  padding-left: 45px;
  padding-top: 8px;
  font-size: 15px; }

.giftcertificates_balance .form-column .form-field.form-field-group,
.giftcertificates_redeem .form-column .form-field.form-field-group,
.giftcertificates .form-column .form-field.form-field-group {
  padding: 0;
  border: 0; }

.giftcertificates_balance .form-radio + .form-label,
.giftcertificates_redeem .form-radio + .form-label,
.giftcertificates .form-radio + .form-label {
  margin-bottom: 20px;
  border-radius: 5px; }

.giftcertificates_balance .body li, .giftcertificates_balance .body p, .giftcertificates_balance .body p strong,
.giftcertificates_redeem .body li,
.giftcertificates_redeem .body p,
.giftcertificates_redeem .body p strong,
.giftcertificates .body li,
.giftcertificates .body p,
.giftcertificates .body p strong {
  font-size: 15px;
  color: #000000;
  line-height: 25px;
  letter-spacing: 1px; }

.giftcertificates_balance .form-checkbox:checked + .form-label::after,
.giftcertificates_balance .form-radio:checked + .form-label::after,
.giftcertificates_redeem .form-checkbox:checked + .form-label::after,
.giftcertificates_redeem .form-radio:checked + .form-label::after,
.giftcertificates .form-checkbox:checked + .form-label::after,
.giftcertificates .form-radio:checked + .form-label::after {
  opacity: 1;
  border: 0; }

.giftcertificates_balance .form-field--error:after,
.giftcertificates_redeem .form-field--error:after,
.giftcertificates .form-field--error:after {
  right: 20px; }

.giftcertificates_balance input#gift-certificate-preview,
.giftcertificates_redeem input#gift-certificate-preview,
.giftcertificates input#gift-certificate-preview {
  display: none; }

.giftcertificates_balance input#gift-certificate-submit,
.giftcertificates_redeem input#gift-certificate-submit,
.giftcertificates input#gift-certificate-submit {
  margin: 0; }

.giftcertificates_balance .form-radio + .form-label::after,
.giftcertificates_redeem .form-radio + .form-label::after,
.giftcertificates .form-radio + .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(206, 42, 43, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent; }

.giftcertificates_balance .body .form-prefixPostfix .form-input,
.giftcertificates_redeem .body .form-prefixPostfix .form-input,
.giftcertificates .body .form-prefixPostfix .form-input {
  flex: auto;
  width: 500px;
  max-width: 500px; }

.giftcertificates_balance .form-row .form-field,
.giftcertificates_redeem .form-row .form-field,
.giftcertificates .form-row .form-field {
  margin: 0 0 15px; }

.giftcertificates .form-radio:checked + .form-label,
.giftcertificates .form-checkbox:checked + .form-label {
  font-weight: 500; }

.giftcertificates .account .form-row:nth-child(3) .form-column .form-field.form-field-group.form-field--error:after {
  bottom: -10px;
  top: auto; }

.giftcertificates .account .form-row:nth-child(3) fieldset:first-child .form-field.form-field--error:after {
  right: 6px; }

.About .accounts-main-banner.desktop-accounts-banner,
.About .accounts-tab-banner.tab-accounts-banner,
.About .accounts-mobile-banner.mobile-accounts-banner {
  display: none; }

.giftcertificates_balance p strong {
  font-weight: 400; }

.giftcertificates .form-checkbox + .form-label::after,
.giftcertificates .form-radio + .form-label::after {
  height: 30px;
  left: 0px;
  opacity: 0;
  top: 0px;
  transform: inherit;
  width: 30px; }

.sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e a#sd-simple-button-editable-232e1047-20f7-45c8-8598-5eb268c7a46e {
  margin-top: 20px;
  border-radius: 2px;
  max-width: initial !important;
  width: auto !important;
  color: #fff;
  font-size: 15px;
  background-color: #ce242b;
  padding: 19px 25px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
  transition: .3s all;
  text-align: center;
  line-height: 0; }

/* ======= toggle ======= */
.mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
  display: none; }

a#desktopmenu {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  flex-direction: column; }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  display: block;
  width: 100%;
  outline: 2px solid #fff;
  position: inherit;
  top: inherit;
  transform: inherit;
  height: 0;
  transition: transform .1s ease-in,top .1s ease-in 150ms,bottom .1s ease-in 150ms; }

.default .mobileMenu-toggle .mobileMenu-toggleIcon,
.Mobile.App .mobileMenu-toggle .mobileMenu-toggleIcon,
.About.Us .mobileMenu-toggle .mobileMenu-toggleIcon {
  outline-color: #ffffff; }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  outline-color: #000000; }

.mobileMenu-toggleIcon + .mobileMenu-toggleIcon {
  margin-top: 11px; }

.header .main-header {
  flex-wrap: inherit;
  justify-content: space-between; }

a#desktopmenu.is-open .desktopMenu-toggleIcon-line-two {
  outline: 0;
  position: inherit; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  background-color: #fff; }

a#desktopmenu.is-open .desktopMenu-toggleIcon-line-three {
  transform: rotate(-45deg) translate(7px, -9px);
  box-shadow: 0 0 0px 1px #fff; }

a#desktopmenu.is-open .desktopMenu-toggleIcon-line-one {
  transform: rotate(42deg) translate(6px, 8px);
  box-shadow: 0 0 0px 1px #fff; }

/* ======= ======= ======= */
.form-field.contact-recaptcha {
  margin: 0; }

.form-actions.contact-submit-btn {
  margin: 0 0 30px 0;
  text-align: left; }

.Contact.Us p {
  font-size: 15px; }

/* ======= media query ======= */
@media (min-width: 970px) {
  .mobile-column.columns {
    display: none; } }

@media (min-width: 768px) {
  section.recommended_logos.center.slider.slick-initialized.slick-slider {
    display: none; } }

@media (min-width: 970px) {
  .tablet_screens {
    display: none; } }

@media (min-width: 568px) {
  .mobile-search-icon, #mobiletoggle-menu, [data-content-region="home_below_carousel_product_selector"] {
    display: none; } }

@media (max-width: 1785px) {
  .column-title {
    font-size: 34px;
    line-height: 40px; } }

@media (min-width: 1680px) {
  .ecco-column-content {
    min-height: 511px; } }

@media (min-width: 1725px) {
  .ecco-column-content {
    min-height: 491px; } }

@media (max-width: 1679px) {
  [data-layout-id="dcea1163-ef91-4883-8736-68a395d99522"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] [data-sub-layout] [data-edit-mode] {
    font-size: 22px;
    letter-spacing: 1.45px; }
  .icon-list li img {
    height: 40px; }
  .ecco-column-content .ecco-product-image {
    left: -18px;
    height: 100%; }
  .voice-command-colummn .ecco-column-content .ecco-product-image {
    height: auto; }
  .ecco-column-content {
    padding-right: 40px;
    padding-left: 340px; }
  #sd-simple-text-editable-9948fe32-d7aa-4e8f-82d8-c9f415f3de3f p, .sd-simple-text-b9d73b1a-2958-4cd3-93f7-b77704faf497 p,
  .sd-simple-text-b9d73b1a-2958-4cd3-93f7-b77704faf497 p, .sd-simple-text-8489f2ae-4cc2-496b-bdf2-a331d61370ac p {
    font-size: 28px; }
  .footer .footer-col h3 {
    font-size: 17px; }
  .footer .footer-col h2 {
    font-size: 17px; }
  .button-wrapper {
    width: 100%; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .content-column {
    /*    flex: 0 0 440px;
    max-width: 440px;*/
    transform: translate(0, 0); }
  .inner-column.voice-command-colummn .button-wrapper {
    margin: 79px 0 15px; }
  .column-title {
    font-size: 32px;
    line-height: 40px; } }

@media (min-width: 1600px) and (max-width: 1630px) {
  .ecco-column-content {
    height: 480px;
    max-height: 100% !important; } }

@media (max-width: 1599px) {
  .ecco-column-content {
    padding-left: 310px;
    padding-right: 36px; }
  .ecco-column-content .ecco-product-image {
    left: -27px;
    height: 100%; }
  .voice-command-colummn .ecco-column-content .ecco-product-image {
    height: auto;
    right: -24px;
    max-width: 276px; }
  .column-title {
    font-size: 22px;
    line-height: 30px; }
  .footer .copyright-above.align-center h2 {
    font-size: 22px;
    line-height: 30px; }
  .button-wrapper .starting-wrap {
    padding-right: 18px; }
  .button-wrapper .button-wrap {
    padding-left: 18px; }
  .column-title span.badge {
    font-size: 15.06px;
    line-height: 20px; }
  .inner-column.voice-command-colummn .button-wrapper img {
    width: 100px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .content-column {
    /*flex: 0 0 440px;
        max-width: 440px;*/
    transform: translate(0, 0); }
  .inner-column.voice-command-colummn .heater-attribute-list li p img {
    max-width: 17px; }
  .inner-column.voice-command-colummn .heater-attribute-list {
    margin: 28px 0 0px; }
  .voice-command-colummn .column-title {
    max-width: 300px; }
  .inner-column.voice-command-colummn .button-wrapper {
    margin: 107px 0 15px; } }

@media (max-width: 1499px) {
  .ecco-column-content {
    padding-left: 310px;
    padding-right: 15px; } }

@media (max-width: 1399px) {
  .presist-menu-sec.sticky #presist-desktopmenu.show {
    top: 6px; }
  .default div[data-layout-id="dcea1163-ef91-4883-8736-68a395d99522"] div[data-sub-layout-container="1b05c45d-4f7f-4216-b8d9-681d62c3278d"],
  .default div[data-layout-id="dcea1163-ef91-4883-8736-68a395d99522"] div[data-sub-layout-container="66ec923e-c3a2-4709-bbe5-5b71f2443f3c"] {
    padding: 20px 0 !important; }
  .default div [data-sub-layout-container][data-sub-layout-container],
  .default div[data-sub-layout-container="7a3399cf-2fa0-42b6-8b86-d5b4a2fe9af3"] {
    padding: 0 !important; }
  .default div[data-sub-layout-container="833b1296-4fbe-41c4-ac12-76ff442b029c"][data-layout-name="Recomended Images"] {
    padding: 10px 20px 30px !important; }
  .default div[data-sub-layout-container="fa853dc3-f3f2-4411-aead-34c28847b71b"][data-layout-name="Recommended By"] {
    padding-top: 20px !important; }
  .default div[data-widget-id="988c1342-f115-4e4d-9908-458fc9ec4108"] h2.column-title.title-center {
    padding: 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li {
    flex: 0 0 32%;
    max-width: 32%; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(2) {
    margin: 0 14px 0 8px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(4) {
    margin: 0 14px 0 8px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:after {
    right: -5px; }
  .footer .footer-col li > a img {
    max-width: 16px; }
  body .main-header .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -11px; }
  body .main-header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -11px; }
  body .navUser-section .icon-search, body .navUser-section .icon-search:hover, body .navUser-section .navUser-action .icon-shopping-cart, body .navUser-section .navUser-action .icon-shopping-cart:hover, body .navUser-section .product-selector-icon,
  body .navUser-section .product-selector-icon:hover {
    width: 28px;
    height: 25px;
    background-position: center; }
  [data-layout-id="b307ebf6-b407-4a84-a483-a2885edf0f82"] {
    padding-left: 0;
    padding-right: 0; }
  .column-title {
    font-weight: 700;
    padding-top: 7px; }
  .voice-command-colummn .column-title {
    max-width: 300px; }
  .ecco-column-content {
    padding: 28px 5px 40px 252px; }
  .column-title span.home-new-badge {
    top: -22px; }
  .button-wrapper .button-wrap {
    padding-left: 15px; }
  .button-wrapper .starting-wrap {
    padding-right: 15px; }
  .icon-list li img {
    max-height: 32px; }
  .ecco-column-content .ecco-product-image {
    max-height: 100%;
    left: -40px;
    height: 100%;
    top: 0; }
  .button-wrapper {
    padding-top: 16px; }
  .ecco-column-content > p {
    margin: 18px 0 20px;
    padding-right: 0px; }
  .inner-column.voice-command-colummn .ecco-column-content {
    padding: 28px 250px 0 40px; }
  .inner-column.voice-command-colummn .heater-attribute-list li p {
    font-size: 15px; }
  .inner-column.voice-command-colummn .heater-attribute-list li img {
    max-width: 18px; }
  .inner-column.voice-command-colummn .ecco-product-image {
    max-height: 270px;
    right: 0; }
  .inner-column.voice-command-colummn .button-wrapper img {
    width: 102px;
    margin: 0 18px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .content-column {
    /*flex: 0 0 440px;
    max-width: 440px;
    */
    padding: 50px 0 45px;
    transform: translate(0, 0); }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .column-title {
    margin: 0 0 40px 45px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li {
    padding: 0;
    text-align: center; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper {
    margin: 30px 0 0 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image img {
    max-width: 100%;
    width: 35vw; }
  .inner-column.voice-command-colummn .button-wrapper {
    margin: 89px 0 15px;
    padding: 0; }
  body .header .container {
    padding: 0 30px; }
  #sd-simple-text-editable-9948fe32-d7aa-4e8f-82d8-c9f415f3de3f p, .sd-simple-text-b9d73b1a-2958-4cd3-93f7-b77704faf497 p, .sd-simple-text-8489f2ae-4cc2-496b-bdf2-a331d61370ac p {
    font-size: 25px; }
  [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] #sd-simple-button-editable-232e1047-20f7-45c8-8598-5eb268c7a46e {
    line-height: 0;
    padding: 0; }
  body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink {
    margin-top: 15px; }
  #sd-simple-button-editable-232e1047-20f7-45c8-8598-5eb268c7a46e::before {
    width: 15px;
    height: 14px; }
  body .sd-simple-text-de27ce58-d685-467f-bf02-297a905c271e {
    margin-top: 15px; }
  .body [data-sub-layout-container="32c24c3a-d60f-42f3-9daf-8d93d8c07b0a"] {
    padding-left: 0;
    padding-right: 0; }
  .column-title {
    font-size: 19px;
    line-height: 26px; }
  .footer .copyright-above.align-center h2 {
    font-size: 19px;
    line-height: 26px; }
  .column-title span.home-new-badge {
    padding: 0 5px; }
  .footer .footer-col .navPages-action {
    font-size: 15px;
    padding: 0; }
  .footer .footer-col h3 {
    font-size: 15px; }
  .footer .footer-col h2 {
    font-size: 15px; }
  .footer .footer-col li {
    padding: 0 0 16px 0; }
  .payment-row.columns-5 img {
    height: 35px; }
  .inner-column.voice-command-colummn .heater-attribute-list li .vc-bg-image {
    max-width: 100%; }
  .product-description-sec .section-title, .product-icon-wrap .section-title, .starRatingSec .section-title {
    font-size: 19px;
    line-height: 26px;
    color: #030504;
    font-weight: 700;
    margin: 0;
    padding: 0 0 20px 0; } }

@media (max-width: 575px) {
  .default div[data-widget-id="988c1342-f115-4e4d-9908-458fc9ec4108"] h2.column-title.title-center {
    padding: 0 0 10px; } }

@media (max-width: 567px) {
  .default div[data-widget-id="988c1342-f115-4e4d-9908-458fc9ec4108"] h2.column-title.title-center {
    padding: 0 0 25px; } }

@media (max-width: 1359px) {
  [data-layout-id="dcea1163-ef91-4883-8736-68a395d99522"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] [data-sub-layout] [data-edit-mode] {
    font-size: 14px; }
  .inner-column.voice-command-colummn .heater-attribute-list {
    margin: 26px 0 112px; }
  .inner-column.voice-command-colummn .button-wrapper {
    margin: 90.5px 0 15px; } }

@media (max-width: 1279px) {
  .theme-social-icons {
    justify-content: space-between !important; }
  body div[data-layout-name="Home Blog section"] > div div[class*=sd-button] div[role=button] {
    transform: translateY(21px); }
  .body div[data-layout-name="Home Blog section"] > div {
    padding: 20% 10px; }
  .column-title {
    font-size: 16px;
    line-height: 23px;
    max-width: 240px; }
  .footer .copyright-above.align-center h2 {
    font-size: 16px;
    line-height: 23px; }
  .inner-column.voice-command-colummn .ecco-product-image {
    max-height: 234px;
    right: 0px; }
  .inner-column.voice-command-colummn .heater-attribute-list {
    margin: 17px 0 0px; }
  .inner-column.voice-command-colummn .ecco-column-content {
    padding: 30px 40px 0 40px; }
  .home-banner .container .title h1 {
    font-size: 39px; }
  .home-banner .container .sub-title {
    font-size: 20px; }
  .icon-list li img {
    max-height: 26px; }
  .ecco-column-content > p {
    margin: 8px 0 6px;
    padding-right: 0; }
  .button-wrapper .starting-wrap p, .icon-list li p, .custom-btn, .home-banner .container .btn.aos-init.aos-animate, .footer .copyright-above.align-center .btnround, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, .btn, .ecco-column-content > p {
    font-size: 11px;
    line-height: 18px; }
  .footer .footer-col h3 {
    font-size: 13px; }
  .footer .footer-col .navPages-action {
    font-size: 11px; }
  .ecco-column-content {
    padding: 28px 27px 40px 240px; }
  .ecco-column-content .ecco-product-image {
    max-height: 100%;
    top: 0px;
    left: -30px; }
  .inner-column.voice-command-colummn .ecco-column-content {
    /* padding: 30px 192px 0 40px;*/ }
  .voice-command-colummn .column-title {
    max-width: 240px; }
  .inner-column.voice-command-colummn .heater-attribute-list li p {
    font-size: 9px; }
  .inner-column.voice-command-colummn .button-wrapper img {
    margin: 0 15px; }
  .inner-column.voice-command-colummn .heater-attribute-list li p img {
    max-width: 12px; }
  .inner-column.voice-command-colummn .button-wrapper {
    margin: 144px 0 15px;
    padding: 0; }
  .mobile-column.columns .footer-col {
    display: flex;
    max-width: 100%;
    flex-basis: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 0; }
  .footer .footer-col h3 {
    align-items: flex-start;
    flex-basis: 100%;
    max-width: 100%; }
  .footer .footer-col h2 {
    align-items: flex-start;
    flex-basis: 100%;
    max-width: 100%; }
  .footer .mobile-column.columns .footer-col ul {
    flex: 0 0 444px;
    max-width: 444px; }
    .footer .mobile-column.columns .footer-col ul a {
      font-size: 41px;
      font-weight: 600;
      line-height: 64px; }
  .mobile-column .footer-logo-image {
    max-width: initial;
    width: auto; }
  .footer .mobile-column .footer-col li > img {
    max-width: 25px; }
  .footer .mobileMenu-toggle .copyright-above.align-center h2 {
    font-size: 40px; }
  .footer .copyright-above.align-center h2 {
    margin: 20px 0; }
  .footer .copyright-above.align-center {
    border-top: 1px solid #454545;
    padding-bottom: 20px; }
  .footer .mobile-column .footer-col h2 {
    margin-bottom: 5px;
    margin-top: 50px; }
  .footer .mobile-column .footer-col h3 {
    margin-bottom: 5px;
    margin-top: 50px; }
  body [data-content-region="home_below_carousel"] div[data-sub-layout] {
    flex-basis: 50%;
    max-width: 50%; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .content-column {
    /* flex: 0 0 300px;
        max-width: 300px;
        padding-top: 50px;*/ }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .icon-list.smart-app-list li {
    padding: 0 0 20px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper {
    margin: 10px 0 0; }
  [data-sub-layout-container="66ec923e-c3a2-4709-bbe5-5b71f2443f3c"] [data-sub-layout] {
    flex-basis: 20%;
    max-width: 20%; }
  body [data-sub-layout="1f6f8cd0-6f22-403b-a925-e64a27f7d20d"] img {
    max-width: 60px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .custom-btn, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .home-banner .container .btn.aos-init.aos-animate, .home-banner .container [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn.aos-init.aos-animate, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btnround, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper #buttonLink, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn {
    font-size: 9px;
    padding: 15px 10px;
    line-height: 0; }
  .button-wrapper .starting-wrap p, .custom-btn, .home-banner .container .btn.aos-init.aos-animate, .footer .copyright-above.align-center .btnround, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, .btn, .ecco-column-content > p, .icon-list li p {
    font-size: 11px; }
  .custom-btn, .home-banner .container .btn.aos-init.aos-animate, .footer .copyright-above.align-center .btnround, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, .btn {
    padding: 15px 10px; }
  #sd-simple-button-editable-232e1047-20f7-45c8-8598-5eb268c7a46e::before {
    width: 8px;
    height: 9px; }
  .heater-attribute-wrap {
    height: 80px; }
  div[data-layout-name="Recommended By images"] [data-sub-layout] img {
    max-width: 143px;
    width: 143px !important; }
  #sd-image-3e38ec18-113c-46fb-ad42-1fbb3ed9d43d img {
    width: 50px !important; }
  /*Recomended Images*/
  ul.recomended-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; }
    ul.recomended-images li {
      flex-basis: auto;
      max-width: inherit;
      position: relative;
      text-align: center; }
      ul.recomended-images li img {
        width: 120px; }
  ul.recomended-images li.recommended-ie-image img {
    width: 40px; } }

@media (max-width: 1079px) {
  .ecco-column-content > p {
    height: 80px; }
  .button-wrapper .starting-wrap p, .custom-btn, .home-banner .container .btn.aos-init.aos-animate, .footer .copyright-above.align-center .btnround, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, .btn, .ecco-column-content > p, .footer .copyright-above.align-center .btnround, .home-banner .container .btn.aos-init.aos-animate, .icon-list li p,
  body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink {
    font-size: 10px;
    line-height: 15px; }
  .default .theme-social-icons .socialLinks {
    padding-left: 0; }
  .footer .footer-col .navPages-action {
    font-size: 9px;
    line-height: 15px; }
  .theme-social-icons h3 {
    font-size: 13px; }
  .socialLinks .socialLinks-item .icon {
    width: 25px; }
  .theme-social-icons .socialLinks {
    padding-left: 10px; }
  .product-information-inner .pdt-info-content {
    padding: 50px 0; }
  .product-information .pdt-large-image {
    top: 44%; }
  .pdt-info-content p {
    line-height: 26px; } }

@media (max-width: 1023px) {
  .header-logo-image-container .header-logo-image {
    margin-left: 0; }
  .footer .footer-col .navPages-action {
    font-size: 9px; }
  .theme-social-icons h3 {
    font-size: 11px; }
  .button-wrapper .starting-wrap p, .custom-btn, .home-banner .container .btn.aos-init.aos-animate, .footer .copyright-above.align-center .btnround, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, .btn, .ecco-column-content > p, .footer .copyright-above.align-center .btnround, .home-banner .container .btn.aos-init.aos-animate, .icon-list li p,
  body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink {
    font-size: 9px; }
  .heater-attribute-wrap {
    height: 83px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .content-column {
    transform: translate(0px, 0);
    padding: 40px 0; }
  .button-wrapper .starting-wrap p, .custom-btn, .home-banner .container .btn.aos-init.aos-animate, .footer .copyright-above.align-center .btnround, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, .btn, .ecco-column-content > p, .icon-list li p {
    font-size: 9px; }
  .ecco-column-content .ecco-product-image {
    top: 0; }
  body {
    padding-top: 0 !important; }
  body.default .header {
    background-color: transparent; }
    body.default .header.sticky {
      background: #1c1c1c; }
  .column-title {
    font-size: 14px;
    line-height: 19px;
    max-width: 200px; }
  .footer .copyright-above.align-center h2 {
    font-size: 14px;
    line-height: 19px; }
  .ecco-column-content .ecco-product-image {
    max-height: 100%; }
  .ecco-column-content {
    padding: 28px 10px 40px 230px; }
  .home-banner .container .sub-title {
    font-size: 20px; }
  .inner-column.voice-command-colummn .button-wrapper img {
    width: 88px; }
  .inner-column.voice-command-colummn .button-wrapper {
    margin: 122px 0 15px;
    padding: 0; }
  body .header.left .main-header .header-middle {
    width: auto; }
  body .header.left .main-header .leftside-header {
    display: flex;
    width: 87%;
    justify-content: flex-end; }
    body .header.left .main-header .leftside-header .header-left {
      display: block; }
      body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch {
        right: 195px !important;
        top: 8px !important; }
        body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch.is-open {
          right: 195px !important; }
    body .header.left .main-header .leftside-header ul.navUser-section.navUser-section--alt {
      display: flex; }
      body .header.left .main-header .leftside-header ul.navUser-section.navUser-section--alt .navUser-item {
        display: block; }
  body [data-sub-layout="1f6f8cd0-6f22-403b-a925-e64a27f7d20d"] img {
    max-width: 60px; }
  body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch .form .form-fieldset .form-field .form-input {
    padding: 0px 15px 3px;
    line-height: 33px; }
  [data-layout-id="dcea1163-ef91-4883-8736-68a395d99522"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] [data-sub-layout] [data-edit-mode] {
    font-size: 22px; }
  body.default .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    top: 5px;
    font-size: 14px !important; }
  #sd-simple-text-editable-9948fe32-d7aa-4e8f-82d8-c9f415f3de3f p, .sd-simple-text-b9d73b1a-2958-4cd3-93f7-b77704faf497 p, .sd-simple-text-8489f2ae-4cc2-496b-bdf2-a331d61370ac p {
    font-size: 27px; }
  .default .header {
    top: 5px; }
  .footer .columns .footer-col {
    flex-basis: 20%; }
  body [data-content-region="home_below_top_products"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
  [data-layout-id="dcea1163-ef91-4883-8736-68a395d99522"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] [data-sub-layout] [data-edit-mode] {
    font-size: 15px; } }

@media (max-width: 969px) {
  .header-left #search_query, .footer .footer-col h2:after, .footer .footer-col h3:after {
    display: none; }
  .heater-attribute-wrap {
    height: 125px; }
  body [data-content-region="home_below_top_products"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] {
    margin: 8px 0 !important;
    grid-column-gap: 8px; }
  [data-layout-id="dcea1163-ef91-4883-8736-68a395d99522"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] [data-sub-layout] [data-edit-mode] {
    font-size: 12px; }
  .body div[data-layout-name="Home Blog section"] > div {
    padding: 20% 0px; }
  #buttonLink #sd-simple-button-editable-c387d66e-e67f-404e-9c05-7bf09816761e {
    font-weight: 600; }
  #sd-simple-button-editable-232e1047-20f7-45c8-8598-5eb268c7a46e::before {
    width: 15px;
    height: 16px; }
  body .main-header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -11px; }
  body .main-header .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -11px; }
  .all_screens {
    display: none; }
  body [data-content-region="home_below_carousel"] div[data-sub-layout] {
    flex-basis: 100%;
    max-width: 100%; }
  .ecco-column-content {
    padding: 28px 60px 40px 300px; }
  .column-title {
    font-size: 27px;
    line-height: 35px;
    max-width: 370px;
    padding-top: 19px; }
  .footer .copyright-above.align-center h2 {
    font-size: 27px;
    line-height: 35px; }
  .ecco-column-content > p {
    margin: 18px 0 6px;
    padding-right: 0;
    line-height: 22px; }
  .icon-list li p {
    margin: 8px 0 0; }
  .icon-list li img {
    max-height: 45px; }
  .ecco-column-content .ecco-product-image {
    max-height: 100%;
    top: 10px;
    left: -20px;
    /*width: 100%;*/
    max-width: 100%;
    aspect-ratio: 359/442; }
  .button-wrapper {
    padding-top: 27px;
    margin-top: 27px; }
  .button-wrapper .button-wrap {
    padding-left: 36px; }
  .button-wrapper .starting-wrap {
    padding-right: 36px; }
  .custom-btn, .home-banner .container .btn.aos-init.aos-animate, .footer .copyright-above.align-center .btnround, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, .btn {
    padding: 0 7px;
    letter-spacing: 1.95px;
    width: auto;
    line-height: 32px;
    font-weight: 600; }
  .heater-attribute-wrap {
    margin: 46px 0 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .content-column {
    transform: translate(10px, 0); }
  .inner-column.voice-command-colummn .heater-attribute-list {
    margin: -20px 0 0px; }
  .footer .mobile-column.columns .footer-col ul {
    flex: 0 0 314px;
    max-width: 314px; }
  .footer .mobile-column.columns .footer-col ul a {
    font-size: 28px;
    margin: 0; }
  .footer .footer-col.footer-col1 li {
    margin: 0; }
  .voice-command-colummn .column-title {
    max-width: 400px; }
  .inner-column.voice-command-colummn .ecco-column-content {
    padding: 30px 260px 0 20px;
    max-height: 100%; }
  .inner-column.voice-command-colummn .ecco-product-image {
    max-height: 275px;
    right: 0; }
  .inner-column.voice-command-colummn .heater-attribute-list li p {
    font-size: 17px; }
  .inner-column.voice-command-colummn .button-wrapper img {
    width: 121px;
    margin: 0 18px; }
  .inner-column.voice-command-colummn .heater-attribute-list li p img {
    max-width: 21px; }
  .inner-column.voice-command-colummn .button-wrapper {
    margin: 80px 0 15px;
    padding: 0; }
  [data-sub-layout-container][data-sub-layout-container],
  div[data-sub-layout-container="7a3399cf-2fa0-42b6-8b86-d5b4a2fe9af3"] {
    padding-left: 8px;
    padding-right: 8px; }
  body [data-layout-id="0349a3b0-9eff-468c-b1f9-a1a4b7347c7c"] [data-sub-layout-container] {
    padding-left: 0px;
    padding-right: 0px; }
  .ecco-column-content {
    margin-bottom: 8px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .content-column {
    /* flex: 0 0 308px;
        max-width: 308px;
        padding-top: 0px;*/ }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper {
    margin: 30px 0 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .column-title {
    margin: 0 0 15px 35px;
    padding-top: 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image img {
    max-width: 290px; }
  .header.left .main-header .leftside-header .header-left .navUser-action {
    padding: 10px 9px; }
  .header.left .main-header .leftside-header .navUser-section .icon-search, .header.left .main-header .leftside-header .navUser-section .icon-search:hover,
  .header.left .main-header .leftside-header .navUser-section .navUser-action .icon-shopping-cart,
  .header.left .main-header .leftside-header .navUser-section .navUser-action .icon-shopping-cart:hover,
  .header.left .main-header .leftside-header .navUser-section .product-selector-icon,
  .header.left .main-header .leftside-header .navUser-section .product-selector-icon:hover {
    /* width: 30px;
                    height: 30px;*/ }
  .header.left .main-header .leftside-header .navUser-section .navUser-action .icon-shopping-cart {
    width: 34px; }
  body.default .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    top: 8px; }
  body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch, body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch.is-open {
    right: 155px !important; }
  body .header.left .header-logo-image-container .header-logo-image {
    margin-left: 0; }
  body [data-sub-layout="1f6f8cd0-6f22-403b-a925-e64a27f7d20d"] img {
    max-width: 60px; }
  .button-wrapper .starting-wrap p, .custom-btn, .home-banner .container .btn.aos-init.aos-animate, .footer .copyright-above.align-center .btnround, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, .btn, .ecco-column-content > p {
    font-size: 15px;
    letter-spacing: 1px; }
  .icon-list li p {
    font-size: 14px;
    line-height: 22px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image {
    padding-top: 12px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .custom-btn, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .home-banner .container .btn.aos-init.aos-animate, .home-banner .container [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn.aos-init.aos-animate, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btnround, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper #buttonLink, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn {
    padding: 15px 0; }
  .footer-col.footer-col1 ul {
    display: none !important; }
  .footer .payment-row, .footer .desktop-column.columns {
    display: none; }
  .mobile-column.columns {
    display: block; }
  .footer .mobile-column .footer-col h3 {
    text-align: center;
    margin: 15px 0; }
  .footer .mobile-column .footer-col h2 {
    text-align: center;
    margin: 15px 0; }
  .footer .mobile-column.columns .footer-col ul {
    display: none; }
  .inner-column.voice-command-colummn {
    margin-bottom: 8px; }
  body [data-content-region=home_below_carousel] {
    margin: 8px 0 0; }
  .ecco-column-content > p {
    height: 100%; } }

@media (max-width: 767px) {
  [data-sub-layout-container="833b1296-4fbe-41c4-ac12-76ff442b029c"] {
    display: none !important; }
  .default .header {
    top: 0; }
  #quickSearch {
    display: none !important; }
  .ecco-column-content {
    padding: 28px 30px 40px 260px; }
  .column-title {
    font-size: 20px;
    line-height: 27px;
    padding-top: 13px; }
  .footer .copyright-above.align-center h2 {
    font-size: 20px;
    line-height: 27px; }
  .icon-list li img {
    max-height: 26px; }
  .button-wrapper {
    padding-top: 10px;
    margin-top: 12px; }
  .button-wrapper .button-wrap {
    padding-left: 16px; }
  .button-wrapper .starting-wrap {
    padding-right: 16px; }
  .ecco-column-content .ecco-product-image {
    max-height: 90%;
    top: 10px;
    left: 0; }
  .inner-column.voice-command-colummn .ecco-column-content {
    padding: 10px 200px 0 20px;
    overflow: visible; }
  .inner-column.voice-command-colummn .heater-attribute-list li {
    padding: 0; }
  .inner-column.voice-command-colummn .ecco-product-image {
    max-height: 220px; }
  .inner-column.voice-command-colummn .button-wrapper {
    margin: 27px 0 15px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image img {
    max-width: 210px; }
  .inner-column.voice-command-colummn .heater-attribute-list li p img {
    max-width: 17px; }
  .body [data-sub-layout-container="32c24c3a-d60f-42f3-9daf-8d93d8c07b0a"] {
    padding-left: 0;
    padding-right: 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .column-title {
    margin: 0 0 15px; }
  .inner-column.voice-command-colummn .heater-attribute-list li p {
    font-size: 14px; }
  .footer .mobile-column.columns .footer-col ul {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px); }
  .footer .mobile-column.columns .footer-col ul a {
    font-size: 24px;
    margin: 0; }
  .header.left .main-header .leftside-header .header-left .dropdown--quickSearch .form .form-fieldset .form-field .form-input {
    background: #1c1c1c; }
  body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch .dropdown--quickSearch.is-open, body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch .dropdown--quickSearch, body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch.is-open, body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch {
    right: 0 !important;
    top: 60px !important; }
  body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch .dropdown--quickSearch .quick-search, body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch .quick-search {
    display: none !important;
    visibility: hidden !important; }
  body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch .dropdown--quickSearch.is-open .quick-search, body .header.left .main-header .leftside-header .header-left .dropdown--quickSearch.is-open .quick-search {
    display: block !important;
    visibility: visible !important; }
  body [data-sub-layout-container="66ec923e-c3a2-4709-bbe5-5b71f2443f3c"] {
    display: none; }
  [data-sub-layout="c30ef631-1219-4f82-81c2-42f759f9af2b"] .slick-initialized .slick-slide::before {
    display: none; }
  .recommended_logos [data-slick-index="2"] img {
    max-width: 50px; }
  .recommended_logos.slick-initialized .slick-slide {
    text-align: center;
    padding: 0 20px; }
  .recommended_logos .slick-slide img {
    display: inline-block; }
  [data-content-region="home_above_new_products"] {
    padding: 0 0 35px; }
  .recommended_logos .slick-arrow.slick-next::before, .recommended_logos .slick-arrow.slick-prev::before {
    color: #625957; }
  .recommended_logos .slick-arrow.slick-prev {
    left: -40px; }
  .recommended_logos .slick-arrow.slick-next.slick-arrow {
    right: -30px; }
  .recommended_logos .slick-track {
    display: flex;
    align-items: center; }
  [data-layout-id="dcea1163-ef91-4883-8736-68a395d99522"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] [data-sub-layout] [data-edit-mode] {
    font-size: 10px; }
  .eapps-instagram-feed-posts-item-visible.eapps-instagram-feed-posts-item-loaded {
    padding-bottom: 8px;
    padding-top: 8px; }
  body .header.left .header-logo-image-container .header-logo-image {
    margin-left: 0; }
  body .header.left .main-header .header-middle {
    width: auto; }
  .smarthome-ready-content-bottom ul li:first-child {
    display: none; }
  .smarthome-ready-content-bottom ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center; } }

@media (max-width: 639px) {
  body [data-content-region=home_below_carousel] {
    margin: 8px 0 0; }
  .ecco-column-content .ecco-product-image {
    left: -12px; }
  .button-wrapper .starting-wrap {
    padding-right: 10px; }
  .button-wrapper .button-wrap {
    padding-left: 10px; }
  .inner-column.voice-command-colummn .heater-attribute-list li p {
    font-size: 11px; }
  .footer .footer-col.footer-col1 li {
    margin: 0 0 20px; }
  .footer .mobile-column.columns .footer-col ul a {
    font-size: 18px;
    line-height: initial; }
  .mobile-column.columns .footer-col {
    padding-bottom: 0; }
  .mobile-column .footer-logo-image {
    max-width: fit-content; }
  .home-banner .container .title h1 {
    font-size: 20px; }
  .button-wrapper .starting-wrap p, .custom-btn, .home-banner .container .btn.aos-init.aos-animate, .footer .copyright-above.align-center .btnround, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, .btn, .ecco-column-content > p, .icon-list li p {
    font-size: 12px; }
  .smart-app-wrap .container {
    padding: 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row {
    justify-content: space-between; }
  #sd-simple-button-editable-232e1047-20f7-45c8-8598-5eb268c7a46e::before {
    width: 12px;
    height: 12px; } }

@media (max-width: 567px) {
  .sidr, .sidr.left {
    width: 100%; }
  .title-center {
    font-weight: 700;
    text-align: center;
    padding: 5px 0 20px 0; }
  .desktop-search-icon {
    display: none !important; }
  .header.left .main-header .header-middle .header-logo--left .header-logo-image {
    /* max-height: 1.2rem;*/ }
  .button-wrapper .starting-wrap p, .custom-btn, .home-banner .container .btn.aos-init.aos-animate, .footer .copyright-above.align-center .btnround, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, .btn, .ecco-column-content > p, .icon-list li p {
    font-size: 15px; }
  #desktopmenu {
    display: none; }
  .inner-column.voice-command-colummn .heater-attribute-list li + li {
    margin-bottom: 15px;
    padding-right: 0; }
  .recommended_logos [data-slick-index="2"] img {
    max-width: 35px; }
  body .sd-button-c387d66e-e67f-404e-9c05-7bf09816761e #buttonLink {
    font-size: 15px;
    letter-spacing: 1.65px;
    margin-top: 15px;
    height: 32px;
    padding: 5px 10px;
    font-weight: 600; }
  body .main-header .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -8px; }
  body .main-header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -8px; }
  body [data-sub-layout-container][data-sub-layout-container] {
    padding: 0px 9px;
    margin-bottom: 0px; }
  [data-sub-layout-container="4957ee17-669d-4672-b30a-9f96ec7f8e14"] {
    margin-bottom: 0px !important; }
  body [data-layout-id="0349a3b0-9eff-468c-b1f9-a1a4b7347c7c"] [data-sub-layout-container] {
    padding: 0;
    margin-bottom: 0;
    margin-top: 8px; }
  body [data-content-region="home_below_top_products"] [data-sub-layout-container="1b05c45d-4f7f-4216-b8d9-681d62c3278d"] {
    padding: 20px 15px; }
  .main-header .navUser-section .icon-search, .main-header .navUser-section .icon-search:hover, .main-header .navUser-section .navUser-action .icon-shopping-cart, .main-header .navUser-section .navUser-action .icon-shopping-cart:hover, .main-header .navUser-section .product-selector-icon, .main-header .navUser-section .product-selector-icon:hover {
    width: 25px; }
  .main-header body.default .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    top: 17px;
    font-size: 10px !important; }
  .footer .container, body .container {
    padding: 0 15px; }
  body.cart .body .container {
    padding: 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image {
    flex-basis: 100%;
    max-width: 100%;
    margin: 20px 0 0; }
  .footer .columns .footer-col {
    max-width: 100%;
    flex-basis: 100%;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  body .footer .footer-col h3 {
    margin-top: 20px;
    margin-bottom: 25px;
    flex: 0 0 100%;
    text-align: center;
    max-width: 100%; }
    body .footer .footer-col h3:after {
      display: none; }
  body .footer .footer-col h2 {
    margin-top: 20px;
    margin-bottom: 25px;
    flex: 0 0 100%;
    text-align: center;
    max-width: 100%; }
    body .footer .footer-col h2:after {
      display: none; }
  body .footer .columns .footer-col ul {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap; }
  body .footer .footer-col li {
    margin: 0 0 10px;
    padding: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center; }
  body .footer .footer-col .navPages-action {
    font-size: 15px; }
  body .footer .footer-col.footer-col1 {
    margin-bottom: 0; }
    body .footer .footer-col.footer-col1 li {
      margin: 0 0 10px;
      padding: 0;
      text-align: left; }
  .home-banner .container .title h1 {
    font-size: 29px;
    margin-bottom: 5px; }
  .home-banner .container .sub-title {
    font-size: 17px;
    margin: 0 0 19px; }
  body [data-sub-layout-container="fa853dc3-f3f2-4411-aead-34c28847b71b"] {
    margin-bottom: 0; }
  body [data-sub-layout-container="66ec923e-c3a2-4709-bbe5-5b71f2443f3c"] {
    padding-bottom: 30px !important;
    margin: 10px !important; }
  .ecco-column-content {
    padding: 28px 20px 23px 20px; }
  .ecco-column-content .ecco-product-image {
    max-width: 401px;
    height: auto;
    transform-origin: center center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0) scale(1.1);
    top: 30px; }
  .ecco-product-image-wrap {
    width: 100%;
    text-align: center;
    margin: 0; }
  .icon-list li p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px; }
  .button-wrapper {
    justify-content: space-between;
    padding-top: 20px;
    margin-top: 20px; }
  .custom-btn, .home-banner .container .btn.aos-init.aos-animate, .footer .copyright-above.align-center .btnround, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, .btn {
    font-size: 15px; }
  .icon-list li img {
    max-height: initial;
    height: 45.52px; }
  .ecco-column-content .icon-wrap {
    width: 100%;
    margin: 20px 0 0; }
  .ecco-column-content > p {
    height: auto;
    margin: 10px 0;
    font-weight: 400; }
  .inner-column.voice-command-colummn .heater-attribute-list {
    margin: -20px auto 0;
    max-width: 362px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .content-column {
    /* flex: 0 0 380px;
    max-width: 380px;
    padding-top: 0;*/
    transform: translate(0, 0); }
  .column-title {
    font-size: 29px;
    line-height: 35px;
    max-width: initial;
    margin: 0 auto -35px;
    padding-top: 15px; } }
  @media (max-width: 567px) and (max-width: 575px) {
    .column-title {
      margin: 0 auto -15px; } }

@media (max-width: 567px) {
  .voice-command-colummn .column-title {
    max-width: initial;
    padding: 0;
    margin-bottom: 0; }
  .header-logo-image-container .header-logo-image {
    max-width: 157px;
    margin-left: 10px; }
  body .header .container {
    padding: 0 15px; }
  .header .leftside-header .navUser-action {
    padding: 0 3px !important; }
  body .footer .footer-col li {
    flex: 0 0 100%;
    max-width: 100%; }
  .footer .mobile-column.columns .footer-col ul a {
    font-size: 13px;
    margin: 0;
    line-height: 20px; }
  .footer .mobile-column.columns .footer-col ul {
    flex: 0 0 50%;
    max-width: 50%; }
  .footer .copyright-above.align-center {
    padding-bottom: 15px; }
  .footer .mobile-column .footer-col li > img {
    max-width: 12px; }
  [data-sub-layout-container="66ec923e-c3a2-4709-bbe5-5b71f2443f3c"] {
    display: none !important; }
  .recommended_logos .slick-track {
    display: flex;
    align-items: center; }
  .recommended_logos .slick-slide img {
    width: auto;
    display: inline-block; }
  .recommended_logos .slick-slide {
    text-align: center;
    padding: 0 20px; }
    .recommended_logos .slick-slide:before {
      background: none; }
  .recommended_logos .slick-arrow.slick-prev::before, .recommended_logos .slick-arrow.slick-next::before {
    color: #625957; }
  .recommended_logos .slick-dots {
    display: none !important; }
  .recommended_logos .slick-arrow.slick-prev {
    left: -40px; }
  .recommended_logos .slick-arrow.slick-next {
    right: -40px; }
  section.recommended_logos.center.slider.slick-initialized.slick-slider {
    margin: 20px 0 0px; }
  body [data-content-region="home_below_carousel"] div[data-sub-layout] {
    flex-basis: 100%;
    max-width: 100%; }
  .inner-column.voice-command-colummn .ecco-column-content {
    padding: 20px 20px 0; }
  .inner-column.voice-command-colummn .heater-attribute-list li {
    margin: 0 0 9px; }
  .heater-attribute-wrap {
    margin: 32px 0 0; }
  .inner-column.voice-command-colummn .button-wrapper img {
    width: 107.25px;
    margin: 0 16px; }
  .inner-column.voice-command-colummn .button-wrapper {
    margin: 0 0 15px;
    padding: 0; }
  .inner-column.voice-command-colummn .ecco-product-image {
    max-height: 250px;
    position: static;
    transform: translate(0, 0);
    display: inline-block !important; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .icon-list.smart-app-list .smart_app_item {
    display: block;
    flex-basis: 33.33%; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .icon-list.smart-app-list li {
    display: none; }
  [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] {
    display: none !important; }
  .mobile-column .footer-logo-image {
    max-width: 154px; }
  .footer .mobile-column .footer-col h3 {
    margin: 15px 0; }
  .footer .mobile-column .footer-col h2 {
    margin: 15px 0; }
  .home-banner .container {
    padding-left: 0;
    padding-right: 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image img {
    width: 550px;
    max-width: initial;
    margin: 0px 0 0 -146px;
    padding-top: 0; }
  [data-sub-layout-container][data-sub-layout-container] {
    padding: 20px 15px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper {
    margin: 15px 0 0 0;
    width: 100%; }
  .inner-column.voice-command-colummn .heater-attribute-list li p img {
    max-width: 17px;
    top: 2px; }
  [data-content-region="home_below_top_products"] [data-sub-layout-container="1b05c45d-4f7f-4216-b8d9-681d62c3278d"], [data-content-region="home_below_top_products"] [data-sub-layout-container="31a48b3c-772f-49c4-b757-ac7d8bab8c80"] {
    display: none; }
  body [data-sub-layout-container] [data-sub-layout="18b4bcbe-bdd6-4fca-8a47-7626e1cc5179"] {
    padding-top: 8px;
    padding-bottom: 28px;
    padding-left: 20px;
    padding-right: 20px; }
  #sd-simple-button-editable-c387d66e-e67f-404e-9c05-7bf09816761e:before {
    content: "";
    background-image: url("https://eccotemp.com/product_images/uploaded_images/product-selector-icon.png");
    width: 19px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    display: none; }
  #buttonLink #sd-simple-button-editable-c387d66e-e67f-404e-9c05-7bf09816761e {
    display: flex;
    align-items: center; }
  #sd-simple-text-editable-ee333fe7-59f6-4e2d-8615-ce154860184c p {
    font-size: 29px; }
  .button-wrapper {
    width: 100%; }
    .button-wrapper .button-wrap {
      text-align: right; }
    .button-wrapper .starting-wrap {
      text-align: left; }
    .button-wrapper .button-wrap, .button-wrapper .starting-wrap {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0; }
    .button-wrapper .button-wrap, .button-wrapper .kickstarter-icon {
      padding-left: 20px; }
    .button-wrapper .starting-wrap {
      flex: 0 0 50%;
      max-width: 50%; }
  .inner-column.voice-command-colummn .heater-attribute-list li .vc-bg-image {
    max-width: 100%;
    position: static; }
  .inner-column.voice-command-colummn .heater-attribute-list li p {
    font-size: 13px; }
  .sd-simple-text-87f0753c-e74c-44ba-a3ef-51c57469b80a {
    margin-top: 15px; }
  body.default .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    top: 3px;
    font-size: 11px !important; }
  .button-wrapper .starting-wrap p {
    line-height: 20px;
    padding-right: 20px; }
  body .footer .footer-col.footer-col1 li {
    margin: 5px 0;
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center; }
  body .header.left .main-header .leftside-header .navUser-section .icon-search, body .header.left .main-header .leftside-header .navUser-section .icon-search:hover, body .header.left .main-header .leftside-header .navUser-section .navUser-action .icon-shopping-cart, body .header.left .main-header .leftside-header .navUser-section .navUser-action .icon-shopping-cart:hover, body .header.left .main-header .leftside-header .navUser-section .product-selector-icon, body .header.left .main-header .leftside-header .navUser-section .product-selector-icon:hover {
    width: 24px;
    height: 30px; }
  #sd-simple-text-editable-87f0753c-e74c-44ba-a3ef-51c57469b80a p {
    font-size: 15px; }
  body .sd-simple-text-87f0753c-e74c-44ba-a3ef-51c57469b80a {
    margin-top: 15px; }
  .sd-simple-text-b9d73b1a-2958-4cd3-93f7-b77704faf497 p {
    font-size: 29px; }
  .sidr.mCustomScrollbar {
    width: 100%;
    z-index: 99999; }
  body {
    left: 0 !important; }
  body .main-header #desktopmenu.show.is-open .mobileMenu-toggleIcon:after, body .main-header #desktopmenu.show.is-open .mobileMenu-toggleIcon:before {
    background: #333333; }
  .ecco-product-image-wrap {
    max-height: initial;
    height: 460px;
    position: relative; }
  .voice-command-colummn .ecco-product-image-wrap {
    height: auto; }
  body.default .header.sticky {
    height: 45px;
    top: -2px; }
  .navUser .product-selector-icon {
    background-size: 20px; }
  .inner-column.voice-command-colummn .ecco-column-content {
    background-position: top left;
    height: 540px; }
  .voice-command-colummn {
    height: auto;
    max-height: initial; }
  body .header.left .main-header .leftside-header .navUser-section .navUser-action .icon-shopping-cart {
    width: 24px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .column-title {
    margin: 0 0 20px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row {
    justify-content: center; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .content-column {
    flex: 0 0 100%;
    max-width: 100%; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul {
    justify-content: center; }
  #sd-simple-button-editable-c387d66e-e67f-404e-9c05-7bf09816761e:before {
    width: 14px;
    height: 12px; }
  .inner-column.voice-command-colummn .ecco-product-image-wrap {
    display: inline-block;
    position: static;
    right: 0;
    top: 0;
    text-align: center;
    height: auto; } }

@media (max-width: 374px) {
  body [data-sub-layout-container] [data-sub-layout="18b4bcbe-bdd6-4fca-8a47-7626e1cc5179"] {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 429px) {
  .inner-column.voice-command-colummn .ecco-column-content {
    height: 520px; } }

@media (max-width: 374px) {
  .inner-column.voice-command-colummn .ecco-column-content {
    height: 517px; } }

@media (min-width: 568px) and (max-width: 767px) {
  .voice-command-colummn .ecco-column-content .ecco-product-image {
    right: 0;
    height: initial; } }

.eapps-instagram-feed-posts-view.eui-slider-slide {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.smartApp-outer .smartApp-icons li + li {
  margin-left: 28px !important; }

.smartApp-outer .smartApp-icons li {
  position: relative; }
  .smartApp-outer .smartApp-icons li:last-child {
    margin-left: 29px !important; }
    @media (max-width: 1279px) {
      .smartApp-outer .smartApp-icons li:last-child {
        margin-left: 25px !important; } }
    @media (max-width: 480px) {
      .smartApp-outer .smartApp-icons li:last-child {
        margin-top: 15px !important; } }

.smartApp-outer .smartApp-icons li:nth-child(2) {
  padding: 0 10px !important; }
  @media (max-width: 1279px) {
    .smartApp-outer .smartApp-icons li:nth-child(2) {
      margin-left: 25px !important; } }
  .smartApp-outer .smartApp-icons li:nth-child(2):after {
    left: -10px !important;
    height: 100% !important;
    background: #000 !important; }
    @media (max-width: 1279px) {
      .smartApp-outer .smartApp-icons li:nth-child(2):after {
        left: -8px !important; } }
  .smartApp-outer .smartApp-icons li:nth-child(2):before {
    content: '';
    position: absolute;
    width: 1px;
    right: -10px;
    height: 100% !important;
    background: #000 !important; }
    @media (max-width: 1279px) {
      .smartApp-outer .smartApp-icons li:nth-child(2):before {
        right: -8px !important; } }
    @media (max-width: 480px) {
      .smartApp-outer .smartApp-icons li:nth-child(2):before {
        display: none; } }

/*Start Product Options TPSS*/
.option-close {
  display: none; }

.completed-sign {
  /*display: none;   */ }

#tab-reviews {
  display: none !important; }

#presist-desktopmenu.mobileMenu-toggle .mobileMenu-toggleIcon, #presist-desktopmenu.mobileMenu-toggle .mobileMenu-toggleIcon::after, #presist-desktopmenu.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  background: #000;
  width: 40px; }

body:not(.default) .header.sticky {
  background: #ffffff; }

body:not(.default) .header {
  background: #ffffff;
  border: none;
  /*margin-bottom:20px;
        padding-top: 7px;*/ }

body:not(.default) #desktopmenu.mobileMenu-toggle .mobileMenu-toggleIcon, body:not(.default) #desktopmenu.mobileMenu-toggle .mobileMenu-toggleIcon::after, body:not(.default) #desktopmenu.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  background: #000; }

body:not(.default) #desktopmenu.is-open .mobileMenu-toggleIcon {
  height: 0; }

.smarthome-ready-wrap .section-title, .starRatingSec .section-title {
  font-size: 37px;
  font-weight: 700;
  color: #030504;
  margin: 0px;
  text-align: center;
  padding: 0; }

.productView {
  padding: 0;
  max-width: 1400px;
  margin: auto;
  padding-top: 0 !important; }
  .productView .productView-title {
    font-size: 37px;
    font-weight: 700;
    line-height: 45px;
    color: #030504;
    margin-bottom: 0; }
  .productView .productView-rating .icon {
    height: 22px;
    width: 22px; }
  .productView .price-section.rrp-price--withoutTax {
    overflow: hidden;
    /*text-indent: -78px;*/ }
  .productView .productView-details .price-section.price-section--saving.price.saved-price {
    font-size: 15px;
    color: #ce242b;
    order: 2; }
  .productView .price-section.actual-price {
    flex: 0 0 100%;
    max-width: 100%; }
    .productView .price-section.actual-price .price {
      font-size: 37px;
      color: #030504;
      line-height: 30px; }
  .productView .price.price--rrp {
    font-size: 15px;
    color: #030504; }
    .productView .price.price--rrp:before {
      background: #030504; }
  .productView .productView-details {
    width: 500px; }
    @media only screen and (min-width: 1025px) and (max-width: 1269px) {
      .productView .productView-details {
        /*width:400px;*/ } }
    .productView .productView-details .productView-options .form .form-field {
      padding: 0;
      /* &.uncomplete-progress-bar:after{
                    background: #efefef;
                    border: none;
                    width:3px;
                    top: 35px;
                    height:100%;
                }
                &.uncomplete-progress-bar:before{
                    border: 3px solid #efefef;
                    top: 28px;

                }
                &.uncomplete-progress-bar.next-tobe-selected:before{
                    border: 2px solid #000;
                    top: 28px;
                    z-index: 9;
                }
                 &.complete-progress-bar:after{
                    width: 3px;
                    top: 35px;
                    height:100%;
                }
                &.complete-progress-bar:before{
                    border: 2px solid #030504;
                    top: 28px;
                }*/ }
      .productView .productView-details .productView-options .form .form-field .form-label {
        color: #030504;
        margin: 0;
        border: 1px solid #efefef;
        padding: 13px 25px 13px 10px;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 500;
        text-transform: capitalize;
        border-bottom: none; }
        .productView .productView-details .productView-options .form .form-field .form-label small {
          display: none; }
        .productView .productView-details .productView-options .form .form-field .form-label .completed-sign {
          /* border:none;
                        position: absolute;
                        right: 20px;
                        overflow: hidden;
                        text-indent: -99px;
                        height: 16px;
                        width: 24px;                       
                        top: 16px;
                        border-radius: 0px;
                        background: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/tab_checked.svg") no-repeat;
                        border: none;
                        background-size: 100% 100%;*/ }
      .productView .productView-details .productView-options .form .form-field .option-value-cont .productOptions-list-item-content .form-label {
        padding: 0;
        width: 100%;
        line-height: 54px;
        cursor: pointer !important; }
        @media (max-width: 450px) {
          .productView .productView-details .productView-options .form .form-field .option-value-cont .productOptions-list-item-content .form-label {
            line-height: 25px; } }
      .productView .productView-details .productView-options .form .form-field .option-value-cont .productOptions-list-item:first-child .form-label {
        padding: 0 0 0 0; }
      .productView .productView-details .productView-options .form .form-field .option-value-cont .form-label {
        border: none;
        font-size: 15px;
        padding: 0 0 0 10px;
        font-weight: 400;
        line-height: 45px; }
        .productView .productView-details .productView-options .form .form-field .option-value-cont .form-label:hover {
          background: #efefef; }
        .productView .productView-details .productView-options .form .form-field .option-value-cont .form-label:after {
          display: none; }
        .productView .productView-details .productView-options .form .form-field .option-value-cont .form-label:before {
          border: none;
          height: 16px;
          width: 24px;
          top: 10px;
          left: 9px;
          opacity: 0;
          border-radius: 0px;
          background: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/small_checked.svg") no-repeat;
          border: none;
          background-size: 100% 100%;
          display: none; }
      .productView .productView-details .productView-options .form .form-field .option-value-cont input:checked + .form-label:before {
        opacity: 1; }
      .productView .productView-details .productView-options .form .form-field .option-value-cont input:checked + .form-label {
        background: #efefef;
        font-weight: 500; }
      .productView .productView-details .productView-options .form .form-field .option-close {
        display: none;
        padding: 0;
        border-left: 1px solid #efefef;
        border-top: 1px solid #efefef;
        border-right: 1px solid #efefef; }
      .productView .productView-details .productView-options .form .form-field.product-list .option-close {
        padding-left: 0;
        padding-right: 0; }
      .productView .productView-details .productView-options .form .form-field.uncomplete-progress-bar:first-child .option-value-cont {
        display: block; }
      .productView .productView-details .productView-options .form .form-field:last-child .option-title.form-label {
        border-bottom: 1px solid #efefef !important; }
      .productView .productView-details .productView-options .form .form-field:last-child .option-value-cont {
        border-bottom: 1px solid #efefef !important;
        border-top: none; }
    .productView .productView-details .productView-options .form .product-purchase-section .form-increment {
      border-radius: 3px;
      padding: 0; }
      .productView .productView-details .productView-options .form .product-purchase-section .form-increment .button.button--icon {
        color: #fff;
        background: #ce242b;
        border-radius: 2px 0px 0px 2px;
        padding: 8px 13.5px;
        border: 1px solid #ce242b; }
        .productView .productView-details .productView-options .form .product-purchase-section .form-increment .button.button--icon:hover {
          background: #f13139;
          border: 1px solid #f13139; }
        .productView .productView-details .productView-options .form .product-purchase-section .form-increment .button.button--icon svg {
          fill: #ffffff; }
        .productView .productView-details .productView-options .form .product-purchase-section .form-increment .button.button--icon .icon {
          transform: scale(1.7); }
          @media (min-width: 320px) and (max-width: 767px) {
            .productView .productView-details .productView-options .form .product-purchase-section .form-increment .button.button--icon .icon {
              height: 10px;
              width: 10px; } }
      .productView .productView-details .productView-options .form .product-purchase-section .form-increment .button.button--icon ~ .button.button--icon {
        border-radius: 0px 2px 2px 0px; }
    .productView .productView-details .productView-options .form .product-purchase-section .form-action #form-action-addToCart {
      font-size: 15px;
      padding: 19px 10px;
      border-radius: 2px;
      font-weight: 700;
      text-transform: uppercase; }
      .productView .productView-details .productView-options .form .product-purchase-section .form-action #form-action-addToCart:hover {
        background: #f13139;
        color: #ffffff;
        /*border: 1px solid #f13139;*/ }
    .productView .productView-details .productView-options .service-sec {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap; }
      .productView .productView-details .productView-options .service-sec li {
        max-width: 25%;
        text-align: center;
        flex-basis: 25%; }
        .productView .productView-details .productView-options .service-sec li img {
          max-height: 46px; }
        .productView .productView-details .productView-options .service-sec li span {
          display: block;
          font-size: 15px;
          font-weight: 500;
          color: #030504;
          margin-top: 15px; }
    .productView .productView-details [data-product-attribute] .form-option {
      background: #fff;
      border-radius: 2px;
      padding: 7px 10px;
      display: inline-block;
      letter-spacing: 1px;
      margin-top: 0;
      font-weight: 700;
      transition: .3s all;
      text-align: center;
      line-height: 0;
      border: 1px solid #030504;
      color: #030504;
      min-width: 135px; }
      .productView .productView-details [data-product-attribute] .form-option .form-option-variant {
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        text-transform: uppercase; }
      .productView .productView-details [data-product-attribute] .form-option:hover {
        background: #f13139; }
        .productView .productView-details [data-product-attribute] .form-option:hover .form-option-variant {
          color: #ffffff; }
    .productView .productView-details [data-product-attribute] .form-option ~ .form-option {
      margin-left: 10px; }
    .productView .productView-details [data-product-attribute] .option-value-cont input:checked + .form-option {
      background: #ce242b;
      border: 1px solid #000; }
      .productView .productView-details [data-product-attribute] .option-value-cont input:checked + .form-option .form-option-variant {
        color: #ffffff; }
  .productView .productView-details .productView-options .form .form-field .completed-sign {
    position: absolute;
    right: 20px;
    overflow: hidden;
    height: 12px;
    width: 12px;
    top: 18px;
    border-bottom: 2px solid #030504;
    border-left: 2px solid #030504;
    border-radius: 0px;
    text-indent: -99px;
    font-size: 0; }
  .productView .productView-details .productView-options .form .form-field.expanded .completed-sign {
    transform: rotate(135deg);
    top: 23px; }
  .productView .productView-details .productView-options .form .form-field.collapsed .completed-sign {
    transform: rotate(-45deg); }
  .productView .productView-images {
    width: calc(100% - 500px);
    padding-right: 20px;
    margin-top: 8px; }
    @media only screen and (min-width: 1025px) and (max-width: 1269px) {
      .productView .productView-images {
        /*width: calc(100% - 400px);*/ } }
    .productView .productView-images .productView-thumbnails {
      padding: 30px 0 0; }
      .productView .productView-images .productView-thumbnails .slick-arrow {
        width: 15px;
        height: 15px;
        border-radius: 0; }
        .productView .productView-images .productView-thumbnails .slick-arrow:before {
          display: none; }
        .productView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
          top: 0;
          /*   border-top: 2px solid #000000;
                    border-left: 2px solid #000000;
                    transform: rotate(45deg);    */
          background-color: #656565;
          border-top-left-radius: 2px;
          border-top-right-radius: 2px;
          width: 84px;
          height: 35px;
          left: 0;
          background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/slick-arrow-down.svg);
          background-repeat: no-repeat;
          background-position: 50% center;
          transform: initial;
          background-size: auto; }
          .productView .productView-images .productView-thumbnails .slick-arrow.slick-prev:hover {
            background-size: auto; }
          @media only screen and (min-width: 1025px) and (max-width: 1269px) {
            .productView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
              left: 0;
              top: 0 !important;
              width: 35px;
              height: 96%;
              transform: initial;
              background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/slick-left-arrow.svg);
              background-repeat: no-repeat;
              background-position: 30% center; } }
        .productView .productView-images .productView-thumbnails .slick-arrow.slick-next {
          bottom: 0;
          /*border-bottom: 2px solid #000000;
                    border-left: 2px solid #000000;
                    transform: rotate(-45deg);*/
          background-color: #656565;
          border-bottom-left-radius: 2px;
          border-bottom-right-radius: 2px;
          width: 84px;
          height: 35px;
          left: 0;
          background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/slick-arrow.svg);
          background-repeat: no-repeat;
          background-position: 50% center;
          transform: initial;
          background-size: auto; }
          .productView .productView-images .productView-thumbnails .slick-arrow.slick-next:hover {
            background-size: auto; }
          @media only screen and (min-width: 1025px) and (max-width: 1269px) {
            .productView .productView-images .productView-thumbnails .slick-arrow.slick-next {
              right: 0;
              top: 0;
              left: auto;
              bottom: 0;
              width: 35px;
              height: 96%;
              transform: initial;
              background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/slick-right-arrow.svg);
              background-repeat: no-repeat;
              background-position: 60% center; } }
      .productView .productView-images .productView-thumbnails .productView-thumbnail-link {
        /* height: 184px;
                max-width: 135px;*/
        box-sizing: border-box; }
        @media only screen and (min-width: 1025px) and (max-width: 1269px) {
          .productView .productView-images .productView-thumbnails .productView-thumbnail-link img {
            width: 100%; } }
    .productView .productView-images .slick-initialized .slick-slide::before {
      display: none; }
    .productView .productView-images .productView-image .productView-img-container {
      max-width: 100%; }
  .productView .socialLinks-item--facebook, .productView .socialLinks-item--twitter, .productView .socialLinks-item--pinterest, .productView .socialLinks-item--instagram {
    display: none; }

.productView .productView-details .productView-product .price-rating .productView-rating .productView-reviewLink {
  display: none; }
  .productView .productView-details .productView-product .price-rating .productView-rating .productView-reviewLink.product_review_count {
    font-size: 15px;
    color: #030504;
    display: block; }
    .productView .productView-details .productView-product .price-rating .productView-rating .productView-reviewLink.product_review_count a {
      text-transform: capitalize;
      font-size: 15px; }

.productView .productView-details .productView-product .price-rating {
  align-items: center; }

.productView-options .options_container {
  position: relative;
  padding-left: 0; }

.form-wishlist [aria-controls="wishlist-dropdown"] {
  /*display:none;*/ }

dl.productView-info-dl, .productView-details .share-links, h2.productView-brand {
  display: none; }

.productView .productView-images .productView-thumbnails .slick-list .slick-track .slick-slide {
  margin: 0; }

.productView .productView-options .product-purchase-section .form-field--increments .form-increment .form-input--incrementTotal {
  width: 1.94444rem; }

.productView .productView-details .productView-options .product-purchase-section {
  display: flex;
  /* justify-content: space-between;*/
  padding: 0;
  margin-left: 0;
  margin-bottom: 0; }
  @media (min-width: 1025px) and (max-width: 1269px) {
    .productView .productView-details .productView-options .product-purchase-section {
      justify-content: flex-start;
      margin-left: 0; } }

.productView .price-section--saving .price {
  text-transform: capitalize;
  letter-spacing: 1px; }

.productView-images .productView-image-main .productView-image .productView-img-container .fancythumb-img img {
  padding: 0; }

.productView .productView-rating .icon--ratingFull svg {
  fill: #ce242b; }

.productView-details .productView-product .price-rating .productView-price {
  width: 50%; }

/* =========== Product detail description ======== */
.product-description-sec {
  padding: 20px 0 0 0;
  margin-top: 0;
  /*   border-top: 1px solid #efefef;*/
  /* height: 400px;
    overflow: hidden;*/ }

.product-description li {
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  margin: 0 0 20px; }

.product-description p, .product-description li {
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  margin: 0;
  letter-spacing: 1px; }

.product-description li {
  margin: 0; }

.product-description-sec .section-title, .product-icon-wrap .section-title, .starRatingSec .section-title {
  font-size: 37px;
  color: #030504;
  font-weight: 700;
  margin: 0;
  padding: 0 0 20px 0; }

.product-icon-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: 0; }

.product-icon-list li {
  flex: 0 0 20%;
  text-align: center;
  max-width: 20%;
  position: relative;
  padding: 25px 0; }
  .product-icon-list li:after {
    content: '';
    width: 1px;
    background: #efefef;
    position: absolute;
    height: 100%;
    left: -1px;
    top: 0; }
  .product-icon-list li p {
    color: #000000;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 500;
    padding: 0 5px; }

.smart-home-ready-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.smart-mobile-image, .smart-home-content {
  flex: 0 0 50%;
  max-width: 50%; }

.icon-zoom-in.theme-icon {
  display: none; }

.pdt-info-content h2 {
  font-size: 37px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700; }

.connect-application-inner h2.right-title {
  /* padding: 0 0 0 50px;*/ }

.connect-application-inner h2 {
  font-size: 37px;
  color: #030504;
  font-weight: 700;
  margin: 0;
  text-align: center;
  /* padding-right: 100px;*/ }
  @media (max-width: 767px) {
    .connect-application-inner h2 {
      display: none; } }

.rightwatersection {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  z-index: 0;
  background-color: #efefef;
  padding-right: 50px;
  padding-left: 50px;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 10px;
  clear: both; }
  .rightwatersection .container {
    padding: 0; }
    @media (max-width: 567px) {
      .rightwatersection .container {
        padding: 0 10px; } }
    @media (max-width: 374px) {
      .rightwatersection .container {
        padding: 0 5px; } }
  .rightwatersection h2 {
    font-size: 37px;
    margin: 0 auto;
    padding: 0 0 5px; }
    @media (max-width: 639px) {
      .rightwatersection h2 {
        padding: 0; } }
  .rightwatersection p {
    margin-top: 5px;
    color: black;
    font-family: inherit;
    font-weight: 400;
    font-size: 15px;
    min-height: 18px; }
    @media (max-width: 567px) {
      .rightwatersection p {
        margin-top: 15px;
        font-size: 15px; } }
  .rightwatersection .btn-wrap.btn {
    margin-top: 20px;
    color: #fff;
    font-size: 15px;
    background-color: #CE242B;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: bold;
    transition: 0.3s all;
    text-align: center;
    line-height: 0;
    border: none;
    text-transform: uppercase;
    padding: 19px 25px; }
    @media (max-width: 567px) {
      .rightwatersection .btn-wrap.btn {
        font-weight: 600;
        padding: 8px 20px;
        line-height: 1.5; } }

.cart .rightwatersection {
  display: block;
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px; }

.card-learn-more {
  font-size: 15px;
  padding: 10px 20px 10px 0;
  float: left; }

.card-learn-more:hover {
  color: #000;
  text-decoration: underline; }

/*Product Detail Page*/
.product-icon-list li img {
  width: 50px;
  height: 50px; }

.productView-images .productView-image-main .productView-image .productView-img-container img {
  position: relative;
  /* object-fit: cover;
    width: initial;*/ }

.productView .productView-images .productView-image .productView-img-container {
  height: 100%;
  max-width: 1050px;
  width: 100%; }

.productView-description {
  padding: 0;
  float: none;
  width: 100%;
  max-width: 1400px;
  margin: auto; }

.productView-options .product-purchase-section .form-action {
  width: 60%; }
  @media (min-width: 1025px) and (max-width: 1269px) {
    .productView-options .product-purchase-section .form-action {
      width: auto; } }

.productView-options .product-purchase-section .form-field--increments .form-increment .form-input--incrementTotal {
  font-size: 15px;
  font-weight: 700; }

.cnnt-app-content img {
  /*width: 250px;   */ }

#sd-image-b0af868f-b1e4-43ff-a3d8-532150186c07 img {
  width: 65px !important; }

div[data-content-region="product_below_content"] {
  margin: 0 0 20px 0; }

#tab-reviews {
  display: block; }

.product-description-sec .section-title, .product-icon-wrap .section-title, .starRatingSec .section-title {
  color: #030504;
  font-weight: 700;
  margin: 0;
  padding: 0 0 20px 0;
  line-height: 37px; }

.header-middle .header-logo.logo-image a .header-logo-image-container:after {
  padding-bottom: 0 !important; }

.price-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.card .card-body .price-sec .card-text {
  max-width: 65%;
  display: inline-flex;
  text-align: left;
  padding-left: 0;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0; }

.card .card-body .price-sec p.card-text {
  max-width: 35%;
  display: flex;
  text-align: right;
  margin: 0; }

.saved-price {
  order: 2; }

.actual-price {
  order: 3;
  color: #ce242b !important; }

.price-sec .price.price--rrp {
  font-size: 15px;
  color: #030504;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px; }

.price-sec .price.price--rrp:before {
  transform: translate(-50%, -50%) rotate(0);
  background-color: #030504;
  top: 55%; }

.price-sec .price-section.price-section--saving.price.saved-price {
  font-size: 15px;
  color: #ce242b;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 1px; }

.button {
  border-radius: 2px !important; }

.theme-btn-primary:hover {
  color: #fff;
  background-color: #f13139;
  border: 1px solid #f13139; }

.card .card-body .card-title a,
.account_order .account-product-title {
  color: #030504; }

.productView .productView-details .price-section.price-section--saving.price.saved-price {
  display: inline-block; }

.card .card-body .card-figcaption-button-section .card-figcaption-button {
  margin-top: 0;
  max-width: initial !important;
  width: auto !important;
  color: #fff;
  font-size: 15px;
  background-color: #ce242b;
  padding: 5px 10px;
  letter-spacing: 1px;
  font-weight: 700;
  transition: .3s all;
  text-align: center;
  line-height: 0;
  /* float: right;*/
  margin-right: 0; }

/*Category Page CSS*/
.shipping-badge {
  font-size: 15px; }
  @media (min-width: 1366px) {
    .shipping-badge {
      text-align: left; } }
  @media (min-width: 1850px) {
    .shipping-badge {
      text-align: left; } }

.shipping-badge span {
  vertical-align: middle;
  line-height: 33px;
  letter-spacing: 1px; }

.shipping-badge img {
  width: 40px;
  padding-right: 5px;
  display: inline-block; }

.icon--ratingFull svg {
  fill: #ce242b; }

.product-listing-filter-section {
  margin: 0; }

.product-listing-filter-section .product-listing-filter-left .product-view-button .product-view-btn svg {
  width: 24px;
  max-height: 24px; }

.product-listing-filter-section .product-listing-filter-left .product-view-button .product-view-btn.is-active svg {
  fill: #D9D9D9; }

.product-listing-filter-section .product-listing-filter-left .product-view-button .product-view-btn {
  padding-right: 20px;
  display: inline-block;
  cursor: pointer; }

.category-banner-title {
  padding: 10px 0;
  display: inline-block; }
  @media (max-width: 1200px) {
    .category-banner-title {
      display: none; } }
  .category-banner-title nav {
    padding: 0; }

.breadcrumb.is-active > .breadcrumb-label {
  font-weight: 400 !important; }

.product-listing-filter-section .product-listing-filter-left.pagination-full {
  width: 100% !important;
  text-align: right !important; }

.listItem .listItem-body .listItem-content .listItem-details .listItem-title a:hover {
  color: #202738; }

.product-listing-rating {
  width: 25%;
  text-align: left;
  display: table-cell;
  vertical-align: bottom; }

.listItem .listItem-body .listItem-content .listItem-actions .listItem-price {
  width: 75%;
  text-align: right;
  display: table-cell; }

.product-listing-price-rating {
  display: table; }

.listItem .listItem-body .listItem-content .listItem-actions .listItem-price .price-section.saved-price {
  color: #ce242b; }

.card-figcaption-button {
  display: inline-block; }

.listItem-body .listItem-actions-button-section .card-figcaption-button {
  margin-top: 0;
  max-width: initial !important;
  width: auto !important;
  color: #fff;
  font-size: 15px;
  background-color: #ce242b;
  padding: 9px 10px;
  letter-spacing: 1px;
  font-weight: 700;
  transition: .3s all;
  text-align: center;
  line-height: 0; }

.product-list-shipping-action {
  width: 100%;
  display: table; }
  @media (min-width: 1366px) {
    .product-list-shipping-action {
      padding: 10px 0; } }
  @media (min-width: 1850px) {
    .product-list-shipping-action {
      padding: 30px 0 0 0; } }

.product-list-shipping-action .shipping-sec {
  width: 40%;
  display: table-cell; }

.product-list-shipping-action .listItem-actions-button-section {
  width: 60%;
  display: table-cell;
  text-align: right; }

.listItem-actions-button-section .card-learn-more {
  float: none; }

.product-breadcrumbs {
  padding: 10px 0; }

.show-less-sec {
  display: inline-block;
  float: left;
  text-align: center;
  width: 100%;
  margin: 30px 0;
  position: relative;
  display: none; }

.show-less-sec a {
  font-weight: bold; }

.show-less-sec a:hover {
  font-weight: bold;
  color: #202738; }

.show-less span {
  display: block; }

.show-more {
  display: inline-block;
  float: left;
  text-align: center;
  width: 100%;
  margin: 0 0 20px 0;
  position: relative; }

.show-more a {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px; }

.show-more a:hover, .show-more a:active, .show-more a:focus {
  font-weight: bold;
  color: #202738; }

.show-decription span {
  /*display: block;*/ }

.show-more-arrow {
  margin-top: 5px; }

.show-more-arrow img {
  width: 24px; }

.show-less-sec .show-more-arrow img {
  transform: rotate(180deg); }

.presist-menu-sec {
  width: 100%;
  display: inline-block;
  margin: 0 0 10px 0; }

.product-description-main {
  padding: 0; }

.hidden-description {
  margin-top: 20px;
  display: none; }

.presist-menu-sec ul li {
  display: flex;
  padding: 5px 20px;
  vertical-align: middle;
  align-items: center; }

.presist-menu-sec ul li:nth-child(2) {
  padding-left: 40px; }

.presist-menu-sec ul li a {
  color: #030504;
  font-size: 18px;
  letter-spacing: 1px; }

.presist-menu-sec ul li a.active {
  color: #030504;
  font-size: 18px;
  text-decoration: underline; }

.presist-menu-sec ul li a:hover {
  color: #030504;
  font-size: 18px;
  text-decoration: underline; }

.card .card-body .card-figcaption-button-section .card-figcaption-button:hover, .rightwatersection .btn-wrap.btn:hover {
  background-color: #f13139; }

.product .product-breadcrumbs {
  padding: 10px 0 10px 0px;
  width: 90%;
  display: inline-flex;
  clear: both;
  margin: 0; }
  @media (max-width: 991px) {
    .product .product-breadcrumbs {
      margin: 0;
      width: 80%; } }
  @media (min-width: 568px) {
    .product .product-breadcrumbs .breadcrumbs {
      display: block; } }

/*====== =======*/
.smarthome-ready-content-bottom {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (min-width: 1366px) {
    .smarthome-ready-content-bottom {
      padding: 0; } }
  @media (min-width: 1850px) {
    .smarthome-ready-content-bottom {
      padding: 0; } }

.smarthome-ready-content-bottom .smart-ready-bottm-inner {
  flex: 0 0 20%;
  display: flex;
  align-items: center; }

.smarthome-learn-more .custom-btn, .smarthome-learn-more .home-banner .container .btn.aos-init.aos-animate, .home-banner .container .smarthome-learn-more .btn.aos-init.aos-animate, .smarthome-learn-more .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center .smarthome-learn-more .btnround, .smarthome-learn-more body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .smarthome-learn-more #buttonLink, .smarthome-learn-more .btn {
  text-transform: uppercase; }

.smarthome-learn-more {
  text-align: left;
  vertical-align: middle;
  padding: 0 0 0 40px; }

.product-specification {
  padding: 20px 0; }

.smarthome-ready-wrap {
  background: #efefef;
  padding: 20px 0; }

.sec-row {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.smarthome-ready-image {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center; }

.smarthome-ready-image ul {
  /*flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    display:flex;*/ }

.smarthome-ready-image ul li {
  flex: 0 0 25%;
  text-align: center; }

.smarthome-ready-content {
  flex: 0 0 45%;
  max-width: 45%;
  display: flex;
  align-items: center;
  justify-content: center; }

.smarthome-ready-content-inner {
  max-width: 515px;
  flex: 0 0 515px; }

.smarthome-ready-wrap .section-title span.light-font {
  font-weight: 500; }

.smarthome-ready-wrap p {
  font-size: 15px;
  line-height: 30px;
  padding: 0 100px; }

.inner-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  position: relative; }

.smarthome-ready-content-bottom .inner-flex:after {
  content: '';
  height: 100%;
  width: 1px;
  left: calc(50% - 10px);
  top: 0;
  transform: translate(-50%, 0);
  position: absolute;
  background-color: #a1a1a1; }

.download-part {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #030504;
  text-align: right;
  position: relative;
  padding-right: 40px; }

.download-part:after, .application-part:after {
  width: 2px;
  right: 0;
  height: 95%;
  position: absolute;
  content: '';
  background: #ccc;
  transform: scaleY(100%); }

.application-part {
  position: relative;
  padding-top: 0; }

.custom-link {
  font-size: 22px;
  color: #000000;
  line-height: 60px;
  width: 100%; }

.custom-link:hover {
  color: #000000; }

.download-part .custom-btn, .download-part .home-banner .container .btn.aos-init.aos-animate, .home-banner .container .download-part .btn.aos-init.aos-animate, .download-part .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center .download-part .btnround, .download-part body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .download-part #buttonLink, .download-part .btn {
  text-transform: uppercase;
  width: auto; }

.application-part img {
  /*max-width: 250px;
    padding: 0 30px;*/ }

/* ====== balcksection  ====== */
.product-information {
  background: #000000;
  position: relative;
  padding: 0;
  margin-top: 5px; }

.pdt-info-content p {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  padding: 0;
  letter-spacing: 1px; }

.pdt-info-content p + p {
  padding-top: 15px; }

.pdt-info-justy-end {
  padding: 0 60px; }

.pdt-info-content {
  padding: 25px 42px 25px 42px;
  display: table-cell;
  vertical-align: middle; }

.pdt-large-image {
  max-height: 425px;
  overflow: hidden;
  width: 100%;
  text-align: center; }

.pdt-info-image {
  width: 100%;
  text-align: center; }

.pdt-info-column2 .pdt-info-content {
  background: #000000; }

.product-information-inner.pdt-info-column2 {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  background: #000000; }

.product-information:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 5px;
  height: 100%;
  background: #fff;
  z-index: 2;
  transform: translateX(-50%); }

.heater-image-wrap {
  height: 350px;
  background: #000000;
  width: 100%;
  text-align: center; }

.heater-image-wrap img {
  max-width: 395px; }

.connect-application-wrap {
  display: flex;
  justify-content: space-around;
  padding-top: 45px;
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    .connect-application-wrap {
      padding: 20px 10px 0; } }
  @media (max-width: 767px) {
    .connect-application-wrap {
      flex-wrap: wrap;
      padding: 0 10px; } }

.connect-application-inner.left-sec {
  position: relative; }
  @media (max-width: 767px) {
    .connect-application-inner.left-sec {
      border-bottom: 1px solid #ccc; } }

.connect-application-inner.left-sec:after {
  width: 2px;
  right: -1px;
  height: 75%;
  position: absolute;
  content: '';
  top: 12%;
  background: #ccc;
  transform: scaleY(90%); }
  @media (max-width: 800px) {
    .connect-application-inner.left-sec:after {
      height: 85%;
      right: 8px;
      top: 2%; } }
  @media (max-width: 767px) {
    .connect-application-inner.left-sec:after {
      display: none; } }

.connect-application-inner {
  /* max-width: 390px; */
  /* text-align: center;*/
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 42px; }
  @media (max-width: 767px) {
    .connect-application-inner {
      flex: 0 0 100%;
      max-width: 100%; } }

.cnnt-app-content {
  /* margin-top: 25px;*/
  position: relative;
  padding: 20px;
  text-align: center; }

.cnnt-app-content p {
  color: #030504;
  font-size: 15px;
  margin-bottom: 20px;
  letter-spacing: 1px; }
  @media (max-width: 480px) {
    .cnnt-app-content p {
      text-align: left; } }

/*.cnnt-app-right-border:after{
    width:1px;
    right:-1px;
    height: 100%;
    position:absolute;
    content: '';
    top: 0;
    background:#dad9d9;
}*/
.user-section-wrap {
  background: #f7f7f7; }
  .user-section-wrap .product-icon-list {
    /*justify-content: space-between;*/ }
    @media (min-width: 992px) {
      .user-section-wrap .product-icon-list li {
        flex: 0 0 16%;
        max-width: 16%; } }

.specification-wrap .product-icon-list {
  border: 1px solid #dad9d9; }

.specification-wrap .product-icon-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0; }

.specification-wrap .product-icon-list li > p {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
  margin: 0; }

.specific-icons {
  flex: 0 0 50%;
  max-width: 50%;
  background: #efefef;
  padding: 15px 0;
  height: 100%; }

.specification-wrap .product-icon-list li:after {
  background: #dad9d9; }

.specification-wrap .product-icon-list li:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: #dad9d9;
  z-index: 1; }

.related-products-list {
  padding: 0 0 20px 0; }

.user-section-wrap .product-icon-list li:after {
  background: #e0e0e0; }

.related-products-list .slick-initialized .slick-slide::before {
  display: none; }

.related-products-section .section-title .section-heading, .re-commended-by .section-title .section-heading {
  font-size: 37px;
  color: #030504;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: unset; }
  .related-products-section .section-title .section-heading:before, .related-products-section .section-title .section-heading:after, .re-commended-by .section-title .section-heading:before, .re-commended-by .section-title .section-heading:after {
    display: none; }

.related-products-section .section-title, .re-commended-by .section-title {
  padding-top: 0;
  padding-bottom: 20px; }

.related-products-section .card .card-figure .card-img-container .card-image {
  transition: .2s all linear; }

.related-products-list .productCarousel .slick-track .slick-slide {
  padding: 0; }

.related-products-section .card .card-body .card-figcaption-button-section {
  opacity: 1; }

/*Performance Map*/
.performance-section {
  position: relative; }

.list-mark-wrap {
  border-top: 1px solid #efefef; }

.tabs-wrap ul, .list-mark-innerwrap ul {
  display: flex;
  align-items: center; }

.tabs-wrap ul {
  flex-direction: column;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  align-items: flex-start; }

.tabs-wrap ul img {
  width: 100px;
  height: auto;
  padding: 0;
  margin: 10px 0; }

/*New Map*/
.imagewrap {
  position: relative;
  max-width: 100%;
  /*height: 100vh;*/
  text-align: center;
  width: 1200px; }

.imagewrap img {
  width: 100%; }

ul {
  padding: 0;
  list-style: none; }

.r6 {
  height: 150px;
  width: 100px; }

.imgr6 {
  height: 90px;
  width: 90px; }

.list-markers {
  display: none; }

.list-markers-1 {
  display: none; }

.list-markers-2 {
  display: none; }

.img-select {
  display: none; }

.img-select-1 {
  display: none; }

.img-select-2 {
  display: none; }

.map_regions ul li {
  display: inline-block;
  width: auto;
  padding: 0 30px; }

.regions_products {
  flex: 0 0 40%;
  display: flex; }

.map {
  flex: 0 0 60%; }

.map-top-section {
  width: 100%;
  display: flex;
  display: flex; }

.img-select {
  display: none;
  margin: 0 10px; }

.performance-section .container {
  max-width: 1400px;
  width: 100%;
  margin: auto; }

.google-play {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 2px 20px 2px 40px; }

.apple-store {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 2px 40px 2px 20px; }

.leftside-header .presist-menu-sec {
  width: auto;
  display: inline-block;
  float: left;
  margin-top: 12px;
  display: none; }

.default .sticky .leftside-header .presist-menu-sec {
  display: none; }

.product .sticky .leftside-header .presist-menu-sec {
  display: inline-block; }

.product .sticky .leftside-header .presist-menu-sec ul li {
  display: inline-block;
  padding: 5px 15px; }

.presist-menu-sec ul li a.presist-add-to-cart {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  background-color: #ce242b;
  border-radius: 2px;
  padding: 19px 10px;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 0;
  font-weight: 700;
  transition: .3s all;
  text-align: center;
  line-height: 0;
  border: none; }

.productView-images {
  margin-bottom: 0 !important; }

.new--logo .re-commended-by {
  background-color: #fff; }

.re-commended-by {
  background-color: #efefef;
  text-align: center;
  padding: 25px 0 40px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .re-commended-by {
      margin: 0 0 30px; } }
  @media (max-width: 767px) {
    .re-commended-by {
      padding: 25px 0; }
      .re-commended-by .slick-dots {
        bottom: -10px !important; } }

.logo-section {
  width: 100%;
  display: inline-block;
  padding-bottom: 0; }
  @media (max-width: 550px) {
    .logo-section {
      padding: 5px 0 0; } }

.logo-section ul {
  display: flex;
  text-align: center; }

.logo-section ul li {
  text-align: center; }

.logo-section ul li img {
  width: 163px; }

.logo-section ul li.ie-icon img {
  width: 65px; }

.footer .container, body .container {
  /* padding: 0 50px;*/ }

.next-tobe-selected.uncomplete-progress-bar {
  border-color: #000; }

.show-more-reviews-list-sec, .show-less-reviews-list-sec {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 10px 0 0 0;
  position: relative; }

.show-more-reviews-list-sec {
  display: none; }

.show-more-reviews-list-sec a, .show-less-reviews-list-sec a {
  font-weight: 700;
  color: #202738;
  font-size: 18px; }

.show-more-reviews-list-sec a:hover, .show-less-reviews-list-sec a:hover {
  font-weight: 700;
  color: #202738; }

.show-more-icon-list-sec, .show-less-icon-list-sec {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 15px 0 0 0;
  position: relative; }

.product .related-products-section .section-title {
  padding-top: 15px; }

.show-less-icon-list-sec {
  display: none; }

.show-more-icon-list-sec a, .show-less-icon-list-sec a {
  font-weight: 700;
  color: #202738;
  font-size: 18px;
  letter-spacing: 1px; }

.show-more-icon-list-sec a:hover, .show-less-icon-list-sec a:hover {
  font-weight: 700;
  color: #202738; }

.hidden-icon-area {
  display: none; }

.show-more-text img, .show-less-text img {
  width: 20px; }

.presist-menu-sec.sticky .presist-menu {
  padding: 5px 0;
  max-width: 1790px;
  margin: auto; }

#presist-desktopmenu.show {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 40px;
  top: 10px;
  text-indent: -999px; }

.presist-menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 10px; }

#presist-desktopmenu span.mobileMenu-toggleIcon.desktopMenu-toggleIcon-line-one {
  margin-top: 0; }

#presist-desktopmenu span.mobileMenu-toggleIcon.desktopMenu-toggleIcon-line-two {
  margin-top: 10px; }

#presist-desktopmenu span.mobileMenu-toggleIcon.desktopMenu-toggleIcon-line-three {
  margin-top: 20px; }

.presist-menu-sec.sticky #presist-desktopmenu.show {
  left: 0;
  top: 10px;
  width: 40px;
  height: 40px; }

#presist-desktopmenu.is-open .mobileMenu-toggleIcon {
  height: 0; }

.presist-menu-sec ul li a.is-open {
  font-size: 0; }

.productView .productView-details .productView-options .form .form-field.set-rectangle .option-close {
  padding: 20px 10px; }

.google-play img, .apple-store img {
  min-width: 136px; }

.productView-details {
  padding-left: 0; }

.product .breadcrumbs {
  margin-bottom: 0; }

body:not(.default) .header.presist-menu-sec {
  padding-top: 0;
  border-top: 1px solid #ECEBEB;
  margin-bottom: 10px; }

@media (min-width: 992px) {
  ._2692 ul, ._2716 ul {
    padding: 20px 0 0 !important; } }

.product-information ul {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center;*/
  padding: 20px 0; }

.product-information ul li {
  flex: 0 0 50%;
  max-width: 50%;
  border-bottom: 5px solid #fff;
  display: table;
  /* align-items: center;*/ }

.product-information ul li:nth-child(5), .product-information ul li:nth-child(6) {
  border-bottom: none; }

.pdt-large-image img {
  height: 100%;
  /* width:100%;*/ }

.product .rightwatersection {
  margin-top: 5px;
  padding-right: 10px;
  padding-left: 10px; }

.product-breadcrumbs .breadcrumbs li:first-child, .product-breadcrumbs .breadcrumbs li:nth-child(2):before, .product-breadcrumbs .breadcrumbs li:nth-child(2), .product-breadcrumbs .breadcrumbs li:nth-child(3):before {
  display: none; }

.breadcrumbs .breadcrumb .breadcrumb-label {
  font-size: 13px; }

.productView .productView-images .productView-thumbnails {
  padding: 0; }

.productView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
  /*top:-17px;*/ }

.productReview-author {
  color: #030504; }

.productView-details .productView-product .desktop-price-sec.price-rating .productView-price {
  display: flex; }

.productView-details .productView-product .mobile-price-sec.price-rating .productView-price, .mobile-price-sec {
  display: none; }

.smarthome-ready-wrap h4 {
  margin: 0 0 10px 0;
  text-align: center;
  color: #030504;
  font-size: 20px;
  font-weight: 600; }

body:not(.default) .header-logo a.mobile-logo {
  display: none; }

body:not(.default) .header-logo a.desktop-logo {
  display: inline-block; }

.app-images.slick-initialized .slick-slide:before {
  background-color: transparent; }

.smarthome-ready-image ul.slick-dots {
  display: inline-block; }

.product-icon-list li p {
  word-wrap: break-word;
  letter-spacing: 1px; }

body:not(.default) .banner-video video, .desk-video-outer video {
  width: 100%; }

.smarthome-ready-content-bottom {
  max-width: 100%;
  margin: auto;
  width: 100%; }

.smarthome-ready-content-bottom ul {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center; }
  @media (max-width: 1199px) {
    .smarthome-ready-content-bottom ul {
      flex-wrap: wrap; } }

.smarthome-ready-content-bottom ul li {
  flex: 0 0 15%;
  max-width: 15%;
  text-align: center;
  border-right: 2px solid #ccc; }
  @media (max-width: 1199px) {
    .smarthome-ready-content-bottom ul li {
      margin-bottom: 10px;
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (max-width: 767px) {
    .smarthome-ready-content-bottom ul li:nth-child(3) {
      border: none; } }
  @media (max-width: 992px) {
    .smarthome-ready-content-bottom ul li:nth-child(4) {
      border: none; } }
  @media (max-width: 767px) {
    .smarthome-ready-content-bottom ul li:nth-child(4) {
      border-right: 2px solid #ccc; } }
  @media (max-width: 767px) {
    .smarthome-ready-content-bottom ul li:nth-child(5) {
      border: none; } }
  .smarthome-ready-content-bottom ul li:last-child {
    border: none; }

.smarthome-ready-content-bottom ul li.google-apple-play img {
  max-width: 135px; }

.smarthome-ready-content-bottom ul li a.custom-btn, .smarthome-ready-content-bottom ul li .home-banner .container a.btn.aos-init.aos-animate, .home-banner .container .smarthome-ready-content-bottom ul li a.btn.aos-init.aos-animate, .smarthome-ready-content-bottom ul li .footer .copyright-above.align-center a.btnround, .footer .copyright-above.align-center .smarthome-ready-content-bottom ul li a.btnround, .smarthome-ready-content-bottom ul li body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e a#buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .smarthome-ready-content-bottom ul li a#buttonLink, .smarthome-ready-content-bottom ul li a.btn {
  text-transform: uppercase;
  padding: 3px 10px;
  line-height: 32px;
  font-size: 15px; }

.smarthome-ready-content-bottom ul li a.custom-link {
  font-size: 18px;
  line-height: 37px;
  color: #000;
  font-weight: 700; }

body:not(.default) .header.sticky {
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0; }

.sidr.left {
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 999999;
  width: 320px; }
  @media (max-width: 991px) {
    .sidr.left {
      width: 300px; } }
  @media (max-width: 567px) {
    .sidr.left {
      width: 100%; } }

#product-features {
  order: 1; }

#smarthome-ready-wrap {
  order: 2; }

#product-information {
  order: 3; }

.product-information._2943 ul {
  padding: 0; }
  .product-information._2943 ul li .pdt-info-image img {
    object-fit: cover;
    width: 100%;
    height: 500px; }
    @media (max-width: 1479px) {
      .product-information._2943 ul li .pdt-info-image img {
        height: 400px; } }
    @media (max-width: 1200px) {
      .product-information._2943 ul li .pdt-info-image img {
        height: 320px; } }
    @media (max-width: 991px) {
      .product-information._2943 ul li .pdt-info-image img {
        height: auto; } }

#voice-command {
  order: 4; }

#product-uses {
  order: 5; }

#performance-section {
  order: 6; }

.rightwatersection {
  order: 7; }

#product-specification {
  order: 8; }

/*Category Page By TPSS*/
.card .card-body .card-bottom-sec.card-figcaption-button-section {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  max-width: 100%;
  justify-content: space-between; }

.shipping-sec {
  /* max-width: 65%;*/
  text-align: left;
  padding-left: 0;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0; }

.card-buy-button {
  /* max-width: 35%;*/
  display: flex;
  text-align: right;
  margin: 0; }

.productReview {
  width: 100% !important; }

.productReviewItem {
  display: flex;
  padding: 20px 0; }

.productReviewLeft {
  display: inline-flex;
  flex: 0 0 20%;
  flex-wrap: wrap; }

.productReviewRight {
  display: inline-flex;
  flex: 0 0 50%;
  flex-wrap: wrap; }

.productReview-author {
  margin: 0;
  font-weight: 700;
  /* color: #202738;*/
  font-size: 18px; }

.productReview-title {
  font-weight: 700;
  color: #202738;
  font-size: 18px; }

.productReview-body {
  font-size: 15px; }

.writeReviewSec .productView-reviewLink a {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  background-color: #ce242b;
  border-radius: 2px;
  padding: 19px 10px;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 0;
  font-weight: 700;
  transition: .3s all;
  text-align: center;
  line-height: 0;
  border: none; }

.productReviewOverall {
  width: 100%;
  padding: 20px 0; }

.productReviewOverall ul {
  display: flex;
  width: 100%;
  align-items: center; }

.productReviewOverall ul li {
  display: inline-flex;
  flex: 0 0 33.33%;
  flex-wrap: wrap;
  justify-content: center; }

.form-field:after, .form-field:before {
  display: block; }

/*Reviews Section*/
.star-sec {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  margin: 5px 0;
  max-width: 500px; }

.rating-star-text {
  flex: 0 0 10%;
  display: inline-flex;
  font-size: 15px; }

.rating-progress-bar {
  flex: 0 0 77%;
  display: inline-flex;
  border: 1px solid #c2c2c2;
  height: 30px; }

.inner-rating-progress-bar {
  background: #ce242b; }

.star-rating-count {
  flex: 0 0 13%;
  display: inline-flex;
  padding-left: 10px;
  font-size: 15px; }

.overallRatingSec h3 {
  width: 100%;
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 37px; }

.rating-int {
  font-size: 72px;
  font-weight: 600;
  display: inline-flex;
  line-height: 72px; }

.write-reviews {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 10px auto; }

.writeReviewSec .productView-reviewLink {
  margin-left: 0;
  width: 100%;
  text-align: center; }

.productReviews .pagination {
  width: 70%; }

.productReviews .pagination .pagination-list {
  text-align: right; }

.productReviews-list {
  margin: 0; }

.productReviews {
  border: none; }

.product_counter {
  background: #EFEFEF;
  padding: 10px 0;
  font-size: 15px; }

.overall-rating-count {
  display: flex;
  align-items: center; }

.overall-rating-stars {
  display: inline-flex;
  padding-left: 10px; }

.first-write-review {
  display: none; }

.re-commended-by .section-title {
  padding-bottom: 25px; }
  @media (max-width: 1399px) {
    .re-commended-by .section-title {
      padding-bottom: 5px; } }
  @media (max-width: 575px) {
    .re-commended-by .section-title {
      padding-bottom: 2px; } }

.product-reviews-list-sec {
  padding-bottom: 20px; }

.product-reviews-list-sec .show-less-reviews-list-sec, .product-reviews-list-sec .show-more-reviews-list-sec {
  margin-top: 20px; }

.connect-application-inner.left-sec img, .connect-application-inner.right-sec img {
  max-width: 250px; }
  @media (max-width: 969px) {
    .connect-application-inner.left-sec img, .connect-application-inner.right-sec img {
      max-width: 200px; } }
  @media (max-width: 480px) {
    .connect-application-inner.left-sec img, .connect-application-inner.right-sec img {
      max-width: 190px;
      width: 100%; } }

.connect-application-inner.left-sec img {
  padding-top: 20px; }

[data-action="dec"] {
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important; }

[data-action="inc"] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 2px !important;
  border-top-right-radius: 2px !important; }

.overall-rating-stars .icon svg {
  width: 25px;
  height: 25px; }

.overall-rating-stars .icon {
  width: 30px;
  height: 25px; }

.product-description {
  height: 98px;
  overflow: hidden; }

.show-less-content {
  display: none; }

.decription-more {
  margin: 0 0 20px 0; }

/*End Reviews Section*/
.mobile-find-heater {
  display: none; }

.desktop-find-heater {
  display: block; }

.mobile-voice-command {
  display: none; }

.desktop-voice-command {
  display: block; }

.mobile-voice-title {
  display: none; }

:root {
  --star-size: 60px;
  --star-color: #E1E1E1;
  --star-background: #ce242b; }

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: contents;
  font-size: var(--star-size);
  font-family: Times; }
  .Stars::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px; }

.productView-options {
  margin-bottom: 0 !important; }

.productView-image {
  min-height: auto !important; }
  @media (min-width: 1270px) {
    .productView-image {
      height: 708px; } }

.product .header.sticky {
  animation: none; }

.productView .productView-details .productView-options .form .product-purchase-section .form-increment {
  border-radius: 3px !important; }

.desktop-main-image-section {
  display: block;
  position: relative; }

.mobile-main-image-section {
  display: none; }

.mobile-main-image-section .slick-dots li {
  width: 12px;
  height: 12px; }

.productView .productView-details .productView-options .form .product-purchase-section .form-increment .button.button--icon {
  padding: 8.5px 13.5px !important; }

.banner-video, .banner-video {
  height: 100%;
  width: 100%;
  display: grid; }

.banner-video video, .banner-video video {
  object-fit: cover; }

.product-listing-rating .rating--small, .product-listing-rating .productView-reviewLink {
  display: block; }

.product-listing-rating .productView-reviewLink {
  margin-left: 0; }

.productList .product .listItem {
  margin: 0;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.productList .product {
  border-top: 1px solid #e6e6e6;
  padding: 15px 0 0 20px; }

.view-button-grid.is-active .active-grid {
  display: inline-block; }

.view-button-grid.is-active .inactive-grid {
  display: none; }

.view-button-grid:not(.is-active) .active-grid {
  display: none; }

.view-button-grid:not(.is-active) .inactive-grid {
  display: inline-block; }

.view-button-list.is-active .active-grid {
  display: inline-block; }

.view-button-list.is-active .inactive-grid {
  display: none; }

.view-button-list:not(.is-active) .active-grid {
  display: none; }

.view-button-list:not(.is-active) .inactive-grid {
  display: inline-block; }

#sort option:hover {
  background-color: #CE2A2B !important; }

.price-sec .rating--small {
  text-align: right; }

.price-sec .productView-reviewLink {
  margin-left: 0; }

.clear-all-filter {
  float: right;
  text-decoration: underline; }
  .clear-all-filter:hover {
    color: #212121; }

#facetedSearch-content--Power-Type {
  /*padding-left:10px;*/ }

.outer-circle {
  border: 1px solid #707070;
  border-radius: 100px;
  float: left;
  padding: 4px; }
  .outer-circle .inner-circle {
    width: 22px;
    height: 22px;
    border: 1px solid #707070;
    display: block;
    border-radius: 50px; }

.Color .navList .navList-item {
  display: inline-block; }

.Black .is-selected .outer-circle .inner-circle:after, .White .is-selected .outer-circle .inner-circle:after {
  transform: scale(1) translateY(-50%);
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/selected-filter.svg);
  background-repeat: no-repeat;
  content: "";
  background-size: 100%;
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 12px;
  left: 3px; }

.White .is-selected .outer-circle .inner-circle:after {
  filter: invert(1); }

.Color .navList-item a.navList-action.navList-action--checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0; }
  .Color .navList-item a.navList-action.navList-action--checkbox:before {
    display: none; }
  .Color .navList-item a.navList-action.navList-action--checkbox:after {
    display: none; }

.Color .navList-item a.navList-action span.color-title {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 5px;
  text-align: center; }

.facetedSearch-refineFilters + .facetedSearch-navList.is-open {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  left: 0;
  z-index: 999;
  height: 100vh;
  /*box-shadow: 0 0 10px 0px rgb(0 0 0 / 25%);*/
  max-width: 500px;
  overflow: auto; }
  .facetedSearch-refineFilters + .facetedSearch-navList.is-open .accordion {
    border: none; }

.facetedSearch-refineFilters .inlineList--labels li .facetLabel {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block; }

.facetedSearch-navList .accordion .accordion-block {
  border-bottom: 1px solid #D9D9D9;
  margin-top: 0;
  padding: 10px 0; }

.facetedSearch-navList .accordion .accordion-block:last-child {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px; }

@media (min-width: 320px) and (max-width: 1200px) {
  .facetedSearch .faceted-top {
    display: none; } }

.facetedSearch .inlineList {
  width: 100%;
  margin: 0;
  display: inherit; }
  .facetedSearch .inlineList li {
    margin: 5px;
    display: inline-block; }

.sort-filter-icon {
  padding: 0 5px;
  line-height: 15px;
  margin-top: -4px; }
  .sort-filter-icon img {
    width: 15px; }

.selected-filters.slick-initialized .slick-slide::before {
  background-color: transparent; }

.cat-title-filter {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 12px; }
  @media (min-width: 1201px) {
    .cat-title-filter.mobile {
      display: none; } }
  @media (max-width: 575px) {
    .cat-title-filter {
      margin: 15px 0; } }
  .cat-title-filter .mobile-category-title {
    display: inline-flex;
    flex: 0 0 55%;
    flex-wrap: wrap; }
    .cat-title-filter .mobile-category-title h3 {
      margin: 0;
      font-weight: 700;
      font-size: 20px; }

@media (max-width: 1200px) {
  .category .page-content, .search .page-content {
    padding: 0;
    width: 100%; } }

.close-menu {
  padding: 25px 0;
  text-align: left;
  font-size: 15px;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 600; }
  .close-menu a {
    /*font-size: 30px;*/
    float: right;
    line-height: 20px;
    right: 10px;
    top: 12px;
    display: block; }
    @media (max-width: 800px) {
      .close-menu a {
        right: 28px; } }
    .close-menu a:hover {
      color: #000000; }
    .close-menu a:active {
      color: #000000; }
    .close-menu a:focus {
      color: #000000; }
  @media (min-width: 1201px) {
    .close-menu {
      display: none; } }

.selected-filters-slider-sec {
  margin: 5px 5px 5px 0; }
  .selected-filters-slider-sec .slick-list {
    width: 100%;
    /*max-width: 480px;*/
    margin: auto; }
    @media (min-width: 1201px) {
      .selected-filters-slider-sec .slick-list {
        padding: 0 !important; } }
  .selected-filters-slider-sec li {
    width: auto !important;
    margin: 3px 0px 3px 0 !important; }
  .selected-filters-slider-sec .slick-arrow.slick-prev {
    width: 20px; }
    .selected-filters-slider-sec .slick-arrow.slick-prev:before {
      color: #d6d6d6;
      justify-content: left;
      font-size: 20px; }
  .selected-filters-slider-sec .slick-arrow.slick-next {
    width: 20px; }
    .selected-filters-slider-sec .slick-arrow.slick-next:before {
      color: #d6d6d6;
      justify-content: right;
      font-size: 20px; }
  .selected-filters-slider-sec .slick-track {
    /*transform: inherit !important;*/ }
    @media (min-width: 1201px) {
      .selected-filters-slider-sec .slick-track {
        width: 100% !important;
        transform: inherit !important; } }
    .selected-filters-slider-sec .slick-track:after {
      display: none; }

@media (max-width: 1200px) {
  .facetedSearch-refineFilters {
    margin: 0;
    padding: 0 10px;
    order: 1; } }

.selected-filters-slider-sec .slick-arrow.slick-next.slick-disabled:before,
.selected-filters-slider-sec .slick-arrow.slick-prev.slick-disabled:before {
  opacity: 1; }

.faceted-top .sidebarBlock-heading {
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
  /* display: flex;
  justify-content: space-between;*/ }

.faceted-top {
  display: contents;
  /*justify-content: space-between;
    flex: 0 0 100%;  */ }
  @media (max-width: 1200px) {
    .faceted-top {
      position: relative; } }
  @media (max-width: 1200px) {
    .faceted-top .remove-filters {
      position: absolute;
      top: 15px;
      right: 45px; }
      .faceted-top .remove-filters a {
        font-weight: 600;
        color: #000; } }
  @media (max-width: 801px) {
    .faceted-top .remove-filters {
      right: 60px; } }
  .faceted-top .remove-filters a {
    font-size: 15px; }

#cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 600px;
  right: -100%;
  background: #fff;
  transition: right 0.3s;
  overflow-y: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
  padding: 0 20px; }
  @media (min-width: 320px) and (max-width: 767px) {
    #cd-cart {
      padding: 0 10px;
      max-width: 100%;
      z-index: 999; } }
  @media (min-width: 768px) and (max-width: 970px) {
    #cd-cart {
      width: 500px; } }
  @media (min-width: 971px) and (max-width: 1200px) {
    #cd-cart {
      width: 600px; } }

#cd-cart.speed-in {
  right: 0; }

.close-cart {
  font-size: 60px;
  text-align: left;
  padding: 0;
  line-height: 60px;
  color: #000;
  cursor: pointer; }
  @media (min-width: 320px) and (max-width: 767px) {
    .close-cart {
      line-height: 40px;
      font-size: 30px; } }
  .close-cart img {
    filter: invert(1); }
    @media (min-width: 320px) and (max-width: 767px) {
      .close-cart img {
        max-width: 20px !important; } }

.cart-perview-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0; }
  .cart-perview-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    letter-spacing: 1px; }
    @media (min-width: 320px) and (max-width: 374px) {
      .cart-perview-header h2 {
        font-size: 15px; } }
  .cart-perview-header span {
    justify-content: space-between; }
    .cart-perview-header span a {
      font-size: 18px;
      color: red;
      text-decoration: underline;
      letter-spacing: 1px; }
      @media (min-width: 320px) and (max-width: 767px) {
        .cart-perview-header span a {
          font-size: 15px; } }

.previewCartItem-content {
  width: 80%;
  padding: 0 0 0 20px;
  display: inline-block; }
  .previewCartItem-content a:hover {
    color: #202738; }

.previewCartList li.previewCartItem {
  padding: 20px 0;
  display: block;
  border-top: 1px solid #e1e1e1; }

.previewCartTotal {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e1e1e1; }
  .previewCartTotal .cart-total-label {
    font-size: 18px;
    color: #000; }
  .previewCartTotal .cart-total-value {
    font-size: 15px;
    color: #000; }
  @media (min-width: 320px) and (max-width: 767px) {
    .previewCartTotal {
      align-items: center;
      justify-content: space-between;
      display: flex; } }

.apply-filter {
  width: 100% !important;
  text-align: center;
  margin-top: 0;
  display: inline-block; }
  .apply-filter .apply-btn {
    width: auto; }

.facetedSearch-content--rating .navList {
  display: flex;
  flex-direction: column-reverse; }

.accordion-navigation {
  border: none !important; }

.accordion--navList .accordion-title {
  padding: 0 !important; }

.proce-display-option {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  padding: 0;
  letter-spacing: 1px; }

/*End Price Range*/
.range-slider {
  height: 3px;
  position: relative;
  background: #e5b8b8;
  border-radius: 5px; }
  .range-slider:before {
    content: " ";
    border: 1px solid #e5b8b8;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    left: 0;
    position: absolute;
    z-index: 999;
    top: -4px;
    background-color: #e5b8b8; }
  .range-slider:after {
    content: " ";
    border: 1px solid #e5b8b8;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    right: 0;
    position: absolute;
    z-index: 999;
    top: -4px;
    background-color: #e5b8b8; }

.range-slider .range-progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #CE2A2B;
  width: auto; }

.rangeslider {
  position: relative; }

.rangeslider input {
  position: absolute;
  width: 100%;
  height: 3px;
  top: -3px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding: 0;
  z-index: 999;
  cursor: pointer; }

input[type="range"]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
  border: 1px solid #CE2A2B;
  position: relative; }

input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border: 1px solid #CE2A2B;
  border-radius: 50%;
  background: #fff;
  pointer-events: auto;
  -moz-appearance: none;
  position: relative; }

.price-input {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 10px 0;
  color: #CE2A2B;
  position: relative;
  top: 5px;
  letter-spacing: 1px; }

#facetedSearch-content--price {
  margin-top: 10px; }
  #facetedSearch-content--price .form-minMaxRow {
    margin: 0; }

@media (min-width: 1201px) {
  .category .page-sidebar, .search .page-sidebar {
    padding: 0 10px  0 0; } }

@media (max-width: 1200px) {
  .selected-filters-slider-sec .slick-arrow.slick-next {
    right: -3px; }
  .category .page-sidebar nav,
  .search .page-sidebar nav {
    display: flex;
    flex-direction: column; }
  .selected-filters-slider-sec {
    margin: 0;
    padding: 0; }
  .selected-filters-slider-sec li {
    margin: 3px 6px 3px 0 !important; } }

@media (min-width: 1201px) {
  .category .page-sidebar #facetedSearch,
  .search .page-sidebar #facetedSearch {
    order: 3; } }

@media (min-width: 1201px) {
  .sidebarBlock {
    order: 2;
    padding: 0 !important; } }

.sidebarBlock-heading {
  font-size: 15px !important; }
  .sidebarBlock-heading .icon {
    width: 1rem;
    height: 1rem;
    float: right;
    margin: 0;
    position: relative;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 0; }

@media (min-width: 1201px) {
  .page-sidebar .sidebarBlock .navList {
    display: block; } }

.page-sidebar .sidebarBlock .cat-expand-menu {
  display: none; }

.page-sidebar .sidebarBlock .cat-collapse-menu {
  display: block; }

.page-sidebar .sidebarBlock.is-open-category .cat-expand-menu {
  display: block; }

.page-sidebar .sidebarBlock.is-open-category .cat-collapse-menu {
  display: none;
  width: 1rem;
  height: 1rem; }

.page-sidebar .sidebarBlock.is-open-category .navList {
  /*@media only (min-width: 1201px) {*/
  display: none;
  /*	}*/ }

/*Mobile Category filters Menu*/
@media (max-width: 1200px) {
  .category-sidebar {
    display: none; }
  .category-sidebar.is-open {
    display: block; } }

@media (max-width: 576px) {
  .cat-sidebar-open {
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden; } }

@media (max-width: 1200px) {
  .category-sidebar {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff !important;
    z-index: 999999;
    left: 0;
    height: 100vh;
    max-width: 400px;
    box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 0 5px; } }
  @media (max-width: 1200px) and (max-width: 576px) {
    .category-sidebar {
      max-width: 100%; } }

.category-sidebar .apply-wrap {
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
  padding: 14px 10px;
  margin: 0 10px 100px 10px; }
  @media (min-width: 1201px) {
    .category-sidebar .apply-wrap {
      display: none; } }
  .category-sidebar .apply-wrap .apply-btn {
    display: inline-block;
    background-color: #CE2A2B;
    color: #fff;
    padding: 8px 38px;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px; }

@media (max-width: 1200px) {
  .category-sidebar .sub-warpper {
    overflow-y: auto;
    height: 100vh;
    position: relative; } }

.category-sidebar .sub-warpper > .subcat-section {
  display: none; }

.category-sidebar .sub-warpper .subcat-section-clone {
  padding: 0; }
  @media (max-width: 1200px) {
    .category-sidebar .sub-warpper .subcat-section-clone {
      order: 2;
      padding: 0 10px 0px 10px; } }
  .category-sidebar .sub-warpper .subcat-section-clone .sidebarBlock {
    padding: 0 0 10px 0 !important;
    border-bottom: 1px solid #D9D9D9; }
    @media (max-width: 1200px) {
      .category-sidebar .sub-warpper .subcat-section-clone .sidebarBlock {
        padding: 0 !important; } }
  .category-sidebar .sub-warpper .subcat-section-clone .navList {
    padding-left: 0px; }
    @media (max-width: 1200px) {
      .category-sidebar .sub-warpper .subcat-section-clone .navList {
        padding: 0 0 10px 0;
        margin: 0; } }

.facetedSearch-navList {
  display: block !important; }
  @media (max-width: 1200px) {
    .facetedSearch-navList {
      display: block !important;
      /*position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        left: 0;
        height: 100vh;
        max-width: 400px;
        overflow-y: scroll;
        box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.2);
        @media (max-width: 576px) {
    	    max-width: 100%;
    	}*/ }
      .facetedSearch-navList .accordion.accordion--navList {
        /*height: 100vh;
           padding:0 10px;*/ }
        .facetedSearch-navList .accordion.accordion--navList .accordion-content {
          padding: 10px 0; } }

.options-top-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px; }
  .options-top-section .select-option {
    display: inline-flex;
    font-size: 15px;
    letter-spacing: 1px; }
    .options-top-section .select-option .selected-option {
      padding: 0 5px 0 5px; }
    .options-top-section .select-option .total-options {
      padding: 0 0 0 5px; }
  .options-top-section .clear-options {
    display: inline-flex;
    font-size: 15px; }
    .options-top-section .clear-options a {
      text-decoration: underline;
      letter-spacing: 1px; }
      .options-top-section .clear-options a:hover {
        color: #202738; }

.product-wishlist-form {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  display: grid;
  margin-bottom: 0; }
  .product-wishlist-form .wishlist-button {
    text-indent: -9999px;
    background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/wishlist-icon.svg");
    width: 37px;
    height: 34px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none; }

.main-image-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 10px);
  margin: 0 0 0 auto; }
  @media (max-width: 1365px) {
    .main-image-bottom {
      width: 100%; } }
  .main-image-bottom .share-links {
    display: inline-flex; }

.prd-view_img .main-image-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 108px);
  margin: 0 0 0 auto; }
  @media (max-width: 1365px) {
    .prd-view_img .main-image-bottom {
      width: calc(100% - 98px); } }
  @media (max-width: 1269px) {
    .prd-view_img .main-image-bottom {
      width: 100%; } }

@media (min-width: 1270px) and (max-width: 1399px) {
  .productView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
    top: 0; } }

.beard {
  width: 100%;
  display: inline-block;
  padding: 10px 0 0 0; }
  .beard:hover {
    text-decoration: underline; }
  .beard a {
    font-size: 15px;
    font-weight: 600;
    color: #666; }
    .beard a img {
      padding-right: 5px; }
    .beard a:hover {
      color: #666; }

.beard .bread-btn .bread-embed-inner {
  position: inherit;
  top: 3px;
  bottom: 0;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/beard.svg");
  background-size: 100%;
  border-radius: 0;
  cursor: pointer;
  width: 23%; }

.beard .bread-btn {
  border: none;
  border-radius: 0;
  background: #fff;
  font-size: 13px;
  color: #0F233F;
  font-weight: 700;
  cursor: pointer;
  position: inherit; }

.beard .bread-btn .bread-embed-inner {
  padding: 0 0 0 22px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.product-video {
  position: relative; }
  .product-video video {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover; }
  .product-video .mb-svg .mb-svg-icon {
    position: absolute;
    width: 70px;
    height: 50px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff0000;
    border-radius: 20%;
    padding: 6px; }
    @media (max-width: 575px) {
      .product-video .mb-svg .mb-svg-icon {
        width: 55px;
        height: 35px; } }
    .product-video .mb-svg .mb-svg-icon svg {
      fill: #fff;
      text-align: center;
      vertical-align: middle;
      line-height: 0;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      left: 3px;
      right: 0;
      bottom: 0;
      margin: auto; }
      @media (max-width: 575px) {
        .product-video .mb-svg .mb-svg-icon svg {
          width: 20px;
          height: 20px; } }

/* The Modal (background) */
.videoModal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  text-align: center; }

@media (max-width: 1280px) {
  .videoModal iframe {
    width: 100%;
    height: 100%;
    max-height: 300px;
    max-width: 700px; } }

@media (max-width: 991px) {
  .videoModal iframe {
    width: 100%;
    height: 100%;
    max-height: 260px;
    max-width: 700px; } }

@media (max-width: 767px) {
  .videoModal iframe {
    width: 100%;
    height: 100%;
    max-height: 210px;
    max-width: 500px; } }

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  /*max-width: 700px;*/ }

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px; }

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

.easyzoom-flyout {
  display: none !important; }

.facetedSearch-refineFilters {
  display: flex;
  letter-spacing: 1px;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  flex-wrap: wrap;
  border: 0; }
  @media (max-width: 1200px) {
    .facetedSearch-refineFilters {
      margin-top: 10px; } }
  .facetedSearch-refineFilters .selected-filters {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 5px; }
    @media (max-width: 1200px) {
      .facetedSearch-refineFilters .selected-filters {
        margin-bottom: 0px; } }

.selected-filters {
  width: 100%; }
  @media (max-width: 1200px) {
    .selected-filters {
      margin-top: 8px; } }

.accordion--navList .accordion-content {
  padding: 0 0 0 15px !important; }

.accordion--navList #facetedSearch-content--Color.accordion-content {
  padding: 0 !important; }

.card .card-body .card-title {
  height: 50px;
  overflow: hidden;
  color: #030504; }

.price-section--withoutTax .price--withoutTax {
  color: #ce242b !important;
  font-weight: 700;
  letter-spacing: 1px; }

.slide-counter {
  text-align: center;
  padding: 0 0 10px 0; }

.size_grid {
  margin-top: 10px; }

.size_grid li {
  display: inline-block; }

.size_grid li.size_grid_item a {
  background: #fff;
  border-radius: 2px;
  padding: 7px 10px;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 0;
  transition: .3s all;
  text-align: center;
  border: 1px solid #030504;
  color: #030504;
  min-width: 135px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase; }

.size_grid li.size_grid_item a:hover {
  background: #ce242b;
  border: 1px solid #000;
  color: #fff; }

.onlyWriteReview {
  padding: 20px 0;
  display: block; }

.productView-image-main1 .slick-slide img {
  aspect-ratio: 1/1;
  width: auto;
  margin: 0 auto;
  object-fit: cover;
  /*  height: 100%; */ }
  @media (max-width: 991px) {
    .productView-image-main1 .slick-slide img {
      width: 100%;
      padding: 2px; } }

.custom_paging {
  text-align: center;
  padding: 5px 0 0 0; }
  .custom_paging li {
    display: none; }
    .custom_paging li.slick-active {
      display: block; }

.productView-images .slick-disabled {
  cursor: pointer;
  opacity: 0; }

.previewCartItem-content .definitionList-value {
  font-size: 15px;
  padding: 2px 0;
  letter-spacing: 1px; }
  @media (min-width: 320px) and (max-width: 970px) {
    .previewCartItem-content .definitionList-value {
      padding: 2px 0; } }

.previewCartItem-content .option-title {
  font-size: 15px;
  padding: 5px 0;
  letter-spacing: 1px;
  margin: 0;
  text-transform: capitalize; }
  @media (min-width: 320px) and (max-width: 970px) {
    .previewCartItem-content .option-title {
      padding: 2px 0; } }

.previewCartItem-content .change-item-option {
  font-size: 13px;
  letter-spacing: 1px; }

.loadingOverlay:not(.previewContent > .loadingOverlay) {
  display: none !important; }

.previewContent.is-loading .loadingOverlay {
  padding: 4.5rem 0;
  position: absolute; }

.previewContent.is-open {
  display: block; }

.previewContent .loadingOverlay::before {
  left: 0;
  /*position: fixed;*/ }
  @media (min-width: 320px) and (max-width: 767px) {
    .previewContent .loadingOverlay::before {
      left: 0; } }
  @media (min-width: 768px) and (max-width: 970px) {
    .previewContent .loadingOverlay::before {
      left: 0; } }

/*Cart Page CSS 23rd May*/
.content-container {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap; }
  .content-container .inner-cart-content {
    display: block;
    flex: 0 0 70%;
    max-width: 70%; }
    @media (max-width: 1080px) {
      .content-container .inner-cart-content {
        flex: 0 0 100%;
        max-width: 100%; } }
    @media (min-width: 1080px) {
      .content-container .inner-cart-content {
        padding-right: 20px; } }
  .content-container .inner-cart-totals {
    display: inline-flex;
    flex: 0 0 30%;
    max-width: 30%;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    padding: 20px;
    flex-wrap: wrap;
    height: 100%; }
    @media (max-width: 1080px) {
      .content-container .inner-cart-totals {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px; } }
    @media (min-width: 1080px) and (max-width: 1380px) {
      .content-container .inner-cart-totals {
        padding: 10px; } }
    @media (min-width: 320px) and (max-width: 567px) {
      .content-container .inner-cart-totals {
        border-bottom: 1px solid #DCDCDC;
        border-top: 0;
        padding: 0 0 10px 0px;
        border-radius: 0;
        border-left: none;
        border-right: none; } }
    @media (min-width: 568px) and (max-width: 767px) {
      .content-container .inner-cart-totals {
        border-bottom: 1px solid #DCDCDC;
        border-top: 0;
        padding: 0 0 10px 0;
        border-radius: 0;
        border-left: none;
        border-right: none; } }

.cart-modal {
  padding: 20px; }
  .cart-modal .productView .productView-details {
    width: 500px; }
  .cart-modal .productView .productView-images {
    width: calc(100% - 500px);
    padding-left: 0; }
  .cart-modal .productView-image {
    height: auto; }
  .cart-modal .productView-images .productView-image-main {
    width: 100%;
    padding: 0; }
  .cart-modal .productView .productView-title {
    font-size: 18px;
    line-height: 30px; }
  .cart-modal .productView .productView-details .productView-options .form .form-field.complete-progress-bar:before, .cart-modal .productView .productView-details .productView-options .form .form-field.complete-progress-bar:after {
    display: none; }

.modal {
  width: 1000px; }

@media (min-width: 801px) {
  .previewCartList .cart-item-quantity {
    text-align: left; } }

.previewCartList .cart-item-quantity .form-increment {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  /*padding: 5px 10px;*/ }
  .previewCartList .cart-item-quantity .form-increment .button {
    padding: 7px 13.5px 8.5px 13.5px !important;
    color: #fff;
    background: #ce242b;
    border-radius: 2px 0 0 2px;
    border: 1px solid #ce242b; }
    .previewCartList .cart-item-quantity .form-increment .button svg {
      fill: #fff;
      stroke: White; }
    .previewCartList .cart-item-quantity .form-increment .button .icon {
      /*width: 10px;
				    height: 10px;*/
      /*transform: scale(1.7);*/ }
    @media (min-width: 320px) and (max-width: 550px) {
      .previewCartList .cart-item-quantity .form-increment .button {
        padding: 2px 5px 3.5px 5px !important;
        line-height: 20px; } }
    @media (min-width: 551px) and (max-width: 767px) {
      .previewCartList .cart-item-quantity .form-increment .button {
        padding: 5px 5px 6.5px 5px !important;
        line-height: 20px; } }
    @media (min-width: 768px) and (max-width: 1440px) {
      .previewCartList .cart-item-quantity .form-increment .button {
        padding: 7px 7.5px 8.5px 7.5px !important;
        line-height: 20px; } }
  @media (min-width: 768px) {
    .previewCartList .cart-item-quantity .form-increment {
      /*padding: 8px 16px;*/ } }
  @media (min-width: 1366px) {
    .previewCartList .cart-item-quantity .form-increment {
      /*padding: 10px 20px;*/ } }
  .previewCartList .cart-item-quantity .form-increment .form-input--incrementTotal {
    color: #030504;
    font-size: 17px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .previewCartList .cart-item-quantity .form-increment .form-input--incrementTotal {
        font-size: 15px !important;
        width: 32px !important;
        font-weight: normal; } }

.previewCart .item-delete {
  display: inline-block; }

.previewCart .item-image {
  width: 100%;
  flex: 0 0 100%;
  display: inline-block;
  clear: both; }

.previewCart .cart-remove {
  font-size: 15px;
  width: 100%;
  margin: 0;
  color: #368fe8;
  height: auto;
  padding: 5px 0; }
  .previewCart .cart-remove:hover {
    color: #368fe8;
    text-decoration: underline; }

.cart-breadcrumbs {
  display: none; }

.CartEditProductFieldsForm .form-field {
  margin: 0; }
  .CartEditProductFieldsForm .form-field .form-label {
    color: #030504;
    margin: 0;
    border: 1px solid #efefef;
    padding: 13px 25px 13px 10px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: none;
    position: relative; }
    .CartEditProductFieldsForm .form-field .form-label small {
      display: none; }
    .CartEditProductFieldsForm .form-field .form-label .completed-sign {
      position: absolute;
      right: 20px;
      overflow: hidden;
      height: 12px;
      width: 12px;
      top: 18px;
      border-radius: 3px;
      border-bottom: 3px solid #000000;
      border-left: 3px solid #000000;
      border-radius: 3px;
      text-indent: -99px; }
  .CartEditProductFieldsForm .form-field.uncomplete-progress-bar:first-child .option-value-cont {
    display: block; }
  .CartEditProductFieldsForm .form-field:last-child .option-title.form-label {
    border-bottom: 1px solid #efefef; }

.CartEditProductFieldsForm .form-field.expanded .completed-sign {
  transform: rotate(135deg);
  top: 23px; }

.CartEditProductFieldsForm .form-field.collapsed .completed-sign {
  transform: rotate(-45deg); }

.update-cart-options .productView-details {
  width: 100%;
  margin: 20px auto;
  float: none;
  /*max-width:600px;*/
  padding: 0 20px; }
  .update-cart-options .productView-details .product-image {
    width: 40%;
    float: left; }
  .update-cart-options .productView-details .productView-options {
    width: 60%;
    float: left; }

.cart-update-title {
  font-size: 18px;
  font-weight: 700; }

.previewCart .previewCartList .cart-item-quantity {
  display: flex;
  width: 100%;
  /*align-items: center;*/
  justify-content: space-between;
  margin-top: 10px; }

.previewCart .cart-total-label {
  padding: 10px 0;
  text-align: left;
  letter-spacing: 1px; }
  @media (min-width: 320px) and (max-width: 1479px) {
    .previewCart .cart-total-label {
      text-align: left;
      font-size: 15px; } }

.previewCart .cart-total-value {
  padding: 11.5px 0 12px 0;
  text-align: right;
  width: 50%;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600; }
  @media (min-width: 320px) and (max-width: 1479px) {
    .previewCart .cart-total-value {
      font-size: 15px; } }

.footer-col .form-prefixPostfix .form-input {
  max-height: 45px;
  letter-spacing: 1px; }

/* =============  */
.bottom-footer p,
footer .custom-control-label {
  letter-spacing: 1px; }

body .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text {
  font-size: 15px;
  line-height: 25px;
  margin-top: 0;
  max-height: 80px;
  letter-spacing: 1px; }

.actionBar .form-fieldset .form-field .form-label {
  letter-spacing: 1px; }

.actionBar .form-fieldset .form-field .form-select {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 10px 25px 10px 20px;
  width: 210px; }

.breadcrumb {
  letter-spacing: 0.8px; }

.navList .navList-item .navList-action {
  letter-spacing: 1px;
  padding: 8px 0 8px 30px; }

.toggleLink-text--off {
  letter-spacing: 1px; }

.pagination-count {
  letter-spacing: 1px; }

.rightwatersection p {
  letter-spacing: 1px;
  line-height: 25px; }

.new-badge, span.sale-text {
  letter-spacing: 1px; }

span.price.price--rrp {
  letter-spacing: 1px; }

#bread-button {
  letter-spacing: 1px; }

.cart .definitionList .definitionList-value {
  letter-spacing: 1px;
  font-size: 15px; }

body.cart .cart-header .cart-header-item {
  letter-spacing: 1px; }

.cart-total {
  letter-spacing: 1px; }

.cart-total .form-field--error:after {
  display: none; }

.cart-total .theme-btn-primary.button--small {
  height: 45px; }

body.cart .cart-totals .cart-total .cart-total-value button,
.cart .cart-total .form-input {
  letter-spacing: 1px; }

@media (max-width: 550px) {
  .cart-totals li.continue-shopping {
    margin: 4px 12px 0 12px !important;
    flex: 0 0 94% !important; } }

.cart-totals li.continue-shopping a {
  letter-spacing: 1px; }

ul.additional-checkout-buttons li:first-child {
  letter-spacing: 1px;
  padding: 5px 0 0 0; }
  @media (max-width: 767px) {
    ul.additional-checkout-buttons li:first-child {
      padding: 0 5px;
      background: #fafafa; } }
  @media (max-width: 320px) {
    ul.additional-checkout-buttons li:first-child {
      top: -10px; } }

@media (max-width: 567px) {
  ul.additional-checkout-buttons li:first-child span.express-checkout-heading {
    font-size: 13px; } }

ul.additional-checkout-buttons li:nth-child(4) {
  /*display:none;*/ }

.cart-item-value {
  letter-spacing: 1px; }

.product select, .product input {
  height: 45px;
  font-size: 15px; }

.product input[type=submit] {
  letter-spacing: 1px; }

.writeReview-productDetails .product-title {
  font-size: 18px; }

.writeReview-productDetails .product-brand {
  font-size: 15px; }

.modal-header-title {
  font-size: 37px;
  font-weight: 700;
  line-height: 45px;
  color: #030504; }

span.previewCartItem-price {
  letter-spacing: 1px; }

.previewContent .previewCartAction-viewCart a, .previewContent .previewCartAction-checkout a {
  font-size: 15px; }

/*   new changes   */
.fashion .panel .panel-body {
  background-color: transparent;
  border-top: 1px solid #e1e1e1; }

.search span.icon-add-to-cart.show.theme-icon {
  display: none; }

.search form.actionBar {
  display: block; }

.search .page-sidebar.u-hiddenVisually + .page-content #search-results-content ul strong a, .page-sidebar.u-hiddenVisually + .page-content #search-results-content ul strong {
  font-size: 18px; }

.search .page-sidebar.u-hiddenVisually + .page-content #search-results-content ul p {
  font-size: 15px; }

.search .page-sidebar.u-hiddenVisually + .page-content #search-results-content ul {
  font-size: 18px; }

.search .page-sidebar.u-hiddenVisually + .page-content #search-results-content ul strong a:hover {
  color: #202738; }

.search .page-sidebar.u-hiddenVisually + .page-content #search-results-content ul strong {
  margin: 10px 0; }

body.fashion.product input.form-input--incrementTotal {
  height: auto; }

body.fashion.product input#form-action-addToCart {
  height: auto; }

.category .listItem .listItem-body {
  vertical-align: middle; }

.category span.icon-add-to-cart.show.theme-icon:before {
  display: none; }

.productView .productView-details .productView-options .form .form-field .form-label {
  display: flex;
  cursor: pointer !important; }

.productView .productView-details .productView-options .form .form-field .form-label span.option-name-title {
  padding-left: 3px;
  cursor: pointer !important; }

.card:hover .card-body {
  border-top: 1px solid transparent; }

/* =============*/
/*End Cart Page CSS*/
@media (min-width: 1400px) and (max-width: 1850px) {
  .section-heading, .starRatingSec .section-title, .overallRatingSec h3 {
    font-size: 25px; }
  .smarthome-ready-wrap .section-title {
    font-size: 25px; }
  .pdt-info-content h2 {
    font-size: 25px; }
  .inner-column.voice-command-colummn .ecco-product-image {
    max-height: 305px; }
  .footer .theme-newsletter, .footer .theme-social-icons {
    padding-right: 0; }
  .footer .container, body .container {
    padding: 0 50px; }
  .ecco-column-content {
    /*padding-left: 353px;
        padding-right: 50px;*/ }
  .column-title {
    /*font-size: 25px;
        line-height: 32px;
        max-width: 320px;*/ }
  .product-description-sec .section-title, .product-icon-wrap .section-title {
    line-height: 32px;
    color: #030504;
    font-weight: 700;
    margin: 0;
    padding: 0 0 20px 0; }
  .icon-list li p {
    line-height: 24px;
    margin: 10px 0 0; }
  #sd-simple-text-editable-9948fe32-d7aa-4e8f-82d8-c9f415f3de3f p, .sd-simple-text-b9d73b1a-2958-4cd3-93f7-b77704faf497 p, .sd-simple-text-8489f2ae-4cc2-496b-bdf2-a331d61370ac p {
    font-size: 30px; }
  .inner-column.voice-command-colummn .heater-attribute-list li p {
    font-size: 15px;
    padding: 8px 35px 15px 15px; }
  .footer .footer-col h3 {
    font-size: 17px; }
  .footer .footer-col h2 {
    font-size: 17px; }
  .footer .footer-col .navPages-action {
    font-size: 15px;
    padding: 0; }
  .footer .copyright-above.align-center h2 {
    font-size: 25px; }
  .home-banner .container .title h1 {
    font-size: 55px;
    margin-bottom: 17px; }
  .home-banner .container .sub-title {
    font-size: 32px; }
  [data-layout-id="b307ebf6-b407-4a84-a483-a2885edf0f82"] {
    /*padding-left: 50px;
        padding-right: 50px;*/ }
  .icon-list li img {
    height: 43px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .content-column {
    /*flex: 0 0 480px;
        max-width: 480px;
        transform: translate(0,0);*/ }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image img {
    max-width: 100%;
    width: 40vw; }
  .inner-column.voice-command-colummn .heater-attribute-list {
    margin: 40px 0 0px; }
  .heater-attribute-wrap {
    height: 124px; }
  .inner-column.voice-command-colummn .button-wrapper {
    margin: 65px 0 15px; }
  .productView .productView-title {
    font-size: 25px;
    line-height: 32px; }
  .smarthome-ready-content-inner .section-title {
    font-size: 25px;
    line-height: 32px; }
  .connect-application-inner h2 {
    font-size: 25px;
    line-height: 32px; }
  .productView .productView-images .productView-thumbnails .productView-thumbnail-link {
    height: 112px; }
  .productView .productView-details .productView-product .price-rating .productView-rating .productView-reviewLink.product_review_count {
    font-size: 15px; }
  .productView .price-section.actual-price .price {
    font-size: 28px; }
  .productView .productView-details .productView-options .form .product-purchase-section .form-action #form-action-addToCart {
    font-size: 15px; }
  .productView .productView-details .productView-options .form .product-purchase-section .form-increment .button.button--icon {
    padding: 8.5px 13.5px; }
  .productView .productView-details [data-product-attribute] .form-option {
    min-width: 135px;
    padding: 7px 10px;
    font-size: 15px; }
  .productView .productView-details .productView-options .form .form-field .option-value-cont .form-label:before {
    top: 10px;
    width: 24px;
    background-position: right center; }
  .productView .productView-details .productView-options .form .form-field.uncomplete-progress-bar:before, .productView .productView-details .productView-options .form .form-field.complete-progress-bar:before {
    top: 29px; }
  .productView .productView-details .productView-options .form .form-field.uncomplete-progress-bar:after, .productView .productView-details .productView-options .form .form-field.complete-progress-bar:after {
    top: 35px; }
  .productView .productView-details .productView-options .form .form-field .form-label .completed-sign {
    top: 23px;
    right: 20px;
    height: 12px;
    width: 12px; }
  .productView .productView-details .productView-options .form .form-field .option-close {
    padding: 10px 0; }
  .productView .productView-details .productView-options .form .form-field.set-rectangle .option-close {
    padding: 20px 25px; }
  .productView-details .productView-product .price-rating .productView-rating {
    width: auto !important; }
  .card .card-body .price-sec .card-text {
    flex: 0 0 auto;
    display: inline-block;
    text-align: left;
    padding-left: 0;
    width: auto; }
  .card .card-body .price-sec p.card-text {
    text-align: center;
    vertical-align: top;
    width: auto; }
  .card-learn-more {
    font-size: 15px;
    padding: 10px 20px;
    float: left;
    text-align: left; }
  .related-products-section .card .card-body .card-figcaption-button-section {
    bottom: 0; }
  .card .card-body .card-figcaption-button-section .card-figcaption-button {
    float: none;
    margin-right: 0; }
  .card .card-body .card-text.product-price .price-section.actual-price {
    font-size: 18px; }
  .product .product-breadcrumbs {
    width: 80%; }
  .productView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
    top: 0; }
  .productView .productView-images .productView-thumbnails .slick-arrow.slick-next {
    bottom: 0; }
  .productView .productView-images .productView-thumbnails {
    padding: 0; }
  .smarthome-ready-wrap h4 {
    font-size: 18px; }
  .presist-menu-sec.sticky .presist-menu {
    padding: 5px 50px; }
  .presist-menu-sec.sticky #presist-desktopmenu.show {
    left: 50px; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .application-part {
    padding-top: 0; }
  .smarthome-ready-wrap .section-title {
    font-size: 19px; }
  .related-products-section .section-title .section-heading, .re-commended-by .section-title .section-heading, .overallRatingSec h3, .starRatingSec .section-title {
    font-size: 19px; }
  .pdt-info-content h2 {
    font-size: 19px; }
  .productView .productView-product .productView-title {
    line-height: 24px; }
  .product-description-sec .section-title, .product-icon-wrap .section-title {
    font-size: 19px; }
  .smarthome-ready-content-inner .section-title {
    font-size: 19px; }
  .connect-application-inner h2 {
    font-size: 19px; }
  .rightwatersection h2 {
    font-size: 19px; }
  .productView .productView-details .productView-product .price-rating .productView-rating .productView-reviewLink.product_review_count {
    font-size: 15px; }
  .productView .price-section.actual-price .price {
    font-size: 18px;
    color: #000; }
  .productView .productView-details .productView-options .form .form-field .option-value-cont .form-label:before {
    top: 13px; }
  .productView-options .product-purchase-section .form-field--increments .form-increment .form-input--incrementTotal {
    font-size: 19px; }
  .product-information {
    margin-top: 5px;
    padding: 0px; }
  .productView .productView-details .productView-options .form .product-purchase-section .form-action #form-action-addToCart {
    font-size: 15px; }
  .card .card-body .card-text.product-price .price-section.actual-price {
    font-size: 18px; }
  .productView-details .productView-product .price-rating .productView-rating {
    width: 45%;
    text-align: right; }
  body:not(.default) .banner-video video {
    width: 100%; }
  .productView .productView-images {
    margin-top: 3px;
    padding-left: 0; }
  .productView .productView-images .productView-thumbnails {
    padding: 0; }
  .smarthome-ready-wrap h4 {
    font-size: 15px; }
  body:not(.default) .header.presist-menu-sec.sticky {
    padding: 0; }
  body:not(.default) .header.sticky {
    padding: 0; }
  .presist-menu-sec.sticky .presist-menu {
    padding: 0 30px; }
  body:not(.default) .header.presist-menu-sec {
    margin-bottom: 0; }
  body:not(.default) .container {
    padding: 0 30px; }
  .presist-menu-sec ul li {
    padding: 5px 15px; }
  .presist-menu-sec ul li:nth-child(2) {
    padding-left: 40px; }
  .cnnt-app-content {
    margin-top: 0; }
  .connect-application-inner h2 {
    /* height: 50px;*/ }
  .smarthome-ready-wrap p {
    padding: 0; }
  .smarthome-ready-content-bottom .smart-ready-bottm-inner {
    flex: 0 0 33.33%;
    flex-wrap: wrap;
    max-width: 33.33%; }
  .download-part {
    padding-right: 15px; }
  .smarthome-ready-content-bottom .smart-ready-bottm-inner.download-part {
    /* display:none;*/ }
  .custom-link {
    font-size: 18px;
    line-height: 40px; }
  .google-play {
    padding: 0 10px 0 20px; }
  .google-play img, .apple-store img {
    min-width: 75px; }
  .apple-store {
    padding: 0 20px 0 10px; }
  .smarthome-learn-more {
    padding-left: 20px; }
  .application-part:after, .download-part:after {
    height: 90%;
    transform: scaleY(90%); }
  .smarthome-learn-more .custom-btn, .smarthome-learn-more .home-banner .container .btn.aos-init.aos-animate, .home-banner .container .smarthome-learn-more .btn.aos-init.aos-animate, .smarthome-learn-more .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center .smarthome-learn-more .btnround, .smarthome-learn-more body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .smarthome-learn-more #buttonLink, .smarthome-learn-more .btn {
    padding: 19px 10px;
    line-height: 0;
    font-size: 15px; }
  .presist-menu-sec.sticky #presist-desktopmenu.show {
    left: 30px; }
  .rating-star-text {
    flex: 0 0 20%; }
  .rating-progress-bar {
    flex: 0 0 70%; }
  .star-rating-count {
    flex: 0 0 10%; }
  .write-reviews {
    max-width: 250px;
    text-align: center; }
  .productReviewRight {
    flex: 0 0 80%; }
  .productReviews .pagination {
    width: 100%; } }

@media (min-width: 992px) and (max-width: 1280px) {
  .pdt-info-content {
    padding: 25px; }
  .specification-wrap .product-icon-list li {
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

@media (max-width: 1280px) {
  .presist-menu-sec.sticky .presist-menu, .presist-menu, .presist-menu-sec {
    display: none; }
  body:not(.default).StickyHeader .header {
    position: sticky; }
  body:not(.default) .header.presist-menu-sec {
    position: relative; }
  .decription-more {
    margin: 20px 0; } }

@media (max-width: 1269px) {
  .productView-thumbnails.slick-initialized .slick-slide {
    /*display: contents;*/ }
  .productView .productView-images .productView-image .productView-img-container {
    height: auto; }
  .productView-images .productView-thumbnails {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0 !important; }
  .productView-thumbnails img {
    /*  display: none;*/ }
  .productView-thumbnail-link.is-active, .productView-thumbnail-link:hover {
    /*   border-color: #ce2a2b;
        background: #ce2a2b;*/ }
  .productView-thumbnail-link {
    /*height: 8px;
        width: 8px;
        border-radius: 50px;
        background: #bfbfbf;
        border-color: #bfbfbf;*/ }
  .productView-images .productView-image-main {
    width: 100%; }
  .second-detail-view {
    margin-bottom: 0; } }

@media (max-width: 567px) {
  .second-detail-view {
    min-height: 130px; } }

@media (max-width: 1080px) {
  .giftcertificates_balance .navBar--sub .navBar-section .navBar-item a,
  .giftcertificates_balance .navBar--sub .navBar-section .navBar-item.is-active,
  .giftcertificates_redeem .navBar--sub .navBar-section .navBar-item a,
  .giftcertificates_redeem .navBar--sub .navBar-section .navBar-item.is-active,
  .giftcertificates .navBar--sub .navBar-section .navBar-item a,
  .giftcertificates .navBar--sub .navBar-section .navBar-item.is-active {
    padding: 19px 10px;
    font-size: 15px; } }

/*End Product Options TPSS*/
/* ====== banner test  ====== */
.home-banner > .container {
  position: absolute;
  top: 0;
  z-index: 99;
  max-width: 100%;
  height: 100%; }

body [data-content-region="home_below_menu"] {
  z-index: 99; }

.banner-video video, .desk-video-outer video {
  height: 100%;
  width: 100vw; }

.home-banner {
  height: 100%;
  overflow: hidden;
  position: relative; }

.body .home-banner::before {
  /* height:100% !important;
    top: 0px;*/ }

@media (min-width: 568px) and (max-width: 991px) {
  a#desktopmenu {
    width: 35px;
    height: 35px; }
  .onlyWriteReview {
    padding: 0 0 30px 0;
    display: block; }
  a#desktopmenu.is-open .desktopMenu-toggleIcon-line-one {
    transform: rotate(42deg) translate(8px, 10px); }
  a#desktopmenu.is-open .desktopMenu-toggleIcon-line-three {
    transform: rotate(-45deg) translate(6px, -8px); }
  /*CSS for Product detail Page for tablet by TPSS 2nd Dec*/
  .productView-thumbnails.slick-initialized .slick-slide {
    display: contents; }
  body:not(.default) .header.presist-menu-sec {
    display: none; }
  .productView .productView-details {
    width: 100%;
    padding: 20px 0px 0; }
  .related-products-section .section-title {
    padding: 20px 0; }
  .productView .productView-images {
    width: 100%;
    padding: 0;
    /*  margin-bottom: 10px !important;*/ }
  .productView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
    transform: rotate(320deg);
    top: 50px; }
  .productView .productView-images .productView-thumbnails .slick-arrow.slick-next {
    transform: rotate(-140deg); }
  .slick-dots li button {
    background: #BFBFBF;
    border: 1px solid #BFBFBF; }
  .productView-images .productView-thumbnails .slick-list {
    /* display:none;*/ }
  .slick-dots {
    bottom: 0; }
  .productView .productView-images .productView-thumbnails {
    margin: 0 0 10px 0;
    padding: 0; }
  .slick-dots li button,
  .slick-dots li button::before {
    width: 8px;
    height: 8px; }
  .smarthome-ready-image .slick-dots li {
    height: 12px;
    width: 12px;
    padding: 0; }
  .productView {
    margin: 0; }
  .header {
    overflow: visible;
    position: relative; }
  body:not(.default) #mobilemenu.mobileMenu-toggle .mobileMenu-toggleIcon, body:not(.default) #mobilemenu.mobileMenu-toggle .mobileMenu-toggleIcon::after, body:not(.default) #mobilemenu.mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background: #fff;
    outline-color: #fff; }
  .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    top: 8px;
    font-size: 12px !important; }
  .productView .productView-title {
    font-size: 29px;
    line-height: 35px; }
  .product .product-breadcrumbs {
    /*display:none;*/ }
  .main-image-bottom .share-links {
    /*display:none;*/ }
  .productView-details .productView-product .desktop-price-sec.price-rating .productView-price {
    display: none; }
  .productView-details .productView-product .mobile-price-sec.price-rating .productView-price {
    display: flex; }
  .productView .price.price--rrp, .productView .productView-details .price-section.price-section--saving.price.saved-price {
    font-weight: 600; }
  .productView .price-section.actual-price .price {
    font-weight: bold;
    font-size: 29px; }
  .productView-options .product-purchase-section .form-action #form-action-addToCart {
    line-height: 0; }
  .product-description-sec .section-title, .product-icon-wrap .section-title {
    line-height: 29px;
    font-size: 29px; }
  .productView-options {
    margin-bottom: 0; }
  .productView .productView-details .productView-options .product-purchase-section {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 0; }
  .product-icon-list li {
    max-width: 33.33%;
    flex: 0 0 33.33%; }
  .smarthome-ready-wrap p {
    padding: 0; }
  .smarthome-ready-content-bottom .smart-ready-bottm-inner {
    flex: 0 0 33.33%;
    flex-wrap: wrap;
    max-width: 33.33%; }
  .download-part {
    padding-right: 15px; }
  .smarthome-ready-content-bottom .smart-ready-bottm-inner.download-part {
    /* display:none;*/ }
  .custom-link {
    font-size: 18px;
    line-height: 40px; }
  .google-play {
    padding: 0 10px 0 20px; }
  .google-play img, .apple-store img {
    min-width: 75px; }
  .apple-store {
    padding: 0 20px 0 10px; }
  .smarthome-learn-more {
    padding-left: 20px; }
  .application-part:after, .download-part:after {
    height: 90%;
    transform: scaleY(90%); }
  .product-information ul li {
    flex: 0 0 100%;
    max-width: 100%;
    display: inline-block;
    border-bottom: 3px solid #171717; }
  .product-information:after {
    display: none; }
  .pdt-info-content h2, .rightwatersection h2, .related-products-section .section-title .section-heading, .re-commended-by .section-title .section-heading {
    font-size: 29px; }
  .pdt-info-content {
    padding: 25px 15px; }
  .cnnt-app-content {
    padding: 20px 30px;
    margin-top: 0; }
  .re-commended-by, .options_container .uncomplete-progress-bar:after, .options_container .uncomplete-progress-bar:before, .productView .productView-details .productView-options .form .form-field.complete-progress-bar:before, .productView .productView-details .productView-options .form .form-field.complete-progress-bar:after {
    display: none; }
  .connect-application-inner {
    padding: 0; }
  .specification-wrap .product-icon-list li {
    flex: 0 0 50%;
    max-width: 50%; }
  .smarthome-ready-wrap .section-title {
    padding: 0;
    font-size: 29px; }
  .smarthome-ready-wrap h4 {
    font-size: 18px; }
  .productView-options .options_container {
    padding-left: 0; }
  .product-description p {
    line-height: 25px; }
  body:not(.default) .navUser-action .icon-shopping-cart {
    background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/cart.svg"); }
  body:not(.default) .product-selector-icon {
    background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/product.svg"); }
  body:not(.default) .icon-search {
    background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/search.svg"); }
  body.product .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    color: #fff; }
  body:not(.default) .header {
    background: #000; }
  body:not(.default) .header-logo a.mobile-logo {
    display: inline-block; }
  body:not(.default) .header-logo a.desktop-logo {
    display: none; }
  body:not(.default) .header {
    padding: 0;
    background: #000; }
  .category .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    color: #fff; }
  body:not(.default) .header.sticky {
    background: #000;
    padding: 0 0 0 0; }
  body:not(.default) .mobileMenu-toggle {
    height: 2.05556rem; }
  body:not(.default) .header .main-header {
    min-height: 45px; }
  body:not(.default) .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    color: #fff;
    /*top:3px;*/ }
  .productView .productView-details .productView-options .form .product-purchase-section .form-increment {
    max-width: 150px; }
  .productView .productView-details .productView-options .product-purchase-section {
    justify-content: flex-start; }
  .productView-options .product-purchase-section .form-field--increments, .productView-options .product-purchase-section .form-action {
    width: auto;
    /*  padding:0 0 0 10px;*/ }
  .productView-thumbnails img {
    /* display:none;*/ }
  .productView-thumbnail-link.is-active, .productView-thumbnail-link:hover {
    /*border-color: #ce2a2b;
        background: #ce2a2b;*/ }
  .productView-thumbnail-link {
    /*height: 8px;
       width: 8px;
       border-radius: 50px;
       background: #BFBFBF;
       border-color: #BFBFBF;*/ }
  .mobile-price-sec {
    display: block; }
  .productView-images .productView-image-main .productView-image {
    border: none; }
  .productView .productView-images .productView-image .productView-img-container {
    height: auto; }
  body .header .container, body .container {
    padding: 0 20px; }
  body:not(.default) #desktopmenu.mobileMenu-toggle .mobileMenu-toggleIcon, body:not(.default) #desktopmenu.mobileMenu-toggle .mobileMenu-toggleIcon::after, body:not(.default) #desktopmenu.mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background: #fff;
    outline-color: #fff; }
  .smarthome-learn-more .custom-btn, .smarthome-learn-more .home-banner .container .btn.aos-init.aos-animate, .home-banner .container .smarthome-learn-more .btn.aos-init.aos-animate, .smarthome-learn-more .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center .smarthome-learn-more .btnround, .smarthome-learn-more body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .smarthome-learn-more #buttonLink, .smarthome-learn-more .btn {
    padding: 19px 10px;
    line-height: 0;
    font-size: 15px; }
  .smarthome-ready-content-bottom {
    margin-top: 15px; }
  .app-images.slick-slider .slick-list {
    margin-bottom: 10px; }
  .smarthome-ready-wrap .container {
    padding: 0; }
  .productView .productView-details .productView-options .form .form-field.set-rectangle .option-close {
    padding: 20px 10px 20px 10px; }
  .rightwatersection {
    order: 8; }
  #product-specification {
    order: 7; }
  .productReviewOverall ul {
    flex-wrap: wrap;
    justify-content: center; }
  .productReviewOverall ul li {
    flex: 0 0 100%; }
  .starRatingSec .section-title {
    line-height: 29px;
    font-size: 29px;
    padding: 0;
    margin-bottom: 20px; }
  .overallRatingSec h3 {
    display: none; }
  .first-write-review {
    display: flex;
    padding-left: 50px;
    align-items: center; }
  .productReviewItem {
    flex-wrap: wrap; }
  .productReviewLeft, .productReviewRight {
    flex: 0 0 100%;
    flex-wrap: wrap; }
  .productReviews .pagination {
    width: 100%; }
  .productReviewOverall ul li.overallRatingSec {
    margin-bottom: 20px; }
  .connect-application-inner.left-sec img {
    padding-top: 0; }
  .productView {
    padding: 0; }
  .mobile-find-heater {
    display: block; }
  .desktop-find-heater {
    display: none; }
  .mobile-voice-command {
    display: block; }
  .desktop-voice-command {
    display: none; }
  .mobile-voice-title {
    display: block;
    font-size: 29px;
    line-height: 30px;
    color: #030504;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 0 0; }
  .write-reviews {
    margin: 10px auto 10px auto;
    text-align: center; } }

@media (max-width: 991px) {
  .header {
    margin-top: -1px; }
  .header.left .main-header .header-middle .header-logo--left .header-logo-image {
    right: 0;
    max-height: inherit;
    width: 100%;
    height: 100%;
    max-width: initial !important;
    display: inline-block; }
  .mobile-logo.header-logo-image-container {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 90px; } }
  @media (max-width: 991px) and (max-width: 567px) {
    .mobile-logo.header-logo-image-container {
      width: 25px;
      height: 25px;
      margin-left: 60px; } }

@media (max-width: 991px) {
  .header-logo-image-container {
    display: none; }
  body .header.left .main-header .leftside-header {
    width: auto; }
  .wishlist .card:hover .card-body {
    border-top: 1px solid transparent; }
  .Promotions .go3393032375 {
    display: none; }
  .Promotions .body h2 {
    margin-top: 10px; }
  .Promotions .body h3 {
    margin: 20px 0 15px; }
  .Promotions div[data-sub-layout-container="58de219d-1df9-4da0-bbe2-9b818a339573"],
  .Promotions div[data-sub-layout-container="922d3365-c5b6-4e2e-abf9-46ccb1ed56ae"],
  .Promotions div[data-sub-layout-container=d2c0a5b4-b934-494f-abaf-908170dfbf4a],
  .Promotions div[data-sub-layout-container=d2ce054c-7acd-4f4d-8dbd-8746572d84ca] {
    padding-top: 20px !important;
    margin-top: 20px; }
  .Promotions div[data-sub-layout-container=d2c0a5b4-b934-494f-abaf-908170dfbf4a] {
    margin-top: 15px; }
  .Promotions div[data-sub-layout-container="922d3365-c5b6-4e2e-abf9-46ccb1ed56ae"] {
    margin-bottom: 30px !important; }
  .giftcertificates .account,
  .giftcertificates_balance .account,
  .giftcertificates_redeem .account {
    margin-top: 20px; }
  .giftcertificates_redeem .body p strong {
    line-height: normal; }
  .checkout-page .rightwatersection.hpcontent h2 {
    font-size: 29px; }
  .header .main-header {
    justify-content: space-between;
    min-height: 45px; }
  .header .leftside-header .navUser-action {
    padding: 10px 0 10px 15px; }
  .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    left: 68%; }
  .mobileMenu-toggleIcon + .mobileMenu-toggleIcon {
    margin-top: 11px; } }

@media (max-width: 920px) {
  .giftcertificates .navBar--sub .navBar-section li,
  .giftcertificates_balance .navBar--sub .navBar-section li,
  .giftcertificates_redeem .navBar--sub .navBar-section li {
    flex: 0 0 50%;
    max-width: 50%; }
  .giftcertificates .navBar--sub .navBar-section li:last-child {
    flex: 0 0 100%;
    max-width: 100%; }
  .giftcertificates_redeem .navBar--sub .navBar-section li:last-child {
    flex: 0 0 100%;
    max-width: 100%; }
  .giftcertificates_balance .navBar--sub .navBar-section li:last-child {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 720px) {
  .giftcertificates_balance .body .form-prefixPostfix .form-input {
    width: auto; } }

@media (min-width: 568px) {
  .mobile-video, .mobile-video-outer {
    display: none; } }

@media (min-width: 481px) and (max-width: 767px) {
  .smarthome-ready-content-bottom ul li {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center; }
  .smarthome-ready-content-bottom ul li.google-apple-play img {
    max-width: 125px; }
  .smarthome-ready-content-bottom ul li a.custom-btn, .smarthome-ready-content-bottom ul li .home-banner .container a.btn.aos-init.aos-animate, .home-banner .container .smarthome-ready-content-bottom ul li a.btn.aos-init.aos-animate, .smarthome-ready-content-bottom ul li .footer .copyright-above.align-center a.btnround, .footer .copyright-above.align-center .smarthome-ready-content-bottom ul li a.btnround, .smarthome-ready-content-bottom ul li body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e a#buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .smarthome-ready-content-bottom ul li a#buttonLink, .smarthome-ready-content-bottom ul li a.btn {
    text-transform: uppercase; }
  .smarthome-ready-content-bottom ul li:first-child {
    display: none; } }

@media (max-width: 550px) {
  .giftcertificates input#gift-certificate-submit {
    margin: 0 auto; } }

@media (max-width: 485px) {
  .giftcertificates .account .form-row:nth-child(3) .form-column .form-field.form-field--error:nth-child(4):after {
    top: 48px; }
  .giftcertificates .account .form-row:nth-child(3) .form-column .form-field.form-field--error:nth-child(5):after {
    top: 28px; }
  .giftcertificates .account .form-row:nth-child(3) .form-column .form-field:nth-child(4) label.form-label,
  .giftcertificates .account .form-row:nth-child(3) .form-column .form-field:nth-child(5) label.form-label {
    padding-top: 0; } }

@media (max-width: 480px) {
  .smarthome-ready-content-bottom ul {
    justify-content: center; }
  .smarthome-ready-content-bottom ul li {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 0; }
  .smarthome-ready-content-bottom ul li:nth-child(2) {
    border-right: 2px solid #ccc;
    padding: 0 5px 0 0; }
  .smarthome-ready-content-bottom ul li.google-apple-play img {
    max-width: 125px; }
  .smarthome-ready-content-bottom ul li:last-child {
    flex: 0 0 60%;
    max-width: 60%;
    margin-top: 10px;
    display: none; }
  .smarthome-ready-content-bottom ul li:first-child {
    display: none; }
  .Promotions p {
    word-break: break-word; }
  .giftcertificates_balance .body .form-prefixPostfix .button {
    width: 100%;
    margin: 15px 0 0 0; } }

@media (max-width: 424px) {
  .giftcertificates .account .form-row:nth-child(3) .form-column .form-field.form-field--error:nth-child(5):after {
    top: 48px; } }

@media (max-width: 567px) {
  .pdt-large-image img {
    height: auto; }
  .home-banner {
    height: 100%;
    overflow: hidden;
    position: relative;
    max-width: 700px; }
  .mobile-video video, .mobile-video-outer video {
    height: 100%;
    width: 100%; }
  .banner-video {
    display: none; }
  .body .home-banner::before {
    top: 0; }
  .arrows_scroll {
    bottom: 40px; }
  .footer .copyright-above.align-center h2 {
    font-size: 29px;
    line-height: 35px;
    margin: 15px 0; }
  /*Product Detail Page for Mobile by TPSS 30 Nov*/
  body:not(.default) .header.presist-menu-sec {
    display: none; }
  .productView .productView-details {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0; }
  .related-products-section .section-title {
    padding: 10px 0; }
  .productView .productView-images {
    width: 100%;
    padding: 0;
    margin-bottom: 10px !important; }
  .productView .productView-images .productView-thumbnails .slick-arrow.slick-prev {
    transform: rotate(320deg);
    top: 50px; }
  .productView .productView-images .productView-thumbnails .slick-arrow.slick-next {
    transform: rotate(-140deg); }
  .slick-dots li button {
    background: #BFBFBF;
    border: 1px solid #BFBFBF; }
  .productView-images .productView-thumbnails .slick-list {
    /* display:none;*/ }
  .slick-dots {
    bottom: 0; }
  .productView .productView-images .productView-thumbnails {
    margin: 0 0 10px 0;
    padding: 0; }
  .slick-dots li button,
  .slick-dots li button::before {
    width: 8px;
    height: 8px; }
  .smarthome-ready-image .slick-dots li {
    height: 12px;
    width: 12px;
    padding: 0; }
  .productView {
    margin: 0; }
  .header {
    overflow: visible;
    position: relative; }
  body:not(.default) #mobilemenu.mobileMenu-toggle .mobileMenu-toggleIcon, body:not(.default) #mobilemenu.mobileMenu-toggle .mobileMenu-toggleIcon::after, body:not(.default) #mobilemenu.mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background: #fff;
    outline-color: #fff; }
  .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    top: 12px;
    font-size: 11px !important; }
  .productView .productView-title {
    font-size: 29px;
    line-height: 35px; }
  .product .product-breadcrumbs {
    display: none; }
  .main-image-bottom .share-links {
    display: none; }
  .productView-details .productView-product .desktop-price-sec.price-rating .productView-price {
    display: none; }
  .productView-details .productView-product .mobile-price-sec.price-rating .productView-price {
    display: flex; }
  .productView .price.price--rrp, .productView .productView-details .price-section.price-section--saving.price.saved-price {
    font-weight: 600; }
  .productView .price-section.actual-price .price {
    font-weight: bold;
    font-size: 29px; }
  .productView-options .product-purchase-section .form-action #form-action-addToCart {
    line-height: 0;
    letter-spacing: 1.3px; }
  .product-description-sec .section-title, .product-icon-wrap .section-title {
    line-height: 29px;
    font-size: 29px; }
  .productView-options {
    margin-bottom: 0; }
  .productView .productView-details .productView-options .product-purchase-section {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 0; }
  .product-icon-list li {
    max-width: 33.33%;
    flex: 0 0 33.33%; }
  .smarthome-ready-wrap p {
    padding: 0; }
  .smarthome-ready-content-bottom .smart-ready-bottm-inner.download-part {
    padding-right: 5px;
    display: none; }
  .custom-link {
    font-size: 15px; }
  .google-play {
    padding: 0 20px;
    position: relative; }
  .google-play img, .apple-store img {
    min-width: 75px; }
  .apple-store {
    padding: 0 20px; }
  .smarthome-learn-more {
    padding-left: 20px; }
  .google-play:after, .application-part:after {
    height: 100%;
    transform: scaleY(100%); }
  .google-play:after {
    width: 2px;
    right: 0;
    height: 100%;
    position: absolute;
    content: '';
    background: #ccc;
    transform: scaleY(100%); }
  .smarthome-ready-content-bottom .smart-ready-bottm-inner.application-part {
    flex: 0 0 65%;
    max-width: 65%; }
  .smarthome-ready-content-bottom .smart-ready-bottm-inner.smarthome-learn-more {
    flex: 0 0 35%;
    max-width: 35%; }
  .product-information ul li {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 3px solid #171717; }
  .product-information:after {
    display: none; }
  .pdt-info-content h2, .rightwatersection h2, .related-products-section .section-title .section-heading, .re-commended-by .section-title .section-heading {
    font-size: 29px; }
  .pdt-info-content {
    padding: 25px 15px; }
  .cnnt-app-content {
    padding: 17px 10px;
    margin-top: 0; }
  .connect-application-inner h2, .connect-application-inner.left-sec:after, .re-commended-by, .options_container .uncomplete-progress-bar:after, .options_container .uncomplete-progress-bar:before, .productView .productView-details .productView-options .form .form-field.complete-progress-bar:before, .productView .productView-details .productView-options .form .form-field.complete-progress-bar:after {
    display: none; }
  .connect-application-inner {
    padding: 0; }
  .connect-application-wrap {
    padding: 0 10px; }
  .specification-wrap .product-icon-list li {
    flex: 0 0 100%;
    max-width: 100%; }
  .smarthome-ready-wrap .section-title {
    padding: 0;
    font-size: 29px; }
  .smarthome-ready-wrap h4 {
    font-size: 18px; }
  .productView-options .options_container {
    padding-left: 0; }
  .product-description p {
    line-height: 25px; }
  body:not(.default) .navUser-action .icon-shopping-cart {
    background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/cart.svg"); }
  body:not(.default) .product-selector-icon {
    background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/product.svg"); }
  body:not(.default) .icon-search {
    background-image: url("https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/search.svg"); }
  body.product .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    color: #fff; }
  body:not(.default) .header {
    background: #000; }
  body:not(.default) .header-logo a.mobile-logo {
    display: inline-block; }
  body:not(.default) .header-logo a.desktop-logo {
    display: none; }
  body:not(.default) .header {
    padding: 0;
    background: #000; }
  body:not(.default) .header.sticky {
    background: #000;
    padding: 0; }
  body:not(.default) .mobileMenu-toggle {
    height: 2.05556rem; }
  body:not(.default) .header .main-header {
    min-height: 45px; }
  body:not(.default) .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    top: 3px;
    color: #fff; }
  .productView .productView-details .productView-options .form .product-purchase-section .form-increment {
    max-width: 145px; }
  .productView .productView-options .product-purchase-section .form-field--increments .form-increment .form-input--incrementTotal {
    width: 51px; }
  .productView .productView-details .productView-options .product-purchase-section {
    justify-content: flex-start; }
  .productView-options .product-purchase-section .form-field--increments, .productView-options .product-purchase-section .form-action {
    width: auto;
    /*  padding:0 0 0 10px;*/ }
  .productView-thumbnails img {
    display: none; }
  .productView-thumbnail-link.is-active, .productView-thumbnail-link:hover {
    border-color: #ce2a2b;
    background: #ce2a2b; }
  .productView-thumbnail-link {
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background: #BFBFBF;
    border-color: #BFBFBF; }
  .mobile-price-sec {
    display: block; }
  .productView-images .productView-image-main .productView-image {
    border: none; }
  .productView .productView-images .productView-image .productView-img-container {
    height: auto; }
  .smarthome-ready-content-bottom {
    margin-top: 15px; }
  .rightwatersection h2 {
    padding: 0 0 5px 0; }
  .product-icon-list li p {
    word-wrap: break-word; }
  .fancybox-navigation .fancybox-button--arrow_left {
    padding: 31px 31px 31px 0 !important; }
  .app-images.slick-slider .slick-list {
    margin-bottom: 0; }
  .productView .price.price--rrp {
    margin-right: 8px; }
  .productView .productView-details .productView-options .form .form-field.set-rectangle .option-close {
    padding: 20px 5px 20px 5px; }
  .smarthome-ready-image .slick-dots li {
    height: 12px;
    width: 12px;
    padding: 0; }
  .rightwatersection {
    order: 8; }
  #product-specification {
    order: 7; }
  .productReviewOverall ul {
    flex-wrap: wrap;
    justify-content: center; }
  .productReviewOverall ul li {
    flex: 0 0 100%; }
  .starRatingSec .section-title {
    line-height: 29px;
    font-size: 29px;
    padding: 0;
    margin-bottom: 20px; }
  .overallRatingSec h3 {
    display: none; }
  .first-write-review {
    display: inline-flex;
    width: 100%;
    padding-left: 0;
    margin-top: 20px; }
  .onlyWriteReview {
    margin-top: 0;
    padding: 0 0 30px 0;
    display: block; }
  .productReviewItem {
    flex-wrap: wrap; }
  .productReviewLeft, .productReviewRight {
    flex: 0 0 100%;
    flex-wrap: wrap; }
  .productReviews .pagination {
    width: 100%; }
  .productReviewOverall ul li.overallRatingSec {
    margin-bottom: 20px; }
  .rating-progress-bar {
    flex: 0 0 75%; }
  .rating-star-text {
    flex: 0 0 15%; }
  .star-rating-count {
    flex: 0 0 10%; }
  .connect-application-inner.left-sec img {
    padding-top: 0; }
  .productView-thumbnails.slick-initialized .slick-slide {
    display: contents; }
  .product-description {
    height: 100px;
    overflow: hidden; }
  .productView {
    padding: 0;
    max-width: 1790px; }
  .mobile-find-heater {
    display: block; }
  .desktop-find-heater {
    display: none; }
  .mobile-voice-command {
    display: block; }
  .desktop-voice-command {
    display: none; }
  .mobile-voice-title {
    display: block;
    font-size: 29px;
    line-height: 30px;
    color: #030504;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 0 0; }
  .write-reviews {
    margin: 10px auto 10px auto;
    text-align: center; }
  .giftcertificates .navBar--sub .navBar-section li,
  .giftcertificates_balance .navBar--sub .navBar-section li,
  .giftcertificates_redeem .navBar--sub .navBar-section li {
    flex: 0 0 100%;
    max-width: 100%; }
  .giftcertificates nav.navBar,
  .giftcertificates_balance nav.navBar,
  .giftcertificates_redeem nav.navBar {
    margin-top: 10px; } }

@media (max-width: 1279px) {
  .inner-column.voice-command-colummn .ecco-column-content {
    height: 372px; } }

@media (max-width: 1079px) {
  .inner-column.voice-command-colummn .ecco-column-content {
    height: 360px; } }

@media (max-width: 1024px) {
  .desktop-main-image-section {
    display: none; }
  .mobile-main-image-section {
    display: block; }
  .product-wishlist-form {
    right: 15px; } }

@media (min-width: 970px) and (max-width: 1279px) {
  .inner-column.voice-command-colummn .ecco-column-content {
    padding: 20px 210px 15px 20px; } }

@media (min-width: 992px) and (max-width: 1024px) {
  .productView .productView-images {
    padding: 0 10px 0 0; } }

@media (max-width: 767px) {
  .giftcertificates .form-row .form-field {
    width: 100%; } }

@media (max-width: 427px) {
  .smart-app-wrap .container {
    padding: 0; }
  .sd-simple-text-b9d73b1a-2958-4cd3-93f7-b77704faf497 p {
    font-size: 24px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .custom-btn, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .home-banner .container .btn.aos-init.aos-animate, .home-banner .container [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn.aos-init.aos-animate, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btnround, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper #buttonLink, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn {
    font-size: 15px;
    padding: 4px 5px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li {
    text-align: center; }
  .home-banner .container .title h1, .starRatingSec .section-title {
    font-size: 24px; }
  .home-banner .container .sub-title {
    font-size: 12px;
    margin: 0 0 15px; }
  .column-title {
    font-size: 24px;
    line-height: 30.28px;
    margin-bottom: -20px; }
  .footer .copyright-above.align-center h2 {
    font-size: 24px !important;
    line-height: 30.28px;
    margin: 15px 0; }
  .icon-list li p {
    margin: 0; }
  .ecco-column-content .icon-wrap {
    margin: 10px 0 0; }
  .icon-list li img {
    max-height: initial;
    height: 35.52px; }
  .button-wrapper .starting-wrap p {
    line-height: 19px; }
  .inner-column.voice-command-colummn .button-wrapper img {
    width: 87.25px;
    margin: 0 15px; }
  .inner-column.voice-command-colummn .heater-attribute-list li p img {
    max-width: 12px;
    top: 1px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .content-column {
    /*flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0;
        transform: translate(0,0);*/ }
  #sd-simple-text-editable-9948fe32-d7aa-4e8f-82d8-c9f415f3de3f p, .sd-simple-text-b9d73b1a-2958-4cd3-93f7-b77704faf497 p {
    font-size: 17px; }
  body .sd-simple-text-de27ce58-d685-467f-bf02-297a905c271e {
    margin-top: 0; }
  .footer .mobile-column.columns .footer-col ul {
    flex: 0 0 110px;
    max-width: 110px; }
  .footer .mobile-column.columns .footer-col ul a {
    font-size: 8px;
    margin: 0;
    line-height: 0; }
  body .header.left .header-logo-image-container .header-logo-image {
    max-width: 137px;
    margin-left: 0; }
  body .main-header .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -7px; }
  body .main-header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -7px; }
  .inner-column.voice-command-colummn .heater-attribute-list li p {
    font-size: 11px; }
  body .header.left .main-header .leftside-header .navUser-section .icon-search, body .header.left .main-header .leftside-header .navUser-section .icon-search:hover, body .header.left .main-header .leftside-header .navUser-section .navUser-action .icon-shopping-cart, body .header.left .main-header .leftside-header .navUser-section .navUser-action .icon-shopping-cart:hover, body .header.left .main-header .leftside-header .navUser-section .product-selector-icon, body .header.left .main-header .leftside-header .navUser-section .product-selector-icon:hover {
    width: 24px;
    height: 30px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image img {
    width: 380px;
    max-width: initial;
    margin: 0 0 0 -96px; }
  .recommended_logos.slick-initialized .slick-slide {
    padding: 0 5px; }
  .recommended_logos [data-slick-index="2"] img {
    max-width: 25px; }
  .custom-btn, .home-banner .container .btn.aos-init.aos-animate, .footer .copyright-above.align-center .btnround, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, .btn {
    font-size: 15px;
    padding: 0 10px; }
  .header .leftside-header .navUser-action {
    padding: 10px 6px; }
  .ecco-product-image-wrap {
    max-height: 400px; }
  body .header.left .main-header .leftside-header .navUser-section .navUser-action .icon-shopping-cart {
    width: 25px; }
  #sd-simple-text-editable-ee333fe7-59f6-4e2d-8615-ce154860184c p {
    font-size: 22px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper {
    max-width: 400px;
    margin: 15px auto; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper {
    position: relative; }
  /*Product Detail Page CSS on 1st Dec by TPSS*/
  .productView .productView-title, .product-description-sec .section-title, .product-icon-wrap .section-title, .smarthome-ready-wrap .section-title, .pdt-info-content h2, .rightwatersection h2, .related-products-section .section-title .section-heading, .re-commended-by .section-title .section-heading {
    font-size: 24px;
    line-height: 30px; }
  .smarthome-ready-wrap h4 {
    font-size: 16px; }
  .productView .productView-details .productView-options .product-purchase-section {
    margin-left: 0; }
  .productView .productView-details .productView-options .form .product-purchase-section .form-increment .button.button--icon {
    padding: 8px 13.5px; }
  .productView .productView-details .productView-options .form .product-purchase-section .form-increment {
    max-width: 145px; }
  .mobile-voice-title {
    font-size: 24px;
    line-height: 30px; }
  .mobileMenu-toggleIcon + .mobileMenu-toggleIcon {
    margin-top: 9px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    outline: 1px solid #fff; } }

@media (max-width: 440px) {
  .google-play {
    padding: 0 5px 0 5px;
    height: 32px; }
  .apple-store {
    padding: 0 5px 0 5px;
    height: 32px; }
  .smarthome-learn-more {
    padding-left: 5px; } }

@media (max-width: 414px) {
  .smarthome-learn-more .custom-btn, .smarthome-learn-more .home-banner .container .btn.aos-init.aos-animate, .home-banner .container .smarthome-learn-more .btn.aos-init.aos-animate, .smarthome-learn-more .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center .smarthome-learn-more .btnround, .smarthome-learn-more body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e .smarthome-learn-more #buttonLink, .smarthome-learn-more .btn {
    font-size: 14px;
    padding: 0 5px; } }

@media (max-width: 400px) {
  .giftcertificates .form-field--error .form-field-error, .giftcertificates .form-field--error .form-inlineMessage {
    font-size: 14px; } }

@media (max-width: 385px) {
  .productView .productView-details .productView-options .form .form-field.set-rectangle .option-close {
    padding: 20px 4px; } }

@media (max-width: 374px) {
  .productView-options .product-purchase-section .form-action #form-action-addToCart {
    line-height: 0;
    letter-spacing: 1px; }
  .mobile-video, .mobile-video-outer {
    min-height: auto; }
  .footer .copyright-above.align-center h2 {
    font-size: 20px !important; }
  .inner-column.voice-command-colummn .heater-attribute-list li p {
    font-size: 9px; }
  .ecco-column-content {
    padding: 25px 15px 17px 15px; }
  .column-title, .sd-simple-text-b9d73b1a-2958-4cd3-93f7-b77704faf497 p, #sd-simple-text-editable-ee333fe7-59f6-4e2d-8615-ce154860184c p, .home-banner .container .title h1 {
    font-size: 20px; }
  .button-wrapper .starting-wrap p {
    font-size: 15px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .custom-btn, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .home-banner .container .btn.aos-init.aos-animate, .home-banner .container [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn.aos-init.aos-animate, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btnround, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper #buttonLink, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn {
    padding: 6.5px 0px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper {
    position: relative; }
    [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul {
      left: 50%;
      flex-wrap: wrap;
      max-width: 100%; }
      [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0px;
        text-align: center; }
      [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(2):after {
        display: none; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:after {
    right: 0px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(2) {
    margin: 0;
    flex-basis: 50%; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(4) {
    margin: 0;
    flex-basis: 50%; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li a.custom-btn, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li .home-banner .container a.btn.aos-init.aos-animate, .home-banner .container [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li a.btn.aos-init.aos-animate, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li .footer .copyright-above.align-center a.btnround, .footer .copyright-above.align-center [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li a.btnround, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e a#buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li a#buttonLink, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li a.btn {
    width: 145px;
    padding: 16px 0;
    margin-top: 15px;
    max-width: 145px;
    font-size: 15px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(2):after {
    display: none; }
  .mobile-store-icon {
    display: none; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper img {
    max-width: 145px;
    max-height: 38px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image {
    padding-top: 0;
    margin: 0; }
    [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image img {
      width: 100%;
      max-width: 380px;
      margin: 0 0 0 -90px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:last-child {
    flex: 0 0 100%;
    max-width: 100%; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper {
    margin: 15px 0 0px 0;
    max-width: 100%;
    justify-content: center; }
  #sd-simple-button-editable-c387d66e-e67f-404e-9c05-7bf09816761e:before {
    width: 14px;
    height: 12px; }
  .icon-list li p {
    font-size: 13px;
    line-height: 18px; }
  /*Product Detail Page on 9th Dec*/
  .productView .productView-options .product-purchase-section .form-field--increments .form-increment .form-input--incrementTotal {
    width: 30px; }
  .productView .productView-details .productView-options .form .product-purchase-section .form-increment .button.button--icon {
    padding: 8px 6px !important; }
  .productView .productView-details .productView-options .form .product-purchase-section .form-increment .button.button--icon .icon {
    height: 0.78889rem;
    width: 0.78889rem; }
  .productView .productView-details [data-product-attribute] .form-option {
    min-width: 124px;
    padding: 7px 2px; }
  .productView .productView-details [data-product-attribute] .form-option ~ .form-option {
    margin-left: 5px; }
  .productView .productView-details [data-product-attribute] .form-option .form-option-variant {
    font-size: 13px; }
  .productView .productView-details .productView-options .form .form-field.set-rectangle .option-close {
    padding: 20px 5px 20px 5px; }
  .cnnt-app-content {
    padding: 12px 10px; }
  .product-description-sec {
    padding-top: 0; }
  .product-description-sec .section-title {
    padding-bottom: 8px;
    padding-top: 15px; }
  .rightwatersection h2 {
    padding: 0; }
  .productView .productView-images .productView-image .productView-img-container {
    height: auto; }
  .footer .container, body .container {
    padding: 0 5px; }
  body.cart .body .container {
    padding: 0; }
  .first-write-review, .overall-rating-stars {
    padding-left: 7px; }
  .rating-progress-bar {
    flex: 0 0 67%; }
  .rating-star-text {
    flex: 0 0 20%; }
  .productReviewOverall {
    padding: 0 0 20px 0; }
  .pdt-info-content {
    padding: 25px 10px; }
  .product-description {
    height: 100px;
    overflow: hidden; }
  .cat-title-filter .mobile-category-title h3 {
    font-size: 18px; }
  .productView .productView-details .productView-options .form .form-field .form-label {
    font-size: 16px; }
  .productView .productView-details .productView-options .form .form-field .option-value-cont .form-label {
    font-size: 15px;
    line-height: 30px; }
  .giftcertificates .form-label {
    font-size: 16px; } }

@media (max-width: 360px) {
  .productView .productView-details .productView-options .form .form-field .form-label {
    padding: 13px 40px 13px 10px; } }

@media (max-width: 350px) {
  .giftcertificates .account .form-row:nth-child(3) .form-column .form-field.form-field-group.form-field--error:after,
  .giftcertificates .account .form-row:nth-child(3) .form-column .form-field.form-field--error:nth-child(4):after,
  .giftcertificates .account .form-row:nth-child(3) .form-column .form-field.form-field--error:nth-child(5):after {
    right: -8px; }
  .card .card-body .card-figcaption-button-section .card-figcaption-button {
    padding: 5px; } }

@media (max-width: 441px) {
  .giftcertificates_balance .navBar--sub .navBar-section .navBar-item a,
  .giftcertificates_balance .navBar--sub .navBar-section .navBar-item.is-active,
  .giftcertificates_redeem .navBar--sub .navBar-section .navBar-item a,
  .giftcertificates_redeem .navBar--sub .navBar-section .navBar-item.is-active,
  .giftcertificates .navBar--sub .navBar-section .navBar-item a,
  .giftcertificates .navBar--sub .navBar-section .navBar-item.is-active {
    font-size: 15px; }
  .shipping-badge img {
    width: 35px; }
  .shipping-badge {
    font-size: 13px; } }

@media (min-width: 769px) and (max-width: 1279px) {
  .home-banner {
    height: 100%; }
  .banner-video video, .desk-video-outer video {
    height: 100%;
    width: 100%;
    display: block; } }

@media (min-width: 1545px) {
  .home-banner {
    height: 100vh; }
  .banner-video video, .desk-video-outer video {
    height: 100%;
    width: 100%; } }

@media (min-width: 1480px) and (max-width: 1679px) {
  .arrows_scroll {
    bottom: 60px; } }

@media (min-width: 768px) {
  .title-center {
    font-weight: 700;
    text-align: center;
    padding: 25px 0;
    max-width: 100%; } }

@media (min-width: 640px) and (max-width: 767px) {
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image {
    padding-top: 20px;
    margin-left: -25px; }
    [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image img {
      max-width: 100%;
      width: 30vw;
      padding-top: 154px; } }

@media (max-width: 969px) {
  .mobile-column .footer-logo-image {
    max-width: 154px; }
  .footer .copyright-above.align-center h2 {
    /*font-size: 15px;
        margin: 15px 0;*/ }
  .footer .copyright-above.align-center {
    padding-bottom: 15px; } }

@media (min-width: 1367px) {
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper img {
    max-width: 136px;
    max-height: 38px; }
  .desktop-store-icon {
    display: none; } }

@media (min-width: 970px) and (max-width: 1366px) {
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper img {
    max-width: 136px;
    max-height: 38px; }
  .desktop-store-icon {
    display: none; } }

@media (min-width: 970px) and (max-width: 1399px) {
  .footer .footer-col.footer-col1 li {
    padding: 0 0 16px 0; }
  .footer .footer-col.footer-col1 li:last-child {
    padding: 0; }
  .footer-logo-image {
    max-width: 115px;
    width: 100%; }
  .theme-social-icons h2 {
    font-size: 11px; }
  .default .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    font-size: 16px;
    top: 6px; }
  .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    font-size: 16px;
    top: 6px; } }

@media (min-width: 568px) and (max-width: 969px) {
  .home-banner > .container {
    height: 100%; } }

@media (min-width: 768px) and (max-width: 860px) {
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .content-column {
    padding: 26px 0; } }

@media (min-width: 768px) and (max-width: 969px) {
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image {
    margin-left: -25px; }
    [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image img {
      max-width: 100%;
      width: 35vw;
      padding-top: 182px; }
  .inner-column.voice-command-colummn .heater-attribute-list li .vc-bg-image {
    max-width: 100%;
    width: 49vw; } }

@media (min-width: 568px) and (max-width: 767px) {
  .inner-column.voice-command-colummn .heater-attribute-list li .vc-bg-image {
    max-width: 100%;
    width: 53vw; }
  body.cart .body .container {
    padding: 0; } }

@media (min-width: 1367px) {
  .desktop-store-icon {
    display: none; } }

@media (min-width: 769px) {
  .app-images .slick-list {
    width: 100%;
    text-align: center; } }

@media (min-width: 970px) and (max-width: 1279px) {
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:after {
    right: 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(2) {
    margin: 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(4) {
    margin: 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li {
    padding: 0;
    text-align: center;
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper img {
    max-width: 94px;
    max-height: 30px; }
  .desktop-store-icon {
    display: none; }
  .column-title.top-no-space {
    padding-top: 0;
    padding-bottom: 5px; }
  .title-center {
    max-width: 100%;
    font-weight: 700;
    text-align: center;
    padding: 15px 0; } }

@media (min-width: 640px) and (max-width: 969px) {
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:after {
    right: 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(2) {
    margin: 0;
    flex-basis: 32%; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(4) {
    margin: 0;
    flex-basis: 32%; }
  .column-title.top-no-space {
    padding-top: 0;
    padding-bottom: 5px; }
  .smart-app-wrap .container {
    padding: 0; }
  .smart-app-row .icon-list.smart-app-list {
    padding-right: 5px;
    padding-left: 5px; }
  .title-center {
    max-width: 100%;
    font-weight: 700;
    text-align: center;
    padding: 25px 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper img {
    max-width: 139px;
    max-height: 38px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper {
    width: 100%;
    margin: 20px 0 0 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li {
    padding: 0;
    text-align: center;
    flex: 0 0 33.33%;
    max-width: 33.33%; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:last-child {
    padding-left: 17px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .custom-btn, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .home-banner .container .btn.aos-init.aos-animate, .home-banner .container [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn.aos-init.aos-animate, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btnround, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper #buttonLink, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn {
    padding: 16px 7px;
    font-size: 15px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .content-column {
    flex: 0 0 440px;
    max-width: 440px;
    transform: translate(0, 0); }
  .desktop-store-icon {
    display: none; } }

@media (min-width: 568px) and (max-width: 639px) {
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:after {
    right: -4px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(2) {
    margin: 0 4px 0 7px;
    flex-basis: 32%; }
  .column-title.title-center {
    max-width: 100%;
    font-weight: 700;
    text-align: center;
    padding: 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper img {
    max-width: 118px;
    max-height: 38px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper {
    width: 100%;
    margin: 12px 0 0 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li {
    padding: 0;
    text-align: center;
    flex: 0 0 32%;
    max-width: 32%; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:last-child {
    padding-left: 10px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .custom-btn, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .home-banner .container .btn.aos-init.aos-animate, .home-banner .container [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn.aos-init.aos-animate, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btnround, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper #buttonLink, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn {
    padding: 16px 0;
    width: 118px;
    font-size: 12px;
    margin: 0 0 0 -1px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .content-column {
    transform: translate(-20px, 0);
    flex: 0 0 370px;
    max-width: 370px;
    padding: 20px 0; }
  .desktop-store-icon {
    display: none; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image {
    padding-top: 30px; }
    [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image img {
      width: 30vw;
      max-width: 30vw;
      padding-top: 182px; } }

@media (min-width: 467px) and (max-width: 567px) {
  .mobile-video, .mobile-video-outer {
    min-height: auto; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:after {
    right: 0; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(2) {
    margin: 0;
    flex-basis: 32.5%; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(4) {
    margin: 0;
    flex-basis: 32.5%; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:last-child {
    padding-left: 18px; }
  .desktop-store-icon {
    display: none; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper img {
    max-width: 139px;
    max-height: 38px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li {
    padding: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .custom-btn, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .home-banner .container .btn.aos-init.aos-animate, .home-banner .container [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn.aos-init.aos-animate, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .footer .copyright-above.align-center .btnround, .footer .copyright-above.align-center [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btnround, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper #buttonLink, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper .btn {
    height: auto;
    line-height: initial;
    padding: 6.5px 7px;
    font-size: 15px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image {
    padding-top: 5px;
    margin: 0; }
    [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image img {
      max-width: 380px;
      width: 100%;
      margin: 0 0 0 -90px; } }

@media (min-width: 375px) and (max-width: 466px) {
  .mobile-video, .mobile-video-outer {
    min-height: auto; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:after {
    right: 0px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(2) {
    margin: 0;
    flex-basis: 40%; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(4) {
    margin: 0;
    flex-basis: 40%; }
  .home-banner::before {
    min-height: 650px;
    height: 100vh; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:last-child {
    padding-left: 0;
    padding-right: 0;
    max-width: 145px;
    flex: 0 0 145px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: center;
    padding: 0 5px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li a.custom-btn, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li .home-banner .container a.btn.aos-init.aos-animate, .home-banner .container [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li a.btn.aos-init.aos-animate, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li .footer .copyright-above.align-center a.btnround, .footer .copyright-above.align-center [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li a.btnround, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e a#buttonLink, body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li a#buttonLink, [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li a.btn {
    width: 145px;
    padding: 16px 0;
    margin-top: 15px;
    max-width: 145px;
    font-size: 15px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper ul li:nth-child(2):after {
    display: none; }
  .mobile-store-icon {
    display: none; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .button-wrapper img {
    max-width: 145px;
    max-height: 38px; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image {
    padding-top: 0;
    margin: 0; }
    [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .mobile-image img {
      width: 100%;
      max-width: 380px;
      margin: 0 0 0 -90px; } }

.icon-list.smart-app-list li p {
  font-weight: 400 !important; }

@media (min-width: 1400px) {
  .payment-row.columns-5 img {
    height: 35px; } }

.default div[data-sub-layout-container="833b1296-4fbe-41c4-ac12-76ff442b029c"][data-layout-name="Recomended Images"] {
  display: block !important; }

@media (max-width: 991px) {
  ul.recomended-images.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  ul.recomended-images.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 20px; } }

@media (max-width: 575px) {
  ul.recomended-images.slick-initialized.slick-slider.slick-dotted .slick-slide {
    padding: 0 5px; } }

ul.recomended-images.slick-initialized.slick-slider.slick-dotted .slick-slide img {
  margin: auto;
  text-align: center; }

ul.recomended-images.slick-initialized.slick-slider.slick-dotted .slick-dots {
  bottom: -40px;
  justify-content: center; }
  @media (max-width: 767px) {
    ul.recomended-images.slick-initialized.slick-slider.slick-dotted .slick-dots {
      bottom: -30px; } }
  ul.recomended-images.slick-initialized.slick-slider.slick-dotted .slick-dots li {
    width: 10px;
    height: 10px; }

ul.recomended-images.slick-initialized.slick-slider.slick-dotted .slick-dots li button:hover:before, ul.recomended-images.slick-initialized.slick-slider.slick-dotted .slick-dots li button:focus:before {
  opacity: 1;
  background: #ce2a2b; }

[data-sub-layout="5ad6bd50-6775-4e0c-836d-f536ea6b56fd"] .slick-initialized .slick-slide::before {
  background: none; }

.re-commended-by {
  display: block; }
  @media (max-width: 767px) {
    .re-commended-by {
      margin-bottom: 30px; } }
  .re-commended-by .slick-initialized .slick-slide::before {
    background: none; }

@media (min-width: 1280px) {
  /*Recomended Images*/
  ul.recomended-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px; }
    ul.recomended-images li {
      flex-basis: auto;
      max-width: inherit;
      position: relative;
      text-align: center; }
      ul.recomended-images li img {
        width: 180px; }
    ul.recomended-images .techcrunch-img img {
      width: 220px; }
  ul.recomended-images li.recommended-ie-image img {
    width: 65px; }
  #sd-image-3e38ec18-113c-46fb-ad42-1fbb3ed9d43d img {
    width: 65px !important; }
  .top-no-space {
    padding-top: 0;
    padding-bottom: 5px; } }

video {
  display: block; }

div[data-layout-name="Home Blog section"] > div:hover::after {
  transform: none !important; }

div[data-layout-name="Home Blog section"] > div::after {
  transition: none; }

div[data-layout-name="Home Blog section"] > div {
  box-shadow: none !important; }

.sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink {
  transform: none !important; }

body [data-widget-id="232e1047-20f7-45c8-8598-5eb268c7a46e"] .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink:hover, .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink:hover {
  transition: none !important;
  transform: none !important; }

.footer .footer-col .theme-social-icons h3 {
  margin: 0; }

.sidr {
  overflow-y: scroll; }

.sidr::-webkit-scrollbar {
  display: none; }

.footer .copyright-above.align-center .btnround {
  transition: none !important;
  transform: none !important; }

.btn:focus, .btn:hover, .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink:focus, .sd-button-232e1047-20f7-45c8-8598-5eb268c7a46e #buttonLink:hover {
  transform: none !important;
  transition: none !important; }

.form-prefixPostfix-button--postfix:hover {
  background-color: #f13139; }

.form-prefixPostfix-button--postfix {
  background-color: #ce242b; }

@media (max-width: 567px) {
  body .main-header #mobilemenu.show {
    width: 25px;
    height: 25px;
    display: block !important; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    outline: 1px solid #fff; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 5px; }
  span.mobileMenu-toggleIcon.desktopMenu-toggleIcon-line-three {
    margin-top: 16px; }
  .navUser-item.navUser-item--cart .navUser-action .countPill.cart-quantity {
    left: 55%; }
  body .main-header #desktopmenu.show {
    display: none !important; }
  .desktop-search-icon-cont {
    display: none; }
  .mobileMenu-toggleIcon + .mobileMenu-toggleIcon {
    margin-top: 8px; }
  .mobile-search-icon-cont {
    display: block; }
  .mobile-search-icon {
    font-size: 20px;
    color: #fff; }
  [data-sub-layout="86469ba2-c536-4f80-9df3-052b5a060cb5"] .smart-app-row .column-title {
    text-align: center; }
  .giftcertificates .form-checkbox + .form-label {
    font-size: 15px;
    line-height: 20px; }
  .productView .productView-details [data-product-attribute] .form-option ~ .form-option {
    margin-left: 5px; } }

.mobile-video button, .mobile-video-outer button {
  z-index: 99999; }

@media (min-width: 1024px) {
  .productView-options .product-purchase-section .form-action {
    margin-top: 0; }
  .header-middle .header-logo.logo-image a .header-logo-image-container:after, .default header.sticky .header-middle .header-logo.logo-image a .header-logo-image-container:after {
    padding-bottom: 0 !important; }
  .default .header-middle .header-logo.logo-image a .header-logo-image-container:after {
    /* padding-bottom: 100px !important;*/ } }

@media (max-width: 900px) {
  .smarthome-ready-content-bottom .smart-ready-bottm-inner.download-part {
    display: none; }
  .google-play {
    padding: 0;
    position: relative;
    text-align: center; }
  .google-play img, .apple-store img {
    min-width: 75px;
    max-width: 136px; }
  .apple-store {
    padding: 0;
    text-align: center; }
  .smarthome-learn-more {
    padding-left: 0;
    text-align: center; }
  .smarthome-learn-more span {
    text-align: center;
    width: 100%; }
  .google-play:after, .application-part:after {
    height: 100%;
    transform: scaleY(100%); }
  .google-play:after {
    width: 2px;
    right: 0;
    height: 100%;
    position: absolute;
    content: '';
    background: #ccc;
    transform: scaleY(100%);
    top: 0; }
  .smarthome-ready-content-bottom .smart-ready-bottm-inner.application-part {
    flex: 0 0 65%;
    max-width: 65%; }
  .smarthome-ready-content-bottom .smart-ready-bottm-inner.smarthome-learn-more {
    flex: 0 0 35%;
    max-width: 35%; } }

@media (min-width: 1400px) and (max-width: 1599px) {
  .ecco-column-content {
    min-height: 445px; } }

@media (min-width: 1300px) and (max-width: 1399px) {
  .ecco-column-content {
    min-height: 380px;
    max-height: 380px;
    padding: 28px 10px 40px 230px; } }

@media (min-width: 1280px) and (max-width: 1299px) {
  .ecco-column-content {
    min-height: 375px; }
  .inner-column.voice-command-colummn .ecco-column-content {
    height: 400px; } }

@media (min-width: 970px) and (max-width: 1279px) {
  .ecco-column-content {
    min-height: 335px; } }

@media (max-width: 991px) {
  .product-information ul li:nth-child(1) {
    order: 1; }
  .product-information ul li:nth-child(2) {
    order: 2; }
  .product-information ul li:nth-child(3) {
    order: 4; }
  .product-information ul li:nth-child(4) {
    order: 3; }
  .product-information ul li:nth-child(5) {
    order: 5; }
  .product-information ul li:nth-child(6) {
    order: 6; } }

/*  3Aug client feedback   */
.product-description ul {
  padding-left: 25px; }

.product-description ul li {
  list-style-type: disc;
  list-style-position: outside; }

.productOptions-list-item-figure {
  width: 45px;
  padding: 3px 0; }

.related-products-section .slick-track {
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }

body.cart .cart-item-block.cart-item-figure .cart-item-fixed-image {
  position: relative;
  max-width: 100%; }

.cart .inner-cart-content table td.cart-item-block.cart-item-title h6.no-option {
  margin: 10px 0 0; }

.cart .inner-cart-content table td.cart-item-block.cart-item-title a {
  margin-top: 0;
  display: inline-block; }

.cart .inner-cart-content table td.cart-item-block.cart-item-title a:hover {
  color: #000; }

@media (max-width: 1366px) {
  .productView .productView-details .productView-options .form .form-field ul li:first-child .productOptions-list-item-content {
    padding-left: 15px; } }

@media (max-width: 1785px) {
  .productView .productView-title,
  .re-commended-by .section-title .section-heading,
  .related-products-section .section-title .section-heading,
  .pdt-info-content h2,
  .connect-application-inner h2,
  .rightwatersection h2,
  .Promotions .body h2,
  .giftcertificates .page-heading,
  .giftcertificates_balance .page-heading,
  .giftcertificates_redeem .page-heading,
  .product-description-sec .section-title,
  .product-icon-wrap .section-title,
  .starRatingSec .section-title {
    font-size: 34px;
    line-height: 40px; } }

@media (max-width: 1679px) {
  .productView .productView-title,
  .re-commended-by .section-title .section-heading,
  .related-products-section .section-title .section-heading,
  .pdt-info-content h2,
  .connect-application-inner h2,
  .rightwatersection h2,
  .Promotions .body h2,
  .giftcertificates .page-heading,
  .giftcertificates_balance .page-heading,
  .giftcertificates_redeem .page-heading,
  .product-icon-wrap .section-title,
  .starRatingSec .section-title,
  .product-description-sec .section-title {
    font-size: 32px; } }

@media (max-width: 1599px) {
  .productView .productView-title,
  .re-commended-by .section-title .section-heading,
  .related-products-section .section-title .section-heading,
  .pdt-info-content h2,
  .connect-application-inner h2,
  .rightwatersection h2,
  .Promotions .body h2,
  .giftcertificates .page-heading,
  .giftcertificates_balance .page-heading,
  .giftcertificates_redeem .page-heading,
  .product-icon-wrap .section-title,
  .starRatingSec .section-title,
  .product-description-sec .section-title {
    font-size: 22px;
    line-height: 30px; } }

@media (max-width: 1399px) {
  .productView .productView-title,
  .re-commended-by .section-title .section-heading,
  .related-products-section .section-title .section-heading,
  .pdt-info-content h2,
  .connect-application-inner h2,
  .rightwatersection h2,
  .Promotions .body h2,
  .giftcertificates .page-heading,
  .giftcertificates_balance .page-heading,
  .giftcertificates_redeem .page-heading,
  .product-icon-wrap .section-title,
  .starRatingSec .section-title,
  .product-description-sec .section-title {
    font-size: 19px;
    line-height: 26px; } }

@media (max-width: 1279px) {
  .productView .productView-title,
  .re-commended-by .section-title .section-heading,
  .related-products-section .section-title .section-heading,
  .pdt-info-content h2,
  .connect-application-inner h2,
  .rightwatersection h2,
  .Promotions .body h2,
  .giftcertificates .page-heading,
  .giftcertificates_balance .page-heading,
  .giftcertificates_redeem .page-heading,
  .product-icon-wrap .section-title,
  .starRatingSec .section-title,
  .product-description-sec .section-title {
    font-size: 16px;
    line-height: 23px; } }

@media (max-width: 1023px) {
  .productView .productView-title,
  .re-commended-by .section-title .section-heading,
  .related-products-section .section-title .section-heading,
  .pdt-info-content h2,
  .connect-application-inner h2,
  .rightwatersection h2,
  .Promotions .body h2,
  .giftcertificates .page-heading,
  .giftcertificates_balance .page-heading,
  .giftcertificates_redeem .page-heading,
  .product-icon-wrap .section-title,
  .starRatingSec .section-title,
  .product-description-sec .section-title,
  .mobile-voice-title {
    font-size: 14px;
    line-height: 19px; }
  .inner-column.voice-command-colummn .ecco-column-content {
    height: 340px; } }

@media (max-width: 969px) {
  .productView .productView-title,
  .re-commended-by .section-title .section-heading,
  .related-products-section .section-title .section-heading,
  .pdt-info-content h2,
  .rightwatersection h2,
  .Promotions .body h2,
  .giftcertificates .page-heading,
  .giftcertificates_balance .page-heading,
  .giftcertificates_redeem .page-heading,
  .product-icon-wrap .section-title,
  .starRatingSec .section-title,
  .product-description-sec .section-title,
  .mobile-voice-title {
    font-size: 27px;
    line-height: 35px; }
  .inner-column.voice-command-colummn .ecco-column-content {
    height: 100%; } }

@media (max-width: 767px) {
  .productView .productView-title,
  .re-commended-by .section-title .section-heading,
  .related-products-section .section-title .section-heading,
  .pdt-info-content h2,
  .connect-application-inner h2,
  .rightwatersection h2,
  .Promotions .body h2,
  .giftcertificates .page-heading,
  .giftcertificates_balance .page-heading,
  .giftcertificates_redeem .page-heading,
  .product-icon-wrap .section-title,
  .starRatingSec .section-title,
  .product-description-sec .section-title,
  .mobile-voice-title,
  .related-products-section .section-title {
    font-size: 20px;
    line-height: 27px; } }

@media (max-width: 567px) {
  .productView .productView-title,
  .re-commended-by .section-title .section-heading,
  .related-products-section .section-title .section-heading,
  .pdt-info-content h2,
  .connect-application-inner h2,
  .rightwatersection h2,
  .Promotions .body h2,
  .giftcertificates .page-heading,
  .giftcertificates_balance .page-heading,
  .giftcertificates_redeem .page-heading,
  .product-icon-wrap .section-title,
  .starRatingSec .section-title,
  .product-description-sec .section-title,
  .mobile-voice-title,
  .related-products-section .section-title {
    font-size: 29px;
    line-height: 35px; } }

@media (max-width: 427px) {
  .productView .productView-title,
  .re-commended-by .section-title .section-heading,
  .related-products-section .section-title .section-heading,
  .pdt-info-content h2,
  .connect-application-inner h2,
  .rightwatersection h2,
  .Promotions .body h2,
  .giftcertificates .page-heading,
  .giftcertificates_balance .page-heading,
  .giftcertificates_redeem .page-heading,
  .product-icon-wrap .section-title,
  .starRatingSec .section-title,
  .product-description-sec .section-title,
  .mobile-voice-title,
  .related-products-section .section-title {
    font-size: 24px;
    line-height: 30.28px; } }

@media (max-width: 374px) {
  .productView .productView-title,
  .re-commended-by .section-title .section-heading,
  .related-products-section .section-title .section-heading,
  .pdt-info-content h2,
  .connect-application-inner h2,
  .rightwatersection h2,
  .Promotions .body h2,
  .giftcertificates .page-heading,
  .giftcertificates_balance .page-heading,
  .giftcertificates_redeem .page-heading,
  .product-icon-wrap .section-title,
  .starRatingSec .section-title,
  .product-description-sec .section-title,
  .mobile-voice-title,
  .related-products-section .section-title {
    font-size: 20px; } }

.swal2-modal .button + .button, .swal2-modal .swal2-confirm {
  background-color: #ce2a2b !important;
  color: #fff !important;
  font-size: 15px !important; }

@media (min-width: 1280px) and (max-width: 1359px) {
  .inner-column.voice-command-colummn .ecco-column-content {
    padding: 20px 210px 15px 20px; } }

@media (min-width: 1360px) and (max-width: 1399px) {
  .inner-column.voice-command-colummn .ecco-column-content {
    padding: 20px 210px 25px 20px; } }

.form-label {
  cursor: inherit !important; }

.Contact .form-actions .button {
  padding: 14px 10px; }

.modal-body {
  padding: 20px; }
  .modal-body .facet-quick-heading {
    margin-top: 0; }

#modal .modal-close {
  top: 5px;
  font-size: 50px; }

.facetedSearch-navList .accordion .accordion-block .accordion-content .form .form-fieldset .form-minMaxRow .form-field .button:hover {
  background-color: #f13139; }

@media (min-width: 1201px) and (max-width: 1290px) {
  .card .card-body .card-figcaption-button-section .card-figcaption-button {
    font-size: 14px;
    padding: 5px 3px; }
  .card .card-body .card-figcaption-button-section .card-figcaption-button span {
    line-height: 20px; }
  .shipping-badge img {
    width: 35px;
    padding-right: 0; }
  .shipping-badge {
    font-size: 14px; } }

.bread-as-low-as-tooltip-external {
  display: none !important; }

.page .breadcrumbs {
  margin: 10px 0; }

.createaccount .form-actions {
  margin: 0;
  max-width: 100%; }
  .createaccount .form-actions .button {
    padding: 11.5px 10px; }

body.cart .cart-item-block .no-option {
  margin: 5px 0 3px 0;
  font-size: 15px;
  text-transform: capitalize; }

.page-content ul li {
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 25px; }

.category-description .read_more_link {
  display: none; }

.category-description h1 {
  margin: 0; }

.category-description .category-description-content .cat-desc-trim-content {
  max-height: inherit !important; }

.page .page-content.page-content--centered ol li {
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 25px; }

.page .page-content.page-content--centered p {
  margin: 10px 0 !important; }

.page .page-content.page-content--centered a:active, .page .page-content.page-content--centered a:focus, .page .page-content.page-content--centered a:hover {
  color: #212121;
  text-decoration: underline; }

.page .page-content.page-content--centered h3 strong {
  font-weight: 600;
  margin: 20px 0 10px 0; }

.card .card-body {
  height: 100%; }

.productView .productView-details .productView-options .form .form-field .form-label {
  align-items: center; }

a.custom-link.mousechange {
  pointer-events: none; }

@media (max-width: 768px) {
  .product .productCarousel-slide {
    border: 1px solid #e1e1e1;
    margin-bottom: 20px; }
  .related-products-list .productCarousel {
    padding: 0 10px; } }

.pre-order-section {
  margin: 10px 0; }

.product-purchase-section .sold-out-sec {
  /* width: 100%;*/
  margin: 0;
  padding: 0;
  display: inline-flex;
  float: none; }
  .product-purchase-section .sold-out-sec .sold-out-btn {
    font-size: 15px;
    padding: 19px 10px;
    border-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: grey;
    color: #fff;
    letter-spacing: 1px;
    height: auto;
    transition: .3s all;
    text-align: center;
    line-height: 0;
    border: none; }

.presist-menu-sec ul li a.presist-add-to-cart.sold-out-link {
  background-color: grey; }

.presist-menu-sec ul li a.presist-add-to-cart-sold {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  background-color: grey;
  border-radius: 2px;
  padding: 19px 10px;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 0;
  font-weight: 700;
  transition: .3s all;
  text-align: center;
  line-height: 0;
  border: none; }

.or-use-label {
  display: none; }

.PaypalCommerceInnerContainer {
  margin-top: 8px !important; }

.PaypalCommerceInnerContainer, .GooglePayInnerContainer, .PaypalCommerceCreditInnerContainer {
  width: 100% !important;
  max-width: 750px !important;
  margin-bottom: 0 !important; }

.PaypalCommerceInnerContainer .paypal-button-row {
  height: 58px !important;
  max-height: 58px !important;
  min-height: 58px !important; }

@media (max-width: 991px) {
  .productView-details .productView-product .desktop-price-sec afterpay-placement {
    display: none; }
  .mobile-price-sec afterpay-placement {
    margin-top: 0; } }

@media (min-width: 992px) {
  .productView-details .productView-product .desktop-price-sec.price-rating .productView-price {
    order: 1; }
  .productView-details .productView-product .price-rating .productView-rating {
    order: 2; }
  .productView-details .productView-product .desktop-price-sec afterpay-placement {
    order: 3; } }

.Sub.Categories.accordion-block {
  display: none; }

.navList .navList-item .navList-childlist.open {
  display: block; }

.navList .navList-item .navList-childlist.open li.navList-childlist-item a.active-category::before {
  border-color: #ce2a2b;
  background-color: #ce2a2b;
  color: #fff; }

.navList .navList-item .navList-childlist.open li.navList-childlist-item a.navList-action.navList-action--checkbox::before {
  border-radius: 0;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  margin-top: 0;
  border-radius: 3px; }

.navList .navList-item .navList-childlist.open li.navList-childlist-item a.active-category::after {
  transform: scale(1) translateY(-50%);
  background-image: url(https://cdn11.bigcommerce.com/s-5jvd13xp94/product_images/uploaded_images/selected-filter.svg);
  background-repeat: no-repeat;
  opacity: 1; }

.navList .navList-item .navList-childlist.open li.navList-childlist-item a.navList-action.navList-action--checkbox::after {
  left: 2px;
  background-size: 14px;
  margin-top: 0; }

.navList .navList-item .navList-childlist.open li.navList-childlist-item a.active-category {
  color: #212121;
  font-weight: 700; }

.page-sidebar .sidebarBlock .navList {
  margin-top: 5px; }

.sidebarBlock .sidebarBlock-heading {
  margin-bottom: 0;
  padding-bottom: 0; }
  @media (max-width: 1200px) {
    .sidebarBlock .sidebarBlock-heading {
      padding: 10px 0;
      position: relative; } }

@media (min-width: 1366px) {
  .navList .navList-item .navList-childlist.open {
    padding-left: 15px; } }

@media (max-width: 1200px) {
  .facetedSearch-navList .accordion .accordion-block:first-child {
    border-top: 1px solid #d9d9d9; } }

@media (min-width: 1245px) and (max-width: 1399px) {
  .product .product-breadcrumbs {
    padding-left: 0;
    /*display: none;*/
    width: 80%; }
  .main-image-bottom .share-links {
    /*display: none;*/ } }

@media (min-width: 992px) and (max-width: 1244px) {
  .product .product-breadcrumbs {
    padding-left: 0;
    /*display: none;*/
    width: 80%;
    margin: 0; }
  .main-image-bottom .share-links {
    /*display: none;*/ } }

@media only screen and (min-width: 1025px) and (max-width: 1269px) {
  .main-thumbnails-section {
    height: 105px;
    display: flex;
    width: 100%; } }

afterpay-placement {
  text-align: left; }

@media (max-width: 567px) {
  afterpay-placement {
    --messaging-font-size: 12px;
    --logo-badge-width: 70px;
    text-align: left; }
  body.cart afterpay-placement {
    --messaging-font-size: 0;
    --logo-badge-width: 100px;
    text-align: center;
    background-color: #B1FCE4;
    border-radius: 2px;
    padding: 11px 0;
    margin: 10px 23px 0;
    width: 100%; } }

@media (max-width: 440px) {
  afterpay-placement {
    --messaging-font-size: 11px;
    --logo-badge-width: 70px;
    text-align: left; } }

@media (max-width: 410px) {
  afterpay-placement {
    --messaging-font-size: 10px;
    --logo-badge-width: 58px;
    text-align: left; } }

.Selector .inner-pages-top-bottom {
  display: none; }

.page-sidebar .sidebarBlock.is-open-category .cat-expand-menu {
  width: 1rem;
  height: 1rem; }

@media (min-width: 1201px) {
  .sidebarBlock .sidebarBlock-heading {
    position: relative;
    padding: 0; } }

@media (max-width: 800px) {
  .sidebarBlock-heading .icon {
    right: 1rem; } }

.paypal-buttons {
  height: 45px !important;
  max-height: 45px !important;
  background: #ffc439;
  border-radius: 2px; }
  .paypal-buttons:hover {
    filter: brightness(0.95); }

.PaypalCommerceCreditCheckout {
  margin-top: 3px; }

.PaypalCommerceCreditCheckout iframe, .PaypalCommerceCheckout iframe {
  padding-top: 4px; }

.gpay-button {
  height: 45px !important;
  min-height: 45px !important;
  border-radius: 2px !important; }

.gpay-button.black.short, .gpay-button.black.plain {
  font-size: 50px; }

/* about page 11may */
body.About.Us:not(.default) .header.sticky,
body.Mobile.App:not(.default) .header.sticky {
  position: fixed !important;
  background: #000 !important; }

.Cookie.Statement a {
  word-wrap: break-word; }

ul.additional-checkout-buttons afterpay-placement p span {
  display: none !important; }

body.product.cart-previewed {
  overflow-y: hidden; }

@media only screen and (min-width: 375px) and (max-width: 420px) {
  body.product.cart-previewed .previewCart .previewCartList {
    /*max-height: 450px;*/ } }

@media (max-width: 374px) {
  body.product.cart-previewed .previewCart .previewCartList {
    /*max-height: 390px;*/ } }

@media only screen and (max-width: 576px) {
  .page .body, .category:not(.About.Us) .body {
    /* margin-top: 49px;*/ }
  .About.Us.page .body,
  .Mobile.App.page .body {
    margin-top: 0; } }

.bottom-pagination {
  padding: 10px 0; }

.smarthome-ready-wrap .slick-initialized .slick-slide {
  display: inline-block; }

.body:not(.default) .header {
  padding: 5px 0; }

.cart-previewed {
  overflow: hidden;
  right: 0 !important;
  width: 100%;
  margin-left: -600px;
  transition: margin-left 0.3s ease-in-out; }

.definitionList {
  margin: 0;
  display: inline-block;
  width: 100%;
  padding-left: 15px !important; }

.previewCartItem-content .definitionList {
  /*padding-left: 18px !important;-*/ }

body .definitionList .definitionList-value {
  margin: 0;
  color: #000;
  vertical-align: middle;
  font-size: 15px;
  list-style: decimal;
  list-style-position: outside; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cart-header-blank {
    display: none;
    padding: 10px 0; } }

body .definitionList .definitionList-value::marker {
  letter-spacing: 0; }

[data-quantity-min-error="The minimum purchasable quantity is null"] {
  /*display:none;*/ }

.productView .productView-details .productView-options .form .form-field:last-child .option-value-cont .form-label:last-child {
  border-top: 1px solid #efefef; }

.paypal-button-container {
  max-width: 100% !important; }

.previewCartItem-price-full {
  width: 100%;
  text-align: right; }

/* ------------------- */
.hidden-btn {
  display: none; }

.blocker.loader {
  display: block; }

.sorting {
  display: none;
  padding: 0 10px; }
  @media only screen and (max-width: 1200px) {
    .sorting {
      display: block !important;
      padding: 0;
      order: 2; }
      .sorting .navList {
        padding: 0 0 10px 15px;
        margin-top: 0 !important; } }
  .sorting .sidebarBlock {
    padding: 0;
    border-bottom: 1px solid #D9D9D9; }
    @media only screen and (max-width: 1200px) {
      .sorting .sidebarBlock {
        border-bottom: 0; } }

.subcat-section {
  position: relative;
  padding: 0 10px; }
  .subcat-section .navList {
    padding-left: 0; }

.search #faceted-search-container .sorting {
  padding: 0; }
  .search #faceted-search-container .sorting .navList {
    padding-left: 25px; }

.customBlocker {
  display: none;
  background: rgba(255, 255, 255, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99; }
  .customBlocker.loader {
    display: block !important; }

.Rating.accordion-block ul {
  display: flex;
  flex-direction: column-reverse; }

.Rating.accordion-block .icon svg {
  fill: #ce242b;
  stroke: #ce242b; }

.Rating.accordion-block .star-5 .icon:nth-child(n+6) svg {
  fill: none;
  stroke: #7b7b7b; }

.Rating.accordion-block .star-4 .icon:nth-child(n+5) svg {
  fill: none;
  stroke: #7b7b7b; }

.Rating.accordion-block .star-3 .icon:nth-child(n+4) svg {
  fill: none;
  stroke: #7b7b7b; }

.Rating.accordion-block .star-2 .icon:nth-child(n+3) svg {
  fill: none;
  stroke: #7b7b7b; }

.Rating.accordion-block .star-1 .icon:nth-child(n+2) svg {
  fill: none;
  stroke: #7b7b7b; }

.blog-main-banner .blog__banner {
  width: 100% !important; }

/* search page css start */
.search .page {
  margin: 0; }
  .search .page .page-content {
    padding: 0;
    border: none; }
    @media (max-width: 1200px) {
      .search .page .page-content {
        width: 100%; } }
    .search .page .page-content #product-listing-container {
      border-left: 1px solid #e1e1e1; }
      @media (max-width: 1200px) {
        .search .page .page-content #product-listing-container {
          border: none; } }

@media (max-width: 1200px) {
  .search .nav {
    margin: 30px 0; } }

.search .nav .navBar {
  max-width: 100%; }

.search .cat-title-filter {
  justify-content: end; }

.search .bottom__pagination .no-pagination {
  padding: 20px 0px;
  display: block; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .search .bottom__pagination .no-pagination {
      padding: 0px 0 20px 10px; } }
  @media (max-width: 767px) {
    .search .bottom__pagination .no-pagination {
      padding: 10px 0 20px; } }
  .search .bottom__pagination .no-pagination .product-listing-filter-left {
    display: inline-block;
    text-align: right !important;
    padding: 0;
    width: 100% !important; }

@media (max-width: 1200px) {
  .search_cat {
    padding: 0; } }

@media (max-width: 1200px) {
  .search_cat .sidebarBlock-heading {
    padding: 10px; } }

@media (max-width: 1200px) {
  .search_cat .sidebarBlock-heading .icon {
    right: 0.5rem; } }

@media (max-width: 800px) {
  .search_cat .sidebarBlock-heading .icon {
    right: 1.5rem; } }

@media (max-width: 1200px) {
  .search_cat #facetedSearch {
    padding: 0 10px;
    order: 3; } }

#search-results-content a:hover {
  color: #000; }

/* serch page css end */
.mobile-main-image {
  display: none; }

@media (max-width: 479px) {
  .app-images {
    max-height: 725px;
    overflow: hidden; } }

@media (max-width: 479px) {
  .mobile-main-image-section {
    min-height: 350px; } }

@media (min-width: 1024px) {
  .desktop-main-image-section .productView-thumbnails {
    max-height: 710px;
    overflow: hidden; } }

@media (max-width: 479px) {
  .custom-content-area .mobile-video-outer {
    min-height: 650px; } }

@media (min-width: 1024px) {
  .custom-content-area .desk-video-outer {
    min-height: 720px; } }

/* details page mobile view css start */
.mobile-main-image .product-video .productView-thumbnail-links img {
  width: 100%;
  height: 100%;
  object-fit: contain; }
  @media (max-width: 767px) {
    .mobile-main-image .product-video .productView-thumbnail-links img {
      object-fit: cover; } }

.option-title span[data-option-index] {
  min-width: 12px; }

/* details page mobile view css end */
.wisepops-root {
  position: relative;
  z-index: 99; }

#wisepops-root.wisepops-root {
  z-index: 9999999; }

@media (max-width: 567px) {
  .custom-content-area .desk-video-outer {
    display: none; } }

.Reviews-wrap {
  display: inline-block;
  width: 100%;
  background-color: #FAFAFA;
  padding: 45px 50px; }
  @media (max-width: 1679px) {
    .Reviews-wrap {
      padding: 45px 30px; } }
  @media (max-width: 1024px) {
    .Reviews-wrap {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .Reviews-wrap {
      padding: 20px 0; } }
  .Reviews-wrap .reviews-inner {
    display: flex; }
  .Reviews-wrap .slick-track {
    display: flex; }
  .Reviews-wrap .reviews-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    background: #fff;
    padding: 20px;
    margin: 7.5px 15px;
    height: auto; }
    @media (max-width: 567px) {
      .Reviews-wrap .reviews-item {
        padding: 10px;
        margin: 10px; } }
    @media (max-width: 374px) {
      .Reviews-wrap .reviews-item {
        padding: 7.5px;
        margin: 7.5px; } }
  .Reviews-wrap .reviews-left {
    width: 100%;
    display: flex;
    align-items: center; }
    .Reviews-wrap .reviews-left .reviews-content {
      padding-left: 15px; }
      .Reviews-wrap .reviews-left .reviews-content p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        height: 47px;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        font-size: 15px;
        color: #1a1818;
        letter-spacing: 1px;
        line-height: 25px; }
        @media (max-width: 1279px) {
          .Reviews-wrap .reviews-left .reviews-content p {
            font-size: 11px;
            line-height: 18px; } }
        @media (max-width: 1079px) {
          .Reviews-wrap .reviews-left .reviews-content p {
            font-size: 10px;
            line-height: 15px; } }
        @media (max-width: 1023px) {
          .Reviews-wrap .reviews-left .reviews-content p {
            font-size: 9px; } }
        @media (max-width: 969px) {
          .Reviews-wrap .reviews-left .reviews-content p {
            letter-spacing: 1px;
            line-height: 22px;
            font-size: 15px; } }
        @media (max-width: 639px) {
          .Reviews-wrap .reviews-left .reviews-content p {
            font-size: 12px; } }
        @media (max-width: 567px) {
          .Reviews-wrap .reviews-left .reviews-content p {
            font-size: 15px;
            font-weight: 400; } }
      .Reviews-wrap .reviews-left .reviews-content .Rating__star {
        display: block;
        width: 100%;
        line-height: 0; }
        @media (max-width: 767px) {
          .Reviews-wrap .reviews-left .reviews-content .Rating__star {
            margin: 0 0 5px; } }
        .Reviews-wrap .reviews-left .reviews-content .Rating__star span {
          display: inline-block; }
  .Reviews-wrap img {
    width: auto;
    max-width: 67px;
    object-fit: contain;
    height: 100%;
    max-height: 67px; }
  .Reviews-wrap .slick-initialized .slick-slide::before {
    height: 0; }
  .Reviews-wrap .slick-slide img {
    display: block; }
  .Reviews-wrap button.slick-prev.slick-arrow, .Reviews-wrap .slick-next.slick-arrow {
    opacity: 1;
    border: none;
    padding: 5px;
    width: 30px;
    height: 30px; }
  .Reviews-wrap .slick-arrow::before {
    background: none;
    height: 12px;
    width: 12px;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    font-size: 0; }
  .Reviews-wrap .slick-arrow.slick-prev, .Reviews-wrap .slick-arrow.slick-next {
    width: 30px;
    height: 30px;
    padding: 5px; }
  .Reviews-wrap .slick-arrow.slick-prev {
    left: -25px; }
  .Reviews-wrap .slick-arrow.slick-next {
    right: -25px; }
  .Reviews-wrap .slick-arrow.slick-prev::before {
    transform: translateX(20%) translateY(50%) rotate(135deg); }
  .Reviews-wrap .slick-arrow.slick-next::before {
    transform: translateX(-20%) translateY(50%) rotate(-45deg); }
  .Reviews-wrap .slick-arrow:hover::before {
    opacity: 1;
    border-color: #ce242b; }
  .Reviews-wrap .slick-prev.slick-disabled:before, .Reviews-wrap .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .Reviews-wrap .content-bottom {
    margin: 15px 0 0; }
    @media (max-width: 991px) {
      .Reviews-wrap .content-bottom {
        margin: 10px 0 0; } }
    .Reviews-wrap .content-bottom p {
      margin: 0 0 8px;
      font-size: 15px;
      color: #1a1818;
      letter-spacing: 1px;
      line-height: 25px; }
      @media (max-width: 1279px) {
        .Reviews-wrap .content-bottom p {
          font-size: 11px;
          line-height: 18px; } }
      @media (max-width: 1079px) {
        .Reviews-wrap .content-bottom p {
          font-size: 10px;
          line-height: 15px; } }
      @media (max-width: 1023px) {
        .Reviews-wrap .content-bottom p {
          font-size: 9px; } }
      @media (max-width: 969px) {
        .Reviews-wrap .content-bottom p {
          letter-spacing: 1px;
          line-height: 22px;
          font-size: 15px; } }
      @media (max-width: 639px) {
        .Reviews-wrap .content-bottom p {
          font-size: 12px; } }
      @media (max-width: 567px) {
        .Reviews-wrap .content-bottom p {
          font-size: 15px;
          font-weight: 400; } }
  .Reviews-wrap .author-name {
    display: block;
    margin-top: auto; }
    .Reviews-wrap .author-name strong {
      font-size: 15px;
      line-height: 18px; }
  @media (max-width: 1024PX) {
    .Reviews-wrap .slick-dots li button {
      display: block;
      width: 8px;
      height: 8px;
      background: #BFBFBF;
      border: 1px solid #BFBFBF; }
      .Reviews-wrap .slick-dots li button:before {
        width: 8px;
        height: 8px; }
    .Reviews-wrap .slick-dots {
      bottom: -10px; }
    .Reviews-wrap .slick-dots li {
      width: 10px;
      height: 10px; }
    .Reviews-wrap .slick-arrow.slick-prev, .Reviews-wrap .slick-arrow.slick-next {
      display: none !important; }
    .Reviews-wrap .slick-dots li button:hover:before, .Reviews-wrap .slick-dots li button:focus:before {
      opacity: 1;
      background: #ce2a2b; } }

.mb-water-title {
  text-align: center;
  margin: auto; }
  @media (max-width: 567px) {
    .mb-water-title {
      max-width: 246px;
      padding-bottom: 0 !important; } }
  @media (max-width: 374px) {
    .mb-water-title {
      max-width: 236px; } }

.search-banner img {
  width: 100%; }

.cat-dis-wrap {
  background: #fff;
  margin-left: -1px;
  padding-bottom: 50px; }
  .cat-dis-wrap .column-title {
    padding: 20px 0 20px 30px;
    max-width: 100%;
    display: block;
    border-bottom: 1px solid #e1e1e1; }
    @media (max-width: 767px) {
      .cat-dis-wrap .column-title {
        text-align: center;
        padding-left: 0;
        display: table-cell; } }

.d-item .arrow {
  position: absolute;
  right: auto;
  left: 48px;
  top: 36px;
  transition: all .3s ease-in-out; }
  @media (max-width: 767px) {
    .d-item .arrow {
      left: 30px;
      top: 31px; } }

.d-item .arrow,
.d-item .arrow:before,
.d-item .arrow:after {
  border-radius: 25px;
  transition: all .3s ease-in-out; }

.d-item .arrow:before {
  content: " ";
  width: 13px;
  height: 2px;
  left: 50%;
  margin-left: -25px;
  background-color: black;
  position: absolute;
  transform: rotate(45deg); }

.d-item .arrow:after {
  content: " ";
  width: 13px;
  height: 2px;
  background-color: black;
  position: absolute;
  right: 5px;
  transform: rotate(-45deg); }

.d-item.open .arrow:before {
  transform: rotate(-45deg); }

.d-item.open .arrow:after {
  transform: rotate(45deg); }

.d-item {
  display: block;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  padding: 22px 60px 5px 60px;
  transition: all .3s ease-in-out; }
  @media (max-width: 767px) {
    .d-item {
      padding: 20px 10px 0px 35px; } }
  .d-item p {
    margin-bottom: 20px; }
    .d-item p a {
      text-decoration: underline; }
      .d-item p a:hover {
        color: #000; }
  .d-item table {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 25px; }
    .d-item table a {
      text-decoration: underline; }
      .d-item table a:hover {
        color: #000; }
  .d-item ul {
    list-style: disc;
    margin: 0 0 10px 18px; }
    .d-item ul li {
      margin-bottom: 15px; }
      .d-item ul li a {
        text-decoration: underline; }
        .d-item ul li a:hover {
          color: #000; }
  .d-item ol {
    margin: 0 0 10px 18px;
    list-style-position: outside;
    padding-left: 15px; }
    .d-item ol li {
      margin-bottom: 15px; }
      .d-item ol li a {
        text-decoration: underline; }
        .d-item ol li a:hover {
          color: #000; }

.d-item .d-item-header {
  cursor: pointer; }

.d-item .d-item-header h3 {
  font-size: 15px;
  margin: 0 0 17px; }

.d-item .d-item-header h3 strong {
  font-weight: 600; }

.d-item .arrow {
  width: 20px;
  height: 20px;
  margin-left: -25px;
  top: 24px; }

.d-item .arrow:before {
  margin-left: -11px;
  top: 9px; }

.d-item .arrow:after {
  margin-right: -6px;
  top: 9px; }

.page-content ul li, .page-content ol li {
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 25px; }
  .page-content ul li ul, .page-content ol li ul {
    padding-left: 15px; }

@media (max-width: 567px) {
  .category-description .column-title {
    font-size: 6vw;
    line-height: 8vw; } }

#cd-cart:not(.is-loading) .loadingOverlay {
  display: none !important; }

#cd-cart .loadingOverlay {
  display: none !important;
  position: fixed;
  width: 100%;
  max-width: 600px;
  top: 0;
  right: 0;
  left: auto; }

#cd-cart.is-loading .loadingOverlay {
  display: block !important; }

@media (min-width: 768px) and (max-width: 970px) {
  #cd-cart .loadingOverlay {
    max-width: 500px; } }

@media (min-width: 320px) and (max-width: 767px) {
  #cd-cart .loadingOverlay {
    max-width: 100%; } }
