@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
input:focus-visible,
button:focus-visible,
textarea:focus-visible,
select:focus-visible,
details:focus-visible,
[href]:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible,
[contenteditable="true"]:focus-visible {
  outline: 2px solid #3d4044 !important;
  outline-offset: -2px !important; }

input:focus-visible + label {
  outline: 2px solid #3d4044 !important;
  outline-offset: -2px !important; }

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

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

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

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

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

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

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

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

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

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

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

/* Vertical Carousel */
.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: #323232;
  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: 12px; }
  @media (min-width: 769px) {
    html {
      font-size: 12px; } }
  @media (min-width: 1025px) {
    html {
      font-size: 12px; } }
  @media (min-width: 1281px) {
    html {
      font-size: 12px; } }

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

a {
  color: #323232;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: red; }

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

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

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

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

.button--tertiary {
  background-color: white;
  border-color: #393939;
  color: #393939; }
  .button--tertiary:hover, .button--tertiary:focus, .button--tertiary.is-active, .button--tertiary.active {
    background-color: #5fb139;
    border-color: #5fb139;
    color: white; }
  .button--tertiary:active {
    background-color: #5fb139;
    border: 1px solid #5fb139;
    color: white; }

.button[disabled] {
  background-color: #cccccc;
  border-color: #cccccc;
  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: 14px; }

.button--small {
  font-size: 12px;
  padding: 0.58333rem 1.5rem; }

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

/*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.75rem;
  padding: 0;
  width: 100%; }

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(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: 769px) {
    .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.41667rem;
    padding-left: 1.91667rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1.33333rem;
      left: 0;
      top: 0;
      width: 1.33333rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1.16667rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1.16667rem; }

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

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

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

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

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

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

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

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

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

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

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

.switch-label--icon.icon {
  height: 2.16667rem;
  width: 2.16667rem; }
  .switch-label--icon.icon svg {
    height: 2.16667rem;
    width: 2.16667rem;
    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.83333rem;
  width: 1.83333rem;
  float: left;
  margin: 0 0 0 -2.5rem;
  position: relative;
  top: 0.83333rem; }
  .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.41667rem 0 -0.5rem;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #323232;
  float: left;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #323232; }
  .breadcrumb.current {
    color: #323232;
    cursor: default; }
    .breadcrumb.current a {
      color: #323232;
      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: #323232;
    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: black;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #323232;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

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

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

.tab-title {
  color: #323232;
  display: block;
  font-size: 14px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #323232; }

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

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

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

.navBar-action {
  color: black;
  font-size: 14px;
  padding: 0.75rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

.navList-action {
  color: #323232;
  font-size: 14px;
  padding: 0.16667rem 0; }

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

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

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

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

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

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

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

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

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

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

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: #31708f; }
  .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.66667rem;
    width: 1.66667rem; }
  .alertBox-close svg {
    fill: #999999; }

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

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(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: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #323232;
    padding: 1.91667rem;
    display: block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.91667rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 769px) {
    .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: 769px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 769px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 769px) {
    .modal {
      transform: translateY(-50%); } }

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

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

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

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

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

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.75rem 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: 14px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

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

@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: 14px;
  padding: 0.41667rem 0.75rem; }

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

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

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

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

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

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

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

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

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

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

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 769px) {
    .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: #323232; }

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

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

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

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

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

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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: #7f7f7f;
    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: #b2b2b2;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #b2b2b2;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: rgba(0, 0, 255, 0);
  border: 2px solid #abadaf;
  border-radius: 50%;
  margin-top: -1.25rem;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1; }
  .slick-next:before,
  .slick-prev:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 1.66667rem;
    width: 1.66667rem;
    margin: 0 auto; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: rgba(0, 0, 255, 0);
    border-color: white;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }
    .slick-next:hover:before, .slick-next:focus:before,
    .slick-prev:hover:before,
    .slick-prev:focus:before {
      opacity: 1; }
  @media (min-width: 1025px) {
    .productTabCarousel .slick-next, .productTabCarousel
    .slick-prev {
      width: 10px;
      height: 10px; }
      .productTabCarousel .slick-next[disabled], .productTabCarousel
      .slick-prev[disabled] {
        cursor: not-allowed; } }
  @media (min-width: 1025px) {
    .slick-next,
    .slick-prev {
      padding: 0.83333rem;
      width: 5rem;
      height: 5rem; } }

.slick-next {
  right: -5px; }
  @media (min-width: 1200px) {
    .slick-next {
      right: -3.41667rem; } }
  .slick-next:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.448 478.448'%3E%3Cpolygon points='131.659,0 100.494,32.035 313.804,239.232 100.494,446.373 131.65,478.448 377.954,239.232' stroke='%237f7f7f' fill='%237f7f7f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.448 478.448'%3E%3Cpolygon points='131.659,0 100.494,32.035 313.804,239.232 100.494,446.373 131.65,478.448 377.954,239.232' stroke='%237f7f7f' fill='%237f7f7f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1200px) {
    .slick-prev {
      left: -3.41667rem; } }
  .slick-prev:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 370.814 370.814'%3E%3Cpolygon points='292.92,24.848 268.781,0 77.895,185.401 268.781,370.814 292.92,345.961 127.638,185.401' stroke='%237f7f7f' fill='%237f7f7f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 370.814 370.814'%3E%3Cpolygon points='292.92,24.848 268.781,0 77.895,185.401 268.781,370.814 292.92,345.961 127.638,185.401' stroke='%237f7f7f' fill='%237f7f7f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill-rule='evenodd' /%3E%3C/svg%3E"); }

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

.slick-dots {
  position: relative;
  margin: 0;
  bottom: -30px; }
  .slick-dots li {
    height: 10px;
    width: 10px;
    margin: 0;
    padding: 0; }
    .slick-dots li button {
      border: 1px solid #b2b2b2;
      background: #b2b2b2;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle;
      height: 10px;
      width: 10px;
      border-radius: 50%; }
      .slick-dots li button:before {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        display: block;
        left: -1px;
        top: -1px;
        transition: background 100ms ease-out; }
      .slick-dots li button:hover {
        background: transparent; }
        .slick-dots li button:hover:before {
          border: 1px solid #b2b2b2;
          background: transparent; }
    .slick-dots li.slick-active button {
      border: 1px solid #b2b2b2;
      background: transparent;
      transform: translateY(0);
      height: 10px;
      width: 10px; }
      .slick-dots li.slick-active button:before {
        background: transparent; }
    .slick-dots li + li {
      margin-left: 12px; }

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

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

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

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

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

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

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  bottom: 10px;
  color: #8f8f8f;
  font-weight: 700;
  height: 40px;
  left: 10px;
  line-height: 1.25;
  max-width: 40px;
  min-width: 40px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: all 200ms ease;
  white-space: nowrap;
  z-index: 5;
  padding: 0; }
  .carousel-play-pause-button .play,
  .carousel-play-pause-button .pause {
    fill: black;
    width: 20px;
    height: 20px;
    margin: 0 auto; }
  .carousel-play-pause-button:not(.slickPlay) circle {
    stroke: black; }
  .carousel-play-pause-button .play {
    display: none; }
  .carousel-play-pause-button.slickPlay .progressBar circle {
    stroke: black;
    stroke-dashoffset: 0; }
  .carousel-play-pause-button.slickPlay .play {
    display: block;
    width: 18px;
    height: 18px;
    position: relative;
    left: 1px; }
  .carousel-play-pause-button.slickPlay .pause {
    display: none; }
  .carousel-play-pause-button .progressBar {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    vertical-align: middle; }
    .carousel-play-pause-button .progressBar circle {
      stroke-dasharray: 150;
      stroke-dashoffset: 150;
      transform: rotate(-90deg);
      transform-origin: 50% 60%;
      fill: transparent;
      stroke-width: 3; }
  .carousel-play-pause-button:hover {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.3); }
  @media (min-width: 551px) {
    .carousel-play-pause-button .play,
    .carousel-play-pause-button .pause {
      fill: white; }
    .carousel-play-pause-button:not(.slickPlay) circle {
      stroke: white; }
    .carousel-play-pause-button.slickPlay .progressBar circle {
      stroke: white; } }
  @media (min-width: 1025px) {
    .carousel-play-pause-button {
      bottom: 15px;
      left: 15px; } }

.heroCarousel.is-change .carousel-play-pause-button:not(.slickPlay) circle {
  animation: sliderProgress forwards; }

@keyframes sliderProgress {
  to {
    stroke-dashoffset: 0; } }

html,
body {
  height: auto; }

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: all 0.25s 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: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

.form-select {
  height: auto;
  color: #323232;
  border-radius: 3px;
  line-height: 38px;
  padding: 0 3rem 0 1rem;
  min-height: 42px;
  border: 1px solid #e2e4e8;
  background-color: #ffffff;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.58333rem top 0.66667rem;
  border-radius: 4px;
  background-size: 1.83333rem; }
  .form-select option {
    line-height: 40px;
    padding: 0px 15px;
    min-height: 42px; }
  .home-layout-2 .form-select {
    font-weight: 700; }
  .home-layout-2 .product-layout-2 .form-select {
    font-weight: 400; }

.form-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 25px;
  color: black;
  text-transform: none;
  margin: 0 0 7px 0; }
  .form-label em {
    color: #f04723; }
  .form-label small {
    float: right;
    margin-top: 0.41667rem;
    color: #8c8c8c;
    font-size: 11px;
    font-weight: 400;
    text-transform: none; }

.form-actions .button,
.form-actions input,
.form-actions a {
  max-width: 100%; }

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

.form-input {
  font-size: 12px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  border-radius: 4px;
  max-width: 100%;
  height: 36px;
  line-height: 34px;
  padding: 0 15px;
  margin: 0;
  border-color: #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .form-input[rows] {
    padding-top: 15px;
    padding-bottom: 15px; }
  .form-input::-webkit-input-placeholder {
    color: #666666;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    text-transform: unset;
    transition: all 0.25s ease;
    letter-spacing: 0;
    font-style: normal !important; }
  .form-input:-ms-input-placeholder {
    color: #666666;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    text-transform: unset;
    transition: all 0.25s ease;
    letter-spacing: 0;
    font-style: normal !important; }
  .form-input::placeholder {
    color: #666666;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    text-transform: unset;
    transition: all 0.25s ease;
    letter-spacing: 0;
    font-style: normal !important; }
  .form-input:focus::-webkit-input-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }
  .form-input:focus:-ms-input-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }
  .form-input:focus::placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }

.form-field {
  margin-bottom: 20px; }
  .form-field.form-field-radio {
    position: relative;
    padding: 13px 0 0 0; }
    .form-field.form-field-radio .form-label {
      display: inline-block;
      vertical-align: top;
      width: auto;
      margin: 0 25px 0 0;
      line-height: 24px; }
      .form-field.form-field-radio .form-label:last-child {
        display: inline-block;
        margin-bottom: 0; }
    .form-field.form-field-radio .form-radio + .form-label {
      font-size: 12px;
      font-weight: 400;
      color: #323232;
      padding-left: 23px; }
      .form-field.form-field-radio .form-radio + .form-label:before {
        width: 18px;
        height: 18px;
        border-color: #cecece; }
      .form-field.form-field-radio .form-radio + .form-label:after {
        width: 0;
        height: 0;
        border: 6px solid #323232;
        border-radius: 50%;
        top: 6px;
        left: 3px; }
  .form-field.form-field-radio2 {
    padding-top: 0;
    padding-bottom: 33px;
    border-bottom: 1px solid #e6e6e6; }
    .form-field.form-field-radio2 .form-label:first-child {
      display: block;
      margin-right: 0;
      margin-bottom: 10px; }

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

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

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

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

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

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

.form-wishlist {
  position: relative; }
  @media (max-width: 550px) {
    .form-wishlist {
      float: left;
      padding: 0 0.83333rem;
      width: 50%; } }
  @media (min-width: 1025px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1200px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 1025px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1200px) {
      .form-wishlist .button {
        margin-right: 0.75rem; } }

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

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

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

@media (min-width: 1200px) {
  .modal--large {
    width: 1170px; } }

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

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

.modal-close {
  height: 2.66667rem;
  width: 2.66667rem;
  color: #001b44;
  font-size: 26px;
  line-height: 2.66667rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 103; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.83333rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.66667rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.33333rem 0.5rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 1025px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #2a4a7b; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.83333rem); }

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

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

.hide-content {
  opacity: 0; }

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

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

#video-gallery-popup .modal-body {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px; }

.breadcrumb-wrapper {
  padding-top: 18px; }

ol.breadcrumbs {
  font-size: 0;
  overflow: visible;
  text-align: left;
  margin-bottom: 7px; }
  @media (max-width: 550px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 600; }
  .breadcrumb:not(:first-child)::before {
    content: ">";
    margin: 0 0.5rem;
    font-size: 14px;
    font-family: Poppins, Arial, Helvetica, sans-serif; }

.breadcrumb--layout2 {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 12px;
  border-radius: 10px;
  background-color: #ffffff; }
  .breadcrumb--layout2.is-scroll {
    overflow: auto; }
  .breadcrumb--layout2 ol.breadcrumbs {
    margin-bottom: 0;
    white-space: nowrap;
    overflow: auto hidden; }
  .breadcrumb--layout2 .breadcrumb {
    font-size: 12px; }
    .breadcrumb--layout2 .breadcrumb a {
      color: #6E6E6E;
      font-weight: 600; }
    .breadcrumb--layout2 .breadcrumb:not(:first-child)::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 22px;
      height: 22px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M17.7438 12.5607L9.25779 20.7861C9.1162 20.9234 8.92808 21 8.73246 21C8.53684 21 8.34872 20.9234 8.20713 20.7861L8.19799 20.7768C8.12911 20.7102 8.07427 20.6301 8.03679 20.5413C7.99931 20.4525 7.97998 20.3568 7.97998 20.2602C7.97998 20.1635 7.99931 20.0679 8.03679 19.9791C8.07427 19.8903 8.12911 19.8102 8.19799 19.7436L16.1891 11.9985L8.19799 4.25641C8.12911 4.18984 8.07427 4.10972 8.03679 4.02091C7.99931 3.9321 7.97998 3.83646 7.97998 3.73981C7.97998 3.64316 7.99931 3.54752 8.03679 3.45871C8.07427 3.3699 8.12911 3.28978 8.19799 3.22321L8.20713 3.21391C8.34872 3.0766 8.53684 3 8.73246 3C8.92808 3 9.1162 3.0766 9.25779 3.21391L17.7438 11.4393C17.8184 11.5116 17.8779 11.5986 17.9185 11.695C17.959 11.7914 17.98 11.8951 17.98 12C17.98 12.1049 17.959 12.2086 17.9185 12.305C17.8779 12.4014 17.8184 12.4884 17.7438 12.5607Z" fill="%236E6E6E"/></svg>');
      background-position: center;
      background-repeat: no-repeat;
      margin: 0 2px;
      margin-top: -2px; }
    .breadcrumb--layout2 .breadcrumb.is-active > .breadcrumb-label {
      color: #001B44;
      font-weight: 600; }
  @media (min-width: 1025px) {
    .breadcrumb--layout2 {
      padding: 10px 16px; }
      .breadcrumb--layout2.is-scroll {
        overflow: visible; }
      .breadcrumb--layout2 ol.breadcrumbs {
        white-space: normal; }
      .breadcrumb--layout2 .breadcrumb {
        font-size: 16px;
        margin-right: 2px; }
        .breadcrumb--layout2 .breadcrumb a:hover {
          color: #001B44; } }

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

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

.pagination {
  display: block;
  margin-top: 20px; }
  .pagination .pagination-list {
    margin-bottom: 0;
    display: block; }
  .pagination .pagination-info {
    color: #8c8c8c;
    display: none;
    text-align: center;
    margin-bottom: 20px; }
  @media (min-width: 551px) {
    .pagination .pagination-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .pagination .pagination-wrapper .pagination-info {
        text-align: left;
        display: inline-block;
        margin-bottom: 0; }
      .pagination .pagination-wrapper .pagination-list {
        display: inline-block; } }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
  display: inline-block; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle; }
  .pagination-list li {
    margin-left: 10px; }

.pagination-item {
  border: none;
  line-height: 1;
  vertical-align: top;
  border-radius: 3px; }
  .pagination-item svg {
    fill: #323232;
    stroke: #323232; }
  .pagination-item .pagination-link {
    padding: 12px 0 11px 0;
    font-size: 12px;
    font-weight: 400;
    color: #323232;
    min-width: 36px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    background-color: transparent; }
    .pagination-item .pagination-link:hover {
      color: #323232;
      background-color: #f7f7f7;
      border: 1px solid #f7f7f7; }
  .pagination-item.pagination-item--current .pagination-link {
    color: #323232;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 3px; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    font-weight: 700;
    border-radius: 3px;
    padding: 12px 15px 11px 15px;
    border: 1px solid #eaeaea;
    background-color: transparent;
    text-transform: uppercase; }
  @media (min-width: 551px) {
    .pagination-item .pagination-link {
      font-size: 13px;
      padding: 13px 0 12px 0; }
    .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
      padding: 14px 20px 12px 20px; } }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  top: -2px;
  position: relative;
  height: 0.83333rem;
  width: 0.83333rem; }

.pagination-item--previous .icon {
  margin-right: 5px; }

.pagination-item--next .icon {
  margin-left: 5px; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    font-size: 12px;
    color: #323232;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.41667rem; }

.button {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  user-select: none;
  appearance: none;
  width: auto;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 0;
  padding: 0 15px;
  height: 36px;
  line-height: 34px;
  letter-spacing: 0.05rem;
  border: 1px solid #bf0000;
  color: white;
  background-color: #df0000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.25s ease; }
  .home-layout-3 .button {
    height: 45px;
    line-height: 44px; }
  .button span,
  .button svg {
    position: relative;
    z-index: 1; }
  .button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    transform-origin: -10% 100%;
    transform: rotate(-90deg) translate3d(-25%, 0, 0);
    transition: all .25s; }
  .button.button--icon svg {
    fill: #757575; }
  .button.button--primary span {
    color: white; }
  .button.button--primary svg {
    fill: white; }
  .button.button--primary:before {
    background-color: #393939; }
  .button.button--primary:active {
    color: white;
    border-color: #df0000;
    background-color: #393939; }
  .button.button--secondary {
    color: white;
    background-color: #df0000;
    border-color: #df0000; }
    .button.button--secondary span {
      color: white; }
    .button.button--secondary svg {
      fill: white; }
    .button.button--secondary:before {
      background-color: #393939; }
    .button.button--secondary:active {
      color: white;
      border-color: #999999;
      background-color: #393939; }
  .button.button--tertiary {
    color: #393939;
    background-color: white;
    border-color: #393939; }
    .button.button--tertiary span {
      color: #393939; }
    .button.button--tertiary svg {
      fill: #393939; }
    .button.button--tertiary:before {
      background-color: #5fb139; }
    .button.button--tertiary:active {
      color: white;
      background-color: #5fb139;
      border-color: #5fb139; }
  .button.button--disable {
    color: white;
    background-color: #cccccc;
    border-color: #cccccc; }
    .button.button--disable:active {
      color: white;
      background-color: #cccccc;
      border-color: #cccccc; }
  .button.button--transparent span {
    color: white; }
  .button.button--transparent svg {
    fill: white; }
  .button.button--transparent:before {
    background-color: #393939; }
  .button.button--transparent:active {
    color: white;
    border-color: #df0000;
    background-color: #393939; }
  @media (min-width: 1025px) {
    .button.button--transparent {
      color: #ffffff;
      border-color: #ffffff;
      background-color: transparent; }
      .button.button--transparent span {
        color: #ffffff; }
      .button.button--transparent svg {
        fill: #ffffff; }
      .button.button--transparent:before {
        background-color: #ffffff; }
      .button.button--transparent:active {
        color: #323232;
        background-color: #ffffff;
        border-color: #ffffff; } }
  .button.button--gray {
    color: #ffffff;
    border-color: #5d6673;
    background-color: #5d6673; }
    .button.button--gray span {
      color: #ffffff; }
    .button.button--gray svg {
      fill: #ffffff; }
    .button.button--gray:before {
      background-color: #5fb139; }
    .button.button--gray:active {
      color: #ffffff;
      background-color: #5fb139;
      border-color: #5fb139; }
  .button.button-showmore {
    min-width: 179px; }
    .button.button-showmore .icon {
      height: 0.91667rem;
      width: 0.91667rem;
      margin-left: 3px;
      position: relative;
      top: -1px; }
  .button.button--round {
    border-radius: 100px; }
  .button.disable, .button[disabled] {
    cursor: not-allowed;
    color: white;
    background-color: #cccccc;
    border-color: #cccccc;
    outline: 0 !important; }
    .button.disable:active, .button[disabled]:active {
      color: white;
      background-color: #cccccc;
      border-color: #cccccc; }
  @media (min-width: 1025px) {
    .button {
      padding-left: 10px;
      padding-right: 10px; }
      .button.button--primary:hover, .button.button--primary:focus {
        color: white;
        border-color: #df0000;
        background-color: #df0000; }
        .button.button--primary:hover span, .button.button--primary:focus span {
          color: white; }
        .button.button--primary:hover svg, .button.button--primary:focus svg {
          fill: white; }
        .button.button--primary:hover:before, .button.button--primary:focus:before {
          transform: rotate(0) translate3d(-25%, 0, 0); }
      .button.button--secondary:hover, .button.button--secondary:focus {
        color: white;
        border-color: #999999;
        background-color: #df0000; }
        .button.button--secondary:hover span, .button.button--secondary:focus span {
          color: white; }
        .button.button--secondary:hover svg, .button.button--secondary:focus svg {
          fill: white; }
        .button.button--secondary:hover:before, .button.button--secondary:focus:before {
          transform: rotate(0) translate3d(-25%, 0, 0); }
      .button.button--tertiary:hover, .button.button--tertiary:focus {
        color: white;
        border-color: #5fb139;
        background-color: white; }
        .button.button--tertiary:hover span, .button.button--tertiary:focus span {
          color: white; }
        .button.button--tertiary:hover svg, .button.button--tertiary:focus svg {
          fill: white; }
        .button.button--tertiary:hover:before, .button.button--tertiary:focus:before {
          transform: rotate(0) translate3d(-25%, 0, 0); }
      .button.button--transparent:hover, .button.button--transparent:focus {
        color: #323232;
        border-color: #ffffff;
        background-color: transparent; }
        .button.button--transparent:hover span, .button.button--transparent:focus span {
          color: #323232; }
        .button.button--transparent:hover svg, .button.button--transparent:focus svg {
          fill: #323232; }
        .button.button--transparent:hover:before, .button.button--transparent:focus:before {
          transform: rotate(0) translate3d(-25%, 0, 0); }
      .button.button--gray:hover, .button.button--gray:focus {
        color: #ffffff;
        border-color: #5fb139;
        background-color: #5d6673; }
        .button.button--gray:hover span, .button.button--gray:focus span {
          color: #ffffff; }
        .button.button--gray:hover svg, .button.button--gray:focus svg {
          fill: #ffffff; }
        .button.button--gray:hover:before, .button.button--gray:focus:before {
          transform: rotate(0) translate3d(-25%, 0, 0); }
      .button.button--disable:hover, .button.button--disable:focus {
        color: white;
        background-color: #cccccc;
        border-color: #cccccc; }
      .button.disable:hover, .button.disable:focus, .button[disabled]:hover, .button[disabled]:focus {
        color: white;
        background-color: #cccccc;
        border-color: #cccccc; } }

.tabs {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px; }
  .tabs.tabs-custom {
    border: none;
    font-size: 0;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 15px; }
    .tabs.tabs-custom .tab {
      float: none;
      width: 50%;
      border: none;
      padding: 0 8px;
      margin: 16px 0 0 0;
      display: inline-block;
      vertical-align: middle; }
      .tabs.tabs-custom .tab .tab-title {
        padding: 0;
        font-size: 12px;
        font-weight: 700;
        color: #9b9b9b;
        text-align: center;
        border-radius: 3px;
        padding: 6px 5px;
        border: 1px solid #9b9b9b;
        text-transform: capitalize; }
      .tabs.tabs-custom .tab:nth-child(-n + 2) {
        margin-top: 0; }
      .tabs.tabs-custom .tab.is-active .tab-title {
        color: #323232;
        border-color: #323232; }
        .tabs.tabs-custom .tab.is-active .tab-title .productCarousel-tabs {
          color: #000000; }
  @media (min-width: 551px) {
    .tabs.tabs-custom {
      margin-bottom: 30px; }
      .tabs.tabs-custom .tab {
        width: auto;
        margin: 0 15px;
        color: #9b9b9b;
        padding-left: 15px;
        padding-right: 15px;
        border: none;
        border-bottom: 2px solid #9b9b9b; }
        .tabs.tabs-custom .tab .tab-title {
          font-size: 18px;
          border-radius: 0;
          border: none;
          color: inherit;
          padding: 0 0 12px 0; }
        .tabs.tabs-custom .tab:before {
          content: none; }
        .tabs.tabs-custom .tab.is-active {
          border-bottom: 2px solid #323232; } }
  @media (min-width: 1025px) {
    .tabs.tabs-custom {
      text-align: center;
      margin-left: 0;
      margin-right: 0; }
      .tabs.tabs-custom .tab .tab-title {
        font-size: 22px; } }

.tab {
  float: none;
  position: relative;
  border: 1px solid #eeeeee; }
  .tab.is-active {
    border: 1px solid #000000; }
    @media (min-width: 551px) {
      .tab.is-active {
        border: none; }
        .tab.is-active:before {
          width: 100%; }
          .productCarousel-tabs .tab.is-active:before {
            width: 100%;
            background-color: #000000; } }
  @media (min-width: 551px) {
    .tab {
      border: none;
      float: none;
      display: inline-block;
      vertical-align: top;
      margin-right: 20px; }
      .tab:before {
        left: 0;
        bottom: -1px;
        width: 0;
        height: 2px;
        content: "";
        position: absolute;
        background-color: #000000;
        transition: all 0.3s ease; }
        .productCarousel-tabs .tab:before {
          width: 100%;
          background-color: #999999; } }
  @media (min-width: 1025px) {
    .tab {
      margin-right: 25px; } }
  @media (min-width: 1200px) {
    .tab {
      margin-right: 35px; } }

.tab-title {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  padding: 1.16667rem 0;
  text-decoration: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #323232;
  font-weight: 700; }
  .tab-title:hover, .tab-title:focus {
    color: inherit; }
  .productCarousel-tabs .tab-title {
    color: #999999; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left;
      padding: 0 0 10px 0; } }

.tabs-contents {
  padding: 0;
  margin-bottom: 0; }

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

.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: 1025px) {
  .tab-content .productReview {
    width: 33.33333%; } }

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

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

.tab-content.is-active .toggle-content {
  display: block; }

.tabs-vertical {
  margin-bottom: 0; }
  .tabs-vertical .toggle-title {
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #323232;
    border-bottom: 1px solid #ebebeb; }
    .tabs-vertical .toggle-title .toggleLink {
      width: 100%;
      float: none;
      color: inherit;
      vertical-align: top;
      display: inline-block; }
      .tabs-vertical .toggle-title .toggleLink .text {
        float: left; }
      .tabs-vertical .toggle-title .toggleLink .icon {
        width: 15px;
        height: 24px;
        float: right;
        padding: 5px 0;
        transform: rotate(90deg);
        fill: #c1c1c1;
        stroke: #c1c1c1;
        transition: all 0.3s ease; }
      .tabs-vertical .toggle-title .toggleLink.is-open .icon {
        transform: rotate(270deg); }
    @media (min-width: 769px) {
      .tabs-vertical .toggle-title {
        font-size: 16px; } }
  .tabs-vertical .toggle-content {
    font-size: 1rem;
    padding: 30px 0 35px 0; }
  .tabs-vertical .productReview:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  .tabs-vertical:first-child {
    border-top: none; }
    .tabs-vertical:first-child .toggle-title {
      padding-top: 0; }

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

.accordion-content {
  border: 0;
  padding: 13px 20px 20px; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

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

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

.accordion--navList {
  border: 0;
  border-radius: 0; }
  .accordion--navList .accordion-block {
    margin: 0 0 32px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e0e0e0; }
  .accordion--navList .accordion-navigation {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0; }
    .accordion--navList .accordion-navigation .accordion-navigation-actions {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 0; }
      .accordion--navList .accordion-navigation .accordion-navigation-actions .icon {
        vertical-align: top;
        width: 20px;
        height: 20px;
        stroke: transparent;
        background: transparent; }
  .accordion--navList .accordion-title {
    padding: 0; }
  .accordion--navList .accordion-content .navList-item a {
    margin: 0;
    padding: 0 0 0 26px; }
    .accordion--navList .accordion-content .navList-item a .navList-action-close {
      position: absolute;
      float: unset;
      right: -25px;
      top: 50%;
      transform: translateY(-50%);
      margin: 0;
      width: 20px;
      height: 20px;
      padding: 6px; }
      .accordion--navList .accordion-content .navList-item a .navList-action-close .icon {
        width: 100%;
        height: 100%; }
    .accordion--navList .accordion-content .navList-item a:before {
      background-color: white;
      border: 1px solid #d0d0d0;
      width: 14px;
      height: 14px;
      top: 50%;
      bottom: auto;
      left: 0;
      margin: 0;
      border-radius: 0;
      transform: translateY(-50%);
      z-index: 11; }
    .accordion--navList .accordion-content .navList-item a:after {
      width: 12px;
      height: 14px;
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23ffffff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3E%3C/path%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%;
      z-index: 12; }
    .accordion--navList .accordion-content .navList-item a.is-selected:before {
      border-color: #323232;
      background: #323232; }
  .accordion--navList .accordion-content .toggleLink {
    padding: 0 0 0 26px; }
  .accordion--navList .accordion-content.facetedSearch-content--rating .navList-item + .navList-item {
    margin-top: 17px; }
  .accordion--navList .accordion-content.is-open {
    padding-bottom: 25px; }

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

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

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

.accordion-nav-clear-holder {
  position: relative;
  margin: 0;
  line-height: 20px;
  padding: 12px 20px 12px 20px;
  border-bottom: 1px solid #e2e4e8; }

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

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

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

.alertBox {
  border-radius: 4px;
  color: #333333;
  padding: 10px 20px;
  margin-bottom: 20px; }

.alertBox-icon .icon {
  height: 2.08333rem;
  width: 2.08333rem; }
  .alertBox-icon .icon svg {
    fill: #31708f; }

.alertBox--info {
  background-color: #e8f4fa;
  color: #31708f; }
  .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: 1.16667rem;
  left: -0.16667rem;
  margin-right: 0.08333rem;
  position: relative;
  top: 0.25rem;
  width: 1.16667rem; }

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

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

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

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

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

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

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

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

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

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.5rem;
  font-size: 12px;
  height: 2.33333rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.58333rem 0.75rem;
  padding-right: 2rem; }

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

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

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

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

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (max-width: 550px) {
    .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%;
  height: 42px;
  line-height: 40px; }

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

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

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

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

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

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

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

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

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

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

.form-increment {
  position: relative;
  min-width: 144px;
  min-height: 40px;
  text-align: center;
  border: 1px solid #e2e4e8;
  border-radius: 3px; }
  .form-increment .button {
    margin: 0;
    padding: 0;
    border: none;
    width: 36px;
    height: 100%;
    position: absolute;
    background: 0 0;
    border-radius: 0; }
    .form-increment .button[data-action=dec] {
      bottom: 0;
      left: 0;
      border-right: 1px solid #e2e4e8; }
    .form-increment .button[data-action=inc] {
      bottom: 0;
      right: 0;
      border-left: 1px solid #e2e4e8; }
  .form-increment.round-style {
    border-radius: 28px;
    min-height: 60px; }
    .form-increment.round-style .button {
      width: 60px;
      height: 100%;
      border-radius: 28px; }
      .form-increment.round-style .button[data-action=dec] {
        border-right: none; }
      .form-increment.round-style .button[data-action=inc] {
        border-left: none; }
    .form-increment.round-style input {
      font-size: 18px;
      font-weight: 600;
      border-radius: 28px;
      color: black;
      padding: 10px 12px;
      height: 60px;
      border-color: #2A2A2A; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  -moz-appearance: textfield;
  background-color: transparent; }
  .form-input--incrementTotal::-webkit-outer-spin-button, .form-input--incrementTotal::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

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

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.83333rem;
  width: 1.83333rem;
  min-width: initial;
  padding: 0; }
  @media (max-width: 550px) {
    .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: 12px;
  height: 2.33333rem;
  line-height: 1rem;
  padding: 0.58333rem 0.75rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
    .form-minMaxRow .form-field:last-child {
      margin-top: 15px;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left;
      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: 1025px) {
  .form-row {
    margin: 0 -15px; }
    .form-row .form-field {
      padding: 0 15px; } }

@media (max-width: 550px) {
  .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 {
  display: block;
  position: relative;
  margin: 0;
  padding: 0; }
  .card .button {
    pointer-events: all; }
  .card .card-figcaption-top {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: right;
    transition: right 0.5s ease, opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    font-size: 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); }
    .card .card-figcaption-top .button {
      border: none;
      font-size: 0;
      padding: 0;
      margin-right: 0;
      display: inline-block;
      background-color: #fafafa;
      min-width: 0;
      height: 35px;
      line-height: 26px; }
      .card .card-figcaption-top .button.wishlist {
        display: inline-block; }
      .card .card-figcaption-top .button svg {
        width: 18px;
        height: 18px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .card .card-figcaption-top .button .icon-wrapper {
        width: 35px;
        height: 35px;
        display: inline-block;
        position: relative; }
      @media (max-width: 1024px) {
        .card .card-figcaption-top .button.wishlist, .card .card-figcaption-top .button.quickview {
          display: none; }
          .card .card-figcaption-top .button.wishlist.show-mobile, .card .card-figcaption-top .button.quickview.show-mobile {
            display: inline-block; } }
    .card .card-figcaption-top .quickview {
      border-radius: 3px 0 0 3px; }
      .card .card-figcaption-top .quickview + .wishlist {
        margin-top: 0;
        margin-left: 0;
        border-left: 1px solid #eee;
        border-radius: 0 3px 3px 0; }
    @media (max-width: 1024px) {
      .card .card-figcaption-top {
        opacity: 1;
        visibility: visible; } }
  .card .card-figcaption-bottom:not(.card-figcaption-bottom--custom) {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    transition: bottom 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 10; }
    .card .card-figcaption-bottom:not(.card-figcaption-bottom--custom) .card-figcaption-button {
      margin: 0; }
    .home-layout-3 .card .card-figcaption-bottom:not(.card-figcaption-bottom--custom).card-figcaption-countdown {
      bottom: 0;
      opacity: 1;
      visibility: visible;
      display: block; }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }
  .card.card-custom {
    display: table;
    margin-bottom: 22px; }
    .card.card-custom .card-link {
      display: table-cell;
      vertical-align: top;
      position: relative;
      overflow: hidden;
      z-index: 1;
      width: 80px; }
    .card.card-custom .card-img-container::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
    .card.card-custom .card-content {
      display: table-cell;
      vertical-align: top;
      width: calc(100% - 80px);
      padding: 0 0 0 15px; }
    .card.card-custom .card-title {
      position: relative;
      top: -6px;
      margin-top: 0; }
      .card.card-custom .card-title > a {
        margin-bottom: 0;
        line-height: 24px; }
      .card.card-custom .card-title .card-ellipsis {
        -webkit-line-clamp: 2; }
    .card.card-custom .card-price {
      justify-content: flex-start; }
    .card.card-custom .card-action {
      background: transparent !important;
      border: 0;
      font-size: 10px;
      line-height: 24px;
      width: 100%;
      color: #323232;
      text-align: left;
      transition: unset;
      font-weight: 400; }
      .card.card-custom .card-action span {
        position: relative;
        font-size: 16px;
        text-transform: capitalize;
        background-image: linear-gradient(transparent 97%, #323232 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; }
      @media (min-width: 1025px) {
        .card.card-custom .card-action:hover {
          color: red; }
          .card.card-custom .card-action:hover span {
            background-image: linear-gradient(transparent 97%, red 3%); } }
  @media (min-width: 1025px) {
    .card:hover .card-figcaption {
      z-index: 4;
      opacity: 1; }
      .card:hover .card-figcaption::before {
        opacity: 1;
        visibility: visible; }
    .card:hover .card-figcaption-top {
      opacity: 1;
      visibility: visible; }
    .card:hover .card-figcaption-bottom:not(.card-figcaption-bottom--custom) {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .card:hover .card-compare {
      opacity: 1;
      z-index: 1;
      overflow: visible;
      display: inline-block; }
    .card.card-hover:hover .card-link .card-image {
      opacity: 0;
      backface-visibility: visible; }
    .card.card-hover:hover .card-link .card-image-2 {
      opacity: 1;
      backface-visibility: visible;
      z-index: 1; }
      .card.card-hover:hover .card-link .card-image-2 img {
        transform: scale3d(1.1, 1.1, 1); }
    .card:not(.card-hover) .card-image {
      transition: opacity 0.3s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
    .card:not(.card-hover):hover .card-image {
      transform: scale3d(1.1, 1.1, 1); } }

.card-figure {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0; }

.card-image {
  border: 0; }

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

.card-figcaption {
  display: block;
  margin: 0;
  pointer-events: none;
  opacity: 1; }
  .card-figcaption:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    opacity: 0;
    content: '';
    visibility: hidden;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease; }

.card-figcaption-countdown {
  width: 100%;
  text-align: center; }
  .card-figcaption-countdown .card-countDown {
    font-weight: 700;
    padding: 3px 10px;
    background-color: #f5f5f5;
    color: #323232;
    width: 100%;
    border-radius: 50px;
    display: none; }
    @media (max-width: 1025px) {
      .card-figcaption-countdown .card-countDown {
        padding: 5px 0; } }
    .card-figcaption-countdown .card-countDown.is-active {
      display: block; }
  .home-layout-1 .card-figcaption-countdown {
    margin: 10px 0;
    text-align: left; }
    .home-layout-1 .card-figcaption-countdown .card-countDown {
      padding: 0;
      font-size: 12px;
      background-color: transparent; }
      @media (max-width: 1024px) {
        .home-layout-1 .card-figcaption-countdown .card-countDown .title {
          display: none; } }
  .home-layout-2 .card-figcaption-countdown {
    margin-bottom: 10px; }
  .home-layout-3 .card-figcaption-countdown .title {
    display: none; }
  .home-layout-3 .card-figcaption-countdown .num {
    font-size: 16px;
    line-height: 18px;
    padding: 6px 2px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 41px;
    min-height: 48px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white; }
  .home-layout-3 .card-figcaption-countdown .text {
    font-size: 12px;
    font-weight: 400;
    display: block;
    color: #d8d8d8; }
  .home-layout-3 .card-figcaption-countdown .card-countDown {
    padding: 5px;
    background-color: transparent; }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -100%, 0);
  top: 100%;
  width: 100%; }
  @media (min-width: 1025px) {
    .card-figcaption-body {
      display: inline-block;
      pointer-events: all;
      transform: translate3d(0, -50%, 0);
      top: 50%;
      width: auto; } }

.card-image {
  border: 0; }

.card-title {
  padding: 0 0 0.25rem;
  margin: 0;
  overflow-wrap: break-word; }
  .card-title > a {
    display: block;
    color: #323232;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    padding: 0 0 5px 0;
    margin: 0;
    text-transform: capitalize;
    text-decoration: none; }
    .home-layout-2 .card-title > a {
      font-weight: 700;
      margin: 0; }
    .card-title > a span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 100%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size 0.5s; }
    @media (min-width: 551px) {
      .card-title > a {
        margin: 0 0 3px 0; } }
    @media (min-width: 1025px) {
      .card-title > a:hover {
        color: black; }
        .card-title > a:hover span {
          background-size: 100% 1px; } }
  .card-title .card-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /* autoprefixer: off */ }

.card-desc {
  display: none; }

.card-text {
  margin: 0; }
  .card-text[data-test-info-type='brandName'] {
    font-size: 12px;
    font-weight: 700;
    color: #323232;
    letter-spacing: 0;
    line-height: 20px;
    min-height: 20px;
    text-transform: uppercase;
    margin-bottom: 3px; }
    .card-text[data-test-info-type='brandName'] img {
      width: auto;
      max-height: 20px;
      object-fit: contain; }
      .home-layout-2 .card-text[data-test-info-type='brandName'] img {
        margin-top: 5px;
        margin-bottom: 5px; }
    .card-text[data-test-info-type='brandName'] + .card-title {
      margin-top: 0; }
  .card-text[data-test-info-type='productRating'] {
    margin-bottom: 5px; }
    @media (min-width: 551px) {
      .card-text[data-test-info-type='productRating'] {
        margin-bottom: 10px; } }

.card-figcaption-button {
  display: block;
  margin: 0.41667rem 0 0;
  min-width: 190px;
  height: 36px;
  line-height: 34px; }
  .home-layout-3 .card-figcaption-button {
    min-width: 100%; }
  .card-figcaption-button:active {
    background-color: rgba(255, 255, 255, 0.9); }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: rgba(255, 255, 255, 0.9);
    outline: revert; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0; }
    @media (min-width: 1025px) {
      .card-figcaption-button + .card-figcaption-button {
        margin: 0.41667rem 0 0; } }
  @media (max-width: 1024px) {
    .card-figcaption-button {
      margin: 0;
      min-width: 100%; }
      .card-figcaption-button.quickview {
        display: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        color: #323232;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.8);
        text-transform: capitalize;
        border-radius: 0;
        width: 100%;
        padding: 3px 10px;
        transition: unset;
        height: 30px; }
        .card-figcaption-button.quickview.card-quickview-mobile {
          display: block; } }

.card-body {
  text-align: left;
  padding-top: 13px; }
  .card-body .card-desc {
    display: none; }
  @media (max-width: 1024px) {
    .card-body {
      flex-direction: column; }
      .card-body .card-price,
      .card-body .card-text {
        width: 100%; }
      .card-body .card-text {
        order: -1; } }
  .card-body .number-review {
    color: #7e7e7e;
    font-size: 10px;
    margin-left: 7px;
    position: relative;
    top: 3px; }
  .card-body .rating--small .icon {
    width: 14px; }
    .card-body .rating--small .icon.icon--ratingEmpty svg {
      fill: darkgray; }
  .card-body .card-compare {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 25px;
    line-height: 1;
    transform: unset;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    transition: unset; }
    .card-body .card-compare .compare {
      display: block;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0;
      text-align: center;
      text-transform: capitalize;
      border-radius: 0;
      width: 100%;
      transition: unset;
      padding: 3px 0px 3px 24px;
      cursor: pointer;
      position: relative; }
      .card-body .card-compare .compare span {
        color: #232323;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.02em;
        display: inline-block;
        vertical-align: middle;
        margin-left: 3px; }
      .card-body .card-compare .compare:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 18px;
        height: 18px;
        background: transparent;
        border: 1px solid #d8d8d8; }
      .card-body .card-compare .compare:after {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        left: 2px;
        top: 8px;
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23ffffff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3E%3C/path%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%; }
    .card-body .card-compare input {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
      .card-body .card-compare input:checked + label {
        color: #323232; }
        .card-body .card-compare input:checked + label span {
          background-image: linear-gradient(transparent 97%, #656565 3%);
          background-repeat: repeat-x;
          background-position-y: -4px; }
        .card-body .card-compare input:checked + label:before {
          border-color: #323232;
          background: #323232; }
  @media (min-width: 1025px) {
    .card-body .card-figcaption-bottom:not(.card-figcaption-bottom--custom) {
      display: none; }
      .home-layout-3 .card-body .card-figcaption-bottom:not(.card-figcaption-bottom--custom) {
        display: block;
        position: unset;
        visibility: visible;
        opacity: 1; } }
  @media (max-width: 1024px) {
    .card-body .card-figcaption-bottom:not(.card-figcaption-bottom--custom) {
      position: unset;
      visibility: visible;
      opacity: 1; }
      .card-body .card-figcaption-bottom:not(.card-figcaption-bottom--custom) .card-figcaption-button {
        padding: 0 10px; } }
  @media (max-width: 767px) {
    .card-body .card-figcaption-bottom .card-figcaption-button {
      font-size: 12px; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (max-width: 550px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }

.card-link {
  display: block;
  position: relative;
  overflow: hidden; }
  .card-link .card-img-container {
    display: block;
    position: relative;
    max-width: 500px; }
    .card-link .card-img-container::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
    .card-link .card-img-container.card-img-container-2 {
      display: flex;
      align-items: center;
      justify-content: center; }
      .card-link .card-img-container.card-img-container-2:after {
        width: auto; }
  .card-link .card-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    backface-visibility: visible;
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 0;
    margin-bottom: 0;
    transition: opacity 0.3s ease; }
  .card-link .card-image-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    backface-visibility: hidden;
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
    .card-link .card-image-2 img {
      display: inline-block;
      vertical-align: top;
      max-height: 100%;
      height: 100%;
      width: 100%;
      object-fit: cover;
      transition: opacity 0.3s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
      .card-link .card-image-2 img.lazyload, .card-link .card-image-2 img.lazyloading {
        opacity: 0;
        top: auto;
        left: auto;
        transform: none;
        position: relative;
        transition: all 0.25s ease; }
  .card-link .card-no-image {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    opacity: 1;
    backface-visibility: visible;
    border: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 0;
    margin-bottom: 0;
    transition: opacity 0.3s ease; }
  @media (min-width: 551px) {
    .card-link .card-img-container {
      max-width: 100%; } }
  @media (min-width: 1025px) {
    .card-link .card-image-2 {
      opacity: 0;
      z-index: -1;
      overflow: hidden; } }

.card-rating {
  margin: 0 0 4px 0;
  font-size: 0;
  letter-spacing: 0;
  line-height: 1; }
  .card-rating .rating--count {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    color: #323232; }

.card-price {
  display: flex;
  justify-content: left;
  position: relative;
  margin: 0 0 10px;
  color: #323232;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0; }
  .card-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .card-price .price-section {
    margin-right: 10px;
    font-weight: 700; }
    .card-price .price-section.price-section--sale {
      color: #f04723; }
    .card-price .price-section.price-section--withoutTax {
      color: #f04723; }
    .card-price .price-section.non-sale-price--withoutTax, .card-price .price-section.non-sale-price--withTax {
      text-decoration: line-through;
      color: #969696;
      font-weight: 400; }
    .card-price .price-section.price-none + .price-section--withoutTax {
      color: #323232; }
    .card-price .price-section.price-none + .price-section--withTax {
      color: #323232; }
    .card-price .price-section.price-section--salebale {
      display: none; }
    .card-price .price-section:last-child {
      margin-right: 0; }
    .card-price .price-section.rrp-price--withoutTax {
      display: none; }
  .card-price p {
    font-size: 12px;
    font-weight: 400;
    color: #323232;
    line-height: 26px;
    margin: 0; }
  @media (min-width: 551px) {
    .card-price {
      margin: 0; }
      .home-layout-2 .card-price {
        margin-bottom: 18px; }
      .home-layout-3 .card-price {
        margin-bottom: 18px; } }

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

.navList {
  list-style-type: none;
  margin: 0;
  padding-top: 2px; }
  .navList .navList-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 0; }
    .navList .navList-item:last-child {
      padding-bottom: 0; }
    .navList .navList-item a {
      display: inline-block;
      vertical-align: top;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0;
      text-transform: unset;
      color: #323232;
      padding: 0;
      transition: unset;
      width: auto; }
      .navList .navList-item a > .text {
        line-height: 20px;
        display: block; }
      .navList .navList-item a.navList-action--rating {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 0; }
        .navList .navList-item a.navList-action--rating .rating--small {
          margin-right: 5px; }
      .navList .navList-item a.is-active {
        color: red; }
        .navList .navList-item a.is-active > .text {
          text-decoration: underline;
          text-underline-position: under; }
    .navList .navList-item.navList-reset a {
      color: #323232; }
      .navList .navList-item.navList-reset a > .text {
        text-decoration: underline;
        text-underline-position: under; }
  .navList.haloCustomScrollbar {
    max-height: 224px;
    overflow-y: auto;
    padding-top: 0;
    margin-top: 25px;
    margin-right: 20px;
    opacity: 1; }
    .navList.haloCustomScrollbar .navList-item:first-child {
      margin-top: -8px; }
  @media (min-width: 1025px) {
    .navList .navList-item a:hover {
      color: red; }
      .navList .navList-item a:hover > .text {
        text-decoration: underline;
        text-underline-position: under; } }

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

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

.navBar--sub {
  width: 100%;
  text-align: center;
  margin-bottom: 15px; }
  @media (min-width: 1025px) {
    .navBar--sub {
      margin-bottom: 30px; } }
  @media (min-width: 1281px) {
    .navBar--sub {
      margin-bottom: 40px; } }

.navBar-section {
  float: none;
  display: block;
  border-radius: 3px; }
  .navBar-section .navBar-item {
    float: none;
    width: 100%;
    margin-bottom: 15px; }
    .navBar-section .navBar-item > a,
    .navBar-section .navBar-item .navBar-action {
      color: #8c8c8c;
      padding: 10px;
      font-size: 12px;
      font-weight: 700;
      display: block;
      border-radius: 3px;
      border: 1px solid #e2e4e8;
      background-color: #f7f7f7;
      transition: all 0.3s ease; }
      .navBar-section .navBar-item > a .toggleLink-text,
      .navBar-section .navBar-item .navBar-action .toggleLink-text {
        font-size: inherit;
        color: inherit;
        font-weight: inherit; }
    .navBar-section .navBar-item .navBar-action-color--active {
      color: #323232;
      background-color: #ffffff; }
    .navBar-section .navBar-item.is-active .navBar-action {
      color: #323232;
      background-color: #ffffff; }
  @media (min-width: 769px) {
    .navBar-section {
      margin: 0 -8px !important;
      font-size: 0; }
      .navBar-section .navBar-item {
        width: 50%;
        padding: 0 8px;
        display: inline-block; } }
  @media (min-width: 1025px) {
    .navBar-section {
      margin: 0 !important;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex-flow: row nowrap;
      border: 1px solid #e2e4e8;
      justify-content: space-between;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07); }
      .navBar-section .navBar-item {
        width: 50%;
        padding: 0;
        margin-bottom: 0;
        border-right: 1px solid #e2e4e8; }
        .navBar-section .navBar-item > a,
        .navBar-section .navBar-item .navBar-action {
          border: none;
          border-radius: 0px; }
        .navBar-section .navBar-item:last-child {
          border-right: none; } }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }
  .loadingOverlay:before {
    content: '';
    background: url(../img/loading.svg) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 0;
    display: block;
    animation: unset; }

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

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

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

.actionBar-section .form-label {
  color: #323232;
  font-size: 12px;
  line-height: 2.16667rem;
  margin-bottom: 0;
  padding-left: 0.75rem; }

.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: #323232;
  height: 2.16667rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.91667rem -0.91667rem 0 0;
  padding: 0.08333rem 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;
  color: #8c8c8c;
  background-color: #fcfcfc; }
  .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: 769px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  .navUser .navUser--left {
    float: left; }
  .navUser .navUser--right {
    float: right; }
  .header-layout-2 .navUser .container {
    display: flex;
    padding: 0; }
    .header-layout-2 .navUser .container .text-promotion {
      display: inline-block;
      vertical-align: middle;
      padding: 10px 0;
      color: white;
      font-weight: 700; }
    .header-layout-2 .navUser .container > div {
      width: 33.3334%;
      vertical-align: middle;
      display: flex;
      align-items: center;
      text-align: center; }
      .header-layout-2 .navUser .container > div.navUser--left {
        justify-content: left; }
      .header-layout-2 .navUser .container > div.navUser--center {
        justify-content: center; }
      .header-layout-2 .navUser .container > div.navUser--right {
        justify-content: right; }
        .header-layout-2 .navUser .container > div.navUser--right .navUser-item {
          float: none;
          display: inline-block;
          vertical-align: middle; }
    @media (max-width: 1199px) {
      .header-layout-2 .navUser .container > div.navUser--left {
        display: block;
        text-align: left; }
        .header-layout-2 .navUser .container > div.navUser--left .navUser-item {
          width: 100%;
          margin: 0; }
      .header-layout-2 .navUser .container > div.navUser--right {
        justify-content: right; }
        .header-layout-2 .navUser .container > div.navUser--right > .navUser-item:not(.navUser-item-currency) {
          display: none; } }
    @media (min-width: 1200px) {
      .header-layout-2 .navUser .container {
        padding: 0 15px; } }
  .navUser .navUser-action {
    color: #8c8c8c; }
    .navUser .navUser-action svg {
      fill: #8c8c8c;
      stroke: #8c8c8c; }
    .navUser .navUser-action:hover {
      color: red; }
      .navUser .navUser-action:hover svg {
        fill: red;
        stroke: red; }
  @media (min-width: 1025px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(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 #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.75rem;
      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.91667rem;
      position: absolute; }

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

.navUser-action {
  color: #8c8c8c;
  font-weight: 400;
  padding: 10px 0;
  text-decoration: none;
  text-transform: none; }
  .header-layout-2 .navUser-action {
    font-weight: 700; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575 !important;
      stroke: #757575 !important; }
  .navUser-action .icon {
    height: 1.33333rem;
    width: 1.33333rem;
    margin: -1px 3px 0; }
    .header-layout-3 .navUser-action .icon {
      height: 1.25rem;
      width: 1.25rem; }
  .navUser-action svg {
    fill: #8c8c8c;
    stroke: #8c8c8c;
    transition: all 0.15s ease; }
  .navUser-action.navUser-action--currencySelector {
    text-transform: none;
    transition: unset;
    display: flex;
    align-items: center; }
    .navUser-action.navUser-action--currencySelector .flag {
      position: relative;
      top: -1px;
      margin: 0 8px 0 0; }
      .navUser-action.navUser-action--currencySelector .flag + .text {
        margin-right: 7px; }
    .navUser-action.navUser-action--currencySelector .cur-flag img {
      position: relative;
      top: -1px;
      margin: 0 6px 0 0;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      object-fit: cover; }
    .navUser-action.navUser-action--currencySelector .cur-code {
      font-weight: 700;
      color: #8c8c8c; }
    .navUser-action.navUser-action--currencySelector .text span {
      padding: 0 0 1px 0; }
    .navUser-action.navUser-action--currencySelector .icon {
      width: 7px;
      height: 7px;
      transition: unset;
      margin-left: 6px; }
    .navUser-action.navUser-action--currencySelector + #currencySelection {
      top: calc(100% - 3px) !important;
      left: auto !important;
      right: 0;
      min-width: 200px;
      transform: none;
      border: 0;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
      margin: 0;
      padding: 0 0 10px 0;
      display: block;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      text-align: left; }
      .navUser-action.navUser-action--currencySelector + #currencySelection.is-open {
        overflow: visible;
        visibility: visible;
        opacity: 1;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; }
      .navUser-action.navUser-action--currencySelector + #currencySelection .dropdown-menu-title {
        padding: 0 20px;
        line-height: 40px;
        margin-bottom: 8px; }
        .navUser-action.navUser-action--currencySelector + #currencySelection .dropdown-menu-title .text {
          color: #323232;
          opacity: 0.7; }
      .navUser-action.navUser-action--currencySelector + #currencySelection .dropdown-menu-item {
        padding: 0 20px;
        line-height: 30px; }
        .navUser-action.navUser-action--currencySelector + #currencySelection .dropdown-menu-item > a {
          display: flex;
          align-items: center;
          font-size: 12px;
          font-weight: 400;
          letter-spacing: 0;
          line-height: inherit;
          color: #172532;
          padding: 0;
          text-transform: unset; }
          .navUser-action.navUser-action--currencySelector + #currencySelection .dropdown-menu-item > a .flag {
            position: relative;
            top: -2px;
            margin: 0 8px 0 0; }
          .navUser-action.navUser-action--currencySelector + #currencySelection .dropdown-menu-item > a.is-active .text {
            background-image: linear-gradient(transparent 97%, #4c4c4c 3%);
            background-repeat: repeat-x;
            background-position-y: -7px; }

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 25rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 11.66667rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 11.83333rem !important; }

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

.navUser-item {
  display: none; }
  .navUser-item + .navUser-item {
    margin-left: 20px; }
  @media (min-width: 1025px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.41667rem;
        padding-right: 0.41667rem; }
      .navUser-item.navUser-item--divider {
        font-size: 2.08333rem;
        margin-top: 0.66667rem;
        padding-left: 0.16667rem; } }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: #8c8c8c; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 26.66667rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.41667rem;
      top: auto !important; }
      @media (min-width: 1025px) {
        .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.33333rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.5rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.91667rem; } }

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

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

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

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

.navUser-or {
  color: #8c8c8c;
  cursor: default;
  display: inline-block;
  margin: 0;
  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 {
  padding: 0;
  width: 100%;
  position: absolute;
  background-color: transparent; }
  .dropdown--quickSearch.is-open {
    left: 0;
    right: 0;
    outline: none;
    z-index: 50; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .dropdown--quickSearch.is-open {
        left: 50%;
        right: auto;
        transform: translateX(-50%); } }
  .dropdown--quickSearch .form {
    margin: auto;
    width: 100%; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    position: relative;
    margin-bottom: 0; }
  .dropdown--quickSearch .productGrid {
    padding: 30px 30px 0; }
    .dropdown--quickSearch .productGrid .product {
      float: left; }
  .dropdown--quickSearch.is-sticky {
    position: fixed; }

.countPill {
  top: -4px;
  right: -6px;
  background-color: #5fb139;
  border-radius: 50%;
  color: white;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  position: absolute; }
  .header-layout-2 .countPill {
    right: -5px; }
  @media (min-width: 1025px) {
    .header-layout-3 .countPill {
      top: -12px;
      right: -12px;
      z-index: 1; } }
  @media (min-width: 768px) {
    .countPill {
      top: -5px;
      right: 2px;
      width: 23px;
      height: 23px;
      line-height: 22px; } }

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

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

.navPage-childList {
  border-left: 1px solid #eeeeee;
  margin: 0.41667rem 0.75rem;
  padding-left: 0.75rem; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10;
  border-top: 1px solid #eeeeee; }
  .header-layout-2 .navPages-container {
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    justify-content: left; }
  .header-layout-3 .navPages-container {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    justify-content: left;
    border-top: none; }
  @media (max-width: 1599px) {
    .navPages-container#menu {
      margin-right: 100px; } }
  @media (min-width: 1025px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  @media (max-width: 1024px) {
    .navPages-container.is-open {
      display: block;
      padding-top: 55px;
      z-index: 0; } }

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  padding: 0; }
  @media (min-width: 1025px) {
    .navPages {
      margin: 0 auto;
      max-width: 100rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center;
      max-width: 100%;
      width: auto;
      margin: 0; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 1025px) and (min-width: 769px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1025px) {
      .navPages-item, .navPages-action {
        display: block; }
      .header-layout-2 .navPages,
      .header-layout-3 .navPages {
        text-align: left; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 1025px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 100rem;
        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; } }
    @media (min-width: 1025px) {
      .navPages .navPage-subMenu-list .navPage-subMenu-item-child.navPage-subMenu-all {
        display: none !important; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 1025px) {
    .navPages-list {
      float: none; }
      .header-layout-3 .navPages-list:not(.navPages-list--user):not(.navPages-list-megamenu) {
        display: inline-block;
        width: calc(100% - 130px); }
        .header-layout-3 .navPages-list:not(.navPages-list--user):not(.navPages-list-megamenu).navPages-list-end {
          width: 130px;
          text-align: right; } }

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

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

.header-layout-2 .navPages-item-page .navPages-action.navPages-action-lv1 {
  line-height: 20px; }
  .header-layout-2 .navPages-item-page .navPages-action.navPages-action-lv1.no-subMenu {
    padding: 12px 15px; }
  .header-layout-2 .navPages-item-page .navPages-action.navPages-action-lv1.has-subMenu {
    padding: 0; }
    .header-layout-2 .navPages-item-page .navPages-action.navPages-action-lv1.has-subMenu .text {
      padding: 12px 15px; }
  .header-layout-2 .navPages-item-page .navPages-action.navPages-action-lv1 .text {
    font-size: 12px; }

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

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

.navPages-action {
  color: white;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 0; }
  @media (min-width: 1025px) {
    .navPages-action.navPages-action-lv1:hover {
      background-color: #5d6673; }
      .header-layout-2 .navPages-action.navPages-action-lv1:hover,
      .header-layout-3 .navPages-action.navPages-action-lv1:hover {
        background-color: #f7f7f7; } }
  .navPages-action.navPages-action-lv1:not(.has-subMenu) {
    padding: 15px 15px 14px; }
  .navPages-action.navPages-action-lv1.has-subMenu > a {
    padding: 15px 15px 14px;
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #d9121f;
    stroke: #d9121f; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #d9121f; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #d9121f;
      stroke: #d9121f; }
  .navPages-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }
  @media (min-width: 1025px) {
    .navPages-action {
      display: inline-block;
      padding: 0; }
      .navPages-action.is-open {
        background-color: white; } }
  .navPages-action .Sale span:not(.navPages-label),
  .navPages-action .sale span:not(.navPages-label) {
    color: #f04723 !important; }
  .navPages-action span:not(.navPages-label) {
    color: white; }
  .navPages-action.navPages-action-lv2 span:not(.navPages-action-moreIcon) {
    font-size: 12px;
    font-size: 14px;
    color: #232323; }
  .navPages-action.navPages-action-lv2 svg {
    fill: #232323;
    stroke: #232323; }
  .navPages-action.navPages-action-lv3 span:not(.navPages-action-moreIcon) {
    font-size: 12px;
    font-size: 14px;
    color: #323232; }
  .navPages-action.navPages-action-lv3 svg {
    fill: #232323;
    stroke: #232323; }
  @media (min-width: 1025px) {
    .navPages-action:hover span:not(.navPages-label) {
      color: #d9121f; }
      .navPages-action:hover span:not(.navPages-label) svg {
        fill: #d9121f;
        stroke: #d9121f; }
        .header-layout-2 .navPages-action:hover span:not(.navPages-label) svg,
        .header-layout-3 .navPages-action:hover span:not(.navPages-label) svg {
          fill: #000000;
          stroke: #000000; }
    .navPages-action.navPages-action-lv2:hover span:not(.navPages-action-moreIcon) {
      color: #d9121f;
      text-underline-position: under; }
    .navPages-action.navPages-action-lv3:hover span:not(.navPages-action-moreIcon) {
      color: #5874b0;
      text-decoration: underline;
      text-underline-position: under; } }
  .navPages-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.66667rem;
  width: 0.66667rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }
  @media (min-width: 1025px) {
    .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.91667rem;
    width: 0.91667rem;
    margin: 0; }
    @media (min-width: 1025px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.66667rem;
        width: 0.66667rem;
        margin: 0 0 0 0.75rem; } }
  @media (min-width: 1025px) {
    .navPages-action-moreIcon {
      display: none; } }

.navPage-childList {
  display: none; }
  @media (min-width: 1025px) {
    .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: 1025px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }
  .navPage-subMenu .container {
    padding: 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem 1.5rem 2.25rem;
      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: 1025px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }
  .navPage-subMenu::-webkit-scrollbar {
    width: 10px; }
  .navPage-subMenu::-webkit-scrollbar-track {
    background: #f5f5f5; }
  .navPage-subMenu::-webkit-scrollbar-thumb {
    background: #a6a6a6; }

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

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

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

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

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

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

.navPages-list .navPages-item .navPage-subMenu {
  display: block;
  position: absolute;
  left: 130px;
  top: auto;
  z-index: 6;
  height: auto;
  margin: auto;
  width: 245px;
  padding: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s ease;
  background-color: white;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 50px, 0); }

.navPages-list .navPages-item.navPages-item-user .navPages-action .text .flag {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px; }
  .navPages-list .navPages-item.navPages-item-user .navPages-action .text .flag img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.navPages-list .navPages-item.navPages-item-user > .navPages-action {
  font-weight: 500; }
  .navPages-list .navPages-item.navPages-item-user > .navPages-action .text > .icon {
    display: inline-block;
    vertical-align: middle;
    fill: white;
    stroke: transparent;
    margin: 0 10px 0 0; }

.navPages-list .navPages-item.navPages-item-user:last-child {
  border-bottom: 0; }

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

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

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

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

.navPages-item .navPage-subMenu-item-child > .navPages-action:hover,
.navPages-item .navPage-subMenu-item-parent > .navPages-action:hover {
  color: #d9121f; }

@media (min-width: 1025px) {
  .navPages-container {
    position: static;
    display: flex;
    justify-content: center; }
    .navPages-container .navPages-item {
      position: relative;
      display: inline-block;
      float: none; }
      .navPages-container .navPages-item > .navPages-action {
        position: relative; }
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu {
        left: -12px;
        width: 240px;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate3d(0, 2px, 0);
        transition: all 0.25s ease;
        box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
        background-color: white; }
        .header-layout-2 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu,
        .header-layout-3 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu {
          left: 100%;
          top: 0;
          box-shadow: none;
          border-left: 1px solid #f0f0f0; }
          .header-layout-2 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu,
          .header-layout-3 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu {
            border-left: 1px solid black; }
        .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child {
          padding: 0 20px 0 25px; }
          .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action {
            font-size: 12px;
            font-weight: 400;
            padding: 8px 15px 8px 0; }
            .header-layout-2 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action,
            .header-layout-3 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action {
              font-weight: 700; }
            .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action .navPages-action-moreIcon {
              width: 9px;
              height: 9px;
              position: absolute;
              top: 50%;
              right: 23px;
              margin-left: 0;
              transform: translateY(-50%) rotate(0deg); }
              .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action .navPages-action-moreIcon svg {
                width: 9px;
                height: 9px; }
              .header-layout-2 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action .navPages-action-moreIcon,
              .header-layout-3 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action .navPages-action-moreIcon {
                right: 30px; }
          .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child:last-child {
            padding-bottom: 15px; }
        .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-all + .navPage-subMenu-item-child {
          padding-top: 5px; }
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu):hover > .navPage-subMenu,
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child:hover > .navPage-subMenu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child {
        position: relative; }
        .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child > .navPage-subMenu {
          top: 0;
          left: 100%;
          transform: translate3d(0, 2px, 0) !important;
          border-left: 1px solid #313031; }
          .header-layout-2 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child > .navPage-subMenu,
          .header-layout-3 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child > .navPage-subMenu {
            transform: translate3d(0, 0, 0) !important; }
      .navPages-container .navPages-item.navPages-item-page.has-dropdown:not(.has-megamenu) > .navPage-subMenu {
        border-top: 1px solid black; }
      .navPages-container .navPages-item.navPages-item-page.has-dropdown:not(.has-megamenu) .navPage-subMenu {
        left: -12px;
        top: auto; }
      .navPages-container .navPages-item.navPages-item-page.has-dropdown:not(.has-megamenu):hover > .navPage-subMenu,
      .navPages-container .navPages-item.navPages-item-page.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child:hover > .navPage-subMenu {
        transform: translate3d(0, 2px, 0); }
      .navPages-container .navPages-item.navPages-item-page.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child > .navPage-subMenu {
        transform: translate3d(0, 2px, 0) !important; }
      .navPages-container .navPages-item.has-megamenu > .navPage-subMenu > .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu > .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu {
        display: none !important; }
      .navPages-container .navPages-item .navPage-subMenu {
        display: block; }
      .navPages-container .navPages-item > .navPage-subMenu {
        left: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate3d(0, 2px, 0);
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        margin-top: 0;
        z-index: 1; }
        .navPages-container .navPages-item > .navPage-subMenu .navPage-subMenu-item-parent {
          display: none; }
        .navPages-container .navPages-item > .navPage-subMenu .navPage-subMenu {
          padding-left: 0;
          padding-right: 0; }
      .navPages-container .navPages-item.has-megamenu {
        position: static; }
        .navPages-container .navPages-item.has-megamenu > .navPage-subMenu {
          padding: 0;
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
          background-color: white;
          z-index: 1; }
          .navPages-container .navPages-item.has-megamenu > .navPage-subMenu .container {
            padding: 35px 0 15px;
            display: flex; }
            .header-layout-2 .navPages-container .navPages-item.has-megamenu > .navPage-subMenu .container,
            .header-layout-3 .navPages-container .navPages-item.has-megamenu > .navPage-subMenu .container {
              padding: 35px 20px 15px; }
        .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links .navPage-subMenu-title {
          display: none; }
        .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child {
          padding-left: 15px;
          padding-right: 15px; }
          .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child .navPage-subMenu-action {
            margin-bottom: 0; }
          .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child .navPage-subMenu-item-child {
            padding-left: 0;
            padding-right: 0; }
      .navPages-container .navPages-item:hover > .navPages-action {
        position: relative; }
        .navPages-container .navPages-item:hover > .navPages-action:after {
          content: '';
          width: 100%;
          height: 14px;
          background-color: transparent;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -14px;
          z-index: 1; }
      .navPages-container .navPages-item:hover > .navPage-subMenu {
        top: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto; } }
    @media (min-width: 1025px) and (min-width: 1200px) {
      .navPages-container .navPages-item:hover:nth-last-of-type(-n + 3) > .navPage-subMenu:after {
        content: '';
        width: 100px;
        height: 50%;
        background-color: transparent;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        transform: translateX(100%); } }

@media (min-width: 1025px) {
  header.header.is-sticky .navPages-container .navPages-item > .navPage-subMenu {
    margin-top: 0; } }

.navPages-list-megamenu .has-megamenu > .navPage-subMenu {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 70vh;
  width: 100%;
  transition-property: transform, opacity, visibility;
  border: 0; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: unset;
  width: 100%;
  margin: 0;
  box-shadow: unset;
  background-color: transparent;
  border: 0;
  padding-top: 2px;
  padding-bottom: 0;
  pointer-events: unset; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
  font-size: 12px;
  font-weight: 400;
  border-bottom: 0;
  transition: unset;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
  padding: 6px 0; }
  .header-layout-2 .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action,
  .header-layout-3 .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
    font-weight: 700; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .text {
    padding: 0 0 1px 0; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .navPages-action-moreIcon {
    display: none; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) {
  padding: 0 !important;
  margin: 0;
  float: none;
  font-size: 0;
  list-style: none; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
    width: 100%;
    overflow: hidden;
    padding: 0 12px;
    background-color: transparent; }
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li .navPage-subMenu-item-parent,
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li .navPage-subMenu-item-child {
      padding: 0; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-links {
  width: 25%;
  margin: 0;
  padding: 0;
  background-color: white; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-links .navPage-subMenu-item-child {
    padding-right: 0; }

.navPages-list-megamenu .cateArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list {
    position: relative;
    top: -10px; }
    .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child {
      padding-bottom: 16px !important; }
      .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .image {
        padding: 7px 0; }
    .navPages-list-megamenu .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
      padding-top: 0;
      padding-bottom: 0; }
  .navPages-list-megamenu .cateArea.columns-2 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%; }
    .navPages-list-megamenu .cateArea.columns-2 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 50%; }
  .navPages-list-megamenu .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%; }
    .navPages-list-megamenu .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 33.333333%;
      width: 33.333333%;
      margin-bottom: 8px; }
  .navPages-list-megamenu .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%; }
    .navPages-list-megamenu .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 25%; }
  .navPages-list-megamenu .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%; }
    .navPages-list-megamenu .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 20%; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
    font-size: 12px;
    font-weight: 600;
    padding-left: 0;
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 8px; }
    .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text:before {
      display: none !important; }

.navPages-list-megamenu .imageArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }
  .navPages-list-megamenu .imageArea .megamenu-left-item {
    padding: 0;
    text-align: left;
    width: 50%; }
    .navPages-list-megamenu .imageArea .megamenu-left-item .slick-dots {
      bottom: -20px; }
      .navPages-list-megamenu .imageArea .megamenu-left-item .slick-dots li + li {
        margin-left: 12px; }
    .navPages-list-megamenu .imageArea .megamenu-left-item .megamenu-slider:not(.slick-initialized) .card:nth-child(n + 2) {
      display: none; }
    .navPages-list-megamenu .imageArea .megamenu-left-item .card {
      padding: 0 15px; }
      .navPages-list-megamenu .imageArea .megamenu-left-item .card .card-figure,
      .navPages-list-megamenu .imageArea .megamenu-left-item .card .card-brand,
      .navPages-list-megamenu .imageArea .megamenu-left-item .card .card-title,
      .navPages-list-megamenu .imageArea .megamenu-left-item .card .card-text,
      .navPages-list-megamenu .imageArea .megamenu-left-item .card .card-price {
        max-width: 165px; }
      .navPages-list-megamenu .imageArea .megamenu-left-item .card .card-figcaption-bottom {
        display: block;
        opacity: 1;
        visibility: visible;
        position: unset;
        margin-top: 10px; }
        .navPages-list-megamenu .imageArea .megamenu-left-item .card .card-figcaption-bottom .button {
          color: #323232;
          background-color: #ffffff;
          border-color: #323232; }
          .navPages-list-megamenu .imageArea .megamenu-left-item .card .card-figcaption-bottom .button:before {
            background-color: #323232; }
          @media (min-width: 1025px) {
            .navPages-list-megamenu .imageArea .megamenu-left-item .card .card-figcaption-bottom .button:hover span, .navPages-list-megamenu .imageArea .megamenu-left-item .card .card-figcaption-bottom .button:focus span {
              color: #ffffff; }
            .navPages-list-megamenu .imageArea .megamenu-left-item .card .card-figcaption-bottom .button:hover:before, .navPages-list-megamenu .imageArea .megamenu-left-item .card .card-figcaption-bottom .button:focus:before {
              transform: rotate(0) translate3d(-25%, 0, 0); } }
  .navPages-list-megamenu .imageArea .megamenu-right-item {
    padding: 0 15px;
    text-align: right;
    width: 50%; }
    .navPages-list-megamenu .imageArea .megamenu-right-item .image {
      display: inline-block;
      vertical-align: top;
      width: auto;
      text-align: right;
      margin-top: 10px; }
      .navPages-list-megamenu .imageArea .megamenu-right-item .image img {
        width: 100%; }

.navPages-list-megamenu .style-1 .cateArea > .navPage-subMenu-list {
  padding-left: 0; }
  .navPages-list-megamenu .style-1 .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
    border-bottom: none;
    margin-bottom: 0; }

.navPages-list-megamenu .style-3.has-megamenu > .navPage-subMenu > .container {
  padding: 35px 0 0; }

.navPages-list-megamenu .style-3 .imageArea .megamenu-right-item {
  padding: 0;
  width: 100%; }
  .navPages-list-megamenu .style-3 .imageArea .megamenu-right-item .image {
    padding: 0 15px;
    margin-bottom: 30px; }
    .navPages-list-megamenu .style-3 .imageArea .megamenu-right-item .image + .image {
      margin-top: 0; }

.megamenu-title {
  color: white;
  font-size: 13px;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 18px;
  padding: 0 15px 7px;
  border-bottom: 1px dotted #cccccc;
  position: relative;
  top: -5px; }

.bottomMegamenu {
  padding: 29px 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #323232;
  background-color: #fafafa;
  text-transform: capitalize; }
  .header-layout-3 .bottomMegamenu {
    color: #f04723; }
  .bottomMegamenu .container {
    display: block !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .bottomMegamenu a {
    color: red;
    margin-left: 5px;
    text-decoration: underline;
    text-underline-position: under; }
    .bottomMegamenu a:after {
      content: '';
      position: relative;
      top: -1px;
      border: solid red;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      margin-left: 5px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
  .bottomMegamenu .brand-image {
    font-size: 0; }
    .bottomMegamenu .brand-image .image {
      font-size: 12px;
      display: inline-block;
      vertical-align: middle;
      width: 16.6667%;
      margin: 0;
      padding: 0 15px; }
      .header-layout-3 .bottomMegamenu .brand-image .image {
        width: 20%; }
      .bottomMegamenu .brand-image .image:before, .bottomMegamenu .brand-image .image:after {
        content: none; }
      .bottomMegamenu .brand-image .image span {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #323232;
        border: 1px solid #d7d7d7;
        min-height: 57px;
        vertical-align: middle; }
      .bottomMegamenu .brand-image .image:hover img {
        border-color: #000000; }
      .bottomMegamenu .brand-image .image:hover span {
        border-color: #000000;
        color: red; }
    .bottomMegamenu .brand-image img {
      border: 1px solid #d7d7d7; }

.navPages-label {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  left: calc(100% - 20px);
  top: 0;
  margin: 0;
  height: 15px;
  line-height: 15px;
  padding: 0 4px;
  transform: translateX(-50%);
  background-image: none;
  text-transform: capitalize; }
  .navPages-label.sale-label {
    color: white;
    border-color: #c12f49;
    background-color: #c12f49; }
  .navPages-label.new-label {
    color: white;
    border-color: #48ade8;
    background-color: #48ade8; }
  .navPages-label.hot-label {
    color: white;
    border-color: #f4ad57;
    background-color: #f4ad57; }

.has-megamenu .image {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .has-megamenu .image img {
    width: 100%;
    object-fit: cover; }
    .has-megamenu .image img.lazyload, .has-megamenu .image img.lazyloading {
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }
    .has-megamenu .image img.lazyloaded {
      transition: all 0.7s ease; }

.has-megamenu.style-2 .image {
  max-width: 216px; }

.halo-menu-megamenu .has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child > .navPage-subMenu {
  display: none;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin-left: 0; }
  .halo-menu-megamenu .has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child > .navPage-subMenu .navPage-subMenu-list {
    padding-left: 0; }

.halo-menu-megamenu .has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child.is-open > .navPage-subMenu {
  display: block; }

.halo-menu-megamenu .has-megamenu .navPage-subMenu-links + .navPage-subMenu-list {
  transition: all 0.25s ease; }

.halo-menu-megamenu .cateArea {
  max-width: 100% !important; }
  .halo-menu-megamenu .cateArea > .navPage-subMenu-list {
    padding-left: 0; }
    .halo-menu-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
      font-weight: 500; }
    .halo-menu-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .image {
      display: none; }

.halo-menu-megamenu .style-1 .cateArea {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }

.halo-menu-megamenu .navPages-label {
  display: inline-block;
  font-size: 10px;
  padding: 0 10px;
  position: relative;
  height: 26px;
  line-height: 26px;
  left: 40px; }
  .halo-menu-megamenu .navPages-label:before {
    content: '';
    position: absolute;
    border: 7px solid transparent;
    top: 50%;
    right: calc(100% - 1px);
    transform: translateY(-50%); }
  .halo-menu-megamenu .navPages-label.sale-label:before {
    border-right-color: #c12f49; }
  .halo-menu-megamenu .navPages-label.new-label:before {
    border-right-color: #48ade8; }
  .halo-menu-megamenu .navPages-label.hot-label:before {
    border-right-color: #f4ad57; }

.halo-menu-sidebar .navPages {
  display: block;
  font-size: 0;
  letter-spacing: 0; }
  .halo-menu-sidebar .navPages:before, .halo-menu-sidebar .navPages:after {
    content: " ";
    display: table; }
  .halo-menu-sidebar .navPages:after {
    clear: both; }

.halo-menu-sidebar .navPages-container {
  display: block;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0; }

.halo-menu-sidebar .navPages-list {
  position: relative;
  transition-duration: 0.4s;
  transform: none;
  transition-property: transform;
  background: white; }
  .has-activeNavPages .halo-menu-sidebar .navPages-list {
    display: block; }

.halo-menu-sidebar .navPages-item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  position: relative; }
  .halo-menu-sidebar .navPages-item .navPages-action {
    font-size: 10px;
    color: #323232;
    margin: 0;
    padding: 0 12px;
    display: flex;
    cursor: pointer;
    align-items: center;
    text-transform: capitalize;
    background-color: transparent;
    justify-content: space-between;
    line-height: 45px;
    letter-spacing: 0;
    font-weight: 700; }
    .halo-menu-sidebar .navPages-item .navPages-action .text {
      display: flex;
      align-items: center;
      padding: 0;
      color: inherit;
      position: relative;
      background: transparent !important; }
      .halo-menu-sidebar .navPages-item .navPages-action .text .icon {
        color: #323232;
        fill: #323232 !important; }
    .halo-menu-sidebar .navPages-item .navPages-action .navPages-action-moreIcon {
      width: auto;
      height: 28px;
      z-index: 10;
      top: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      order: 0;
      text-align: right;
      font-size: 0;
      pointer-events: none;
      transform: none;
      margin-left: 0; }
      .halo-menu-sidebar .navPages-item .navPages-action .navPages-action-moreIcon svg {
        fill: #323232;
        color: #323232;
        stroke: #323232;
        pointer-events: none;
        display: inline-block;
        vertical-align: middle;
        transition: all 0.25s ease;
        transform: rotate(-90deg);
        width: 13px;
        height: 13px; }
    .halo-menu-sidebar .navPages-item .navPages-action:not(.navPages-action-end) .text {
      pointer-events: none; }
  .halo-menu-sidebar .navPages-item > .navPages-action {
    font-size: 12px;
    line-height: 28px; }
    .halo-menu-sidebar .navPages-item > .navPages-action .text {
      white-space: nowrap; }
  .halo-menu-sidebar .navPages-item .navPage-subMenu {
    top: 0;
    right: 100%;
    left: auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
    box-shadow: none; }
  .halo-menu-sidebar .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
    font-weight: 500; }
  .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child {
    padding-right: 0; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child > .navPages-action .navPages-action-moreIcon {
      right: 16px; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child.navPage-subMenu-all {
      display: inline-block; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child .navPages-action {
      border-bottom: 1px solid #eeeeee;
      font-size: 12px; }
  .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action {
    font-weight: 500;
    background-color: transparent; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      left: 30px;
      right: auto; }
      .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon svg {
        transform: unset;
        width: 25px;
        height: 25px;
        margin: 0; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action .text {
      font-weight: 700;
      max-width: calc(100% - 70px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin: 0 auto;
      text-align: center; }
  .halo-menu-sidebar .navPages-item + .navPages-item {
    margin-left: 0; }

.halo-menu-sidebar .socialLinks {
  white-space: normal;
  margin: 10px 0 0 0; }
  .halo-menu-sidebar .socialLinks .socialLinks-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 15px 0; }
    .halo-menu-sidebar .socialLinks .socialLinks-item svg {
      width: 19px;
      height: 19px;
      fill: white; }

.halo-menu-sidebar .is-open {
  border-bottom: 0; }
  .halo-menu-sidebar .is-open > .navPages-action {
    display: none !important; }
  .halo-menu-sidebar .is-open > .navPage-subMenu {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    max-height: calc(100vh - 220px); }
    .halo-menu-sidebar .is-open > .navPage-subMenu#navPages-currency {
      top: -10px; }
    .halo-menu-sidebar .is-open > .navPage-subMenu > .navPage-subMenu-list {
      padding-left: 0; }
      .halo-menu-sidebar .is-open > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-title {
        display: block; }
    .halo-menu-sidebar .is-open > .navPage-subMenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-title {
      display: block; }
    .halo-menu-sidebar .is-open > .navPage-subMenu .centerArea > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-title {
      display: block; }

.halo-menu-sidebar .is-hidden {
  display: none !important; }

@media (min-width: 1025px) {
  .halo-menu-sidebar .halo-sidebar-header {
    display: none; } }

@media (max-width: 1024px) {
  .halo-menu-sidebar .halo-sidebar-header .close {
    right: 5px; } }

#navPages-currency {
  margin: 10px 0 30px; }
  #navPages-currency .navPage-subMenu-item {
    padding: 0; }
    @media (max-width: 1199px) {
      #navPages-currency .navPage-subMenu-item {
        width: 100%;
        float: none; }
        #navPages-currency .navPage-subMenu-item .navPage-subMenu-action {
          border: none;
          margin-bottom: 0; } }
    #navPages-currency .navPage-subMenu-item strong {
      background-image: linear-gradient(transparent 96%, rgba(255, 255, 255, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

.halo_allCate {
  vertical-align: middle;
  display: inline-block;
  width: 270px;
  padding: 0 18px 0 20px;
  position: relative;
  z-index: 12;
  border-radius: 3px 3px 0 0; }
  .header-layout-2 .halo_allCate {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0; }
  .header-layout-3 .halo_allCate {
    width: 240px;
    background-color: #f7f7f7; }
  .halo_allCate + .navPages {
    width: auto;
    margin-left: 15px;
    vertical-align: middle;
    display: inline-block; }
    .header-layout-3 .halo_allCate + .navPages {
      width: calc(100% - 253px);
      margin-left: 13px; }
      .header-layout-3 .halo_allCate + .navPages .navPages-list-end {
        float: right; }
        .header-layout-3 .halo_allCate + .navPages .navPages-list-end .navPages-item > .navPages-action {
          padding-left: 0;
          padding-right: 0; }
          .header-layout-3 .halo_allCate + .navPages .navPages-list-end .navPages-item > .navPages-action span {
            color: #f04723;
            text-decoration: underline;
            text-underline-position: under; }
          .header-layout-3 .halo_allCate + .navPages .navPages-list-end .navPages-item > .navPages-action:hover {
            background-color: transparent; }
  .halo_allCate .halo_allCateText {
    margin: 0;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header-layout-3 .halo_allCate .halo_allCateText {
      line-height: 50px; }
    .halo_allCate .halo_allCateText .icon {
      height: 2rem;
      width: 2rem; }
    .halo_allCate .halo_allCateText .icon-down {
      height: 0.83333rem;
      width: 0.83333rem; }
    .halo_allCate .halo_allCateText .text {
      font-size: 12px;
      font-weight: 700; }
  .halo_allCate .halo_allCateDropdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    background-color: #ffffff; }
    .header-layout-2 .halo_allCate .halo_allCateDropdown,
    .header-layout-3 .halo_allCate .halo_allCateDropdown {
      border-radius: 0;
      border: 1px solid #f0f0f0;
      border-top: none;
      left: -1px;
      right: -1px; }
    .header-layout-3 .halo_allCate .halo_allCateDropdown {
      opacity: 0;
      visibility: hidden;
      transform: translateY(20px);
      border-top: 1px solid #383e47; }
  .halo_allCate:hover .halo_allCateDropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .page-type-default .header:not(.is-sticky):not(.halo_header-layout-3) .halo_allCate .halo_allCateDropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }

.halo_allCateDropdown {
  top: 100%;
  left: 0;
  right: 0;
  border-top: none;
  position: absolute;
  border-radius: 0 0 3px 3px; }
  .halo_allCateDropdown .navPages-list {
    position: relative; }
    .halo_allCateDropdown .navPages-list > .navPages-item:first-child {
      padding-top: 8px; }
      .header-layout-3 .halo_allCateDropdown .navPages-list > .navPages-item:first-child {
        padding-top: 0; }
    @media (min-width: 1400px) {
      .halo_allCateDropdown .navPages-list > .navPages-item:last-child {
        padding-bottom: 23px; }
        .header-layout-3 .halo_allCateDropdown .navPages-list > .navPages-item:last-child {
          padding-bottom: 0; } }
  .halo_allCateDropdown .navPage-subMenu-title {
    display: none; }
  .halo_allCateDropdown .navPages-item {
    width: 100%;
    margin-right: 0;
    position: relative;
    display: inline-block; }
    .halo_allCateDropdown .navPages-item > .navPages-action {
      font-size: 12px;
      line-height: 1.4;
      font-weight: 700;
      padding: 0 0 0 20px;
      text-transform: capitalize;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
      .halo_allCateDropdown .navPages-item > .navPages-action .navPages-action-moreIcon {
        position: absolute;
        transform: rotate(-90deg);
        top: 1px;
        right: 8px;
        left: auto; }
      .halo_allCateDropdown .navPages-item > .navPages-action .text {
        padding: 9px 37px 9px 0; }
        .halo_allCateDropdown .navPages-item > .navPages-action .text:before {
          content: none; }
        .header-layout-3 .halo_allCateDropdown .navPages-item > .navPages-action .text {
          padding: 11px 37px 11px 0;
          line-height: 1.5; }
    .halo_allCateDropdown .navPages-item.hasMegamenu {
      position: static; }
    .halo_allCateDropdown .navPages-item:hover > .navPage-subMenu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto !important;
      transform: translate3d(0, 0, 0); }
  .halo_allCateDropdown .navPages-action {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    display: block;
    text-transform: capitalize; }
    .halo_allCateDropdown .navPages-action .text {
      color: inherit;
      display: inline-block; }
    .halo_allCateDropdown .navPages-action .icon,
    .halo_allCateDropdown .navPages-action img {
      display: inline-block;
      vertical-align: middle; }
    .halo_allCateDropdown .navPages-action img {
      position: relative;
      top: -1px; }
    .halo_allCateDropdown .navPages-action .navPages-label {
      top: -10px;
      left: calc(100% + 10px); }
    .halo_allCateDropdown .navPages-action .image-icon {
      max-width: 20px;
      margin-right: 12px;
      opacity: 0.8;
      display: inline-block; }
  .halo_allCateDropdown .navPages-action-moreIcon {
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    font-size: 0;
    right: auto;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: relative;
    transform: none;
    pointer-events: none; }
    .halo_allCateDropdown .navPages-action-moreIcon svg {
      pointer-events: none;
      display: inline-block;
      vertical-align: middle;
      height: 0.83333rem;
      width: 0.83333rem;
      transition: all 0.5s ease;
      stroke: none; }
  .halo_allCateDropdown .navPage-subMenu-action {
    padding: 0px 20px; }
  .halo_allCateDropdown .navPage-subMenu {
    top: 0;
    left: 100%;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); }
    .halo_allCateDropdown .navPage-subMenu .navPage-subMenu {
      top: 30px;
      left: 0; }
    .halo_allCateDropdown .navPage-subMenu .navPage-subMenu-item-child:after {
      content: none; }
    .halo_allCateDropdown .navPage-subMenu .navPage-subMenu-item-child:first-child .navPage-subMenu-action, .halo_allCateDropdown .navPage-subMenu .navPage-subMenu-item-child:nth-child(2) .navPage-subMenu-action {
      border-radius: 3px 3px 0 0; }
  .halo_allCateDropdown .has-megamenu > .navPage-subMenu {
    border-top: 1px solid #f0f0f0; }
  .halo_allCateDropdown .has-megamenu .navPage-subMenu {
    top: 0 !important;
    left: 100% !important;
    max-width: calc(970px - 240px);
    min-width: calc(970px - 240px); }
    .halo_allCateDropdown .has-megamenu .navPage-subMenu .navPage-subMenu {
      left: 0 !important;
      padding: 0;
      opacity: 1;
      width: 100%;
      margin-left: 0;
      visibility: visible;
      position: relative;
      box-shadow: none; }
    .halo_allCateDropdown .has-megamenu .navPage-subMenu .navPage-subMenu-action {
      padding: 9px 0; }
      .halo_allCateDropdown .has-megamenu .navPage-subMenu .navPage-subMenu-action .text {
        padding: 0; }
    .halo_allCateDropdown .has-megamenu .navPage-subMenu .navPage-subMenu-item-child:after {
      content: none; }
    .halo_allCateDropdown .has-megamenu .navPage-subMenu .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu {
      top: auto; }
    .halo_allCateDropdown .has-megamenu .navPage-subMenu .navPages-action-moreIcon {
      display: none !important; }
    @media (min-width: 1025px) {
      .header-layout-2 .halo_allCateDropdown .has-megamenu .navPage-subMenu {
        max-width: calc(1170px - 270px);
        min-width: calc(1170px - 270px);
        border-left: 1px solid #f0f0f0; } }
    @media (min-width: 1281px) {
      .halo_allCateDropdown .has-megamenu .navPage-subMenu {
        max-width: calc(1170px - 240px);
        min-width: calc(1170px - 240px); }
        .header-layout-2 .halo_allCateDropdown .has-megamenu .navPage-subMenu {
          max-width: calc(100vw - 100px - 270px);
          min-width: calc(100vw - 100px - 270px); } }
    @media (min-width: 1601px) {
      .header-layout-2 .halo_allCateDropdown .has-megamenu .navPage-subMenu {
        max-width: calc(1570px - 270px);
        min-width: calc(1570px - 270px); } }
  .halo_allCateDropdown .cateArea > ul > li > .navPage-subMenu-action {
    border-bottom: none !important;
    text-transform: uppercase !important; }
  .halo_allCateDropdown .bottomMegamenu {
    padding: 16px 0; }

.halo-menu-sidebar .navPages-item--social > .navPages-action {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.halo-menu-sidebar .navPages-item--social .socialLinks {
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }
  .halo-menu-sidebar .navPages-item--social .socialLinks:after, .halo-menu-sidebar .navPages-item--social .socialLinks:before {
    content: none; }
  .halo-menu-sidebar .navPages-item--social .socialLinks .socialLinks-item {
    margin: 0; }
    .halo-menu-sidebar .navPages-item--social .socialLinks .socialLinks-item .icon {
      background: transparent;
      top: 0;
      height: 24px;
      width: 24px; }
      .halo-menu-sidebar .navPages-item--social .socialLinks .socialLinks-item .icon svg {
        width: 100%;
        height: 100%; }

.halo-menu-sidebar #navPages-currency .navPages-action-moreIcon {
  transform: rotate(180deg); }

.halo-menu-sidebar #navPages-currency .navPage-subMenu-action {
  padding-top: 12px;
  padding-bottom: 12px; }

.halo-menu-sidebar .navPages-item-user .navPages-action {
  font-size: 14px;
  line-height: 45px;
  text-transform: capitalize; }

.halo-menu-sidebar .menuMb__heading {
  position: relative;
  font-size: 20px;
  font-family: Merriweather;
  color: #000;
  text-align: left;
  padding: 10px 12px 0; }
  .halo-menu-sidebar .menuMb__heading p {
    margin-bottom: 0; }
  @media (min-width: 1025px) {
    .halo-menu-sidebar .menuMb__heading {
      display: none; } }

@media (min-width: 1025px) {
  .menuMb__heading,
  .menuMb__subHeading {
    display: none; } }

.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: #323232;
    display: inline-block;
    padding: 0.41667rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: black; }

.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.66667rem;
    width: 1.66667rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #2a4a7b; }
    .socialLinks .icon svg {
      fill: #001b44;
      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: 10px;
    margin-right: 10px; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
    @media (min-width: 551px) {
      .socialLinks .socialLinks-item {
        margin-bottom: 0.41667rem; } }
    @media (min-width: 1025px) {
      .socialLinks .socialLinks-item {
        margin-right: 26px; } }
  .socialLinks-item .socialLinks__link {
    position: relative;
    height: 36px;
    width: 36px;
    padding: 8px;
    border-radius: 4px;
    background-color: #fff; }
    .socialLinks-item .socialLinks__link::before {
      border-color: transparent transparent #313440 transparent;
      border-style: solid;
      border-width: 0.83333rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.66667rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.33333rem 0.5rem;
      position: absolute;
      right: 0;
      top: 100%;
      white-space: nowrap; }
    .socialLinks-item .socialLinks__link::before, .socialLinks-item .socialLinks__link::after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus::before, .socialLinks-item .socialLinks__link:focus::after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus:after {
      left: 0;
      right: auto;
      z-index: 20; }
  @media (min-width: 1025px) {
    .socialLinks-item .socialLinks__link {
      padding: 6px; } }

.socialLinks--alt .icon {
  height: 3.5rem;
  width: 3.5rem;
  background-color: #484b51;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 5px; }
  #halo-newsletter-popup .socialLinks--alt .icon {
    background-color: #f7f7f7; }
    #halo-newsletter-popup .socialLinks--alt .icon svg {
      fill: #484b51; }
  .home-layout-2 .socialLinks--alt .icon {
    border-radius: 50%;
    background-color: #ffffff; }

.socialLinks--alt svg {
  height: 1.33333rem;
  width: 1.33333rem;
  fill: #323232; }

.no-js .heroCarousel:not(.slick-initialized) .heroCarousel-image-wrapper > .heroCarousel-image {
  opacity: 1; }

.no-js .heroCarousel:not(.slick-initialized) .heroCarousel-image-wrapper > .heroCarousel-image img {
  opacity: 1; }

.heroCarousel {
  min-width: 100%;
  width: 1px; }
  .heroCarousel:not(.special-style) .slick-dots {
    bottom: 15px; }
    @media (min-width: 1400px) {
      .home-layout-2 .heroCarousel:not(.special-style) .slick-dots {
        bottom: 22px; } }
  .heroCarousel.slick-slider {
    margin-bottom: 0; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel .heroCarousel-image-wrapper .heroCarousel-image {
    opacity: 1 !important;
    visibility: visible !important; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1600px) {
      .heroCarousel .slick-next {
        right: 80px; } }
    .heroCarousel .slick-next:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.448 478.448'%3E%3Cpolygon points='131.659,0 100.494,32.035 313.804,239.232 100.494,446.373 131.65,478.448 377.954,239.232' stroke='%23abadaf' fill='%23abadaf' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    .heroCarousel .slick-next:hover:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.448 478.448'%3E%3Cpolygon points='131.659,0 100.494,32.035 313.804,239.232 100.494,446.373 131.65,478.448 377.954,239.232' stroke='%23ffffff' fill='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1600px) {
      .heroCarousel .slick-prev {
        left: 80px; } }
    .heroCarousel .slick-prev:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 370.814 370.814'%3E%3Cpolygon points='292.92,24.848 268.781,0 77.895,185.401 268.781,370.814 292.92,345.961 127.638,185.401' stroke='%23abadaf' fill='%23abadaf' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    .heroCarousel .slick-prev:hover:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 370.814 370.814'%3E%3Cpolygon points='292.92,24.848 268.781,0 77.895,185.401 268.781,370.814 292.92,345.961 127.638,185.401' stroke='%23ffffff' fill='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .heroCarousel .slick-dots {
    position: absolute;
    bottom: 15px; }
    @media (min-width: 1400px) {
      .heroCarousel .slick-dots {
        bottom: 70px; }
        .home-layout-2 .heroCarousel .slick-dots {
          bottom: 22px; } }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (max-width: 550px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }
  @media (min-width: 1025px) {
    .heroCarousel.heroCarousel-2 {
      min-width: auto;
      width: calc(100% - 270px);
      margin-left: 270px; } }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    width: 100%;
    max-height: 100%;
    margin: 0 auto; }
    @media (max-width: 550px) {
      .heroCarousel-slide .heroCarousel-image:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: auto;
        z-index: 2;
        transform: none;
        position: absolute;
        transition: all 0.25s ease;
        background-color: rgba(0, 0, 0, 0.6);
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.6) 100%); } }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    display: block;
    overflow: hidden;
    background: #f9f9f9; }
    .heroCarousel-slide .heroCarousel-image-wrapper:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: var(--pb); }

.heroCarousel-image img {
  display: block;
  width: 100%; }
  .heroCarousel-image img.lazyload, .heroCarousel-image img.lazyloading {
    width: auto;
    height: auto;
    max-height: 100vh;
    margin: 0 auto;
    object-fit: scale-down; }
    @media (max-width: 550px) {
      .heroCarousel-image img.lazyload, .heroCarousel-image img.lazyloading {
        max-height: 100%;
        height: 100%; } }

@media (min-width: 551px) {
  .heroCarousel-image img.lazyload, .heroCarousel-image img.lazyloading {
    width: auto; } }

.heroCarousel-content {
  position: absolute;
  background-color: rgba(0, 0, 255, 0);
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  max-width: 500px;
  text-align: center;
  padding: 20px 15px 45px;
  transform: translateY(-50%);
  white-space: normal;
  margin: 0; }
  @media (max-width: 550px) {
    .heroCarousel-content {
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      position: relative;
      top: 0;
      transform: unset; } }
  @media (min-width: 551px) {
    .heroCarousel-content {
      padding: 0 15px 8px; } }
  @media (min-width: 1025px) {
    .heroCarousel-content {
      max-width: 450px; }
      .heroCarousel-content.heroCarousel-content--left {
        left: 100px;
        text-align: left;
        transform: translateY(-50%); }
        .heroCarousel-content.heroCarousel-content--left .heroCarousel-countdown {
          justify-content: flex-start; }
        .home-layout-2 .heroCarousel-content.heroCarousel-content--left {
          left: 25px; }
      .heroCarousel-content.heroCarousel-content--center {
        left: 50%;
        transform: translate(-50%, -50%); }
      .heroCarousel-content.heroCarousel-content--right {
        left: auto;
        right: 100px;
        text-align: right;
        transform: translateY(-50%); }
        .heroCarousel-content.heroCarousel-content--right .heroCarousel-countdown {
          justify-content: flex-end; }
        .home-layout-2 .heroCarousel-content.heroCarousel-content--right {
          right: 25px; } }
  @media (min-width: 1600px) {
    .heroCarousel-content.heroCarousel-content--left {
      left: calc((100% - 1230px)/ 2); }
      .home-layout-2 .heroCarousel-content.heroCarousel-content--left {
        left: 55px; }
    .heroCarousel-content.heroCarousel-content--right {
      right: calc((100% - 1230px)/ 2); }
      .home-layout-2 .heroCarousel-content.heroCarousel-content--right {
        right: 55px; } }

.heroCarousel-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #323232;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 10px 0; }
  @media (min-width: 551px) {
    .heroCarousel-title {
      color: white; } }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 36px;
      margin-bottom: 15px; } }

.heroCarousel-description {
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 8px 0;
  color: #323232; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      color: #ebebeb; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      font-size: 14px;
      margin-bottom: 17px; } }

.heroCarousel-action {
  margin: 10px 0 0 0; }
  .heroCarousel-action .button {
    min-width: 146px;
    height: 42px;
    line-height: 40px;
    font-size: 14px; }
    .heroCarousel-action .button.button--large {
      min-width: 200px; }
    .heroCarousel-action .button + .button {
      margin-top: 10px; }
  @media (min-width: 551px) {
    .heroCarousel-action {
      margin: 8px 0 0 0; }
      .heroCarousel-action .button + .button {
        margin-left: 30px;
        margin-top: 0; } }

@media (min-width: 1025px) {
  .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: 1025px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

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

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (max-width: 550px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (max-width: 550px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (max-width: 550px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (max-width: 550px) {
        .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 (max-width: 550px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (max-width: 550px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

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

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

.return-itemName {
  font-size: 14px;
  font-weight: 700; }
  @media (max-width: 550px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

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

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

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  display: block;
  position: relative;
  padding: 0;
  margin: 0 0;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  .productCarousel .slick-dots {
    bottom: -15px; }
    @media (min-width: 551px) {
      .productCarousel .slick-dots {
        bottom: -58px; } }
    .home-layout-3 .productCarousel .slick-dots {
      position: absolute;
      bottom: -35px; }
  @media (min-width: 1025px) {
    .productCarousel {
      width: 25%; } }
  .productCarousel:not(.slick-initialized) {
    white-space: nowrap; }
    .productCarousel:not(.slick-initialized) .productCarousel-slide {
      width: 20%;
      display: inline-block;
      white-space: normal; }
      .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+6) {
        display: none; }
      @media (max-width: 1399px) {
        .productCarousel:not(.slick-initialized) .productCarousel-slide {
          width: 25%; }
          .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
            display: none; } }
      @media (max-width: 1024px) {
        .productCarousel:not(.slick-initialized) .productCarousel-slide {
          width: 33.3334%; }
          .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
            display: none; } }
      @media (max-width: 767px) {
        .productCarousel:not(.slick-initialized) .productCarousel-slide {
          width: 50%; }
          .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
            display: none; } }
      @media (max-width: 320px) {
        .productCarousel:not(.slick-initialized) .productCarousel-slide {
          width: 100%; }
          .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+2) {
            display: none; } }

.productCarousel-slide {
  padding: 0 5px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (max-width: 550px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .productCarousel-slide {
      width: 25%;
      padding-left: 15px;
      padding-right: 15px; }
      .home-layout-3 .productCarousel-slide {
        padding: 35px 25px;
        border-right: 1px solid #eeeeee; }
        .home-layout-3 .productCarousel-slide.slick-active:last-of-type {
          border-right: none; }
        .home-layout-3 .productCarousel-slide .card-body {
          padding-left: 5px;
          padding-right: 5px; } }
  @media (min-width: 1200px) {
    .productCarousel-slide {
      width: 20%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView-product {
  display: block;
  position: relative; }
  .productView-product:before, .productView-product:after {
    content: " ";
    display: table; }
  .productView-product:after {
    clear: both; }

.productView-title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  color: #323232;
  margin: 12px 0 8px 0;
  text-transform: capitalize; }
  .product-layout-2 .productView-title {
    margin: 10px 0 4px 0; }

.productView-brand {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  min-height: 25px;
  letter-spacing: 0;
  margin: 0 0 5px 0; }
  .productView-brand a {
    color: #323232;
    transition: unset; }
    .productView-brand a span {
      color: #323232;
      background-image: linear-gradient(transparent 97%, black 3%);
      background-repeat: repeat-x;
      background-position-y: -3px; }
  @media (min-width: 1025px) {
    .productView-brand {
      position: relative;
      margin-top: -3px; } }

.productView-topInfo {
  display: block;
  letter-spacing: 0;
  margin-bottom: 3px; }
  .productView-topInfo:before, .productView-topInfo:after {
    content: " ";
    display: table; }
  .productView-topInfo:after {
    clear: both; }
  .productView-topInfo .productView-rating {
    display: inline-block;
    vertical-align: top; }
    .productView-topInfo .productView-rating #productReview_link,
    .productView-topInfo .productView-rating .no-review {
      display: inline-block;
      margin-left: 5px; }
    .productView-topInfo .productView-rating .icon {
      width: 15px;
      height: 15px; }
      .productView-topInfo .productView-rating .icon + .icon {
        margin-left: 2px; }
    .productView-topInfo .productView-rating .productView-reviewLink {
      font-size: 12px;
      font-weight: 400;
      line-height: 25px;
      letter-spacing: 0;
      color: #323232;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 10px;
      text-transform: capitalize; }
      .productView-topInfo .productView-rating .productView-reviewLink a {
        display: block;
        color: inherit;
        transition: unset; }
        .productView-topInfo .productView-rating .productView-reviewLink a span {
          padding: 0 0 1px 0; }
        .productView-topInfo .productView-rating .productView-reviewLink a.reviewLink-pc {
          display: none; }
        @media (min-width: 1025px) {
          .productView-topInfo .productView-rating .productView-reviewLink a.reviewLink-pc {
            display: block; }
          .productView-topInfo .productView-rating .productView-reviewLink a.reviewLink-mb {
            display: none; } }
      .productView-topInfo .productView-rating .productView-reviewLink + .productView-reviewLink {
        margin-left: 25px; }
  @media (min-width: 1025px) {
    .productView-topInfo .productView-rating .productView-reviewLink a:hover {
      color: red; }
      .productView-topInfo .productView-rating .productView-reviewLink a:hover span {
        background-image: linear-gradient(transparent 97%, red 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; } }

.productView-info {
  display: table;
  margin: 12px 0; }
  .product-layout-2 .productView-info {
    margin-bottom: 2px; }
  .productView-info-item {
    display: block;
    margin: 0; }
    .productView-info-item span {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      padding: 0;
      font-size: 12px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0; }
      .productView-info-item span.productView-info-name {
        color: #323232;
        min-width: 90px;
        font-weight: 700; }
      .productView-info-item span.productView-info-value {
        color: #323232;
        text-transform: capitalize;
        padding-left: 20px; }

.productView-desShort {
  margin-bottom: 8px; }
  .productView-desShort span {
    color: #323232;
    line-height: 26px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0; }

.productView-price {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 18px 0 4px 0;
  position: relative; }
  .product-layout-2 .productView-price {
    display: inline-block; }
  .productView-price .price-section {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #323232; }
    .productView-price .price-section.price-section--withoutTax {
      color: #f04723; }
    .productView-price .price-section.rrp-price--withoutTax {
      margin: 0 0 5px 0;
      color: #969696; }
    .productView-price .price-section.non-sale-price--withoutTax {
      display: inline-block;
      vertical-align: bottom;
      color: #969696;
      margin: 0 13px 0 0; }
      .productView-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
        display: inline-block;
        vertical-align: bottom; }
      .productView-price .price-section.non-sale-price--withoutTax[style="display: none;"] + .price-section {
        color: #323232; }
    .productView-price .price-section.price-none {
      margin: 0; }
      .productView-price .price-section.price-none + .price-section--withoutTax {
        margin-left: 13px; }
      .productView-price .price-section.price-none[style="display: none;"] + .price-section--withoutTax {
        margin-left: 0; }
  .productView-price > p {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.75;
    letter-spacing: 0;
    color: #323232;
    margin-bottom: 0; }
  .productView-price .price-section--saving {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
    letter-spacing: 0;
    color: #7f7f7f;
    margin: 4px 0 0 0; }

.productView-shortDesc {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  color: #323232;
  margin-bottom: 20px; }

.productView-messages {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #323232;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 5px 0;
  text-align: left; }
  .productView-messages a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-style: italic;
    line-height: 1.75;
    color: #323232;
    transition: unset; }
    .productView-messages a span {
      padding: 0 1px 0 0; }
  @media (min-width: 1025px) {
    .productView-messages a:hover {
      color: red; }
      .productView-messages a:hover span {
        background-image: linear-gradient(transparent 97%, red 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

.productView-options {
  position: relative;
  width: auto;
  margin: 0 0 12px 0; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (max-width: 550px) {
    .productView-options.has-productOptions {
      padding-top: 30px; } }
  .productView-options .alertBox {
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .productView-options .alertBox .alertBox-icon {
      padding: 0 15px 0 0;
      line-height: 24px; }
  .productView-options .productView-releaseDate {
    font-size: 12px;
    color: #323232;
    line-height: 28px;
    margin: 0 0 28px 0; }
  .productView-options .productView-sizeChart {
    display: inline-block;
    vertical-align: top;
    margin: 7px 25px 10px 0; }
    .productView-options .productView-sizeChart:before, .productView-options .productView-sizeChart:after {
      content: " ";
      display: table; }
    .productView-options .productView-sizeChart:after {
      clear: both; }
    .productView-options .productView-sizeChart-link {
      display: flex;
      align-items: center;
      transition: unset; }
      .productView-options .productView-sizeChart-link svg {
        width: 28px;
        height: 17px;
        fill: #323232;
        margin-right: 10px; }
      .productView-options .productView-sizeChart-link .text {
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        line-height: 24px;
        letter-spacing: 0;
        text-transform: capitalize;
        color: #323232;
        transition: unset; }
  .productView-options .productView-askAnExpert {
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 10px 0; }
    .productView-options .productView-askAnExpert:before, .productView-options .productView-askAnExpert:after {
      content: " ";
      display: table; }
    .productView-options .productView-askAnExpert:after {
      clear: both; }
    .productView-options .productView-askAnExpert-link {
      display: flex;
      align-items: center;
      transition: unset; }
      .productView-options .productView-askAnExpert-link svg {
        width: 20px;
        height: 20px;
        fill: #323232;
        margin-right: 10px; }
      .productView-options .productView-askAnExpert-link .text {
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        line-height: 24px;
        letter-spacing: 0;
        text-transform: capitalize;
        color: #323232;
        transition: unset; }
    @media (max-width: 1024px) {
      .productView-options .productView-askAnExpert {
        padding-right: 20px; } }
  .productView-options .form {
    display: inline;
    position: relative;
    width: auto;
    margin: 0;
    padding: 0; }
    .productView-options .form.form-wishlist {
      float: left;
      width: calc(100% - 272px);
      margin-left: 15px; }
      .product-layout-2 .productView-options .form.form-wishlist {
        display: block;
        width: 100%;
        float: none;
        margin-top: 15px;
        margin-left: 0; }
        @media (max-width: 767px) {
          .product-layout-2 .productView-options .form.form-wishlist {
            display: inline;
            width: auto;
            float: left;
            margin-top: 0;
            margin-left: 15px; } }
    .productView-options .form .add-to-cart-buttons {
      display: inline-block;
      float: left; }
      .product-layout-2 .productView-options .form .add-to-cart-buttons {
        display: block;
        float: none; }
        @media (max-width: 767px) {
          .product-layout-2 .productView-options .form .add-to-cart-buttons {
            display: inline-block;
            float: left;
            min-width: 257px; } }
    .productView-options .form .form-field {
      display: block;
      letter-spacing: 0;
      font-size: 0;
      margin: 0;
      padding-bottom: 10px; }
      .productView-options .form .form-field.form-field--increments {
        padding-bottom: 0;
        padding-right: 0;
        margin-bottom: 25px; }
      .productView-options .form .form-field .form-label {
        display: flex;
        align-items: center;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 24px;
        color: #323232;
        margin-bottom: 7px; }
        .productView-options .form .form-field .form-label small {
          display: block;
          color: #8c8c8c;
          line-height: inherit;
          margin: 0 0 0 3px;
          float: none;
          font-size: 11px; }
        .productView-options .form .form-field .form-label [data-option-value] {
          font-size: 12px;
          font-weight: 700;
          line-height: 24px;
          letter-spacing: 0;
          color: #323232;
          text-transform: capitalize;
          margin: 0 0 0 6px;
          font-style: italic; }
        .productView-options .form .form-field .form-label [data-product-stock] {
          font-size: 12px;
          font-weight: 700;
          line-height: 1.75;
          letter-spacing: 0;
          color: #323232;
          text-transform: capitalize;
          margin: 0 0 0 5px; }
      .productView-options .form .form-field.form-field--stock .form-label {
        margin-bottom: 0; }
      .productView-options .form .form-field + .form-field {
        margin-top: 3px; }
  @media (max-width: 550px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options input[type="file"] {
    font-size: 12px; }
  .productView-options .shareLinkSocial {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    margin: 0;
    font-size: 0;
    letter-spacing: 0; }
    .productView-options .shareLinkSocial .socialLinks .icon {
      position: unset; }
    .productView-options .shareLinkSocial .icon {
      fill: #323232;
      width: 20px;
      height: 20px; }
    .productView-options .shareLinkSocial__button {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      padding: 0; }
    .productView-options .shareLinkSocial__popup {
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 9;
      padding: 13px 20px 18px 20px;
      width: 326px;
      background-color: white;
      box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
      margin-top: 10px; }
      .productView-options .shareLinkSocial__popup .title {
        margin-bottom: 12px;
        font-size: 9px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0;
        color: #323232;
        text-transform: uppercase; }
      .productView-options .shareLinkSocial__popup .shareLinkSocial__link {
        position: relative;
        margin-bottom: 24px; }
        .productView-options .shareLinkSocial__popup .shareLinkSocial__link input {
          border: 1px solid #cbcbcb;
          background-color: #ffffff;
          padding: 11px 18px 10px;
          display: block;
          width: 100%;
          color: #a0a0a0;
          font-size: 11px; }
        .productView-options .shareLinkSocial__popup .shareLinkSocial__link .shareLinkSocial__close .icon {
          width: 14px;
          height: 14px;
          position: absolute;
          top: 1px;
          right: 2px;
          left: auto;
          fill: #323232; }
      .productView-options .shareLinkSocial__popup .shareLinkSocial__social .title {
        margin-bottom: 7px; }
  @media (max-width: 550px) {
    .productView-options.productView-options-2 .productView-actions .form-actionFix {
      display: block;
      position: fixed;
      width: 100%;
      z-index: 99;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      padding: 10px 15px;
      background: white;
      border-top: 1px solid transparent;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
      .productView-options.productView-options-2 .productView-actions .form-actionFix .form-action {
        width: calc(100% - 55px); }
    .productView-options.productView-options-2 .form-wishlist[data-wishlist-add] {
      position: fixed;
      left: auto;
      right: 15px;
      bottom: 10px;
      z-index: 99; }
      .productView-options.productView-options-2 .form-wishlist[data-wishlist-add] [data-dropdown-content] {
        top: auto !important;
        bottom: 66px; }
    .productView-options.productView-options-2 .form-wishlist.form-wishlist-2 {
      position: absolute;
      top: auto;
      left: auto;
      right: 0;
      bottom: 0; }
      .productView-options.productView-options-2 .form-wishlist.form-wishlist-2 [data-dropdown-content] {
        top: calc(100% + 6px) !important;
        bottom: auto; } }
  @media (min-width: 1025px) {
    .productView-options .productView-releaseDate {
      margin-bottom: 20px; }
    .productView-options .productView-sizeChart .productView-sizeChartlink:hover .icon {
      fill: red; }
    .productView-options .productView-sizeChart .productView-sizeChartlink:hover .text {
      color: red; } }

[data-product-option-change] [data-option-name="Size"] {
  position: relative; }
  @media (min-width: 1600px) {
    [data-product-option-change] [data-option-name="Size"] .option-value-size {
      width: 50%; } }

#add-to-cart-wrapper {
  margin-top: 8px; }
  #add-to-cart-wrapper .form-increment {
    max-width: 178px; }

#form-action-addToCart {
  height: 46px;
  line-height: 44px;
  min-width: 257px; }
  .product-layout-2 #form-action-addToCart {
    min-width: 100%; }

.itemProduct-options {
  position: relative; }
  @media (max-width: 1024px) {
    .itemProduct-options .itemProduct-options-wrapper {
      display: block;
      white-space: nowrap;
      overflow: auto hidden;
      margin: 0 -10px;
      padding: 0 10px; }
      .itemProduct-options .itemProduct-options-wrapper:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -10px;
        background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0.1));
        width: 14px;
        height: 40px;
        z-index: 1;
        transform: rotate(180deg); }
      .itemProduct-options .itemProduct-options-wrapper:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: -10px;
        background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0.1));
        width: 50px;
        height: 40px;
        z-index: 1; } }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }
  .productOptions-list-item {
    padding: 1.5rem; }
    .productOptions-list-item .form-label {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 24px;
      text-transform: none;
      margin: 0 0 4px 0;
      padding-left: 30px; }
    .productOptions-list-item + .productOptions-list-item {
      border-top: 1px solid #8f8f8f; }
  .productOptions-list .productOptions-list-item-figure,
  .productOptions-list .productOptions-list-item-content {
    display: table-cell;
    vertical-align: middle; }
  .productOptions-list .productOptions-list-item-figure {
    width: 3rem; }
  .productOptions-list .productOptions-list-item-content {
    padding-left: 1.25rem; }

.productView-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 113px 0 0;
  margin: 10px 0 0 0; }
  .productView-actions .form-field--increments {
    margin-bottom: 15px !important;
    margin-right: 15px !important;
    padding-right: 15px; }
    .productView-actions .form-field--increments .form-label {
      display: block; }
    .productView-actions .form-field--increments .form-input--incrementTotal {
      font-size: 12px;
      font-weight: 400;
      font-style: normal;
      text-align: center;
      width: 105px;
      color: #323232;
      border: 1px solid #cbcbcb;
      padding: 10px 30px;
      line-height: 1;
      max-width: 100%; }
  .productView-actions .form-actionFix {
    display: block;
    width: 100%; }
    .productView-actions .form-actionFix .form-action {
      width: 100%; }
  .productView-actions .form-action {
    width: 100%; }
    .productView-actions .form-action .button {
      width: 100%;
      text-transform: uppercase; }
      .productView-actions .form-action .button.button--buyItNow {
        max-width: 100%; }
      @media (max-width: 767px) {
        .productView-actions .form-action .button {
          max-width: 100%; } }
    .productView-actions .form-action-text {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0;
      width: 100%;
      height: 50px;
      line-height: 50px;
      display: inline-block;
      vertical-align: top;
      background: #dddddd;
      color: black;
      border: 1px solid;
      text-align: center;
      text-transform: uppercase;
      padding: 0 15px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .productView-actions + .productView-actions {
    margin-top: 15px;
    padding-right: 0; }
    .productView-actions + .productView-actions .form-action {
      width: 100%; }
  @media (min-width: 551px) {
    .productView-actions {
      flex-wrap: nowrap; }
      .productView-actions .form-field--increments {
        margin-bottom: 0 !important; }
      .productView-actions .form-actionFix {
        width: calc(100% - 121px); }
        .productView-actions .form-actionFix.form-actionFix2 {
          width: 100%; }
      .productView-actions .form-action {
        width: calc(100% - 121px); }
        .productView-actions .form-action.form-action2 {
          width: 100%; } }

.productAttributes-message {
  margin-top: 15px;
  margin-bottom: 15px; }

.form-wishlist[data-wishlist-add] {
  margin: 0;
  font-size: 0;
  letter-spacing: 0; }
  .form-wishlist[data-wishlist-add] .dropdown-menu-button {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: calc(100% - 272px);
    height: 46px;
    line-height: 44px;
    padding: 0;
    margin: 0;
    border-color: #e2e4e8; }
    .form-wishlist[data-wishlist-add] .dropdown-menu-button .text {
      display: none; }
    .form-wishlist[data-wishlist-add] .dropdown-menu-button span {
      display: inline-block;
      margin: 0 10px; }
    .form-wishlist[data-wishlist-add] .dropdown-menu-button .icon {
      display: inline-block;
      vertical-align: top;
      width: 16px;
      height: 16px;
      position: relative;
      top: 0;
      left: 0;
      z-index: 5;
      margin: 0;
      fill: #323232; }
      .form-wishlist[data-wishlist-add] .dropdown-menu-button .icon:not(.wishlist) {
        width: 12px;
        height: 12px; }
    .form-wishlist[data-wishlist-add] .dropdown-menu-button.is-open {
      background-color: #323232; }
      .form-wishlist[data-wishlist-add] .dropdown-menu-button.is-open .icon {
        fill: white; }
    @media (max-width: 767px) {
      .form-wishlist[data-wishlist-add] .dropdown-menu-button {
        width: 46px;
        min-width: 46px; }
        .form-wishlist[data-wishlist-add] .dropdown-menu-button span {
          display: none; }
        .form-wishlist[data-wishlist-add] .dropdown-menu-button .icon {
          height: 2rem;
          width: 2rem; }
        .form-wishlist[data-wishlist-add] .dropdown-menu-button .icon:not(.wishlist) {
          display: none; } }
  .form-wishlist[data-wishlist-add] [data-dropdown-content] {
    outline: 0;
    width: 100%;
    z-index: 5;
    text-align: left;
    white-space: normal;
    line-height: 22px;
    min-width: 235px;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    top: calc(100% + 10px) !important;
    left: auto !important;
    right: 0 !important;
    margin: 0;
    padding: 0;
    background: white; }
    .form-wishlist[data-wishlist-add] [data-dropdown-content] li {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 100%;
      padding: 4px 0 2px 0;
      line-height: unset; }
      .form-wishlist[data-wishlist-add] [data-dropdown-content] li a,
      .form-wishlist[data-wishlist-add] [data-dropdown-content] li input {
        font-size: 12px;
        font-weight: 400;
        color: #323232;
        line-height: 1.75;
        letter-spacing: 0;
        border: 0;
        height: auto;
        padding: 5px 15px 6px 15px;
        text-align: center;
        width: 100%;
        text-transform: capitalize;
        background: transparent; }
      .form-wishlist[data-wishlist-add] [data-dropdown-content] li + li {
        border-top: 1px solid #e6e6e6; }
      .form-wishlist[data-wishlist-add] [data-dropdown-content] li:hover a,
      .form-wishlist[data-wishlist-add] [data-dropdown-content] li:hover input {
        color: red; }
  .form-wishlist[data-wishlist-add].form-wishlist-2 {
    width: 40%;
    padding-left: 5px; }
    .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button {
      width: 100%;
      border-radius: 0;
      border: 1px solid #323232;
      background: transparent !important;
      padding: 0 15px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button .text {
        display: block;
        position: relative;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 25px;
        text-align: center;
        text-transform: uppercase;
        color: #323232;
        text-overflow: ellipsis; }
      .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button .icon {
        display: none; }
    .form-wishlist[data-wishlist-add].form-wishlist-2 [data-dropdown-content] {
      min-width: calc(100% - 5px); }
  .form-wishlist[data-wishlist-add].form-wishlist-3, .form-wishlist[data-wishlist-add].form-wishlist-4 {
    bottom: 65px; }
    .form-wishlist[data-wishlist-add].form-wishlist-3 + .shareLinkSocial, .form-wishlist[data-wishlist-add].form-wishlist-4 + .shareLinkSocial {
      bottom: 65px; }
  .product-layout-2 .form-wishlist[data-wishlist-add] {
    position: unset;
    margin-top: 15px; }
  @media (min-width: 1025px) {
    .form-wishlist[data-wishlist-add] .dropdown-menu-button:hover, .form-wishlist[data-wishlist-add] .dropdown-menu-button:focus {
      background-color: #323232; }
      .form-wishlist[data-wishlist-add] .dropdown-menu-button:hover .icon, .form-wishlist[data-wishlist-add] .dropdown-menu-button:focus .icon {
        fill: white; }
    .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button:hover, .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button:focus {
      background-color: #393939 !important;
      border-color: #393939; }
      .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button:hover .text, .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button:focus .text {
        color: white; }
        .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button:hover .text:before, .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button:hover .text:after, .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button:focus .text:before, .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button:focus .text:after {
          background-color: white; } }

.productView-share .socialLinks {
  display: inline-block;
  vertical-align: middle; }

.productView-share .socialLinks-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 15px 0;
  width: 14px;
  height: 14px; }
  .productView-share .socialLinks-item .icon {
    display: block;
    width: 100%;
    height: 100%; }
    .productView-share .socialLinks-item .icon svg {
      width: 100%;
      height: 100%;
      fill: #001b44; }
  .productView-share .socialLinks-item:last-child {
    margin-right: 0; }

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

.productView-securityImage {
  display: block;
  margin: 10px 0 0 0; }
  .productView-securityImage ul {
    width: 100%;
    margin: 0;
    font-size: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .productView-securityImage ul li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      margin-bottom: 5px; }
      .productView-securityImage ul li:last-child {
        margin-right: 0; }
  .productView-securityImage img {
    max-height: 100px; }
    .productView-securityImage img.lazyload, .productView-securityImage img.lazyloading {
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }
  @media (min-width: 1025px) {
    .productView-securityImage ul {
      overflow: visible;
      white-space: normal; }
      .productView-securityImage ul li {
        margin-right: 20px;
        margin-bottom: 20px; }
        .product-layout-2 .productView-securityImage ul li {
          margin-right: 12px; } }

.productView-info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .productView-info-bottom .productView-ViewingProduct {
    margin-bottom: 7px; }
  @media (max-width: 374px) {
    .productView-info-bottom {
      display: block; } }

.social-mediaBlock .at-icon-wrapper svg {
  width: 18px !important;
  height: 18px !important;
  fill: #323232 !important; }

.at-share-btn-elements .at-icon-wrapper:first-child {
  margin-left: -5px !important; }

.halo-description {
  width: 100%;
  display: block;
  font-size: 1rem; }
  .halo-description .page-heading {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    display: inline-block; }
  .halo-description h6 {
    font-size: 14px;
    font-weight: 700;
    text-transform: unset; }
    .halo-description h6 + ul + h6 + ul {
      list-style-type: number; }
  .halo-description p {
    margin-bottom: 27px; }
  .halo-description ul {
    padding-left: 15px; }
    .halo-description ul li {
      line-height: 28px; }
  .halo-description blockquote {
    font-size: 12px;
    line-height: 22px;
    padding: 20px 25px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    border-radius: 3px;
    font-style: italic; }
  .halo-description .image {
    width: 100%;
    margin-bottom: 5px; }
  .halo-description .productView-description .toggle-title {
    margin-bottom: 0;
    padding-bottom: 13px;
    display: block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #323232; }
    .halo-description .productView-description .toggle-title .toggleLink {
      float: none;
      display: inline-block;
      width: 100%; }
  .halo-description .productView-description .tabs {
    display: none; }
  .halo-description .description-slider {
    white-space: nowrap;
    padding-top: 5px; }
    .halo-description .description-slider:not(.slick-initialized) > div {
      width: 33.3334%;
      display: inline-block;
      vertical-align: middle;
      padding: 0 5px; }
      .halo-description .description-slider:not(.slick-initialized) > div:nth-child(n+4) {
        display: none; }
    .halo-description .description-slider .slick-slide {
      padding: 0 5px; }
    .halo-description .description-slider .slick-dots {
      bottom: -15px; }
    .halo-description .description-slider img {
      width: 100%; }
  .halo-description .productView-tab .tabs, .halo-description.productView-tab .tabs {
    padding-left: 0;
    margin-bottom: 12px; }
  @media (min-width: 551px) {
    .halo-description .page-heading {
      font-size: 18px; } }
  @media (min-width: 768px) {
    .halo-description.productView-tab {
      padding-top: 30px; }
    .halo-description .productView-tab, .halo-description.productView-tab {
      display: inline-block;
      vertical-align: top;
      font-size: 12px;
      line-height: 22px; }
      .halo-description .productView-tab .tabs, .halo-description.productView-tab .tabs {
        display: block; }
        .product-layout-3 .halo-description .productView-tab .tabs, .product-layout-3 .halo-description.productView-tab .tabs {
          display: none; }
      .halo-description .productView-tab .tab-content, .halo-description.productView-tab .tab-content {
        padding: 0;
        display: none;
        border-top: none; }
        .halo-description .productView-tab .tab-content#tab-description:not([aria-hidden="true"]), .halo-description.productView-tab .tab-content#tab-description:not([aria-hidden="true"]) {
          display: block; }
        .halo-description .productView-tab .tab-content.is-active, .halo-description.productView-tab .tab-content.is-active {
          display: block; }
        .product-layout-3 .halo-description .productView-tab .tab-content, .product-layout-3 .halo-description.productView-tab .tab-content {
          display: block; }
      .halo-description .productView-tab .toggle-title, .halo-description.productView-tab .toggle-title {
        display: none;
        padding-bottom: 35px; }
        .product-layout-3 .halo-description .productView-tab .toggle-title, .product-layout-3 .halo-description.productView-tab .toggle-title {
          display: block; }
      .halo-description .productView-tab .toggle-content, .halo-description.productView-tab .toggle-content {
        padding: 0; }
      .halo-description .productView-tab .description-slider, .halo-description.productView-tab .description-slider {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 45px; } }
  @media (min-width: 1025px) {
    .halo-description .page-heading {
      display: block;
      margin-bottom: 35px;
      padding-bottom: 10px;
      border-bottom: 1px solid #eeeeee; }
    .halo-description .productView-tab {
      width: 60%; }
      .product-layout-3 .halo-description .productView-tab {
        width: 50%;
        margin-top: -17px; }
    .halo-description > .halo-block-product {
      font-size: 12px;
      display: inline-block;
      vertical-align: top;
      width: 40%;
      border-top: 0;
      margin-top: 0;
      padding-top: 0;
      margin-bottom: 0;
      padding-left: 30px; }
      .product-layout-3 .halo-description > .halo-block-product {
        width: 50%;
        padding-top: 0;
        padding-left: 0; } }

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

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

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

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

.toggleLink-text {
  font-size: 12px;
  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 .sidebarBlock {
  margin-top: 30px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-list {
  display: flex;
  flex-direction: column;
  gap: 24px; }

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

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

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

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

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

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

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (max-width: 550px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

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

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

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

.cart-item-label {
  color: #323232;
  float: left;
  margin-bottom: 0.41667rem;
  text-align: right;
  width: 33.33333%; }
  @media (max-width: 550px) {
    .cart-item-label {
      font-weight: 700; } }
  @media (min-width: 1025px) {
    .cart-item-label {
      display: none; } }

@media (max-width: 550px) {
  .cart-item-quantity {
    margin: 20px 0 0; }
    .cart-item-quantity .form-increment {
      min-width: 124px;
      display: inline-block !important; } }

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

.cart-item-brand {
  color: #323232;
  margin-bottom: 0.16667rem; }

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

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

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.5rem;
  margin-top: 0.16667rem;
  padding: 0.16667rem;
  transition: background-color 0.15s ease;
  width: 1.5rem; }
  @media (max-width: 550px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #001b44; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total .form-input {
    display: inline-block;
    height: 2.66667rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.41667rem center;
    background-size: 1.66667rem 1.66667rem;
    height: 2.66667rem;
    margin-bottom: 0.75rem;
    padding: 0 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #323232; }
  @media (min-width: 1025px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

.cart-total-label,
.cart-total-value {
  padding: 12px 0; }
  @media (min-width: 1025px) {
    .cart-total-label,
    .cart-total-value {
      padding: 16px 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #323232;
  display: inline-block;
  font-size: 12px; }

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

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

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

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

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

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

.previewCart-acceleratedCheckoutButtons {
  width: 100%; }

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

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

.cart-header {
  display: none; }
  @media (min-width: 1025px) {
    .cart-header {
      display: table-header-group;
      text-align: left;
      background-color: #f7f7f7; } }

.cart-header-item {
  padding: 12px 0;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #8c8c8c; }
  .cart-header-item:first-child {
    padding-left: 20px;
    border-radius: 3px 0 0 3px; }
  .cart-header-item:last-child {
    text-align: center;
    border-radius: 0 3px 3px 0; }

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

.cart-item-block {
  display: block; }
  @media (min-width: 1025px) {
    .cart-item-block {
      display: table-cell;
      vertical-align: top;
      padding-top: 30px;
      padding-bottom: 30px; } }

.cart-item-figure {
  float: left;
  height: 8.33333rem;
  margin-bottom: 1.5rem;
  width: 25%;
  position: relative;
  vertical-align: top; }
  .cart-item-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  @media (min-width: 769px) {
    .cart-item-figure {
      margin-bottom: 0;
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .cart-item-figure {
      float: none;
      width: 10%; }
      .cart-item-figure:after {
        content: none; } }

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

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

.cart-item-title {
  display: table-cell;
  vertical-align: top;
  height: 8.33333rem;
  padding-left: 1.5rem; }
  @media (min-width: 769px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 1025px) {
    .cart-item-title {
      display: table-cell;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 75%;
  float: right;
  padding-left: 1.5rem;
  margin-top: 15px; }
  @media (min-width: 769px) {
    .cart-item-info {
      clear: none;
      float: left;
      margin-top: 0;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info.cart-item-quantity {
        padding-left: 0; } }
  @media (min-width: 1025px) {
    .cart-item-info {
      float: none;
      width: 16.66667%;
      position: relative; }
      .cart-item-info:last-child {
        text-align: center;
        padding-left: 0; } }

@media (min-width: 1025px) {
  .cart-header-price,
  .cart-item-price,
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center;
    padding-left: 0; } }

.cart-item-quantity .form-increment {
  display: inline-flex; }
  @media (min-width: 1025px) {
    .cart-item-quantity .form-increment .form-input--incrementTotal {
      width: 50px; } }

.cart-item-quantity .cart-item-label {
  padding-left: 0;
  line-height: 42px; }

@media (min-width: 769px) {
  .cart-item-quantity .cart-item-label {
    line-height: 20px; } }

@media (min-width: 1025px) {
  .cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 144px; } }

.cart-item-label {
  color: #323232;
  float: left;
  margin-bottom: 0;
  text-align: left;
  width: 33.33333%; }
  @media (min-width: 769px) {
    .cart-item-label {
      display: block;
      text-align: left;
      width: 100%;
      margin-bottom: 0.41667rem; } }
  @media (min-width: 1025px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  font-size: 15px;
  font-weight: 700;
  color: #323232; }
  @media (min-width: 1025px) {
    .cart-item-value {
      line-height: 42px; } }

.cart-item-brand {
  color: #323232;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px; }

.cart-item-name {
  margin: 0;
  color: #323232;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .cart-item-name a {
    color: inherit; }
  .cart-item-name + .definitionList {
    margin-top: 15px; }
  .cart-item-name + p {
    margin-top: 6px;
    font-style: italic; }

.definitionList {
  margin-bottom: 5px; }
  .definitionList .definitionList-key,
  .definitionList .definitionList-value {
    font-weight: 400;
    line-height: 22px; }
  .definitionList .definitionList-key {
    color: #646464;
    min-width: 40px; }
  .definitionList .definitionList-value {
    color: #323232; }

a[data-item-edit] {
  color: #323232;
  font-weight: 700; }

.cart-item-options--giftWrapping {
  margin-bottom: 0;
  margin-top: 15px; }
  .cart-item-options--giftWrapping .cart-item-option-title,
  .cart-item-options--giftWrapping .cart-item-option-description {
    margin: 0;
    line-height: 22px; }
  .cart-item-options--giftWrapping .cart-item-option-title {
    margin-right: 5px;
    color: #646464;
    font-weight: 700; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #323232;
    margin-bottom: 5px; }
    .cart-item-options--giftWrapping .cart-item-option-description a {
      font-weight: 700;
      color: inherit; }
  @media (min-width: 769px) {
    .cart-item-options--giftWrapping .cart-item-option-title {
      float: left; }
    .cart-item-options--giftWrapping .cart-item-option-description {
      margin-bottom: 0; } }

.cart-remove {
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.66667rem;
  margin-top: 0;
  padding: 3px;
  transition: background-color 0.15s ease;
  width: 1.66667rem; }
  @media (min-width: 769px) {
    .cart-remove {
      margin-left: 25px; } }
  @media (min-width: 1025px) {
    .cart-remove {
      margin-top: 9px;
      padding: 0px;
      height: 1.83333rem;
      width: 1.83333rem;
      position: absolute;
      right: 0; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #001b44; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  display: block;
  font-size: 0;
  margin: 0 -8px;
  justify-content: space-between;
  text-align: right; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  .cart-totals .column-1 .button,
  .cart-totals .column-2 .button {
    height: 40px;
    line-height: 38px; }
    .home-layout-1 .cart-totals .column-1 .button, .home-layout-1
    .cart-totals .column-2 .button {
      background-color: #5d6673;
      border-color: #5d6673; }
  .cart-totals .column-3 .button {
    height: 56px;
    line-height: 54px; }
  .cart-totals .column {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 100%;
    padding: 0 8px;
    margin-top: 15px; }
    .cart-totals .column:first-child {
      margin-top: 0; }
  @media (min-width: 768px) {
    .cart-totals .column {
      width: 50%;
      margin-top: 30px; }
      .cart-totals .column:nth-child(-n + 2) {
        margin-top: 0; } }
  @media (min-width: 992px) {
    .cart-totals .column {
      width: 33.333333%; }
      .cart-totals .column:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (min-width: 1025px) {
    .cart-totals {
      display: flex;
      margin: 0 -15px; }
      .cart-totals .column {
        padding: 0 15px; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total .cart-form,
  .cart-total .shipping-estimator {
    display: block;
    margin-top: 1rem; }
  .cart-total .form-input {
    min-height: 38px;
    padding: 0px 15px;
    display: inline-block;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    min-height: 38px;
    padding: 0px 15px;
    background-position: right 0.41667rem top 0.83333rem;
    background-size: 1.66667rem 1.66667rem;
    margin-bottom: 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left;
    margin-top: 1rem; }
  .cart-total + .cart-total:not(.cart-total-custom) {
    margin-top: 15px; }
  @media (min-width: 769px) {
    .cart-total .form-input,
    .cart-total .form-select {
      min-height: 40px;
      padding: 0px 15px; } }
  @media (min-width: 768px) {
    .cart-total + .cart-total:not(.cart-total-custom) {
      margin-top: 30px; } }

.cart-total-label,
.cart-total-value {
  color: #323232;
  font-weight: 700;
  line-height: 24px;
  padding: 1rem 0; }
  .cart-total-label strong,
  .cart-total-label b,
  .cart-total-value strong,
  .cart-total-value b {
    font-weight: 700; }

.cart-total-label {
  float: none;
  font-size: 18px;
  display: block;
  padding-left: 0;
  text-align: left;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #323232;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee; }

.cart-total-value {
  text-align: right;
  font-size: 14.5px;
  width: 50%; }
  .cart-total-value button {
    margin: 0;
    padding: 0;
    border: none;
    color: #323232;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0;
    text-decoration: none;
    text-transform: capitalize;
    background-color: transparent; }
    .cart-total-value button:hover, .cart-total-value button:focus, .cart-total-value button:active {
      color: #323232;
      border: none;
      background-color: transparent; }

.cart-total-custom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #cbcbcb; }
  .cart-total-custom .cart-total-label,
  .cart-total-custom .cart-total-value {
    margin-bottom: 0;
    display: inline-block;
    border-bottom: none;
    width: 50%; }
  .cart-total-custom .cart-total-label {
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; }
    .cart-total-custom .cart-total-label strong {
      font-weight: inherit; }
  .cart-total-custom .cart-total-value {
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; }
    .cart-total-custom .cart-total-value button {
      color: #6E6E6E;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-decoration: underline; }

.cart-total-grandTotal {
  border-bottom: none; }
  .cart-total-grandTotal .cart-total-label {
    font-size: 16px; }
  .cart-total-grandTotal .cart-total-value {
    font-size: 18px;
    position: relative; }

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

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 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; }
  .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: 73%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%; }

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

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

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

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

.shipping-estimate-submit {
  margin-top: 8px;
  width: 60%;
  float: right; }

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

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

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

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

.cart-actions {
  clear: both;
  text-align: center;
  margin-top: 15px; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0;
    width: 100%;
    font-size: 14px; }
    @media (min-width: 769px) {
      .cart-actions .button {
        float: right;
        font-size: 18px;
        display: inline-block; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    color: #323232;
    padding-top: 15px;
    display: inline-block;
    border-bottom: 1px solid #323232; }

.cart-additionalCheckoutButtons {
  position: relative;
  text-align: center; }
  .cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
    content: '';
    position: absolute; }
  .cart-additionalCheckoutButtons:before {
    top: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e2e4e8; }
  .cart-additionalCheckoutButtons:after {
    top: 12px;
    left: 50%;
    z-index: 1;
    width: 100px;
    height: 6px;
    transform: translateX(-50%);
    background-color: #ffffff; }
  .cart-additionalCheckoutButtons .FloatRight {
    z-index: 2;
    position: relative; }
    .cart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after {
      content: " ";
      display: table; }
    .cart-additionalCheckoutButtons .FloatRight:after {
      clear: both; }
    .cart-additionalCheckoutButtons .FloatRight p {
      float: none !important;
      margin: 0.5rem 0; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 0; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child {
    padding-bottom: 10px; }

[data-cart] .page-heading {
  text-align: left; }

.data-cart-totals {
  width: 100%; }

[data-cart-totals] {
  padding-bottom: 50px; }

.previewCartList {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 398px;
  overflow-y: auto; }
  .previewCartList li {
    padding: 20px 30px;
    border-bottom: 1px solid #e4e4e4; }
    .previewCartList li:last-child {
      border-bottom: none; }

.previewCartItem {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  display: table; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }

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

.previewCartItem-image {
  width: 60px;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.previewCartItem-content {
  padding-left: 20px; }

.previewCartItem-brand {
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #323232; }

.previewCartItem-name {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-transform: none;
  color: #323232; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-price {
  font-weight: 700;
  display: inline-block;
  font-size: 13px;
  color: #323232; }

.previewCartAction {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  display: block;
  margin: 0;
  padding: 24px 30px;
  background-color: #f7f7f7; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  display: block; }

.previewCartAction-checkoutMultiple {
  clear: both;
  text-align: center;
  margin-bottom: 20px; }
  .previewCartAction-checkoutMultiple a {
    color: #323232;
    border-bottom: 1px solid #323232; }

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

[data-cart-content] + .button-group {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: right; }
  [data-cart-content] + .button-group .button {
    display: block;
    width: 200px;
    margin-right: 0;
    margin-left: auto; }
  [data-cart-content] + .button-group .button + .button {
    margin-top: 15px; }
  @media (min-width: 769px) {
    [data-cart-content] + .button-group .button {
      display: inline-block;
      width: auto;
      margin-left: auto;
      margin-right: auto; }
    [data-cart-content] + .button-group .button + .button {
      margin-top: 0;
      margin-left: 15px; } }
  @media (min-width: 1025px) {
    [data-cart-content] + .button-group {
      margin-top: 30px;
      margin-bottom: 50px; } }

.brand-protective {
  display: block; }
  .brand-protective .item {
    text-align: center;
    width: 100%;
    margin-top: 15px; }
    .brand-protective .item:first-child {
      margin-top: 0; }
  @media (min-width: 992px) {
    .brand-protective {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .brand-protective .item {
        margin-top: 30px;
        width: 33.333333%; }
        .brand-protective .item:first-child {
          text-align: left; }
        .brand-protective .item:nth-child(-n + 3) {
          margin-top: 0; } }

.halo_securityContent {
  display: table;
  color: #8c8c8c;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto; }
  .halo_securityContent .icon,
  .halo_securityContent .text {
    display: table-cell;
    vertical-align: middle; }
  .halo_securityContent .icon {
    height: 2rem;
    width: 2rem; }
    .halo_securityContent .icon svg {
      height: 2rem;
      width: 2rem;
      fill: #8c8c8c;
      stroke: #8c8c8c; }
  .halo_securityContent .text {
    padding-left: 5px;
    margin: 0;
    font-style: italic; }
  .halo_securityContent + .description {
    margin: 15px 0 0 0;
    color: #8c8c8c; }

#cartMobile {
  overflow-x: auto;
  padding: 0 20px 30px 20px;
  height: calc(100vh - 70px); }
  #cartMobile .navPage-subMenu-title {
    color: #323232;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 17px;
    margin-bottom: 20px; }
    #cartMobile .navPage-subMenu-title .icon,
    #cartMobile .navPage-subMenu-title .text {
      display: inline-block;
      vertical-align: middle; }
    #cartMobile .navPage-subMenu-title .icon {
      margin-right: 5px; }
  #cartMobile .dropdown-cart {
    display: block;
    position: relative; }
    #cartMobile .dropdown-cart .loadingOverlay {
      display: block;
      padding: 25px; }
  #cartMobile .previewCartTable {
    display: block; }
  #cartMobile .previewCartHeader {
    display: none; }
  #cartMobile .previewCartList {
    height: auto;
    max-height: 246px;
    padding-bottom: 15px; }
    #cartMobile .previewCartList .previewCartItem {
      display: block;
      font-size: 0; }
      #cartMobile .previewCartList .previewCartItem + .previewCartItem {
        margin-top: 15px;
        padding-top: 15px; }
    #cartMobile .previewCartList .previewCartItem-block {
      padding: 0;
      display: inline-block;
      vertical-align: top;
      font-size: 12px; }
    #cartMobile .previewCartList .previewCartItem-image {
      width: 60px;
      max-height: 55px; }
    #cartMobile .previewCartList .previewCartItem-content {
      vertical-align: top;
      padding: 0 0 10px 15px;
      width: calc(100% - 60px); }
    #cartMobile .previewCartList .previewCartItem-price {
      /*margin-left: 75px;*/
      margin-left: 0;
      margin-right: 0; }
    #cartMobile .previewCartList .previewCartItem-price,
    #cartMobile .previewCartList .previewCartItem-quantity,
    #cartMobile .previewCartList .previewCartItem-total {
      width: auto; }
    #cartMobile .previewCartList .previewCartItem-quantity {
      margin: 0 5px; }
      #cartMobile .previewCartList .previewCartItem-quantity:before {
        content: 'x';
        color: #999999;
        position: relative;
        display: inline-block; }
    #cartMobile .previewCartList .previewCartItem-total {
      display: none; }
  #cartMobile .preview-cart-total,
  #cartMobile .preview-cart-grand-total {
    padding: 0; }
  #cartMobile .previewCartAction {
    padding: 20px 0;
    background-color: transparent; }
    #cartMobile .previewCartAction .previewCartAction-checkout,
    #cartMobile .previewCartAction .previewCartAction-viewCart {
      display: block;
      width: 100%; }
    #cartMobile .previewCartAction .previewCartAction-viewCart {
      margin-top: 15px;
      margin-bottom: 30px; }
  #cartMobile .previewCartAction-checkoutMultiple {
    margin: 15px 0 0 0; }
  #cartMobile .previewCartItem-pricewrapper {
    margin-top: 10px; }
    #cartMobile .previewCartItem-pricewrapper .previewCartItem-price {
      margin-left: 0; }
  #cartMobile .mCSB_scrollTools {
    width: 3px; }
  @media (min-width: 768px) {
    #cartMobile .previewCartList {
      max-height: calc(100vh - 400px); }
    #cartMobile .previewCartAction .previewCartAction-viewCart {
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media (min-width: 1025px) {
    #cartMobile .previewCartList {
      max-height: calc(100vh - 450px); } }

#CartEditProductFieldsForm .form-input,
#CartEditProductFieldsForm .form-select {
  width: auto;
  min-width: 500px; }

#CartEditProductFieldsForm .form-actions {
  margin-top: 30px; }
  #CartEditProductFieldsForm .form-actions .button {
    width: auto;
    min-width: 200px; }

.page-type-cart .body > .container {
  padding: 0; }

.page-type-cart h1.page-heading {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000000;
  margin-top: 60px !important;
  margin-bottom: 60px !important; }
  @media screen and (max-width: 1024px) {
    .page-type-cart h1.page-heading {
      margin-top: 30px !important;
      margin-bottom: 16px !important;
      font-size: 18px;
      color: #A70E00; } }

.page-type-cart .shipping-message-custom {
  margin-top: 8px; }
  .page-type-cart .shipping-message-custom .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #6E6E6E;
    font-family: 'Open Sans'; }
    @media screen and (max-width: 1024px) {
      .page-type-cart .shipping-message-custom .text {
        font-size: 12px; } }

.page-type-cart [data-cart-content] {
  background-color: transparent;
  padding: 0;
  margin-top: 60px; }
  @media (max-width: 767px) {
    .page-type-cart [data-cart-content] {
      margin-top: 30px; } }

.page-type-cart [data-cart-totals] {
  margin-top: 60px;
  padding: 0;
  background-color: transparent; }
  @media (max-width: 767px) {
    .page-type-cart [data-cart-totals] {
      margin-top: 30px; } }

.page-type-cart .cart-content-padding-right {
  padding: 0;
  background-color: transparent; }

.page-type-cart .cart-additionalCheckoutButtons:after {
  background-color: transparent; }

.page-type-cart .cart-item-change {
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  .page-type-cart .cart-item-change .icon {
    width: 18px;
    height: 18px;
    margin-right: 3px; }

.page-type-cart .cart-item-price,
.page-type-cart .cart-item-total {
  display: flex;
  flex-direction: column;
  align-items: center; }

.page-type-cart .cart-item-quantity .form-increment {
  border-color: #df0000 !important; }
  .page-type-cart .cart-item-quantity .form-increment .button {
    color: #df0000 !important; }
  .page-type-cart .cart-item-quantity .form-increment input {
    color: #df0000 !important; }

@media (min-width: 1025px) {
  .page-type-cart .cart {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .page-type-cart .cart .cart-header tr {
      display: flex;
      gap: 20px; }
      .page-type-cart .cart .cart-header tr th {
        width: 16%;
        max-width: 220px;
        text-align: center; }
        .page-type-cart .cart .cart-header tr th:first-child {
          width: 47%;
          max-width: 660px;
          text-align: left; }
        .page-type-cart .cart .cart-header tr th:last-child {
          text-align: right;
          padding-right: 44px; }
    .page-type-cart .cart .cart-list .cart-item {
      display: flex;
      gap: 20px;
      align-items: center; }
      .page-type-cart .cart .cart-list .cart-item-figure {
        margin-left: 0;
        width: calc(140 / 1370 * 100%);
        display: flex;
        justify-content: center;
        align-items: center; }
        .page-type-cart .cart .cart-list .cart-item-figure img {
          width: 100%;
          height: 100%;
          margin: 0;
          object-fit: cover; }
      .page-type-cart .cart .cart-list .cart-item-title {
        padding: 0;
        width: calc(490 / 1370 * 100%);
        max-width: 490px; }
      .page-type-cart .cart .cart-list .cart-item-info {
        width: calc(220 / 1370 * 100%);
        max-width: 220px;
        padding-left: 0;
        text-align: center; }
    .page-type-cart .cart .cart-list {
      display: flex;
      flex-direction: column;
      gap: 24px; } }

@media (min-width: 1440px) {
  .page-type-cart .cart-header tr th {
    width: 220px !important; }
    .page-type-cart .cart-header tr th:first-child {
      width: 650px !important; }
    .page-type-cart .cart-header tr th:last-child {
      padding-right: 64px; }
  .page-type-cart .cart-list .cart-item .cart-item-figure {
    width: 100%;
    max-width: 140px;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 0; }
  .page-type-cart .cart-list .cart-item .cart-item-title {
    width: 490px; }
  .page-type-cart .cart-list .cart-item .cart-item-info {
    width: 220px; }
  .page-type-cart .cart-item-total {
    padding-left: 54px !important; } }

.page-type-cart .cart-header-item {
  padding-top: 12px;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000000;
  text-transform: capitalize; }

.page-type-cart .cart-item {
  border-bottom: none;
  padding: 12px;
  border-radius: 24px;
  background-color: #ffffff;
  border: 1px solid #c5c3c3; }

.page-type-cart .cart-item-brand-image {
  max-width: 73px;
  max-height: 24px;
  margin-bottom: 8px;
  display: flex; }

.page-type-cart .cart-item-name {
  font-family: Merriweather;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000000; }

.page-type-cart .cart-item-price .cart-item-value {
  color: #000000;
  text-align: right;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; }

.page-type-cart .cart-item-total .cart-item-value {
  color: #000000;
  text-align: right;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; }

.page-type-cart .cart-item-quantity .form-increment {
  border-radius: 28px;
  background: #FFF;
  min-width: 124px;
  min-height: 24px; }
  .page-type-cart .cart-item-quantity .form-increment .button {
    border: none; }
  .page-type-cart .cart-item-quantity .form-increment .icon {
    width: 20px;
    height: 20px; }
  .page-type-cart .cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 124px;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #000000; }

.page-type-cart .cart-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #eeeeee;
  margin: 0;
  top: 50%;
  transform: translateY(-50%); }
  .page-type-cart .cart-remove svg {
    width: 11px;
    height: 11px; }

@media (max-width: 1024px) {
  .page-type-cart .cart-item {
    position: relative;
    display: grid;
    grid-template-areas: "figure title title" "price quantity total";
    grid-template-columns: fit-content(96px) 1fr fit-content(70px); }
    .page-type-cart .cart-item::after, .page-type-cart .cart-item::before {
      display: none; }
    .page-type-cart .cart-item-info {
      float: none;
      width: 100%;
      padding-left: 0; }
      .page-type-cart .cart-item-info .cart-item-label {
        display: none; }
      .page-type-cart .cart-item-info .cart-item-value {
        padding-left: 0; }
      .page-type-cart .cart-item-info .cart-remove {
        position: absolute;
        left: 12px;
        top: 24px;
        z-index: 999; }
    .page-type-cart .cart-item-figure {
      height: auto;
      aspect-ratio: 1 / 1;
      padding: 0;
      min-width: 96px;
      max-width: 96px;
      height: auto;
      grid-area: figure; }
      .page-type-cart .cart-item-figure img {
        margin: 0; }
    .page-type-cart .cart-item-title {
      width: 100%;
      padding-left: 10px;
      grid-area: title;
      height: 100%; }
    .page-type-cart .cart-item-price {
      grid-area: price; }
    .page-type-cart .cart-item-quantity {
      grid-area: quantity;
      text-align: center; }
      .page-type-cart .cart-item-quantity .form-increment {
        min-width: 100px !important;
        margin-left: 15px !important; }
      .page-type-cart .cart-item-quantity .form-input--incrementTotal {
        width: 100px !important; }
    .page-type-cart .cart-item-total {
      grid-area: total;
      text-align: right; }
    .page-type-cart .cart-item-name a {
      --lineHeight: 20px;
      --row: 2;
      font-size: 16px;
      line-height: var(--lineHeight);
      height: calc(var(--lineHeight) * var(--row));
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: var(--row);
      -webkit-box-orient: vertical; } }

@media (max-width: 375px) {
  .page-type-cart .cart-item {
    position: relative;
    display: grid;
    grid-template-areas: "figure title title" "price quantity total";
    grid-template-columns: fit-content(80px) 1fr fit-content(80px); }
    .page-type-cart .cart-item::after, .page-type-cart .cart-item::before {
      display: none; }
    .page-type-cart .cart-item-info {
      float: none;
      width: 100%;
      padding-left: 0; }
      .page-type-cart .cart-item-info .cart-item-label {
        display: none; }
      .page-type-cart .cart-item-info .cart-item-value {
        padding-left: 0; }
      .page-type-cart .cart-item-info .cart-remove {
        position: absolute;
        left: 12px;
        top: 24px;
        z-index: 999; }
    .page-type-cart .cart-item-figure {
      min-width: 50px;
      max-width: 50px; }
      .page-type-cart .cart-item-figure img {
        margin: 0; }
    .page-type-cart .cart-item-quantity {
      text-align: center; }
      .page-type-cart .cart-item-quantity .form-increment {
        min-width: 80px !important;
        margin-left: 10px !important;
        margin-right: 10px; }
      .page-type-cart .cart-item-quantity .form-input--incrementTotal {
        width: 80px !important; } }

@media (min-width: 551px) and (max-width: 1024px) {
  .cart-item-quantity {
    text-align: center; }
    .cart-item-quantity .form-increment {
      min-width: 120px !important;
      margin-left: 15px !important; }
    .cart-item-quantity .form-input--incrementTotal {
      width: 120px !important; } }

.halo-free-shipping-message {
  padding-top: 0 !important;
  position: relative; }
  .halo-free-shipping-message .progress-percent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    line-height: 16px;
    background-color: transparent;
    color: #ffffff;
    text-align: center; }

body:not(.page-type-cart) .halo-free-shipping-message {
  margin-top: 20px !important; }

[data-cart-totals] {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    [data-cart-totals] {
      margin-bottom: 30px; } }
  [data-cart-totals] .column-quote-shipping .custom-cartImage {
    margin-top: 0;
    margin-bottom: 16px; }
    [data-cart-totals] .column-quote-shipping .custom-cartImage img {
      width: 100%;
      border-radius: 20px;
      overflow: hidden; }
  [data-cart-totals] .cart-shopping-text {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #2a2a2a; }
    @media (max-width: 767px) {
      [data-cart-totals] .cart-shopping-text {
        font-size: 12px; } }
    [data-cart-totals] .cart-shopping-text .icon-secure {
      width: 24px;
      height: 24px;
      min-width: 24px; }
  [data-cart-totals] .cart-actions {
    margin-top: 0; }
    @media (max-width: 767px) {
      [data-cart-totals] .cart-actions {
        margin-top: 16px; } }
  [data-cart-totals] .button {
    border-radius: 100px; }
    [data-cart-totals] .button span {
      font-family: "Open Sans";
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      text-transform: none; }
  @media (max-width: 767px) {
    [data-cart-totals] .cart-totals .column:first-child {
      margin-bottom: 45px; } }
  @media (min-width: 1025px) {
    [data-cart-totals] .cart-totals {
      margin: 0;
      display: flex;
      gap: 60px; }
    [data-cart-totals] .column {
      padding: 0; }
      [data-cart-totals] .column:first-child {
        padding-left: 24px;
        width: 58.5% !important; }
      [data-cart-totals] .column:last-child {
        width: 41.5% !important; } }
  [data-cart-totals] .cart-additionalCheckoutButtons {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 46px;
    gap: 20px;
    margin-top: 24px; }
    @media (max-width: 767px) {
      [data-cart-totals] .cart-additionalCheckoutButtons {
        padding-top: 38px;
        margin-top: 16px; } }
    [data-cart-totals] .cart-additionalCheckoutButtons .or-use-label {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    [data-cart-totals] .cart-additionalCheckoutButtons .CheckoutButton {
      width: calc(50% - 10px);
      margin-bottom: 0;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        [data-cart-totals] .cart-additionalCheckoutButtons .CheckoutButton {
          width: 100%; } }
  [data-cart-totals] .or-use-label {
    color: #6E6E6E;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
  @media (max-width: 767px) {
    [data-cart-totals] .cart-totals {
      margin: 0; }
    [data-cart-totals] .column {
      padding-left: 0;
      padding-right: 0; } }

.cart-total .cart-form,
.cart-total .shipping-estimator {
  width: 100%;
  margin-bottom: 12px; }

.cart-banner-desktop {
  display: block; }
  @media (max-width: 767px) {
    .cart-banner-desktop {
      display: none; } }

.cart-banner-mobile {
  display: none; }
  @media (max-width: 767px) {
    .cart-banner-mobile {
      display: block; } }

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

.address {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (max-width: 550px) {
    .address {
      width: 50%; } }
  @media (min-width: 1200px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 20.83333rem;
    padding: 1.5rem; }
    @media (max-width: 550px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem; }
    @media (max-width: 550px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (max-width: 550px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.41667rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.halo_videoGallery .videoGallery-main {
  margin-bottom: 15px; }

.halo_videoGallery .videoGallery-list {
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0 0 10px 0; }
  .halo_videoGallery .videoGallery-list .videoGallery-item {
    white-space: normal;
    width: auto;
    max-width: 180px;
    padding: 0 15px 0 0; }
    .halo_videoGallery .videoGallery-list .videoGallery-item:last-child {
      padding-right: 0; }
  .halo_videoGallery .videoGallery-list .video {
    display: block;
    margin-bottom: 0; }
    .halo_videoGallery .videoGallery-list .video .video-figure,
    .halo_videoGallery .videoGallery-list .video .video-body {
      float: none;
      display: block; }
    .halo_videoGallery .videoGallery-list .video .video-figure {
      margin-right: 0; }
    .halo_videoGallery .videoGallery-list .video .video-body {
      display: none; }

.previewCart.previewCartPopUp {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%; }
  .previewCart.previewCartPopUp:before, .previewCart.previewCartPopUp:after {
    content: " ";
    display: table; }
  .previewCart.previewCartPopUp:after {
    clear: both; }
  @media (max-width: 767px) {
    .previewCart.previewCartPopUp .productView {
      padding: 30px 0 0 0; }
    .previewCart.previewCartPopUp .productView-details .productView-title {
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .previewCart.previewCartPopUp .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0;
      padding-left: 0; }
    .previewCart.previewCartPopUp .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      padding-left: 0;
      display: flex;
      flex-direction: column; }
    .previewCart.previewCartPopUp .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart.previewCartPopUp .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart.previewCartPopUp .productView-title {
    margin-top: 0; }
  .previewCart.previewCartPopUp .previewCartCheckout {
    background: #e5e5e5;
    padding: 1rem;
    text-align: center; }
    @media (min-width: 768px) {
      .previewCart.previewCartPopUp .previewCartCheckout {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: right;
        padding: 1.5rem; } }
    .previewCart.previewCartPopUp .previewCartCheckout .button {
      display: block;
      margin: 0;
      width: 100%; }
      .previewCart.previewCartPopUp .previewCartCheckout .button + p {
        margin-top: 0.75rem; }
      .previewCart.previewCartPopUp .previewCartCheckout .button:not(:last-child) {
        margin-bottom: 0.75rem; }
  .previewCart.previewCartPopUp .previewCartCheckout-price {
    display: block;
    font-size: 28px;
    font-weight: bold;
    text-align: center; }
  .previewCart.previewCartPopUp .previewCartCheckout-subtotal {
    display: block;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem; }
  .previewCart.previewCartPopUp .previewCartCheckout-additionalCheckoutButtons p {
    float: none !important;
    margin: 0.5rem 0; }
  .previewCart.previewCartPopUp .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem; }
    .previewCart.previewCartPopUp .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 1.5rem; }
    .previewCart.previewCartPopUp .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 1.5rem; }
  .previewCart.previewCartPopUp .suggestiveCart {
    display: none;
    text-align: center; }
    @media (min-width: 1025px) {
      .previewCart.previewCartPopUp .suggestiveCart {
        display: block; } }

.dropdown-cart {
  display: none;
  position: absolute; }
  @media (min-width: 1025px) {
    .dropdown-cart {
      position: absolute;
      top: calc(100% + 10px);
      right: 0;
      padding: 0;
      z-index: 20;
      text-align: left;
      border-radius: 3px;
      width: 430px;
      background-color: white;
      border: 1px solid #e5e5e5;
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.01); }
      .dropdown-cart:before {
        border: inset 10px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #cccccc transparent;
        border-bottom-style: solid;
        top: -20px;
        left: auto;
        right: 16px;
        position: absolute;
        z-index: 6; }
      .dropdown-cart:after {
        border: inset 10px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent white transparent;
        border-bottom-style: solid;
        top: -18px;
        left: auto;
        right: 16px;
        position: absolute;
        z-index: 6; } }

@media (min-width: 1025px) {
  .openCartDropdown #cart-preview-dropdown.dropdown-cart {
    display: block; }
    .openCartDropdown #cart-preview-dropdown.dropdown-cart.is-loading {
      min-height: 100px; }
      .openCartDropdown #cart-preview-dropdown.dropdown-cart.is-loading .loadingOverlay:before {
        width: 50px;
        height: 50px; } }

@media (min-width: 1025px) {
  .openCartDropdown2 #cart-preview-dropdown-2.dropdown-cart {
    display: block; }
    .openCartDropdown2 #cart-preview-dropdown-2.dropdown-cart.is-loading {
      min-height: 100px; }
      .openCartDropdown2 #cart-preview-dropdown-2.dropdown-cart.is-loading .loadingOverlay:before {
        width: 50px;
        height: 50px; } }

.previewCartHeader {
  padding: 0 0 15px; }
  .previewCartHeader .text {
    font-size: 12px;
    font-weight: 400;
    color: #323232;
    line-height: 20px;
    letter-spacing: 0;
    display: inline-block; }

.previewCart {
  margin: 0; }
  .previewCart .previewCartList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 400px); }
    .previewCart .previewCartList .previewCartItem {
      padding: 10px 30px 15px; }
    .previewCart .previewCartList::-webkit-scrollbar {
      width: 4px; }
    .previewCart .previewCartList::-webkit-scrollbar-track {
      background: #f5f5f5; }
    .previewCart .previewCartList::-webkit-scrollbar-thumb {
      background: #a6a6a6; }
    .previewCart .previewCartList::-webkit-scrollbar-thumb:hover {
      background: #787878; }
  .previewCart .previewCartItem {
    display: block;
    max-width: 100%;
    line-height: unset;
    padding: 25px 0;
    font-size: 0;
    margin: 0;
    letter-spacing: 0; }
  .previewCart .previewCartItem-image {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    padding: 0;
    position: relative;
    text-align: center; }
    .previewCart .previewCartItem-image::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
    .previewCart .previewCartItem-image img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .previewCart .previewCartItem-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    padding: 0 0 0 22px;
    position: relative;
    top: 7px;
    text-align: left; }
  .previewCart .previewCartItem-brand {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px; }
  .previewCart .previewCartItem-name {
    overflow-wrap: break-word;
    margin: 0 0 7px 0;
    position: relative;
    top: -5px; }
    .previewCart .previewCartItem-name > a {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 400;
      color: #323232;
      letter-spacing: 0;
      margin: 0;
      line-height: 20px;
      text-transform: capitalize;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis; }
      @media (min-width: 1025px) {
        .previewCart .previewCartItem-name > a:hover span {
          background-image: linear-gradient(transparent 97%, #323232 3%);
          background-repeat: repeat-x;
          background-position-y: -2px; } }
  .previewCart .previewCartItem-options {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 30px 0 0;
    width: auto; }
  .previewCart .previewCartItem-variant {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #616161;
    text-transform: capitalize;
    display: block;
    width: 100%;
    margin: 0 0 7px 0; }
    .previewCart .previewCartItem-variant span + span:before {
      content: '/';
      margin: 0 4px 0 0; }
  .previewCart .previewCartItem-edit {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: -5px;
    right: 0; }
    .previewCart .previewCartItem-edit .icon {
      width: 16px;
      height: 16px;
      fill: #888888; }
    @media (min-width: 1025px) {
      .previewCart .previewCartItem-edit:hover .icon {
        fill: #323232; } }
  .previewCart .previewCartItem-wrapper {
    display: flex;
    align-items: center; }
  .previewCart .previewCartItem-price {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #323232;
    letter-spacing: 0;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin: 0; }
    .previewCart .previewCartItem-price .multiply {
      position: relative;
      top: 2px;
      font-weight: 400;
      font-size: 18px;
      color: #8c8c8c;
      margin: 0 5px 0 8px; }
    .previewCart .previewCartItem-price p {
      font-size: 12px;
      font-weight: 400;
      color: #323232;
      letter-spacing: 0;
      line-height: 20px;
      margin: 0;
      text-transform: capitalize; }
  .previewCart .previewCartItem-qty {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 130px;
    margin: 0;
    padding: 0;
    position: relative; }
    .previewCart .previewCartItem-qty .form-label {
      display: none; }
    .previewCart .previewCartItem-qty .form-increment {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 30px);
      min-width: 100%; }
      .previewCart .previewCartItem-qty .form-increment button {
        width: 25px; }
      .previewCart .previewCartItem-qty .form-increment .form-input--incrementTotal {
        text-align: center;
        width: 100%;
        padding: 5px;
        font-weight: 400;
        font-size: 12px;
        font-style: normal;
        min-height: unset;
        color: #323232; }
  .previewCart .previewCartItem-remove {
    position: absolute;
    margin: 0;
    top: -10px;
    transform: unset;
    bottom: 18px;
    left: auto;
    right: 0;
    line-height: 1;
    display: block;
    height: 15px;
    width: 15px;
    transition: unset;
    padding: 0; }
    .previewCart .previewCartItem-remove:before, .previewCart .previewCartItem-remove:after {
      content: " ";
      display: table; }
    .previewCart .previewCartItem-remove:after {
      clear: both; }
    .previewCart .previewCartItem-remove svg {
      width: 15px;
      height: 15px;
      margin: 0;
      fill: #323232; }
    @media (min-width: 1025px) {
      .previewCart .previewCartItem-remove:hover svg {
        fill: #323232; } }
  .previewCart .previewCartTotalsPrice {
    list-style: none;
    margin: 0;
    padding: 20px 30px 12px;
    border-top: 1px solid #e3e3e3; }
  .previewCart .previewCartTotals {
    display: block;
    font-size: 0;
    padding: 0;
    letter-spacing: 0;
    margin-bottom: 10px; }
    .previewCart .previewCartTotals:before, .previewCart .previewCartTotals:after {
      content: " ";
      display: table; }
    .previewCart .previewCartTotals:after {
      clear: both; }
    .previewCart .previewCartTotals .previewCartTotals-label {
      display: inline-block;
      vertical-align: top;
      width: 120px;
      text-align: left;
      color: #323232;
      font-size: 12px;
      font-weight: 700;
      line-height: 24px;
      letter-spacing: 0;
      text-transform: none; }
    .previewCart .previewCartTotals .previewCartTotals-value {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 120px);
      text-align: right;
      color: #323232;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 24px; }
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-label {
      font-size: 14px; }
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-value {
      font-size: 14px;
      padding: 0;
      top: -1px; }
  .previewCart .previewCartAction {
    border: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0;
    padding: 3px 30px 30px;
    margin: 0;
    width: auto; }
    .previewCart .previewCartAction .previewCartAction-checkout,
    .previewCart .previewCartAction .previewCartAction-viewCart {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0; }
    .previewCart .previewCartAction .previewCartAction-viewCart {
      margin: 15px 0 0 0; }
    .previewCart .previewCartAction .button {
      margin: 0;
      padding: 0;
      width: 100%; }
  .previewCart .productView-info > :first-child {
    margin-top: 0; }
  .previewCart .productView-info {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%; }
    .previewCart .productView-info .productView-info-name {
      min-width: 65px;
      font-weight: 700;
      letter-spacing: 0;
      text-align: left;
      width: auto; }
    .previewCart .productView-info .productView-info-value {
      margin-bottom: 2px;
      padding-left: 0; }
    .previewCart .productView-info .productView-info-name,
    .previewCart .productView-info .productView-info-value {
      float: left;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 14px;
      text-transform: capitalize; }
  .previewCart .productView-title {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2; }
  .previewCart .productView-brand {
    text-transform: capitalize;
    margin-bottom: 9px; }
  .previewCart .productView-price {
    font-size: 15px; }
    @media (min-width: 1025px) {
      .previewCart .productView-price {
        font-size: 20px; } }
  .previewCart.previewCart2 {
    padding: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0; }
    .previewCart.previewCart2 .previewCartView .productView-brand {
      margin-bottom: 0; }
    .previewCart.previewCart2 .previewCartView .productView-title {
      font-size: 12px; }
  @media (min-width: 551px) {
    .previewCart .previewCartItem-qty {
      max-width: 85px; }
      .previewCart .previewCartItem-qty .form-label {
        width: 75px; }
      .previewCart .previewCartItem-qty .form-increment {
        width: 80px; }
        .previewCart .previewCartItem-qty .form-increment .form-input--incrementTotal {
          text-align: center;
          padding: 10px; } }
  @media (min-width: 1025px) {
    .previewCart .previewCartItem-remove:hover svg {
      fill: #323232; }
    .previewCart .previewCartItem-remove:hover span {
      color: #ce2b1e;
      background-image: linear-gradient(transparent 97%, #ce2b1e 3%);
      background-repeat: repeat-x;
      background-position-y: 0; } }

.previewCart-emptyBody {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #323232;
  margin: 0;
  text-align: center;
  padding: 35px 0 5px;
  border: 1px solid transparent; }

.previewCartView {
  display: block;
  width: 100%;
  text-align: center; }
  .previewCartView .productView-image {
    display: inline-block;
    vertical-align: top;
    width: 100px; }
  .previewCartView .productView-details {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
    text-align: left;
    float: none; }
  .previewCartView .productView-brand {
    font-size: 12px;
    font-weight: 400;
    color: #323232;
    letter-spacing: 0;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 2px 0; }
  .previewCartView .productView-title {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #323232;
    line-height: 32px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .previewCartView .productView-price {
    font-size: 12px;
    font-weight: 400;
    color: #323232;
    letter-spacing: 0;
    margin: 0 0 5px 0; }
  .previewCartView .productView-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; }
    .previewCartView .productView-info + .productView-info {
      margin-top: 4px; }
  .previewCartView .productView-info-name,
  .previewCartView .productView-info-value {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: #323232;
    line-height: 28px;
    margin: 0; }
  .previewCartView .productView-info-value {
    margin: 0 0 0 5px; }
  @media (min-width: 551px) {
    .previewCartView {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 15px 0 0; }
      .previewCartView .productView-info {
        justify-content: flex-start; } }
  @media (min-width: 768px) {
    .previewCartView {
      width: calc(100% - 280px);
      padding-right: 50px; }
      .previewCartView .productView-image {
        width: 170px; }
      .previewCartView .productView-details {
        width: calc(100% - 170px);
        padding-left: 30px; } }
  @media (min-width: 1025px) {
    .previewCartView {
      padding-right: 20px; } }

.previewCartCheckout {
  display: block;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0; }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%;
    height: 50px;
    line-height: 50px; }
    .previewCartCheckout .button + .button {
      margin-top: 20px; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons p {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #323232;
    margin: 0 0 8px 0; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 13px; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 1.5rem; }
  .previewCartCheckout .previewCartCheckout-subtotal {
    display: block;
    margin: 37px 0 0 0;
    border: 1px solid #c5c5cf;
    border-radius: 0; }
    .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
      display: block;
      font-size: 16px;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 0;
      text-align: center;
      position: relative;
      top: -10px;
      margin: 0 0 7px 0;
      color: #323232; }
    .previewCartCheckout .previewCartCheckout-subtotal span {
      display: inline-block;
      vertical-align: top;
      background: white;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1.75;
      position: relative;
      top: -15px;
      padding: 0 20px;
      color: #323232; }
    .previewCartCheckout .previewCartCheckout-subtotal p {
      font-size: 12px;
      font-weight: 400;
      line-height: 1.75;
      letter-spacing: 0;
      color: #323232;
      margin: 0; }
  .previewCartCheckout [data-cart-quantity] {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #323232;
    margin: 15px 0 20px 0; }
  .previewCartCheckout .previewCartCheckout-text {
    font-size: 12px;
    font-weight: 400;
    color: #323232;
    letter-spacing: 0;
    line-height: 1.75px;
    text-transform: uppercase; }
  .previewCartCheckout.previewCartCheckout2 {
    width: 100%;
    text-align: center; }
    .previewCartCheckout.previewCartCheckout2 .button {
      width: auto; }
      .previewCartCheckout.previewCartCheckout2 .button + .button {
        margin-top: 15px; }
  @media (min-width: 768px) {
    .previewCartCheckout {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0 0 0 15px; } }

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

.product-edit-wrapper {
  display: block; }
  .product-edit-wrapper .product-edit-item {
    display: block;
    padding: 35px 0;
    margin: 0 40px; }
    .product-edit-wrapper .product-edit-item .product-edit-itemLeft {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      padding: 0;
      width: 100%; }
    .product-edit-wrapper .product-edit-item .product-edit-itemRight {
      display: block;
      width: 100%;
      padding: 0;
      margin: 30px 0 0 0; }
    .product-edit-wrapper .product-edit-item + .product-edit-item {
      border-top: 1px solid #323232; }
    .product-edit-wrapper .product-edit-item:first-child {
      padding-top: 32px; }
  .product-edit-wrapper .product-edit-image {
    display: block;
    width: 100px;
    margin: 0 15px 0 0;
    position: relative; }
    .product-edit-wrapper .product-edit-image img {
      width: 100%; }
    .product-edit-wrapper .product-edit-image .link {
      position: absolute;
      top: -16px;
      left: -16px;
      border-radius: 50%;
      background: #000;
      width: 32px;
      height: 32px;
      padding: 10px; }
      .product-edit-wrapper .product-edit-image .link .icon {
        display: block;
        width: 100%;
        height: 100%;
        fill: white; }
  .product-edit-wrapper .product-edit-content {
    display: block;
    width: calc(100% - 115px);
    margin-bottom: -5px; }
    .product-edit-wrapper .product-edit-content .product-edit-title {
      display: block;
      margin: -6px 0 0 0; }
      .product-edit-wrapper .product-edit-content .product-edit-title span,
      .product-edit-wrapper .product-edit-content .product-edit-title .subtitle {
        display: none;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        color: #323232;
        position: relative; }
      .product-edit-wrapper .product-edit-content .product-edit-title a {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.75;
        color: #323232;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        text-decoration: none;
        text-transform: capitalize;
        padding-top: 3px;
        padding-bottom: 3px; }
    .product-edit-wrapper .product-edit-content .product-edit-variant {
      font-size: 12px;
      font-weight: 400;
      color: #323232;
      line-height: 20px;
      letter-spacing: 0;
      margin: 0 0 7px 0;
      padding: 0;
      text-transform: capitalize;
      opacity: 0.7; }
      .product-edit-wrapper .product-edit-content .product-edit-variant span {
        display: inline; }
        .product-edit-wrapper .product-edit-content .product-edit-variant span + span {
          margin-left: 4px; }
          .product-edit-wrapper .product-edit-content .product-edit-variant span + span:before {
            content: '/';
            margin: 0 4px 0 0; }
    .product-edit-wrapper .product-edit-content .product-edit-price {
      display: block;
      font-size: 0;
      letter-spacing: 0;
      margin: 9px 0 0 0;
      position: relative; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section {
        font-size: 12px;
        font-weight: 700;
        line-height: 25px;
        color: #323232; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-section--withoutTax {
          color: #f04723; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.rrp-price--withoutTax {
          margin: 0 0 5px 0; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.non-sale-price--withoutTax {
          display: inline-block;
          vertical-align: bottom;
          color: #323232;
          margin: 0 13px 0 0; }
          .product-edit-wrapper .product-edit-content .product-edit-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
            display: inline-block;
            vertical-align: bottom; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-none {
          margin: 0; }
          .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-none + .price-section--withoutTax {
            margin-left: 13px;
            color: #323232; }
          .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-none[style="display: none;"] + .price-section--withoutTax {
            margin-left: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price--non-sale {
        font-weight: 700; }
      .product-edit-wrapper .product-edit-content .product-edit-price > p {
        font-size: 12px;
        font-weight: 400;
        font-style: italic;
        line-height: 1.75;
        letter-spacing: 0;
        color: #323232;
        margin-bottom: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section--saving {
        font-size: 12px;
        font-weight: 400;
        font-style: italic;
        line-height: 28px;
        letter-spacing: 0;
        color: #323232;
        margin: 5px 0 0 0; }
    .product-edit-wrapper .product-edit-content .product-edit-increment {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      max-width: 130px;
      margin: 15px 0 0 0;
      padding: 0;
      position: relative;
      font-size: 0;
      letter-spacing: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-increment .form-label {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #323232;
        font-size: 12px;
        font-weight: 400;
        margin: 0 0 10px 0; }
      .product-edit-wrapper .product-edit-content .product-edit-increment .form-increment {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 30px);
        font-style: normal; }
        .product-edit-wrapper .product-edit-content .product-edit-increment .form-increment .form-input--incrementTotal {
          text-align: center;
          width: 100%;
          padding: 5px;
          border: 1px solid #cccccc;
          font-weight: 400;
          font-size: 12px;
          font-style: normal;
          min-height: unset;
          height: 50px;
          color: #323232; }
    .product-edit-wrapper .product-edit-content .product-action {
      display: block;
      position: relative;
      margin-left: 20px;
      margin-top: 22px; }
      .product-edit-wrapper .product-edit-content .product-action .text {
        background-image: linear-gradient(transparent 97%, #4c4c4c 3%);
        background-repeat: repeat-x;
        background-position-y: -3px;
        color: #323232; }
        .product-edit-wrapper .product-edit-content .product-action .text:before, .product-edit-wrapper .product-edit-content .product-action .text:after {
          content: "";
          position: absolute;
          display: block;
          line-height: 22px;
          background-color: #323232; }
        .product-edit-wrapper .product-edit-content .product-action .text:before {
          top: 12px;
          right: calc(100% + 9px);
          width: 12px;
          height: 2px; }
        .product-edit-wrapper .product-edit-content .product-action .text:after {
          top: 7px;
          right: calc(100% + 14px);
          width: 2px;
          height: 12px; }
  .product-edit-wrapper .product-edit-remove {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center; }
    .product-edit-wrapper .product-edit-remove .button {
      min-width: 150px; }
  .product-edit-wrapper .product-edit-change {
    display: block; }
    .product-edit-wrapper .product-edit-change .form {
      margin: 0;
      padding: 0; }
    .product-edit-wrapper .product-edit-change .form-field {
      display: block;
      letter-spacing: 0;
      font-size: 0;
      margin: 0;
      padding: 0; }
      .product-edit-wrapper .product-edit-change .form-field > .form-label {
        display: flex;
        align-items: center;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        color: #323232;
        margin-bottom: 13px; }
        .product-edit-wrapper .product-edit-change .form-field > .form-label small {
          display: block;
          color: inherit;
          line-height: inherit;
          margin: 0;
          float: none;
          color: #ea625e; }
        .product-edit-wrapper .product-edit-change .form-field > .form-label [data-option-value] {
          font-size: 12px;
          font-weight: 400;
          font-style: italic;
          line-height: 20px;
          letter-spacing: 0;
          color: #323232;
          text-transform: capitalize;
          margin: 0 0 0 3px; }
      .product-edit-wrapper .product-edit-change .form-field + .form-field {
        margin-top: 20px; }
  .product-edit-wrapper .product-edit-optionsStock {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #f04723;
    margin: 7px 0 0 0; }
  .product-edit-wrapper .product-edit-message {
    margin-top: 15px;
    margin-bottom: 0; }
  .product-edit-wrapper .product-edit-itemFirst .product-edit-content .product-edit-title {
    margin-top: -10px; }
    .product-edit-wrapper .product-edit-itemFirst .product-edit-content .product-edit-title span,
    .product-edit-wrapper .product-edit-itemFirst .product-edit-content .product-edit-title .subtitle {
      display: inline-block;
      vertical-align: middle;
      background-image: linear-gradient(transparent 97%, red 3%);
      background-repeat: repeat-x;
      background-position-y: -1px; }
      .product-edit-wrapper .product-edit-itemFirst .product-edit-content .product-edit-title span + span,
      .product-edit-wrapper .product-edit-itemFirst .product-edit-content .product-edit-title .subtitle + span {
        font-size: 12px; }
  @media (min-width: 551px) {
    .product-edit-wrapper .product-edit-content .product-edit-increment {
      max-width: 193px; }
      .product-edit-wrapper .product-edit-content .product-edit-increment .form-label {
        width: 75px;
        margin-bottom: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-increment .form-increment {
        width: calc(100% - 88px); } }
  @media (min-width: 768px) {
    .product-edit-wrapper .product-edit-item {
      display: flex;
      align-items: flex-start; }
      .product-edit-wrapper .product-edit-item .product-edit-itemLeft {
        padding-right: 15px;
        width: 50%; }
      .product-edit-wrapper .product-edit-item .product-edit-itemRight {
        width: 50%;
        margin-top: 0;
        padding-left: 15px; } }
  @media (min-width: 1025px) {
    .product-edit-wrapper .product-edit-image .link:hover {
      background-color: #666; }
      .product-edit-wrapper .product-edit-image .link:hover .icon {
        fill: white; } }

.product-edit-action {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 20;
  padding: 0 40px 40px 40px; }
  .product-edit-action .product-add-more {
    padding: 12px 0;
    border-top: 1px solid #323232; }
    .product-edit-action .product-add-more .link {
      font-size: 12px;
      font-weight: 400;
      text-transform: unset;
      letter-spacing: 0;
      line-height: 30px;
      position: relative;
      margin: 0 0 0 20px;
      padding: 0;
      color: #323232;
      transition: unset; }
      .product-edit-action .product-add-more .link .text {
        background-image: linear-gradient(transparent 97%, #323232 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; }
      .product-edit-action .product-add-more .link:before {
        content: "";
        position: absolute;
        top: 10px;
        width: 12px;
        height: 2px;
        right: calc(100% + 9px);
        background-color: #323232; }
      .product-edit-action .product-add-more .link:after {
        content: "";
        position: absolute;
        top: 5px;
        width: 2px;
        height: 12px;
        right: calc(100% + 14px);
        background-color: #323232; }
  .product-edit-action .product-edit-button .button {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
    border-radius: 0; }
    .product-edit-action .product-edit-button .button:before {
      content: '';
      display: none;
      width: 20px;
      height: 20px;
      border: 2px solid white;
      border-radius: 100%;
      border-top: 2px solid transparent;
      -webkit-animation: load-animate infinite linear 1s;
      animation: load-animate infinite linear 1s; }
      @media (min-width: 1025px) {
        .product-edit-action .product-edit-button .button:before {
          border-color: #323232; } }
    .product-edit-action .product-edit-button .button.loading {
      pointer-events: none;
      font-size: 0; }
      .product-edit-action .product-edit-button .button.loading:before {
        display: inline-block;
        vertical-align: middle; }
    .product-edit-action .product-edit-button .button[disabled] {
      pointer-events: none; }
  @media (min-width: 1025px) {
    .product-edit-action .product-add-more .link:hover .text {
      color: red;
      background-image: linear-gradient(transparent 97%, red 3%);
      background-repeat: repeat-x;
      background-position-y: -3px; }
    .product-edit-action .product-add-more .link:hover:after, .product-edit-action .product-add-more .link:hover:before {
      background: red; } }

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

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

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

.login-row {
  width: 100%;
  display: block;
  margin-top: 30px; }
  .login-row .login-form {
    width: 100%;
    display: block;
    margin-bottom: 30px; }
  .login-row .new-customer {
    width: 100%;
    display: block; }
  @media (min-width: 769px) {
    .login-row {
      margin-top: 55px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .login-row .login-form {
        width: 50%;
        padding-top: 30px;
        padding-right: 30px;
        margin-bottom: 0; }
      .login-row .new-customer {
        width: 50%; } }
  @media (min-width: 1025px) {
    .login-row .login-form {
      padding-right: 50px; } }
  @media (min-width: 1025px) {
    .login-row .login-form {
      width: 470px;
      padding-right: 0px; }
    .login-row .new-customer {
      width: 600px; } }

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

.login-form .form-actions {
  margin-top: 15px; }
  .login-form .form-actions .button {
    min-width: 160px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    background-color: #5d6673;
    border-color: #5d6673;
    height: 40px;
    line-height: 38px; }
  .login-form .form-actions .forgot-password {
    display: block;
    position: relative;
    margin-top: 0;
    color: red;
    width: auto;
    line-height: 38px;
    margin-bottom: 0; }
    @media (min-width: 1025px) {
      .login-form .form-actions .forgot-password {
        margin-top: 0;
        margin-left: 25px;
        display: inline-block;
        vertical-align: middle; } }

.new-customer {
  border-radius: 3px;
  padding: 25px 20px;
  background-color: #f7f7f7; }
  .new-customer .panel-header,
  .new-customer .panel-body {
    background-color: transparent; }
  .new-customer .panel-header {
    padding: 0; }
    .new-customer .panel-header .panel-title {
      font-size: 16px;
      line-height: 1;
      margin-bottom: 20px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      color: #323232;
      font-weight: 700;
      text-transform: capitalize; }
  .new-customer .panel-body {
    padding: 0;
    margin-bottom: 0; }
    .new-customer .panel-body .new-customer-intro {
      margin-bottom: 7px; }
    .new-customer .panel-body ul li {
      line-height: 30px; }
  .new-customer .button {
    margin-top: 5px;
    min-width: 200px;
    margin-bottom: 0;
    height: 40px;
    line-height: 38px;
    background-color: #5d6673;
    border-color: #5d6673; }
  @media (min-width: 1025px) {
    .new-customer {
      padding: 30px 40px 35px; } }

.page-account-created {
  margin-top: 50px;
  margin-bottom: 20px; }
  .page-account-created .alertBox {
    display: inline-block; }
    .page-account-created .alertBox .alertBox-message {
      width: auto; }
  .page-account-created .button {
    margin: 20px 0 0 0; }

.account-body .form-actions .button {
  background-color: #5d6673;
  border-color: #5d6673; }

.button[value="Create Account"] {
  min-width: 250px;
  max-width: 250px;
  height: 40px;
  line-height: 38px; }

.page-type-shippingaddressform form[data-address-form] .button {
  min-width: 180px; }

.forgot-password-form .form-prefixPostfix {
  display: block; }
  .forgot-password-form .form-prefixPostfix .button {
    width: auto;
    display: inline-block;
    margin-top: 15px;
    min-width: 200px; }
  @media (min-width: 1281px) {
    .forgot-password-form .form-prefixPostfix {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      .forgot-password-form .form-prefixPostfix .button {
        margin-top: 0;
        margin-left: 20px; }
      .forgot-password-form .form-prefixPostfix .form-inlineMessage {
        position: absolute;
        bottom: -10px; } }

.new-password-form .button[value="Continue"] {
  min-width: 200px; }

.gift_certificate-page.account {
  margin-top: 0; }

.gift_certificate-page > ol li {
  margin-bottom: 7px; }

.gift_certificate-page > h3 {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 15px; }
  @media (min-width: 769px) {
    .gift_certificate-page > h3 {
      font-size: 22px; } }

#gift-certificate-balance .form-prefixPostfix {
  display: block; }
  #gift-certificate-balance .form-prefixPostfix .button {
    width: auto;
    margin-top: 15px;
    min-width: 200px; }
  @media (min-width: 1281px) {
    #gift-certificate-balance .form-prefixPostfix {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      #gift-certificate-balance .form-prefixPostfix .button {
        margin-top: 0;
        margin-left: 20px; } }

@media (min-width: 769px) {
  #gift-certificate-form #gift-certificate-preview {
    min-width: 120px; }
  #gift-certificate-form #gift-certificate-submit {
    min-width: 300px; } }

@media (min-width: 1025px) {
  #gift-certificate-form #gift-certificate-preview {
    min-width: 160px; }
  #gift-certificate-form #gift-certificate-submit {
    min-width: 400px; } }

.login-dropdown {
  opacity: 0;
  visibility: hidden;
  top: 100px;
  width: 300px;
  border-radius: 3px;
  position: absolute;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
  .login-dropdown .form-input {
    padding: 8px 15px;
    min-height: 36px; }
  .login-dropdown .button {
    padding: 11px 15px 10px 15px; }
  .login-dropdown .login-header {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee; }
    .login-dropdown .login-header .login-title {
      margin: 0;
      line-height: 1;
      font-size: 15px;
      text-transform: capitalize; }
    .login-dropdown .login-header .login-close {
      width: 15px;
      height: 15px;
      text-align: center;
      line-height: 15px;
      font-size: 30px;
      color: #323232; }
  .login-dropdown .login-content {
    text-align: left;
    padding: 15px 25px 25px 25px;
    text-transform: none; }
    .login-dropdown .login-content .login-intro {
      color: #8c8c8c;
      margin-bottom: 15px; }
    .login-dropdown .login-content .login-form {
      margin-bottom: 0; }
    .login-dropdown .login-content .form-field {
      margin-bottom: 17px; }
    .login-dropdown .login-content .form-actions {
      margin-top: 0; }
      .login-dropdown .login-content .form-actions .forgot-password,
      .login-dropdown .login-content .form-actions .button {
        margin-left: 0; }
      .login-dropdown .login-content .form-actions .forgot-password {
        display: inline-block;
        margin-bottom: 15px; }
      .login-dropdown .login-content .form-actions .button {
        width: 100%;
        display: block; }
        .login-dropdown .login-content .form-actions .button:hover {
          color: #ffffff; }
  .login-dropdown .new-customer {
    padding: 15px 25px 30px 25px;
    background-color: #f7f7f7;
    border-radius: 0 0 3px 3px; }
    .login-dropdown .new-customer .new-customer-intro {
      color: #8c8c8c;
      margin-bottom: 15px;
      text-transform: none; }
    .login-dropdown .new-customer .button {
      width: 100%;
      display: block; }

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

.is-open + .login-dropdown {
  top: 44px;
  opacity: 1;
  visibility: visible; }

.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 {
  max-height: calc(100vh - 200px);
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  margin-top: 1.5rem; }
  @media (min-width: 1025px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
  .quickSearchResults .productGrid {
    margin: 0; }
  .quickSearchResults .productGrid-showMore {
    display: none; }
  .quickSearchResults .card-figcaption-button {
    width: 100%;
    min-width: auto; }

.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 (max-width: 550px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (max-width: 550px) {
    .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: 14px; }

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

.quickSearchMessage {
  font-size: 28px;
  margin: 0;
  text-align: center;
  background-color: #e5e5e5;
  padding: 30px; }

.search-nav {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 769px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 14px;
    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.75rem; }

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

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

.account-product-description + .definitionList {
  margin: -1.41667rem 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: 769px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1281px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 769px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 769px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

.account-product-detail-heading {
  color: #323232;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.41667rem; }

.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: 1281px) {
      .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: 1281px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

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

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

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

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

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 769px) {
    .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.41667rem;
  padding: 6px 10px 5px 10px;
  border-radius: 3px; }

.account-orderStatus-action {
  color: #323232;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  /*letter-spacing: letterSpacing("large");*/
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 769px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: black; }

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

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

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

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

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

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

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  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: #323232;
  font-size: 14px;
  margin-bottom: 0.16667rem;
  text-transform: inherit; }

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

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

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

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

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

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

.icon--ratingEmpty svg {
  fill: darkgray; }

.icon--ratingFull svg {
  fill: #001b44; }

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

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

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

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

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

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

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

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 2.33333rem; }
    @media (min-width: 1200px) {
      .methodHeader-icon {
        width: 3.5rem; } }
  .methodHeader-title {
    font-size: 12px;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 12px;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.75rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.5rem;
    margin-left: 0.75rem;
    width: 1.5rem; }
    @media (min-width: 1200px) {
      .methodHeader-default {
        height: 1.66667rem;
        width: 1.66667rem; } }
  .methodHeader-expiry {
    font-size: 14px;
    text-transform: capitalize; }

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

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

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

@media (max-width: 550px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.16667rem;
  width: 2.83333rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (max-width: 550px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.75rem;
  top: 3.25rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.75rem;
    width: 1.75rem; }

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

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

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

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

.page-listing-header {
  position: relative; }
  .page-listing-header--banner {
    display: block;
    height: 270px;
    background: #f0eeed;
    position: relative;
    overflow: hidden; }
    .page-listing-header--banner img {
      width: 100%;
      height: 270px;
      object-fit: cover; }
    @media (min-width: 1025px) {
      .page-listing-header--banner + .halo_MultiCategory-wrapper .halo_MultiCategory {
        top: -40px; } }
  .page-listing-header--content .page-heading {
    margin-bottom: 15px; }
  .page-listing-header--content .categoryImage-carousel {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1025px) {
      .page-listing-header--content .categoryImage-carousel {
        padding-bottom: 45px; } }

@media (max-width: 1024px) {
  .page-listing-header .container {
    padding: 18px 0 0; }
    .page-listing-header .container .breadcrumb-wrapper,
    .page-listing-header .container .page-heading,
    .page-listing-header .container .page-description > *:not(.categoryImage-carousel) {
      padding: 0 10px; } }

.categoryImage-carousel {
  margin-top: 30px;
  margin-left: -8px;
  margin-right: -8px;
  font-size: 0;
  list-style: none;
  white-space: nowrap; }
  .categoryImage-carousel .item {
    padding: 0 8px;
    vertical-align: top;
    display: inline-block; }
  .categoryImage-carousel .slick-dots {
    bottom: -5px; }
    @media (min-width: 1025px) {
      .categoryImage-carousel .slick-dots {
        bottom: -27px; } }

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

.haloSubCategories__carousel .slick-dots {
  bottom: -10px; }

@media (min-width: 551px) {
  .haloSubCategories__carousel {
    padding-top: 65px;
    margin: 0 -15px; } }

.haloSubCategories__item {
  width: 290px;
  padding: 0 10px;
  text-align: left;
  display: table !important;
  position: relative;
  margin: 20px 0; }
  @media (min-width: 551px) {
    .haloSubCategories__item {
      width: 320px;
      padding: 0 15px;
      margin: 0 0 45px 0; } }
  @media smin-m {
    .haloSubCategories__item {
      width: 100%; } }

.haloSubCategories__content, .haloSubCategories__img {
  vertical-align: middle;
  display: table-cell; }

.haloSubCategories__content {
  width: 56%; }

.haloSubCategories__img {
  width: 44%; }

.haloSubCategories__name {
  display: block;
  margin: 0 0 10px 0;
  color: #323232; }
  .haloSubCategories__name .text {
    color: inherit;
    position: relative;
    margin: 0;
    font-weight: 700;
    padding-bottom: 1px;
    line-height: 1;
    font-size: 15px;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize; }
    .haloSubCategories__name .text:before {
      content: "";
      left: 0;
      width: 0;
      bottom: 0;
      height: 1px;
      position: absolute;
      background-color: #323232;
      transition: all 0.3s ease; }
  .haloSubCategories__name .count {
    color: inherit;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    margin-left: 15px;
    padding: 4px 6px;
    min-width: 30px;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f7f7f7;
    transition: all 0.3s ease; }
  .haloSubCategories__name:hover .text:before {
    width: 100%; }
  .haloSubCategories__name:hover .count {
    color: #ffffff;
    background-color: #5d6673; }
  @media (min-width: 551px) {
    .haloSubCategories__name .text {
      max-width: 70%; }
    .haloSubCategories__name .count {
      padding: 6px 12px;
      min-width: 44px; } }

.haloSubCategories__desc {
  position: relative;
  max-height: 40px;
  overflow: hidden; }
  .haloSubCategories__desc > * {
    display: none; }
  .haloSubCategories__desc p {
    margin-bottom: 0;
    display: block; }
  .haloSubCategories__desc .dots {
    display: block;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #ffffff; }

.compare-link {
  pointer-events: none;
  display: none; }
  .compare-link .button {
    background: white;
    color: #323232;
    border-color: white;
    text-transform: capitalize;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    min-width: 129px;
    padding: 0 10px;
    font-weight: 400;
    border-radius: 3px; }
    .compare-link .button .countPill {
      position: relative;
      top: unset;
      left: unset;
      bottom: unset;
      right: unset;
      display: inline;
      background: transparent;
      border-radius: 0;
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      height: auto;
      width: auto;
      vertical-align: unset; }
    .compare-link .button:hover {
      background: #323232;
      color: white;
      border-color: #323232; }
  @media (min-width: 1025px) {
    .compare-link {
      display: block;
      position: fixed;
      top: auto;
      bottom: 130px;
      right: 30px;
      z-index: 100;
      pointer-events: auto;
      transform: translateY(-50%); }
      .compare-link .button {
        display: none; }
        .compare-link .button.show {
          display: block; } }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

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

.header {
  background-color: rgba(0, 0, 255, 0);
  position: relative;
  z-index: 99; }
  .header:before, .header:after {
    content: " ";
    display: table; }
  .header:after {
    clear: both; }
  @media (min-width: 1025px) {
    .header {
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1025px) {
      .header.is-open {
        height: auto; } }
  .header.is-sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 0;
    animation-duration: 0.25s;
    box-shadow: 0 1px 3px 0px #6e6e6e; }
    @media (max-width: 1024px) {
      .header.is-sticky {
        background-color: white; } }
    .header.is-sticky .halo_topHeader {
      display: none; }
    .has-stickyToolbar .header.is-sticky ~ .body .halo-toolbar.sticky-down {
      top: 55px; }
  @media (min-width: 1025px) {
    .header.is-sticky .halo_middleHeader .middleHeader-item.left,
    .header.is-sticky .halo_middleHeader .item--hamburger,
    .header.is-sticky .halo_middleHeader .mobileMenu-toggle {
      display: block; }
    .header.is-sticky .halo_middleHeader .mobileMenu-toggle {
      height: 4.16667rem;
      width: 4.16667rem; }
    .header.is-sticky .halo_bottomHeader {
      opacity: 0;
      visibility: hidden;
      height: 0;
      transition: all .3s ease; }
      .has-activeNavPages .header.is-sticky .halo_bottomHeader {
        opacity: 1;
        visibility: visible;
        height: 100%; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0;
  text-align: center; }
  @media (max-width: 550px) {
    .header-logo {
      margin-left: 10px;
      margin-right: 10px; } }
  @media (min-width: 1025px) {
    .header-logo {
      height: auto;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.41667rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1025px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #5874b0; }
    .header-logo__link:active {
      color: #5874b0; }

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

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

.header-logo-text {
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 700;
  letter-spacing: 0.16667rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (max-width: 550px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1025px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 24px; } }

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

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

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

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

.mobileMenu-toggle {
  width: 30px;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  z-index: 50; }
  @media (min-width: 1025px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    content: "";
    background: #323232;
    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: 2.08333rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 2.25rem;
    transition: background-color 10ms ease-in 100ms; }
    @media (min-width: 1025px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon {
        top: 3.75rem; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.7rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.6rem; }
  .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: #323232;
      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); }

#hl_topPromotion {
  font-size: 11px;
  padding: 12px 0 11px;
  color: white;
  text-align: center;
  position: relative;
  background-color: white;
  z-index: 22; }
  .header-layout-2 #hl_topPromotion {
    padding: 12px 0 13px; }
  .header-layout-3 #hl_topPromotion {
    padding: 10px 0 9px; }
  #hl_topPromotion .banner-promotion .image,
  #hl_topPromotion .banner-promotion .text,
  #hl_topPromotion .banner-promotion .link {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle; }
  #hl_topPromotion .banner-promotion .image {
    margin-right: 15px;
    max-height: 14px; }
  #hl_topPromotion .banner-promotion .text {
    color: white; }
    .header-layout-2 #hl_topPromotion .banner-promotion .text {
      font-weight: 700; }
  #hl_topPromotion .banner-promotion .link {
    display: none; }
  #hl_topPromotion .promotion-close {
    top: 50%;
    right: 5px;
    font-size: 0;
    line-height: 1;
    position: absolute;
    transform: translateY(-50%); }
    #hl_topPromotion .promotion-close svg {
      fill: white;
      width: 22px;
      height: 22px;
      line-height: 22px; }
  @media (min-width: 768px) {
    #hl_topPromotion {
      font-size: 12px; }
      #hl_topPromotion .banner-promotion .image {
        max-height: 20px; }
      #hl_topPromotion .banner-promotion .text {
        margin-right: 15px; }
      #hl_topPromotion .banner-promotion .link {
        position: relative;
        top: -1px;
        display: inline-block;
        padding: 2px 15px;
        font-size: 10px;
        font-weight: 700;
        border-radius: 3px;
        color: white;
        background-color: #5d6673; }
      .header-layout-3 #hl_topPromotion .banner-promotion .link {
        padding: 4px 15px;
        font-size: 12px;
        color: #383e47;
        font-weight: 400; } }
  @media (min-width: 1025px) {
    #hl_topPromotion .promotion-close {
      right: 30px; }
      .header-layout-3 #hl_topPromotion .promotion-close {
        right: 5px; }
    .header-layout-2 #hl_topPromotion {
      display: none; } }

@media (max-width: 1024px) {
  .halo_topHeader {
    display: none; } }

.halo_middleHeader {
  background-color: #fcfcfc; }

.middleHeader-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1230px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  justify-content: space-between; }
  .header-layout-2 .middleHeader-container {
    max-width: 1600px; }
  .middleHeader-container > .middleHeader-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row; }
    .header-layout-2 .middleHeader-container > .middleHeader-item,
    .header-layout-3 .middleHeader-container > .middleHeader-item {
      justify-content: space-between; }
    .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
      margin-left: 15px; }
      .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--account {
        margin-left: 0; }
    .middleHeader-container > .middleHeader-item .item--mobile,
    .middleHeader-container > .middleHeader-item .item--account,
    .middleHeader-container > .middleHeader-item .item--hamburger,
    .middleHeader-container > .middleHeader-item .item--searchMobile {
      display: block; }
    .middleHeader-container > .middleHeader-item .item--account .accountPC,
    .middleHeader-container > .middleHeader-item .item--account .my-account,
    .middleHeader-container > .middleHeader-item .item--account .my-account-link {
      display: none; }
    .middleHeader-container > .middleHeader-item .item--account .accountMobile {
      display: block; }
    .middleHeader-container > .middleHeader-item .item--account .navUser-action {
      line-height: 1; }
    .middleHeader-container > .middleHeader-item .item--quicksearch {
      flex-grow: 1;
      max-width: 596px; }
      .header-layout-2 .middleHeader-container > .middleHeader-item .item--quicksearch {
        max-width: 700px; }
      .header-layout-3 .middleHeader-container > .middleHeader-item .item--quicksearch {
        max-width: 495px; }
      .middleHeader-container > .middleHeader-item .item--quicksearch .header-search {
        left: auto;
        z-index: 21;
        position: relative;
        display: block; }
      .middleHeader-container > .middleHeader-item .item--quicksearch .quickSearchResults {
        position: absolute; }
    .middleHeader-container > .middleHeader-item .item--office,
    .middleHeader-container > .middleHeader-item .item--office-2,
    .middleHeader-container > .middleHeader-item .item--wishlist,
    .middleHeader-container > .middleHeader-item .item--quicksearch {
      display: none; }
    .middleHeader-container > .middleHeader-item .item--office {
      text-align: right; }
      .middleHeader-container > .middleHeader-item .item--office .office-phone {
        margin: 0;
        font-size: 16px;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase; }
        .middleHeader-container > .middleHeader-item .item--office .office-phone .icon {
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px;
          width: 16px;
          height: 16px;
          position: relative;
          top: -2px; }
      .middleHeader-container > .middleHeader-item .item--office .office-hours {
        line-height: 1;
        margin: 5px 0 0 0;
        color: #646464; }
    .middleHeader-container > .middleHeader-item .item--office-2 {
      text-align: left; }
      .middleHeader-container > .middleHeader-item .item--office-2 > img {
        display: inline-block;
        max-width: 65px;
        vertical-align: middle; }
      .middleHeader-container > .middleHeader-item .item--office-2 .office-text {
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
        margin-left: 15px;
        margin-bottom: 0;
        border-left: 1px solid #4b4b4b; }
    .middleHeader-container > .middleHeader-item .halo_cart .cartdesktop {
      display: none; }
      .middleHeader-container > .middleHeader-item .halo_cart .cartdesktop + .dropdown-cart {
        display: none; }
    .middleHeader-container > .middleHeader-item .halo_cart .cartMobile {
      display: block; }
    @media (min-width: 1025px) {
      .middleHeader-container > .middleHeader-item .halo_cart .cartdesktop {
        display: block; }
      .middleHeader-container > .middleHeader-item .halo_cart .cartMobile {
        display: none; } }
    @media (min-width: 551px) {
      .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
        margin-left: 20px; }
        .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--account {
          margin-left: 20px; } }
    @media (min-width: 768px) {
      .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
        margin-left: 50px; }
        .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--account {
          margin-left: 50px; } }
    @media (min-width: 1025px) {
      .middleHeader-container > .middleHeader-item .item--mobile,
      .middleHeader-container > .middleHeader-item .item--hamburger,
      .middleHeader-container > .middleHeader-item .item--searchMobile {
        display: none; }
      .middleHeader-container > .middleHeader-item .item--hamburger {
        margin-right: 30px; }
      .middleHeader-container > .middleHeader-item .item--office,
      .middleHeader-container > .middleHeader-item .item--office-2,
      .middleHeader-container > .middleHeader-item .item--wishlist,
      .middleHeader-container > .middleHeader-item .item--quicksearch {
        display: block; }
      .middleHeader-container > .middleHeader-item .item--account .accountPC,
      .middleHeader-container > .middleHeader-item .item--account .my-account,
      .middleHeader-container > .middleHeader-item .item--account .my-account-link {
        display: block; }
      .middleHeader-container > .middleHeader-item .item--account .accountMobile {
        display: none; }
      .middleHeader-container > .middleHeader-item.left {
        display: none; }
      .middleHeader-container > .middleHeader-item.center {
        padding-right: 100px; }
        .header-layout-2 .middleHeader-container > .middleHeader-item.center,
        .header-layout-3 .middleHeader-container > .middleHeader-item.center {
          padding-right: 30px; }
      .middleHeader-container > .middleHeader-item.right {
        width: 77%; }
        .header-layout-2 .middleHeader-container > .middleHeader-item.right {
          width: 82.85%; }
        .header-layout-3 .middleHeader-container > .middleHeader-item.right {
          width: 80.55%; }
      .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
        margin-left: 20px;
        padding-bottom: 4px; }
        .header-layout-2 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
          padding-bottom: 1px; }
          .header-layout-2 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--quicksearch {
            margin-left: 50px; }
          .header-layout-2 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--account {
            margin-left: 55px; }
          .header-layout-2 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--wishlist {
            margin-left: 15px; } }
      @media (min-width: 1025px) and (max-width: 1399px) {
        .header-layout-2 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--wishlist {
          margin-left: 25px; } }
    @media (min-width: 1025px) {
        .header-layout-3 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--quicksearch {
          margin-left: 30px;
          padding-bottom: 0; }
        .header-layout-3 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--account {
          display: none; }
        .header-layout-3 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--wishlist {
          margin-left: 15px;
          padding-bottom: 10px; }
        .header-layout-3 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--cart {
          padding-bottom: 0; }
        .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--account {
          margin-left: 20px; }
        .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--cart {
          margin-left: 20px; } }

@media (min-width: 1025px) and (max-width: 1399px) {
  .header-layout-2 .middleHeader-container > .middleHeader-item .my-account-link,
  .header-layout-2 .middleHeader-container > .middleHeader-item .navUser-text {
    display: none; } }
  .middleHeader-container .navUser-action {
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }
    .header-layout-2 .middleHeader-container .navUser-action,
    .header-layout-3 .middleHeader-container .navUser-action {
      text-transform: capitalize; }
    .middleHeader-container .navUser-action icon {
      height: 7px;
      width: 7px; }
    .middleHeader-container .navUser-action svg {
      fill: #3d4044; }
    .middleHeader-container .navUser-action .navUser-text {
      display: none;
      line-height: 1;
      color: #3d4044; }
    .middleHeader-container .navUser-action .navUser-icon {
      margin: 0;
      display: inline-block; }
      .middleHeader-container .navUser-action .navUser-icon svg {
        pointer-events: none;
        height: 2rem;
        width: 2rem;
        margin: 0; }
      .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon {
        margin-bottom: 4px; }
        .header-layout-2 .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon,
        .header-layout-3 .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon {
          margin-bottom: 8px; }
        @media (max-width: 1024px) {
          .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon {
            margin-bottom: 0; }
            .header-layout-2 .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon,
            .header-layout-3 .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon {
              margin-bottom: 0; }
            .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon svg {
              height: 2.16667rem;
              width: 2.16667rem; } }
    .middleHeader-container .navUser-action.navUser-action-cart {
      border-radius: 3px 0 0 3px; }
    .middleHeader-container .navUser-action.navUser-action-price {
      display: inline-block;
      vertical-align: middle;
      border-left: none;
      border-radius: 0 3px 3px 0;
      min-width: 148px; }
      .middleHeader-container .navUser-action.navUser-action-price .navUser-item-price {
        margin: 0;
        height: 26px;
        line-height: 24px;
        text-transform: capitalize; }
      .middleHeader-container .navUser-action.navUser-action-price .navUser-total-grandTotal {
        font-size: 14px;
        padding: 0; }
    @media (min-width: 551px) {
      .middleHeader-container .navUser-action .navUser-icon svg {
        height: 2.25rem;
        width: 2.25rem; }
        .header-layout-2 .middleHeader-container .navUser-action .navUser-icon svg {
          height: 2.33333rem;
          width: 2.33333rem; }
        .header-layout-3 .middleHeader-container .navUser-action .navUser-icon svg {
          height: 1.83333rem;
          width: 1.83333rem; }
      .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon svg {
        height: 2.5rem;
        width: 2.5rem; }
        .header-layout-2 .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon svg {
          height: 2.66667rem;
          width: 2.66667rem; }
        .header-layout-3 .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon svg {
          height: 1.83333rem;
          width: 1.83333rem; } }
    @media (min-width: 1025px) {
      .middleHeader-container .navUser-action .navUser-text {
        display: block; }
      .middleHeader-container .navUser-action .navUser-icon {
        margin-bottom: 7px; } }
  .header-layout-3 .middleHeader-container .item--wishlist {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #e2e4e8;
    width: 48px;
    max-height: 48px; }
    @media (max-width: 1024px) {
      .header-layout-3 .middleHeader-container .item--wishlist {
        display: none; } }
  .middleHeader-container .item--account {
    text-align: left; }
    .header-layout-2 .middleHeader-container .item--account {
      text-align: center; }
    .middleHeader-container .item--account .my-account {
      margin: 0;
      color: #3d4044;
      font-weight: 700;
      text-transform: capitalize;
      display: block; }
      .header-layout-2 .middleHeader-container .item--account .my-account {
        margin-bottom: 8px; }
      @media (min-width: 1025px) {
        .middleHeader-container .item--account .my-account svg {
          height: 2.33333rem;
          width: 2.33333rem; } }
    .middleHeader-container .item--account .my-account-link {
      display: block;
      position: relative;
      margin-top: 2px;
      line-height: 1; }
      .middleHeader-container .item--account .my-account-link .navUser-action {
        text-transform: capitalize;
        display: inline-block;
        vertical-align: top;
        color: #3d4044; }
        .header-layout-1 .middleHeader-container .item--account .my-account-link .navUser-action {
          font-weight: 400; }
        .header-layout-2 .middleHeader-container .item--account .my-account-link .navUser-action + .navUser-action {
          padding-left: 10px;
          margin-left: 8px;
          border-left: 1px solid #cc9600; }
        .middleHeader-container .item--account .my-account-link .navUser-action .icon {
          height: 0.58333rem;
          width: 0.58333rem;
          margin-left: 5px;
          margin-top: -1px; }
        .middleHeader-container .item--account .my-account-link .navUser-action svg {
          fill: #3d4044;
          stroke: #3d4044; }
  .header-layout-3 .middleHeader-container .item--cart .navUser-action.navUser-action-price {
    display: none;
    border-left: none;
    border-radius: 0 3px 3px 0; }
    @media (min-width: 1200px) {
      .header-layout-3 .middleHeader-container .item--cart .navUser-action.navUser-action-price {
        display: inline-block; } }
  @media (min-width: 1025px) {
    .header-layout-3 .middleHeader-container .item--cart .navUser-action {
      display: inline-block;
      vertical-align: middle;
      padding: 10px;
      border-radius: 3px;
      border: 2px solid #e2e4e8;
      max-height: 48px; }
      .header-layout-3 .middleHeader-container .item--cart .navUser-action[data-cart-preview] {
        border-radius: 3px 0 0 3px;
        width: 48px;
        position: relative; }
    .header-layout-3 .middleHeader-container .item--cart:hover .navUser-action,
    .header-layout-3 .middleHeader-container .item--cart:hover .navUser-action {
      color: #757575; }
    .header-layout-3 .middleHeader-container .item--cart:hover svg {
      fill: #757575;
      stroke: #757575; } }
  .middleHeader-container .navUser-action-loginLabel,
  .middleHeader-container .navUser-action-create_accountLabel {
    display: inline-block;
    vertical-align: middle; }
  .middleHeader-container .navUser-action-create_accountLabel {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #4b4b4b; }
  @media (min-width: 1025px) {
    .middleHeader-container {
      padding: 20px 15px; } }

.item--pay {
  text-align: left; }
  .item--pay > img {
    display: inline-block;
    max-width: 65px;
    vertical-align: middle;
    padding-right: 15px;
    margin-right: 13px;
    border-right: 1px solid #cc9600; }
  .item--pay .pay-text {
    color: #3d4044;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .header-layout-3 .item--pay {
    text-align: center; }
    .header-layout-3 .item--pay .pay-text {
      font-style: normal; }
    .header-layout-3 .item--pay svg {
      height: 1.16667rem;
      width: 1.16667rem; }
    .header-layout-3 .item--pay strong {
      font-size: 16px;
      margin-left: 8px; }
    .header-layout-3 .item--pay span {
      margin-top: 5px;
      display: block; }
  @media (max-width: 1024px) {
    .item--pay {
      display: none; } }

.header-search {
  display: block;
  margin: 0 auto;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); }
  .header-search .form,
  .header-search .form-fieldset,
  .header-search .form-field {
    margin: 0; }
  .header-search .form-fieldset {
    margin: 0;
    width: 100%;
    position: relative; }
  .header-search .form-field {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch; }
  .header-search #search_category {
    width: 70px;
    min-width: 70px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    color: #3d4044;
    transition: all 0.3s ease; }
    .header-layout-2 .header-search #search_category,
    .header-layout-3 .header-search #search_category {
      width: 135px;
      min-width: 135px; }
    .header-search #search_category .select_category {
      z-index: 2;
      height: 100%;
      line-height: 16px;
      border: none;
      cursor: pointer;
      position: relative;
      appearance: none;
      -webkit-appearance: none;
      padding: 15px;
      background-color: transparent; }
      .header-search #search_category .select_category::-ms-expand {
        display: none; }
    .header-search #search_category .icon {
      fill: #3d4044;
      stroke: #3d4044;
      top: 50%;
      right: 17px;
      height: 0.83333rem;
      width: 0.83333rem;
      position: absolute;
      transform: translateY(-50%); }
  .header-search .form-input {
    min-height: auto;
    border: none;
    border-radius: 0;
    height: 48px;
    line-height: 46px; }
    .header-layout-1 .header-search .form-input {
      background-color: #f7f7f7; }
    .header-search .form-input::-webkit-input-placeholder {
      color: #6e6e6e; }
    .header-search .form-input::-moz-placeholder {
      color: #6e6e6e; }
    .header-search .form-input:-ms-input-placeholder {
      color: #6e6e6e; }
    .header-search .form-input:-moz-placeholder {
      color: #6e6e6e; }
  .header-search button[type="submit"] {
    min-width: 48px;
    border: 1px solid #3d4044;
    background-color: #3d4044; }
    .header-search button[type="submit"] .icon {
      fill: #ffffff;
      stroke: #ffffff;
      height: 1.66667rem;
      width: 1.66667rem; }
    .header-layout-2 .header-search button[type="submit"] {
      border: 1px solid #fafafa;
      background-color: #fafafa; }
      .header-layout-2 .header-search button[type="submit"] .icon {
        fill: #000000;
        stroke: #000000; }
    .header-layout-3 .header-search button[type="submit"] {
      border: 1px solid #000000;
      background-color: #000000; }
      .header-layout-3 .header-search button[type="submit"] .icon {
        fill: #ffffff;
        stroke: #ffffff; }
  @media (min-width: 768px) {
    .header-search {
      max-width: 600px; }
      .header-layout-2 .header-search {
        max-width: 700px; }
      .header-layout-3 .header-search {
        max-width: 495px; }
      .header-search button[type="submit"] .icon {
        height: 2.16667rem;
        width: 2.16667rem; } }
  @media (min-width: 1025px) {
    .header-search {
      box-shadow: none; }
      .header-search .form-fieldset {
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075); }
        .header-layout-3 .header-search .form-fieldset {
          box-shadow: none; }
      .header-search #search_category {
        border: 1px solid #e2e4e8;
        border-radius: 3px 0 0 3px; }
        .header-layout-2 .header-search #search_category:after,
        .header-layout-3 .header-search #search_category:after {
          content: '';
          position: absolute;
          top: 12px;
          right: 0;
          width: 1px;
          height: 26px;
          background-color: #e2e4e8; }
        .header-layout-2 .header-search #search_category {
          border: none; }
        .header-layout-3 .header-search #search_category {
          border-width: 2px;
          max-height: 48px;
          border-right: none; }
          .header-layout-3 .header-search #search_category:after {
            top: 10px; }
      .header-search .form-input {
        border: 1px solid #e2e4e8;
        border-left: none;
        border-right: none; }
        .header-layout-3 .header-search .form-input {
          border-width: 2px; }
      .header-search button[type="submit"] {
        border-radius: 0 3px 3px 0; } }

.header-cart {
  font-size: 0;
  position: relative; }

body:not(.page-type-default) .header {
  box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.05); }

body:not(.page-type-default):not(.page-type-product):not(.page-type-cart) .body {
  padding-bottom: 30px; }
  @media (min-width: 1025px) {
    body:not(.page-type-default):not(.page-type-product):not(.page-type-cart) .body {
      padding-bottom: 100px; } }

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

.body {
  margin-bottom: 0;
  margin-top: 0; }
  .page-type-default.home-layout-3 .body {
    padding-bottom: 30px; }
    @media (min-width: 1025px) {
      .page-type-default.home-layout-3 .body {
        padding-bottom: 65px; } }

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

.page-content--textCenter {
  padding-top: 50px;
  text-align: center;
  float: none; }

.page-sidebar {
  position: fixed;
  top: 0;
  left: -101%;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  max-width: 340px;
  transition: all 0.5s ease;
  background-color: white;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 10px 0; }
  @media (min-width: 1025px) {
    .page-sidebar.has-toolbar {
      margin-top: -67px; }
      .page-listing .page-sidebar.has-toolbar {
        padding-top: 0; } }
  .page-sidebar .facetedSearch-refineFilters {
    padding: 0;
    margin: 0; }
  .page-sidebar .page-sidebar-close {
    position: relative;
    padding: 15px 15px 10px;
    margin-bottom: 10px; }
    .page-sidebar .page-sidebar-close .title {
      display: block;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 25px;
      color: #323232;
      text-transform: capitalize;
      margin: 0; }
    .page-sidebar .page-sidebar-close .close {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      line-height: 1; }
      .page-sidebar .page-sidebar-close .close svg {
        width: 16px;
        height: 16px;
        fill: #323232; }
  .page-sidebar > nav {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 40px 30px 100px 30px; }
  .page-sidebar .page-sidebar-content {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 40px 30px 100px 30px; }
  .page-sidebar .accordion--navList .accordion-block {
    margin-bottom: 20px;
    padding-bottom: 0; }
    .page-sidebar .accordion--navList .accordion-block .accordion-title {
      font-size: 14px;
      text-transform: uppercase; }
    .page-sidebar .accordion--navList .accordion-block .accordion-navigation-actions .icon {
      padding: 3px; }
    .page-sidebar .accordion--navList .accordion-block .toggleLink-text {
      font-weight: 700; }
  @media (max-width: 1024px) {
    .openSidebar .page-sidebar.is-open {
      left: 0; }
    .page-sidebar > nav {
      padding: 15px 15px 100px; }
    .page-sidebar .page-sidebar-content {
      padding: 15px 15px 100px; } }
  @media (min-width: 1025px) {
    .page-sidebar {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      z-index: 5;
      float: left;
      width: 255px;
      display: inline-block;
      box-shadow: none;
      background-color: transparent;
      max-width: none;
      transition: unset; }
      .page-sidebar .page-sidebar-close {
        display: none; }
      .page-sidebar .page-sidebar-content {
        padding: 0;
        overflow: visible; }
      .page-sidebar > nav {
        padding: 0;
        overflow: visible; }
      .page-sidebar + .page-content {
        padding-left: 30px;
        width: calc(100% - 255px); }
      .page-sidebar.u-hiddenVisually + .page-content {
        padding-left: 0;
        width: 100%; }
      .page-sidebar.u-hidden + .page-content {
        padding-left: 0;
        width: 100%; }
      .page-listing .page-sidebar {
        position: sticky;
        top: 80px;
        padding-top: 17px;
        padding-bottom: 42px; } }

.footer {
  background-color: #2e3034;
  border-top: none;
  position: relative; }

.footer-title-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.footer-info {
  margin: 0;
  max-width: none;
  width: auto;
  font-size: 0;
  padding: 70px 0 45px; }
  .home-layout-3 .footer-info {
    padding: 70px 0 60px; }
  @media (max-width: 1024px) {
    .footer-info {
      margin: 0; }
      .footer-info .footer-info-col {
        padding-left: 0;
        padding-right: 0; } }

.footer-info-col {
  padding-left: 0;
  padding-right: 0;
  color: #323232;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: left;
  vertical-align: top;
  -ms-word-break: break-all;
  overflow-wrap: break-word; }
  @media (max-width: 550px) {
    .footer-info-col {
      width: 50%; } }
  @media (min-width: 1025px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }
  .footer-info-col svg {
    fill: #bcbfc5;
    stroke: #bcbfc5; }

@media (min-width: 1025px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }
  .footer-info-col--social + .footer-info-heading {
    margin-top: 35px;
    margin-bottom: 10px !important; }

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

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

@media (min-width: 1025px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

@media (min-width: 768px) {
  .footer-info-col[data-section-type="footer-categories"] .footer-info-list, .footer-info-col[data-section-type="footer-webPages"] .footer-info-list, .footer-info-col[data-section-type="footer-brands"] .footer-info-list {
    display: block !important; }
  .home-layout-2 .footer-info-col[data-section-type="footer-categories"], .home-layout-2 .footer-info-col[data-section-type="footer-webPages"], .home-layout-2 .footer-info-col[data-section-type="footer-brands"] {
    width: 33.3334%; }
  .home-layout-3 .footer-info-col[data-section-type="footer-categories"], .home-layout-3 .footer-info-col[data-section-type="footer-webPages"], .home-layout-3 .footer-info-col[data-section-type="footer-brands"] {
    width: 33.3334%;
    padding-right: 30px; }
  .home-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] {
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
    max-width: 570px;
    text-align: center;
    display: block; }
    .home-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .form {
      margin-bottom: 50px; }
    .home-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .footer-info-col--social {
      margin-bottom: 50px; }
  .home-layout-3 .footer-info-col[data-section-type="newsletterSubscription"] {
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
    max-width: 570px;
    text-align: center;
    display: block; }
    .home-layout-3 .footer-info-col[data-section-type="newsletterSubscription"] .form {
      margin-bottom: 45px; }
  .footer-info-col[data-section-type="footer-information"] {
    margin-top: 0; }
    .home-layout-2 .footer-info-col[data-section-type="footer-information"] {
      width: 50%; }
    .home-layout-3 .footer-info-col[data-section-type="footer-information"] {
      width: 33.3334%;
      padding-right: 30px; } }

@media (min-width: 1025px) {
  .home-layout-2 .footer-info-col[data-section-type="footer-categories"], .home-layout-2 .footer-info-col[data-section-type="footer-webPages"], .home-layout-2 .footer-info-col[data-section-type="footer-brands"] {
    width: 20%; }
  .home-layout-2 .footer-info-col[data-section-type="footer-information"] {
    width: 20%; } }

@media (min-width: 1200px) {
  .footer-info-col {
    margin-bottom: 2px; }
    .footer-info-col[data-section-type="footer-categories"], .footer-info-col[data-section-type="footer-webPages"], .footer-info-col[data-section-type="footer-brands"] {
      width: 16.6667%; }
    .footer-info-col[data-section-type="newsletterSubscription"] {
      width: 33.3334%; }
    .footer-info-col[data-section-type="footer-information"] {
      width: 17%; } }

@media (min-width: 1400px) {
  .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix.wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .home-layout-2 .footer-info-col[data-section-type="newsletterSubscription"],
  .home-layout-3 .footer-info-col[data-section-type="newsletterSubscription"] {
    text-align: left;
    display: inline-block; }
  .home-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] {
    width: 31.8%;
    padding-right: 70px; }
  .home-layout-3 .footer-info-col[data-section-type="newsletterSubscription"] {
    width: 33.3334%;
    padding-right: 0; }
  .footer-info-col[data-section-type="footer-categories"], .footer-info-col[data-section-type="footer-webPages"], .footer-info-col[data-section-type="footer-brands"] {
    width: 16.6667%; }
    .home-layout-2 .footer-info-col[data-section-type="footer-categories"], .home-layout-2 .footer-info-col[data-section-type="footer-webPages"], .home-layout-2 .footer-info-col[data-section-type="footer-brands"] {
      width: 12.8%; }
    .home-layout-3 .footer-info-col[data-section-type="footer-categories"], .home-layout-3 .footer-info-col[data-section-type="footer-webPages"], .home-layout-3 .footer-info-col[data-section-type="footer-brands"] {
      width: 16.6667%; }
  .footer-info-col[data-section-type="footer-information"] {
    width: 17%; }
    .home-layout-2 .footer-info-col[data-section-type="footer-information"] {
      width: 17%; }
    .home-layout-3 .footer-info-col[data-section-type="footer-information"] {
      width: 33.3334%;
      padding-right: 100px; } }

@media (max-width: 1199px) {
  .footer-info-col {
    width: 33.3334%; }
    .footer-info-col[data-section-type="newsletterSubscription"] {
      width: 66.6667%;
      max-width: 450px; } }

@media (max-width: 767px) {
  .footer-info-col {
    width: 100%; }
    .footer-info-col[data-section-type="newsletterSubscription"] {
      width: 100%;
      max-width: 100%;
      margin-top: 4rem; }
    .footer-info-col[data-section-type="footer-categories"], .footer-info-col[data-section-type="footer-webPages"], .footer-info-col[data-section-type="footer-brands"] {
      margin-bottom: 0; }
      .footer-info-col[data-section-type="footer-categories"] .footer-info-heading, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading {
        border-bottom: 1px solid white;
        margin-bottom: 0;
        padding: 15px 0;
        position: relative; }
        .footer-info-col[data-section-type="footer-categories"] .footer-info-heading:hover, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading:hover, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading:hover {
          cursor: pointer; }
        .footer-info-col[data-section-type="footer-categories"] .footer-info-heading:before, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading:before, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading:before {
          top: 50%;
          right: 5px;
          z-index: 2;
          content: "";
          width: 2px;
          height: 12px;
          position: absolute;
          transition: all .4s ease;
          transform: translateY(-50%);
          background-color: white; }
        .footer-info-col[data-section-type="footer-categories"] .footer-info-heading:after, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading:after, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading:after {
          top: 50%;
          right: 0;
          z-index: 2;
          content: "";
          width: 12px;
          height: 2px;
          position: absolute;
          transform: translateY(-50%);
          background-color: white; }
      .footer-info-col[data-section-type="footer-categories"].open-dropdown .footer-info-heading:before, .footer-info-col[data-section-type="footer-webPages"].open-dropdown .footer-info-heading:before, .footer-info-col[data-section-type="footer-brands"].open-dropdown .footer-info-heading:before {
        transform: translateY(-50%) rotate(90deg); }
      .footer-info-col[data-section-type="footer-categories"] .footer-info-list, .footer-info-col[data-section-type="footer-webPages"] .footer-info-list, .footer-info-col[data-section-type="footer-brands"] .footer-info-list {
        display: none;
        margin-bottom: 30px;
        margin-top: 12px; } }

.halo_navigation_footer {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 40px; }
  .halo_navigation_footer li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 5px; }
    .halo_navigation_footer li a {
      color: #bcbfc5; }
    .halo_navigation_footer li:after {
      content: "|";
      top: -2px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px;
      color: #4e4f51; }
    .halo_navigation_footer li:last-child:after {
      content: none; }
  @media (min-width: 1025px) {
    .halo_navigation_footer {
      text-align: left; } }

.footer-bottom {
  background-color: #222326;
  padding: 25px 0 76px; }
  .home-layout-2 .footer-bottom {
    padding: 38px 0 42px; }
  .home-layout-3 .footer-bottom {
    padding: 30px 0 42px; }
  .footer-bottom .footer-copyright {
    display: inline-block; }
    .footer-bottom .footer-copyright.footer-copyright-2 {
      display: block; }
  .footer-bottom .footer-bottom__container {
    font-size: 0; }
  .footer-bottom .footer-bottom__left {
    font-size: 12px;
    line-height: 25px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    text-align: left;
    margin-bottom: 15px; }
  .footer-bottom .footer-bottom__center {
    font-size: 12px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 15px; }
  .footer-bottom .footer-bottom__right {
    font-size: 12px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    text-align: right; }
    .footer-bottom .footer-bottom__right .footer-payment-icons {
      margin-top: 0; }
  .footer-bottom .has-item-center .footer-bottom__left,
  .footer-bottom .has-item-center .footer-bottom__center,
  .footer-bottom .has-item-center .footer-bottom__right {
    width: 33.33334%; }
  @media (max-width: 1199px) {
    .footer-bottom .footer-bottom__left,
    .footer-bottom .footer-bottom__center,
    .footer-bottom .footer-bottom__right {
      width: 100%;
      text-align: left;
      padding: 0; } }

.footer-info .footer-ask-an-expert-wrapper {
  margin-top: 30px; }
  @media (min-width: 1025px) {
    .footer-info .footer-ask-an-expert-wrapper {
      margin-top: 0; } }
  .footer-info .footer-ask-an-expert-wrapper > span {
    color: white;
    font-size: 15px;
    font-weight: 700;
    padding-right: 15px;
    display: block; }
  .footer-info .footer-ask-an-expert-wrapper .button {
    margin-top: 16px;
    font-size: 14px;
    padding: 6px 11px;
    height: auto;
    font-weight: 600; }

.footer-info [data-section-type="footer-information"] {
  margin-top: 30px; }
  .footer-info [data-section-type="footer-information"] address {
    font-style: normal;
    line-height: 22px;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative; }
    .footer-info [data-section-type="footer-information"] address span {
      font-weight: 400; }
      .home-layout-2 .footer-info [data-section-type="footer-information"] address span {
        font-weight: 700; }
  .footer-info [data-section-type="footer-information"] svg {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 4px;
    top: 4px;
    margin-right: 8px; }
  .footer-info [data-section-type="footer-information"] .footer-info__phone,
  .footer-info [data-section-type="footer-information"] .footer-info__mail {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-left: 30px; }
    .footer-info [data-section-type="footer-information"] .footer-info__phone a,
    .footer-info [data-section-type="footer-information"] .footer-info__mail a {
      display: inline-block;
      line-height: 22px;
      text-decoration: none;
      font-weight: 400; }
      .home-layout-2 .footer-info [data-section-type="footer-information"] .footer-info__phone a, .home-layout-2
      .footer-info [data-section-type="footer-information"] .footer-info__mail a {
        font-weight: 700; }
    .home-layout-3 .footer-info [data-section-type="footer-information"] .footer-info__phone, .home-layout-3
    .footer-info [data-section-type="footer-information"] .footer-info__mail {
      margin-bottom: 30px; }
  .footer-info [data-section-type="footer-information"] .ask-an-expert-link {
    margin-bottom: 30px;
    margin-left: 30px; }
  .home-layout-3 .footer-info [data-section-type="footer-information"] .socialLinks-item {
    margin-bottom: 15px; }
    .home-layout-3 .footer-info [data-section-type="footer-information"] .socialLinks-item svg {
      position: unset;
      margin: 0; }
  .home-layout-3 .footer-info [data-section-type="footer-information"] .ask-an-expert-link {
    height: 42px;
    line-height: 40px;
    min-width: 166px; }
  @media (min-width: 768px) {
    .footer-info [data-section-type="footer-information"] {
      margin-top: 0; } }

.footer-info .footer-info-list {
  padding-right: 15px; }
  .footer-info .footer-info-list > li > a {
    padding: 0;
    display: inline-block; }
  .footer-info .footer-info-list .view-all-brands a {
    color: white;
    font-weight: 700;
    position: relative;
    left: -6px; }
  .footer-info .footer-info-list .view-all-brands svg {
    fill: white;
    stroke: white;
    height: 18px;
    width: 18px;
    position: relative;
    top: -1px; }
  .home-layout-2 .footer-info .footer-info-list .view-all-brands a {
    color: red; }
  .home-layout-2 .footer-info .footer-info-list .view-all-brands svg {
    fill: red;
    stroke: red; }

.home-layout-2 .footer-info [data-section-type="newsletterSubscription"] {
  font-weight: 700; }
  .home-layout-2 .footer-info [data-section-type="newsletterSubscription"] .form-input {
    font-weight: 700; }

.footer-info [data-section-type="newsletterSubscription"] .footer-info-heading {
  margin-bottom: 15px; }
  .footer-info [data-section-type="newsletterSubscription"] .footer-info-heading:first-child {
    margin-bottom: 14px; }

.footer-info [data-section-type="newsletterSubscription"] p {
  line-height: 22px;
  margin-bottom: 17px; }

.footer-info [data-section-type="newsletterSubscription"] form .form-field {
  margin-bottom: 0; }

.footer-info [data-section-type="newsletterSubscription"] form .form-prefixPostfix {
  position: relative; }

.footer-info [data-section-type="newsletterSubscription"] form .form-input {
  padding: 4px 150px 4px 16px;
  border-radius: 100px;
  height: 55px;
  align-items: center; }

.footer-info [data-section-type="newsletterSubscription"] form .form-prefixPostfix-button--postfix {
  right: 4px;
  border-radius: 100px;
  padding: 16px 26px;
  height: 47px;
  line-height: 1;
  width: fit-content;
  min-width: auto;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%); }

@media (min-width: 1025px) {
  .footer-info [data-section-type="newsletterSubscription"] form .form-input {
    font-size: 14px; } }

@media (min-width: 1400px) {
  .home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form .form-prefixPostfix-button--postfix {
    margin-left: 10px; } }

.home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form {
  margin-bottom: 20px; }

.footer-info-heading {
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-transform: inherit;
  margin-bottom: 8px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  @media (min-width: 1025px) {
    .footer-info-heading:hover {
      color: white; } }
  .home-layout-2 .footer-info-heading,
  .home-layout-3 .footer-info-heading {
    font-size: 16px;
    margin-bottom: 13px; }

.footer-info-col a,
.footer-info-col p,
.footer-info-col address {
  color: #bcbfc5; }
  @media (min-width: 1025px) {
    .footer-info-col a:hover,
    .footer-info-col p:hover,
    .footer-info-col address:hover {
      color: white; } }

.footer-info-col .socialLinks .icon svg {
  fill: white; }
  .home-layout-2 .footer-info-col .socialLinks .icon svg {
    fill: #3c3c3c;
    stroke: #3c3c3c; }

.footer-info-col .footer-certificate {
  text-align: center;
  margin-top: 30px; }
  @media (min-width: 551px) {
    .footer-info-col .footer-certificate {
      min-width: 270px; } }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .home-layout-2 .footer-info-list {
    font-weight: 700; }
  .footer-info-list a {
    color: #bcbfc5;
    text-decoration: none;
    line-height: 30px; }
    .footer-info-list a span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size .5s; }
    @media (min-width: 1025px) {
      .footer-info-list a:hover {
        color: white; }
        .footer-info-list a:hover span {
          background-size: 100% 1px; } }

.footer-copyright {
  text-align: left; }
  .home-layout-2 .footer-copyright {
    font-weight: 700; }
  .footer-copyright > .powered-by {
    color: #bcbfc5;
    margin: 0;
    line-height: 22px;
    letter-spacing: 0.02em; }
  .footer-copyright > .paypal-credit {
    color: #323232;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #bcbfc5;
    text-decoration: none; }
    @media (min-width: 1025px) {
      .footer-copyright a:hover {
        text-decoration: underline;
        text-underline-position: under; } }

.footer-payment-icons {
  height: 3.33333rem;
  margin-top: 1.5rem;
  font-size: 0;
  height: auto; }
  @media (min-width: 1025px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 32px;
    vertical-align: middle;
    width: 50px;
    border-radius: 4px;
    background-color: #e5e5e5;
    margin-bottom: 15px;
    margin-right: 15px; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--visa {
      background: #0e4595; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--americanExpress {
      background: #2478bc; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--cirrus {
      background: #013474; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--westernUnion {
      background: #f7de4b; }
    .footer-payment-icons .footer-payment-icon:last-child {
      margin-right: 0; }
  .footer-payment-icons svg {
    fill: #001b44; }

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

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

.footer-newsletter-summary {
  line-height: 22px;
  text-align: left;
  padding: 4px 0 12px 0;
  color: #bcbfc5; }

.footer-certificate img {
  opacity: .3;
  margin: 0 auto;
  display: inline-block;
  width: auto;
  max-height: 65px; }

.footer-certificate:not(.slick-initialized) .item:nth-child(n+2) {
  display: none; }

.footer-certificate .slick-arrow {
  border: none;
  margin-top: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  opacity: .7; }
  .footer-certificate .slick-arrow::before {
    width: 100%;
    height: 100%; }
  .footer-certificate .slick-arrow.slick-prev {
    left: 0; }
  .footer-certificate .slick-arrow.slick-next {
    right: 0; }

.halo_securityImage {
  margin-top: 15px;
  padding-bottom: 55px;
  display: block; }
  .home-layout-3 .halo_securityImage {
    margin-top: 10px;
    padding-bottom: 15px; }
  .halo_securityImage ul {
    margin: 0;
    font-size: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .halo_securityImage ul li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      margin-bottom: 5px; }
      .halo_securityImage ul li:last-child {
        margin-right: 0; }
    @media (min-width: 1025px) {
      .halo_securityImage ul li {
        margin-right: 20px;
        margin-bottom: 20px; } }
    @media (min-width: 1025px) {
      .halo_securityImage ul {
        overflow: visible; } }
  .halo_securityImage img {
    max-height: 100px; }

@media (max-width: 767px) {
  .footer-info {
    padding: 20px 0; }
  .footer-info-col[data-section-type="newsletterSubscription"] {
    margin-top: 0;
    margin-bottom: 20px; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding: 0 10px;
  position: relative;
  width: 100%; }
  .container .container {
    padding: 0; }
  @media (min-width: 1200px) {
    .container.container--full {
      max-width: none;
      width: 100%;
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1600px) {
    .container.container--full {
      max-width: 1600px;
      padding-left: 15px;
      padding-right: 15px; } }
  .home-layout-1 .container,
  .home-layout-2 .container {
    max-width: 1600px; }
  @media (min-width: 768px) {
    .container {
      padding: 0 15px; } }
  .container.container--1394 {
    max-width: 1418px;
    padding-left: 12px;
    padding-right: 12px; }

.page-blog {
  margin: 0; }
  .page-blog .pagination {
    margin-bottom: 40px; }
  .page-blog .halo-description .description-slider:not(.slick-initialized) > div {
    width: 20%; }
    .page-blog .halo-description .description-slider:not(.slick-initialized) > div:nth-child(n+4) {
      display: inline-block; }
    .page-blog .halo-description .description-slider:not(.slick-initialized) > div:nth-child(n+6) {
      display: none; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1025px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    padding-top: 20px; }
  .blog .tags {
    padding-bottom: 30px;
    margin-top: 25px;
    margin-bottom: 0;
    text-align: left;
    border-bottom: 1px solid #eeeeee; }
  .blog.blog-last .tags {
    border-bottom: none; }
  .blog .socialLinks svg {
    fill: #989898; }
  @media (min-width: 768px) {
    .blog .socialLinks {
      position: absolute;
      right: 0;
      top: -5px; } }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  color: #232323;
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0; }
  .blog-title a {
    text-decoration: none; }
    .blog-title a span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size .5s; }
    .blog-title a:hover span {
      background-size: 100% 1px; }
  @media (min-width: 768px) {
    .blog-title {
      padding-right: 300px; } }

.blog-date,
.blog-author {
  color: #323232;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .blog-date,
    .blog-author {
      margin-bottom: 33px; } }

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

.blog-post {
  color: #323232;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; }
  .blog-post .blog-post-btn {
    display: block;
    margin-top: 25px; }
    .blog-post .blog-post-btn .button {
      min-width: 146px;
      height: 40px;
      line-height: 38px; }

.blog-thumbnail {
  margin: 0 auto 33px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: left;
  max-width: 100%; }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 100%; }
  .blog-post-body .tags .tag {
    margin-right: 10px; }

.recentPosts_List {
  padding-top: 0;
  margin-bottom: 0; }
  .recentPosts_List .recentPost_item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #e2e4e8; }
    .recentPosts_List .recentPost_item:last-child {
      border-bottom: none;
      padding-bottom: 7px;
      margin-bottom: 7px; }
    .recentPosts_List .recentPost_item .recentPost_title {
      color: red;
      font-size: 1rem;
      font-weight: 400;
      text-decoration: none;
      margin-bottom: 3px;
      display: block; }
      .recentPosts_List .recentPost_item .recentPost_title span {
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 90%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size .5s; }
      .recentPosts_List .recentPost_item .recentPost_title:hover {
        color: #323232; }
        .recentPosts_List .recentPost_item .recentPost_title:hover span {
          background-size: 100% 1px; }
    .recentPosts_List .recentPost_item .recentPost_date {
      color: #848484;
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 0; }

.recentPosts_tags,
.tags {
  margin-left: 0;
  margin-bottom: 30px; }
  .recentPosts_tags .tag,
  .tags .tag {
    display: inline-block;
    border-radius: 3px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    margin-right: 5px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .recentPosts_tags .tag .link,
    .tags .tag .link {
      color: #787878;
      font-size: 12px;
      font-weight: 400;
      padding: 7px 15px;
      display: block; }
    .recentPosts_tags .tag:hover,
    .tags .tag:hover {
      background-color: white;
      border-color: #323232; }
      .recentPosts_tags .tag:hover .link,
      .tags .tag:hover .link {
        color: #232323; }

.tags-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: -10px; }
  .tags-block .tags-title {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 15px;
    min-width: 45px;
    color: #323232; }
  .tags-block .tags {
    display: block;
    margin: 0;
    text-align: left; }

.sidebarBlock {
  border-radius: 3px;
  border: 1px solid #e2e4e8; }
  .sidebarBlock + .sidebarBlock {
    margin-top: 30px; }
  .sidebarBlock#featured-products + .sidebarBlock {
    margin-top: 40px; }
  .sidebarBlock > ul,
  .sidebarBlock .sidebarBlock-content {
    padding: 17px 20px 12px 20px; }
  .sidebarBlock .navView-all {
    padding: 13px 20px 23px;
    font-weight: 700; }
  .sidebarBlock .sidebarBlock-content p:last-child {
    margin-bottom: 10px; }
  .sidebarBlock .productCarousel,
  .sidebarBlock #facetedSearch-content--price {
    margin: 0;
    padding: 20px; }
    .sidebarBlock .productCarousel .productCarousel-slide,
    .sidebarBlock #facetedSearch-content--price .productCarousel-slide {
      padding: 0 5px; }
  .sidebarBlock#advertisement-image-1, .sidebarBlock#advertisement-image-2 {
    border: none; }
  .sidebarBlock .advertisement-image {
    text-align: center; }
  .sidebarBlock .productCarousel-slide {
    width: 100%; }
    .sidebarBlock .productCarousel-slide .card {
      margin-bottom: 0; }

.sidebarBlock-heading {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #323232; }

.sidebarBlock-content {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  padding: 12px 20px 12px 20px; }

.all-categories-list {
  list-style: none;
  margin: 0; }
  .all-categories-list .navPages-action-lv1 span,
  .all-categories-list .navPages-action-lv2 span {
    font-weight: 700; }
  .all-categories-list a span {
    background-image: none; }
  .all-categories-list .navPages-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: none; }
    .all-categories-list .navPages-item a {
      font-size: 14px;
      height: 100%;
      line-height: 40px;
      letter-spacing: 0;
      text-transform: capitalize;
      color: #323232;
      z-index: 11;
      transition: unset;
      font-weight: 500;
      display: inline-block;
      border-bottom: none;
      margin-bottom: 0;
      padding: 0; }
      .all-categories-list .navPages-item a.navPages-action-lv1 {
        padding: 0; }
        .all-categories-list .navPages-item a.navPages-action-lv1:hover {
          background-color: transparent; }
      .all-categories-list .navPages-item a.navPages-action-lv2 .text {
        font-size: 14px; }
      .all-categories-list .navPages-item a.navPages-action-lv3 .text {
        font-size: 14px; }
    .all-categories-list .navPages-item > a > .text {
      background-image: none; }
  .all-categories-list .navPage-subMenu-item {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 0 18px;
    margin-bottom: 8px; }
    .all-categories-list .navPage-subMenu-item a {
      text-transform: capitalize; }
  .all-categories-list .navPages-level-3 .navPage-subMenu-item {
    border: 0; }
    .all-categories-list .navPages-level-3 .navPage-subMenu-item a {
      color: #323232; }
      .all-categories-list .navPages-level-3 .navPage-subMenu-item a span {
        font-weight: 400; }
  .all-categories-list .dropdown-category-list {
    display: none;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-top: 8px; }
  .all-categories-list .icon-dropdown {
    position: absolute;
    top: 6px;
    text-align: right;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    left: 0px;
    width: 100%;
    height: 30px;
    cursor: pointer; }
    .all-categories-list .icon-dropdown svg {
      position: relative;
      top: 4px;
      right: 0;
      height: 9px;
      width: 9px;
      fill: #323232;
      transform: rotate(-90deg); }
  .all-categories-list .is-clicked > .navPages-action span {
    color: red !important; }
  .all-categories-list .is-clicked > .icon-dropdown > svg {
    transform: rotate(0);
    fill: red;
    stroke: red; }

#featured-products .sidebarBlock-content {
  padding: 25px 20px 0; }

.products-list {
  display: block;
  margin: 0 0 33px 0;
  padding: 0; }
  .products-list:before, .products-list:after {
    content: " ";
    display: table; }
  .products-list:after {
    clear: both; }
  .products-list:not(.slick-initialized) .card:nth-child(n+4) {
    display: none; }
  .products-list .link {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: 0;
    color: #323232;
    transition: unset; }
    .products-list .link span {
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 97%, #323232 3%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
  .products-list.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .products-list .slick-list {
    height: 100% !important; }
  .products-list .slick-arrow {
    border: none;
    top: 26%; }
    .products-list .slick-arrow.slick-prev {
      left: -25px; }
    .products-list .slick-arrow.slick-next {
      right: -25px; }
  .products-list .slick-dots {
    bottom: -32px; }
  .products-list .card-img-container {
    max-width: 140px;
    margin: 0 auto; }
  .products-list .card-figcaption-bottom {
    display: none; }
  .products-list .card-body .card-figcaption-bottom {
    display: block;
    visibility: visible;
    opacity: 1;
    position: unset;
    margin-top: 15px; }
  @media (min-width: 1025px) {
    .products-list .link:hover {
      color: red; }
      .products-list .link:hover span {
        background-image: linear-gradient(transparent 97%, red 3%); } }

#advertisement-image-1 .sidebarBlock-content,
#advertisement-image-2 .sidebarBlock-content {
  padding: 12px 0 2px; }

.advertisement-image {
  position: relative; }
  @media (min-width: 1025px) {
    .advertisement-image .image:hover:before {
      top: 0; } }

.advertisement-content p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  color: #323232;
  margin: 0 0 25px 0;
  padding: 3px 0 0 0; }

.brandGrid {
  list-style: none;
  max-width: none;
  width: auto;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -15px; }
  .brandGrid .brand {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 50%;
    float: none;
    margin: 0 0 30px 0; }
    .brandGrid .brand .card-figure .image {
      display: block;
      overflow: hidden;
      position: relative;
      border: 1px solid #d6d6d6; }
    .brandGrid .brand .card-figure .brand-img-container {
      display: block;
      position: relative;
      max-width: 190px;
      margin: 0 auto; }
      .brandGrid .brand .card-figure .brand-img-container::after {
        content: "";
        display: block;
        height: 0;
        padding-bottom: 131.57895%;
        width: 100%; }
      .brandGrid .brand .card-figure .brand-img-container img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 1;
        visibility: visible;
        border: 0;
        width: 100%;
        max-height: 100%;
        object-fit: contain;
        margin: 0 auto;
        transition: all 0.25s ease; }
        .brandGrid .brand .card-figure .brand-img-container img.lazyload, .brandGrid .brand .card-figure .brand-img-container img.lazyloading {
          width: auto;
          height: auto;
          object-fit: contain;
          margin: auto; }
    .brandGrid .brand .card-body {
      text-align: center;
      margin: 20px 0 0; }
      .brandGrid .brand .card-body .link {
        font-size: 12px;
        font-weight: 700;
        color: #323232;
        transition: unset;
        text-transform: uppercase;
        line-height: 26px;
        letter-spacing: 0;
        position: relative; }
        .brandGrid .brand .card-body .link .text {
          padding: 0 0 1px 0; }
  @media (min-width: 768px) {
    .brandGrid .brand {
      width: 33.3333333%; } }
  @media (min-width: 1025px) {
    .brandGrid .brand {
      width: 25%; }
      .brandGrid .brand .card-figure .image:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 100%;
        right: 0;
        left: auto;
        z-index: 2;
        transform: none;
        position: absolute;
        transition: all 0.25s ease;
        background-color: rgba(0, 0, 0, 0.25);
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 100%); }
      .brandGrid .brand .card-figure .image:hover:before {
        top: 0; }
      .brandGrid .brand .card-body .link:hover {
        color: red; }
        .brandGrid .brand .card-body .link:hover span {
          background-image: linear-gradient(transparent 97%, red 3%);
          background-repeat: repeat-x;
          background-position-y: 0; } }
  @media (min-width: 1280px) {
    .brandGrid .brand {
      width: 20%; } }
  @media (min-width: 1600px) {
    .brandGrid .brand {
      width: 16.6666666%; } }

.page-brands .page-heading {
  margin-bottom: 32px; }

.haloAZBrandsTable {
  display: flex;
  font-size: 0;
  letter-spacing: 0;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px; }
  .haloAZBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d6d6d6;
    border-left: none; }
    .haloAZBrandsTable li a {
      font-size: 12px;
      font-weight: 700;
      color: #323232;
      display: block;
      height: 40px;
      min-width: 40px;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
    .haloAZBrandsTable li:first-child {
      min-width: 70px;
      border-left: 1px solid #d6d6d6; }
    .haloAZBrandsTable li.disable {
      pointer-events: none; }
      .haloAZBrandsTable li.disable a {
        color: #999999;
        pointer-events: none; }
    .haloAZBrandsTable li.is-active {
      border-color: #df0000;
      background-color: #393939; }
      .haloAZBrandsTable li.is-active a {
        color: white; }
  @media (min-width: 1025px) {
    .haloAZBrandsTable {
      margin: 0 0 40px 0; }
      .haloAZBrandsTable li {
        width: 10%; }
        .haloAZBrandsTable li:hover {
          border-color: #df0000;
          background-color: #393939; }
          .haloAZBrandsTable li:hover a {
            color: white; } }

.haloAZBrandsWrapper .azBrands-group {
  display: none;
  margin: 0 0 30px 0; }
  .haloAZBrandsWrapper .azBrands-group-title {
    font-size: 16px;
    font-weight: 700;
    color: #323232;
    letter-spacing: 0;
    line-height: 35px;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase; }
  .haloAZBrandsWrapper .azBrands-group-list {
    margin: 0;
    list-style: none; }
    .haloAZBrandsWrapper .azBrands-group-list .brand-name .title {
      margin: 0;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 400;
      color: #323232;
      letter-spacing: 0;
      line-height: 35px;
      text-transform: capitalize; }
      .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link {
        color: #323232;
        padding: 0 0 1px 0;
        transition: unset; }
  .haloAZBrandsWrapper .azBrands-group.is-active {
    display: block; }

.haloAZBrandsWrapper.active-all {
  column-count: 2; }
  .haloAZBrandsWrapper.active-all .azBrands-group {
    display: block;
    break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    column-count: unset; }

.haloAZBrandsWrapper.is-loading .loadingOverlay {
  display: block; }

@media (min-width: 768px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 3; }
  .haloAZBrandsWrapper.active-all {
    column-count: 3; } }

@media (min-width: 1025px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 4; }
    .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link:hover {
      color: red;
      background-image: linear-gradient(transparent 97%, red 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .haloAZBrandsWrapper.active-all {
    column-count: 4; } }

@media (min-width: 1280px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 5; }
  .haloAZBrandsWrapper.active-all {
    column-count: 5; } }

@media (min-width: 1600px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 6; }
  .haloAZBrandsWrapper.active-all {
    column-count: 6; } }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

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

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    .productGrid .product .card {
      padding-bottom: 20px;
      margin-bottom: 30px;
      border-bottom: 2px solid #eeeeee; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .productGrid .product {
        width: 33.33333%; } }
  .productGrid .card-compare {
    left: auto;
    right: 0;
    bottom: 0; }
    .home-layout-2 .productGrid .card-compare {
      bottom: 35px; }
    .home-layout-3 .productGrid .card-compare {
      bottom: 85px; }

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

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

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

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

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

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

.productList {
  display: block;
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: left; }
  .productList .product {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    white-space: normal; }
    .productList .product.product-advertisment {
      display: none;
      margin-bottom: 0; }
  .productList .card {
    text-align: left; }
    .productList .card .card-body {
      text-align: left; }
      .productList .card .card-body .card-price {
        justify-content: left; }
      .productList .card .card-body .card-compare {
        left: 0;
        transform: none; }
  .productList .card-figure .card-figcaption-bottom {
    display: none; }
  .productList .card-body .card-body-content {
    text-align: left; }
  .productList .card-body .card-option .form-field {
    text-align: left;
    margin-bottom: 0; }
    .productList .card-body .card-option .form-field + .form-field {
      margin-top: 19px; }
  .productList .card-body .card-figcaption-bottom {
    display: block;
    position: relative;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    padding-top: 10px;
    padding-bottom: 12px;
    background-color: transparent; }
    .productList .card-body .card-figcaption-bottom .card-figcaption-button {
      height: 50px;
      line-height: 48px;
      max-width: 305px; }
      .home-layout-3 .productList .card-body .card-figcaption-bottom .card-figcaption-button {
        font-size: 18px;
        font-weight: 400;
        border: 1px solid #bf0000;
        background-color: #df0000;
        text-decoration: none; }
  .productList .card-body .number-review {
    top: 1px; }
  @media (min-width: 1025px) {
    .productList .card-body .card-compare {
      position: relative;
      bottom: 0;
      opacity: 1;
      z-index: 1;
      overflow: visible;
      display: inline-block; } }
  .productList .card-link .card-img-container {
    margin: 0 auto;
    max-width: 100%; }
  .productList .card-option {
    margin-top: 0;
    margin-bottom: 10px; }
  .productList .card-text[data-test-info-type="brandName"] {
    margin-bottom: 3px; }
  .productList .card-rating-category {
    display: block;
    margin: 12px 0 7px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    color: #323232; }
  .productList .card-desc {
    display: block;
    margin: 12px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color: #323232; }
  .productList .card-price {
    justify-content: flex-start; }
  .productList .card-wrapper > .card-text {
    display: none; }
  @media (min-width: 551px) {
    .productList .card {
      width: 100%;
      display: table; }
    .productList .card-figure {
      display: table-cell;
      vertical-align: top;
      width: 250px; }
    .productList .card-body {
      display: table-cell;
      vertical-align: top;
      padding: 0 0 0 30px;
      width: calc(100% - 250px); }
      .productList .card-body .card-body-content {
        padding-top: 0; } }
  @media (min-width: 768px) {
    .productList .card-body .card-body-button {
      justify-content: flex-start; }
    .productList .card-body .card-wishlist {
      margin: 0 0 0 15px; }
    .productList .card-body .card-action {
      max-width: 278px; } }
  @media (min-width: 1025px) {
    .productList .product {
      margin-bottom: 55px; }
    .productList .card .card-figure:hover .card-figure-action {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .productList .card-figure {
      width: 390px; }
      .productList .card-figure .card-figure-action {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 10;
        transition: all 0.25s ease;
        width: 100%; }
      .productList .card-figure .card-quickview,
      .productList .card-figure .card-compare {
        flex: 0 0 50%; }
      .productList .card-figure .card-quickview + .card-compare {
        border-left: 1px solid #dfdcd5; }
    .productList .card-body {
      display: table-cell;
      vertical-align: top;
      padding-left: 30px;
      padding-top: 0;
      width: calc(100% - 390px); }
      .productList .card-body .card-body-button {
        margin-top: 28px; }
      .productList .card-body .card-wishlist:hover {
        border-radius: 50%;
        background-color: #393939; }
        .productList .card-body .card-wishlist:hover .icon {
          fill: white; }
    .productList .card-option .form-field {
      display: flex;
      align-items: center; } }
  @media (min-width: 1280px) {
    .productList .card-body {
      padding-left: 55px;
      padding-top: 0; }
      .productList .card-body .card-wishlist {
        margin-left: 30px; } }

.breadcrumbs-product {
  margin-top: 18px;
  margin-bottom: 45px; }

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

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

.productView--quickView.product-layout-2 .productView-options .add-to-cart-buttons {
  display: inline-block;
  float: left; }

.productView--quickView.product-layout-2 #form-action-addToCart {
  min-width: 257px; }

.productView--quickView.product-layout-2 .form-wishlist[data-wishlist-add] {
  width: calc(100% - 272px);
  display: inline;
  float: left;
  margin-top: 0;
  margin-left: 15px; }

.productView-nav:not(.slick-initialized) .productView-image:nth-child(n+2) {
  display: none; }

.productView-for {
  font-size: 0; }
  .product-layout-2 .productView-for:not(.slick-initialized) .productView-thumbnail,
  .product-layout-3 .productView-for:not(.slick-initialized) .productView-thumbnail {
    width: 25% !important; }
    .product-layout-2 .productView-for:not(.slick-initialized) .productView-thumbnail:nth-child(n+5),
    .product-layout-3 .productView-for:not(.slick-initialized) .productView-thumbnail:nth-child(n+5) {
      display: none; }
  .productView-for .productView-thumbnail {
    display: none;
    padding: 5px; }
    .productView-for .productView-thumbnail.productView-thumbnail-custom {
      font-size: 12px;
      padding: 2.5px;
      text-align: center;
      text-transform: capitalize; }
    @media (min-width: 1200px) {
      .productView-for .productView-thumbnail {
        vertical-align: top;
        display: inline-block; } }
  .productView-for .slick-arrow {
    border: none;
    margin: 0; }
    .productView-for .slick-arrow.slick-prev {
      left: -60px; }
      .product-layout-3 .productView-for .slick-arrow.slick-prev {
        left: -57px; }
    .productView-for .slick-arrow.slick-next {
      right: -55px; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .productView-images {
      width: 50%; } }
  @media (min-width: 1200px) {
    .productView-images {
      width: 750px; }
      .product-layout-2 .productView-images {
        width: 510px; }
      .product-layout-3 .productView-images {
        width: 50%; } }

.productView-images-wrapper .productView-thumbnail-wrapper {
  margin: 0;
  display: none;
  color: #8c8c8c;
  margin-top: 10px; }
  .productView-images-wrapper .productView-thumbnail-wrapper > li {
    width: auto;
    padding: 5px;
    font-size: 1rem; }
  .productView-images-wrapper .productView-thumbnail-wrapper .productView-thumbnail-custom {
    vertical-align: top;
    display: inline-block; }
    .productView-images-wrapper .productView-thumbnail-wrapper .productView-thumbnail-custom > a {
      color: #323232;
      display: block;
      padding: 11px 10px 10px;
      border-radius: 3px;
      border: 1px solid #e2e4e8;
      min-width: 70px; }
      .productView-images-wrapper .productView-thumbnail-wrapper .productView-thumbnail-custom > a > .icon {
        width: auto;
        height: auto;
        max-width: 25px;
        max-height: 25px;
        display: block;
        margin: 0 auto; }
      .productView-images-wrapper .productView-thumbnail-wrapper .productView-thumbnail-custom > a > .text {
        line-height: 1;
        display: block;
        margin-top: 13px; }

@media (min-width: 1200px) {
  .productView-images-wrapper {
    display: flex;
    align-items: flex-start; }
    .productView-images-wrapper .productView-thumbnail-wrapper {
      order: -1;
      width: 200px;
      margin-top: 0;
      padding-right: 10px;
      vertical-align: top;
      display: inline-block; }
      .productView-images-wrapper .productView-thumbnail-wrapper > li,
      .productView-images-wrapper .productView-thumbnail-wrapper .productView-thumbnail {
        width: 50%; }
      .productView-images-wrapper .productView-thumbnail-wrapper .productView-thumbnail-custom > a {
        min-width: 80px; }
        .productView-images-wrapper .productView-thumbnail-wrapper .productView-thumbnail-custom > a > .icon {
          max-width: 42px;
          max-height: 42px; }
    .productView-images-wrapper .productView-image-wrapper {
      width: calc(100% - 200px);
      vertical-align: top;
      display: inline-block;
      position: relative; }
      .productView-images-wrapper .productView-image-wrapper img.zoomImg {
        pointer-events: none; }
    .product-layout-2 .productView-images-wrapper,
    .product-layout-3 .productView-images-wrapper {
      flex-direction: column; }
      .product-layout-2 .productView-images-wrapper .productView-thumbnail-wrapper,
      .product-layout-3 .productView-images-wrapper .productView-thumbnail-wrapper {
        width: 100%;
        order: unset;
        padding-right: 30px;
        padding-left: 30px; }
      .product-layout-2 .productView-images-wrapper .productView-image-wrapper,
      .product-layout-3 .productView-images-wrapper .productView-image-wrapper {
        width: 100%; } }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 1025px) {
    .productView-image {
      min-height: fit-content;
      min-width: inherit; } }
  @media (min-width: 320px) and (max-width: 1025px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  position: relative;
  margin: auto;
  width: 100%; }
  .productView-img-container > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%; }
    .productView-img-container img.lazyload, .productView-img-container img.lazyloading {
      width: auto;
      height: auto; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 9px; }
  @media (min-width: 768px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  @media (min-width: 1200px) {
    .productView-details {
      width: calc(100% - 750px); }
      .product-layout-2 .productView-details {
        width: calc(100% - 510px); }
      .product-layout-3 .productView-details {
        width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .product-layout-2 .productView-details {
    padding-right: 5px; }

.halo_ask-an-experts {
  width: 100%;
  display: block;
  font-size: 1rem;
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid #eeeeee; }
  .product-layout-2 .halo_ask-an-experts,
  .product-layout-3 .halo_ask-an-experts {
    width: 100%; }
  .product-layout-3 .halo_ask-an-experts {
    margin-top: 45px; }
  .halo_ask-an-experts .contact {
    width: 100%;
    display: table; }
    .halo_ask-an-experts .contact .image-contact,
    .halo_ask-an-experts .contact .content-contact {
      display: table-cell;
      vertical-align: middle; }
    .halo_ask-an-experts .contact .image-contact {
      width: 65px; }
      .halo_ask-an-experts .contact .image-contact > img {
        border-radius: 50%;
        overflow: hidden; }
    .halo_ask-an-experts .contact .content-contact {
      padding-left: 15px; }
      .halo_ask-an-experts .contact .content-contact .text {
        margin-bottom: 8px;
        text-transform: capitalize; }
      .halo_ask-an-experts .contact .content-contact .link {
        display: block; }
        .halo_ask-an-experts .contact .content-contact .link .number-phone {
          font-size: 18px; }
        .halo_ask-an-experts .contact .content-contact .link .number-phone,
        .halo_ask-an-experts .contact .content-contact .link a {
          margin: 0;
          display: inline-block;
          vertical-align: bottom; }
        .halo_ask-an-experts .contact .content-contact .link .number-phone {
          display: block; }
        .halo_ask-an-experts .contact .content-contact .link a {
          line-height: 24px;
          color: red; }
          .halo_ask-an-experts .contact .content-contact .link a svg {
            height: 1.33333rem;
            width: 1.33333rem;
            fill: red; }
        @media (min-width: 375px) {
          .halo_ask-an-experts .contact .content-contact .link .number-phone {
            margin-bottom: 0;
            display: inline-block; }
            .halo_ask-an-experts .contact .content-contact .link .number-phone + a {
              margin-left: 10px; } }
    .halo_ask-an-experts .contact + .services {
      margin-top: 20px;
      margin-bottom: 30px; }
      @media (min-width: 551px) {
        .halo_ask-an-experts .contact + .services {
          margin-top: 30px; } }
      @media (min-width: 768px) {
        .halo_ask-an-experts .contact + .services {
          margin-bottom: 0; } }
  .halo_ask-an-experts .services {
    margin: 0;
    padding-bottom: 15px;
    font-size: 0;
    display: block;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .halo_ask-an-experts .services .item {
      width: auto;
      vertical-align: top;
      display: inline-block;
      font-size: 1rem;
      padding: 0 15px 0 0; }
      .halo_ask-an-experts .services .item:last-child {
        padding-right: 0; }
    .halo_ask-an-experts .services .service-item {
      display: table;
      width: 100%; }
      .halo_ask-an-experts .services .service-item .icons,
      .halo_ask-an-experts .services .service-item .content {
        display: table-cell;
        vertical-align: top; }
      .halo_ask-an-experts .services .service-item .icons {
        width: 40px;
        text-align: center; }
        .halo_ask-an-experts .services .service-item .icons .icon {
          width: 40px;
          height: 40px;
          padding: 0 12px;
          border-radius: 50%;
          border: 1px solid #eaeaea; }
        .halo_ask-an-experts .services .service-item .icons svg {
          fill: #acb1bb;
          stroke: #acb1bb; }
      .halo_ask-an-experts .services .service-item .content {
        padding-left: 15px;
        padding-right: 15px; }
        .halo_ask-an-experts .services .service-item .content .title {
          font-size: 12px;
          margin: 0 0 3px 0;
          font-family: "Open Sans", Arial, Helvetica, sans-serif;
          color: #323232;
          font-weight: 700; }
        .halo_ask-an-experts .services .service-item .content .description {
          margin: 0; }
    @media (min-width: 768px) {
      .halo_ask-an-experts .services {
        margin: 0;
        overflow: visible;
        white-space: normal; }
        .halo_ask-an-experts .services .item {
          padding: 0;
          width: 50%;
          margin-top: 20px; }
          .halo_ask-an-experts .services .item:nth-child(-n + 2) {
            margin-top: 0; } }
  @media (min-width: 1025px) {
    .halo_ask-an-experts {
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .halo_ask-an-experts .services .service-item .icons {
        width: 48px; }
        .halo_ask-an-experts .services .service-item .icons .icon {
          width: 48px;
          height: 48px;
          padding: 14px; } }
  @media (min-width: 1200px) {
    .halo_ask-an-experts {
      width: 70%;
      margin-left: auto;
      margin-right: 0; } }

@media (min-width: 769px) {
  #halo-ask-an-expert.modal {
    width: 860px;
    max-height: 90%; } }

#halo-ask-an-expert .modal-header {
  background: none;
  padding: 16px 15px;
  background-color: #f6f6f6; }
  @media (min-width: 1025px) {
    #halo-ask-an-expert .modal-header {
      padding: 15px 50px 16px; } }

#halo-ask-an-expert .modal-header-title {
  color: #323232;
  font-size: 12px;
  font-weight: 700; }

#halo-ask-an-expert .halo-ask-an-expert-logo {
  text-align: center;
  padding: 0 15px 20px 15px; }
  @media (min-width: 1025px) {
    #halo-ask-an-expert .halo-ask-an-expert-logo {
      padding: 0 50px 20px 50px; } }
  #halo-ask-an-expert .halo-ask-an-expert-logo > a {
    font-size: 28px; }

#halo-ask-an-expert .halo-ask-an-expert-subtitle {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 16px 0;
  text-transform: capitalize;
  color: #323232; }

#halo-ask-an-expert .halo-ask-an-expert-text {
  font-size: 12px;
  font-weight: 400;
  color: #323232;
  line-height: 1.7;
  text-align: center; }
  #halo-ask-an-expert .halo-ask-an-expert-text .alertBox {
    margin: 20px 0 40px 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    width: 100%;
    color: #323232; }
  #halo-ask-an-expert .halo-ask-an-expert-text.description {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6; }
  #halo-ask-an-expert .halo-ask-an-expert-text.question {
    font-weight: 500; }

#halo-ask-an-expert .modal-body {
  padding: 30px 15px 0px 15px; }
  @media (min-width: 769px) {
    #halo-ask-an-expert .modal-body {
      padding: 30px 30px 0px 30px; } }
  @media (min-width: 1025px) {
    #halo-ask-an-expert .modal-body {
      padding: 30px 116px 0px 116px; } }
  #halo-ask-an-expert .modal-body #halo-ask-an-expert-form {
    margin-top: 25px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field {
      margin-bottom: 15px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
        display: inline-block;
        margin-bottom: 7px; }
        @media (max-width: 320px) {
          #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
            display: block;
            margin-right: 0 !important; } }
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label.label-last {
          display: block;
          margin-bottom: 1.16667rem; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input::placeholder {
        color: #323232; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #323232; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #323232; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input[type="radio"] + label {
        font-weight: 400;
        width: auto;
        margin-right: 25px;
        cursor: pointer;
        margin-bottom: 9px;
        position: relative;
        padding-left: 24px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio {
        margin-bottom: 16px;
        padding-top: 5px; }
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
          margin-right: 25px; }
          @media (max-width: 767px) {
            #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
              display: block;
              margin-bottom: 13px; } }
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio .form-label-custom {
          display: block;
          margin-bottom: 16px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area {
        margin-bottom: 18px; }
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area textarea {
          max-height: 136px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
      margin-top: 20px;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
          margin-bottom: 60px; } }
      @media (min-width: 1025px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
          margin-bottom: 100px; } }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions #halo-ask-an-expert-button {
        width: 100%; }

.productView-soldProduct {
  font-size: 12px;
  font-weight: 700;
  color: #f04723;
  position: relative;
  margin-top: 10px; }
  .product-layout-2 .productView-soldProduct {
    margin-top: 18px; }
  @media (min-width: 1400px) {
    .product-layout-3 .productView-soldProduct {
      float: none;
      padding-left: 35px; } }
  .productView-soldProduct .icon,
  .productView-soldProduct .text {
    display: inline-block;
    vertical-align: middle; }
  .productView-soldProduct .icon {
    height: 1.66667rem;
    width: 1.66667rem;
    position: relative;
    fill: #f04723;
    stroke: #f04723; }
  .productView-soldProduct .text {
    line-height: 24px;
    letter-spacing: 0;
    color: #f04723;
    margin: 0 0 0 5px; }
  @media (min-width: 1025px) {
    .productView-soldProduct {
      display: inline-block;
      vertical-align: top;
      margin-left: 0;
      margin-top: 0;
      float: right; } }

.productView-countDown {
  font-size: 12px;
  font-weight: 400;
  color: #323232;
  letter-spacing: 0;
  line-height: 25px;
  margin: 22px 0 8px 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .product-layout-2 .productView-countDown {
    margin: 25px 0 8px 0; }
  .product-layout-3 .productView-countDown {
    margin: 30px 0 8px 0; }
  .productView-countDown .item {
    background-color: #f7f7f7;
    min-width: 46px;
    height: 50px;
    line-height: 16px;
    display: inline-block;
    padding: 10px 5px;
    text-align: center; }
  .productView-countDown .num {
    color: #323232;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px; }
  .productView-countDown .text {
    display: block;
    letter-spacing: 0;
    font-size: 11px;
    font-style: italic;
    color: #8c8c8c; }
  @media (max-width: 320px) {
    .productView-countDown .text {
      display: inline-block;
      margin-right: 5px; } }

.productView-bottom {
  font-size: 0; }
  .productView-bottom .productView-tab {
    font-size: 12px; }
  @media (min-width: 1025px) {
    .product-layout-3 .productView-bottom {
      display: flex; }
      .product-layout-3 .productView-bottom > .halo-block-product {
        order: -1; } }

.product-layout-3 .productView-tab {
  padding-bottom: 60px; }

.productView-tab .tabs-contents {
  margin: 0; }
  .productView-tab .tabs-contents .tab-content {
    padding: 0;
    margin: 0; }
    .product-layout-3 .productView-tab .tabs-contents .tab-content:first-child .toggleLink {
      border-top: none; }
    .productView-tab .tabs-contents .tab-content:last-child .toggleLink {
      border-bottom: 1px solid #e6e6e6; }
    @media (max-width: 767px) {
      .productView-tab .tabs-contents .tab-content {
        display: block; } }
  .productView-tab .tabs-contents .toggle-title {
    display: block;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .productView-tab .tabs-contents .toggle-title {
        display: none; } }
  .productView-tab .tabs-contents .toggleLink {
    display: block;
    float: none;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #323232;
    letter-spacing: 0;
    line-height: 1.75;
    width: 100%;
    padding: 8px 45px 8px 0;
    position: relative;
    text-transform: capitalize;
    border-top: 1px solid #e6e6e6;
    transition: all 0.25s ease; }
    .productView-tab .tabs-contents .toggleLink .text {
      padding-bottom: 0;
      background-image: unset; }
    .productView-tab .tabs-contents .toggleLink .icon-plus {
      font-size: 0;
      display: inline-block;
      vertical-align: top;
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 2;
      pointer-events: none;
      transform: translateY(-50%);
      background-color: transparent;
      background-position: unset;
      background-repeat: unset;
      background-image: unset;
      transition: all 0.25s ease; }
      .productView-tab .tabs-contents .toggleLink .icon-plus:before, .productView-tab .tabs-contents .toggleLink .icon-plus:after {
        content: "";
        position: absolute;
        top: 50%;
        z-index: 2;
        transition: all 0.25s ease;
        transform: translate(0, -50%) rotate(45deg);
        background: #999999; }
      .productView-tab .tabs-contents .toggleLink .icon-plus:before {
        right: 3px;
        width: 2px;
        height: 10px; }
      .productView-tab .tabs-contents .toggleLink .icon-plus:after {
        right: 5px;
        width: 10px;
        height: 2px; }
    .productView-tab .tabs-contents .toggleLink.is-open {
      background-color: white;
      color: #323232;
      border-bottom: 1px solid #e6e6e6;
      margin-bottom: 15px; }
      .productView-tab .tabs-contents .toggleLink.is-open .icon-plus:before, .productView-tab .tabs-contents .toggleLink.is-open .icon-plus:after {
        transform: translate(0, -50%) rotate(-45deg); }
    .product-layout-3 .productView-tab .tabs-contents .toggleLink {
      font-size: 18px;
      padding: 13px 45px 14px 0; }
  .productView-tab .tabs-contents .toggle-content {
    position: relative; }
    .productView-tab .tabs-contents .toggle-content.is-open {
      padding-top: 15px;
      padding-bottom: 15px; }

@media (max-width: 767px) {
  .productView-tab .tabs {
    display: none; } }

.tab-descriptionShowmore {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 0 30px 0;
  background-color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 12%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.96) 57%, #fff 73%); }
  .tab-descriptionShowmore.less {
    padding-top: 0;
    position: relative; }
  @media (min-width: 768px) {
    .tab-descriptionShowmore {
      display: none; } }

@media (max-width: 767px) {
  .productView-tab {
    margin-bottom: 30px; }
    .productView-tab .toggle-content.show_read_more .description-showmore {
      max-height: 300px;
      overflow: hidden; } }

.halo-bundle-products {
  padding-top: 0;
  padding-bottom: 30px;
  margin: 20px 0;
  z-index: 20; }
  .halo-bundle-products .halo-block-header .title {
    font-weight: 700;
    color: #323232;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 7px 0;
    position: relative;
    text-transform: capitalize;
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid #eeeeee; }
  .halo-bundle-products .halo-block-header .desc {
    font-weight: 400;
    letter-spacing: 0;
    color: #7d7d7d;
    line-height: 24px;
    margin: 0;
    padding: 0 0 10px 0;
    position: relative;
    text-align: left; }
  .halo-bundle-products .bundle-products-wrapper {
    display: block; }
  .halo-bundle-products .bundle-product-left, .halo-bundle-products .bundle-product-right {
    display: block;
    width: 100%; }
  .halo-bundle-products .bundle-product-right {
    margin: 50px 0 0 0; }
  .halo-bundle-products .halo-product-list {
    padding: 0;
    margin: 0 -10px;
    width: auto; }
    .halo-bundle-products .halo-product-list:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0;
      letter-spacing: 0;
      position: relative; }
      .halo-bundle-products .halo-product-list:not(.slick-initialized) .halo-product-item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        opacity: 0;
        visibility: hidden; }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-product-list {
        margin: 0 -15px; }
        .halo-bundle-products .halo-product-list:not(.slick-initialized) .halo-product-item {
          width: 33.3334%; } }
    @media (min-width: 1400px) {
      .halo-bundle-products .halo-product-list:not(.slick-initialized) .halo-product-item {
        width: 25%; } }
  .halo-bundle-products .halo-product-item {
    padding: 0 10px; }
    .halo-bundle-products .halo-product-item .halo-product-image {
      display: block;
      position: relative;
      max-width: 100px;
      margin: 0 auto; }
      .halo-bundle-products .halo-product-item .halo-product-image:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        opacity: .4;
        z-index: 1; }
    .halo-bundle-products .halo-product-item .halo-product-image2 {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      text-align: center;
      opacity: 0;
      backface-visibility: hidden;
      transform: translate(-50%, -50%);
      transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
      .halo-bundle-products .halo-product-item .halo-product-image2 img {
        display: inline-block;
        vertical-align: top;
        max-height: 100%;
        width: 100%;
        transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
      .product-layout-2 .halo-bundle-products .halo-product-item .halo-product-image2 {
        transition: opacity 0.3s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
        .product-layout-2 .halo-bundle-products .halo-product-item .halo-product-image2 img {
          transition: opacity 0.3s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
    .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-product-link {
      pointer-events: none; }
    .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-detail-label:before, .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-detail-label:after {
      content: none; }
    .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-detail-label .text {
      padding: 0; }
    .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-detail-label .this-item {
      font-weight: 700; }
    .halo-bundle-products .halo-product-item.isChecked .halo-product-image:after {
      display: none; }
    .halo-bundle-products .halo-product-item.isChecked .halo-detail-field {
      opacity: 1; }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-product-item {
        padding: 0 15px; } }
  .halo-bundle-products .halo-product-link {
    display: block;
    position: relative;
    overflow: hidden; }
  .halo-bundle-products .halo-product-container {
    display: block;
    position: relative; }
    .halo-bundle-products .halo-product-container::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
    .halo-bundle-products .halo-product-container > img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      opacity: 1;
      backface-visibility: visible;
      border: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin-top: 0;
      margin-bottom: 0;
      transition: opacity .8s ease; }
  .halo-bundle-products .halo-product-content {
    display: block;
    padding: 14px 0 0 0;
    text-align: left; }
  .halo-bundle-products .halo-product-total {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    display: block;
    text-align: center; }
    .halo-bundle-products .halo-product-total .total-price {
      display: block;
      font-size: 12px;
      font-weight: 400;
      color: #323232;
      letter-spacing: 0;
      line-height: 1.75;
      margin: 0 0 16px 0; }
    .halo-bundle-products .halo-product-total .text {
      display: block;
      margin-bottom: 6px; }
      .halo-bundle-products .halo-product-total .text span {
        font-weight: 700; }
    .halo-bundle-products .halo-product-total .price {
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 0;
      margin: 0 0 0 5px; }
    .halo-bundle-products .halo-product-total .price-sale {
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0;
      text-decoration: line-through;
      color: #999999;
      margin: 0 0 0 5px; }
    .halo-bundle-products .halo-product-total .button {
      width: 100%;
      height: 46px;
      line-height: 44px;
      text-transform: uppercase;
      max-width: 100%; }
    .halo-bundle-products .halo-product-total.has-price-sale .price {
      color: #f04723; }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-product-total {
        text-align: left; } }
  .halo-bundle-products .icon-plus {
    position: absolute;
    top: 18%;
    left: -12px;
    z-index: 10;
    display: none;
    vertical-align: top;
    width: 25px;
    height: 25px; }
    .halo-bundle-products .icon-plus:before, .halo-bundle-products .icon-plus:after {
      content: "";
      position: absolute;
      top: 50%;
      background-color: #bfbfbf; }
    .halo-bundle-products .icon-plus:before {
      width: 25px;
      height: 2px;
      left: 100%;
      transform: translate3D(-100%, -50%, 0) rotate(0); }
    .halo-bundle-products .icon-plus:after {
      width: 2px;
      height: 25px;
      left: 11px;
      right: auto;
      transform: translate3D(0, -50%, 0) rotate(0); }
  .halo-bundle-products .halo-detail-field {
    opacity: .4; }
  .halo-bundle-products .halo-detail-label {
    display: inline-block !important;
    vertical-align: top;
    padding: 0;
    margin: 0 !important; }
    .halo-bundle-products .halo-detail-label:before {
      position: absolute;
      display: inline-block;
      vertical-align: top;
      top: 4px;
      border-radius: 0;
      width: 14px;
      height: 14px;
      background: transparent; }
    .halo-bundle-products .halo-detail-label:after {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23000000' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
      top: 6px;
      left: 2px;
      width: 10px;
      height: 10px; }
  .halo-bundle-products .halo-detail-checkbox[disable] + .halo-detail-label:before {
    border-color: #193753;
    background: #193753; }
  .halo-bundle-products .halo-detail-checkbox:checked + .halo-detail-label:before {
    border-color: #bfbfbf !important;
    background: transparent !important; }
  .halo-bundle-products .halo-detail-name {
    font-size: 12px;
    font-weight: 400;
    color: #323232;
    letter-spacing: 0;
    line-height: 22px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 8px; }
    .halo-bundle-products .halo-detail-name .text {
      display: inline;
      padding: 0 0 0 28px; }
  .halo-bundle-products .halo-detail-price {
    margin-bottom: 15px; }
  .halo-bundle-products .halo-detail-options {
    position: absolute;
    text-align: left;
    top: 0;
    left: 50%;
    background: white;
    z-index: 101;
    width: 100%;
    max-height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, 100%);
    transition: opacity, transform .3s ease; }
    .halo-bundle-products .halo-detail-options .halo-option-header {
      display: block;
      position: relative;
      background-color: #484b51;
      padding: 5px 15px 5px 15px; }
    .halo-bundle-products .halo-detail-options .halo-option-title {
      display: block;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 24px;
      color: white;
      text-transform: capitalize;
      margin: 0; }
    .halo-bundle-products .halo-detail-options .halo-option-close {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      line-height: 1; }
      .halo-bundle-products .halo-detail-options .halo-option-close svg {
        width: 16px;
        height: 16px;
        fill: white; }
    .halo-bundle-products .halo-detail-options .halo-option-content {
      display: block;
      padding: 10px;
      max-height: 221px;
      overflow: auto;
      border: 1px solid #bfbfbf; }
    .halo-bundle-products .halo-detail-options .alertBox-message {
      display: block;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 24px;
      color: #f04723;
      margin: 5px 0 0 0; }
    .halo-bundle-products .halo-detail-options .form-field {
      font-size: 0;
      margin: 0;
      padding: 0; }
      .halo-bundle-products .halo-detail-options .form-field > .form-label {
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0;
        color: #323232;
        margin: 0 0 12px 0; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label small {
          color: #8c8c8c;
          line-height: inherit;
          margin: 0 0 0 3px;
          float: none; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label [data-option-value] {
          font-size: 12px;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: 0;
          color: #323232;
          text-transform: capitalize;
          margin: 0 0 0 8px; }
      .halo-bundle-products .halo-detail-options .form-field + .form-field {
        margin-top: 20px; }
    .halo-bundle-products .halo-detail-options.is-open {
      transform: translate(-50%, 0); }
  .halo-bundle-products .halo-toggle-options {
    height: 45px;
    line-height: 44px;
    width: 100%;
    max-width: 100%; }
  .halo-bundle-products .hasOptions--selected .halo-toggle-options {
    color: white;
    border-color: #df0000;
    background-color: #df0000; }
    .halo-bundle-products .hasOptions--selected .halo-toggle-options:before {
      background-color: #df0000; }
    .halo-bundle-products .hasOptions--selected .halo-toggle-options span {
      color: white; }
    .home-layout-3 .halo-bundle-products .hasOptions--selected .halo-toggle-options {
      color: #393939;
      border-color: white;
      background-color: white; }
      .home-layout-3 .halo-bundle-products .hasOptions--selected .halo-toggle-options:before {
        background-color: white; }
      .home-layout-3 .halo-bundle-products .hasOptions--selected .halo-toggle-options span {
        color: #393939; }
  .halo-bundle-products .slick-arrow {
    top: 25%;
    border: none; }
    .halo-bundle-products .slick-arrow.slick-prev {
      left: -40px; }
    .halo-bundle-products .slick-arrow.slick-next {
      right: -40px; }
      .product-layout-3 .halo-bundle-products .slick-arrow.slick-next {
        right: -20px; }
  .halo-bundle-products .slick-dots {
    display: inline-block;
    vertical-align: middle;
    left: 0;
    bottom: -45px; }
    .halo-bundle-products .slick-dots li {
      margin: 0 10px;
      padding: 0;
      width: auto;
      height: auto; }
      @media (min-width: 1025px) {
        .halo-bundle-products .slick-dots li {
          margin: 0 20px; } }
      .halo-bundle-products .slick-dots li button {
        width: 8px;
        height: 8px;
        opacity: 1;
        border: 1px solid #323232;
        background-color: transparent;
        transition: all 0.25s ease; }
        .halo-bundle-products .slick-dots li button:before {
          display: none; }
      .halo-bundle-products .slick-dots li:only-child {
        display: none; }
      .halo-bundle-products .slick-dots li.slick-active button {
        opacity: 1;
        border-color: #323232;
        background-color: #323232; }
  .halo-bundle-products .slick-active {
    position: relative; }
    .halo-bundle-products .slick-active + .slick-active .icon-plus {
      display: inline-block; }
  .halo-bundle-products.halo-block-disable .loadingOverlay {
    display: block; }
  @media (min-width: 768px) {
    .halo-bundle-products {
      padding-top: 0;
      padding-bottom: 48px;
      margin-top: 0; }
      .product-layout-2 .halo-bundle-products {
        padding-bottom: 28px; }
      .product-layout-3 .halo-bundle-products {
        padding-top: 32px; }
      .halo-bundle-products .halo-detail-options .halo-option-header {
        padding-left: 15px;
        padding-right: 15px; }
      .halo-bundle-products .halo-detail-options .halo-option-content {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 1025px) {
    .halo-bundle-products {
      margin-bottom: 0; }
      .halo-bundle-products .container {
        z-index: 5;
        max-width: 1230px;
        padding-left: 30px;
        padding-right: 30px; }
      .halo-bundle-products .halo-block-header {
        text-align: center; }
      .halo-bundle-products .bundle-products-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: start;
        padding-top: 30px;
        padding-bottom: 35px;
        border-bottom: 1px solid #eeeeee; }
        .product-layout-2 .halo-bundle-products .bundle-products-wrapper {
          border-bottom: none; }
      .halo-bundle-products .bundle-product-left {
        width: calc(100% - 283px);
        padding-left: 20px; }
        .product-layout-3 .halo-bundle-products .bundle-product-left {
          width: calc(100% - 263px); }
      .halo-bundle-products .bundle-product-right {
        width: 213px;
        margin-top: 45px; }
      .halo-bundle-products .halo-product-list {
        padding-left: 0;
        padding-right: 0;
        margin-left: -20px;
        margin-right: -20px; }
      .halo-bundle-products .halo-product-item {
        padding-left: 20px;
        padding-right: 20px; }
        .halo-bundle-products .halo-product-item .halo-product-imageSwap:hover .halo-product-container > img {
          opacity: 0;
          backface-visibility: hidden; }
        .halo-bundle-products .halo-product-item .halo-product-imageSwap:hover .halo-product-image2 {
          opacity: 1;
          backface-visibility: visible; }
          .halo-bundle-products .halo-product-item .halo-product-imageSwap:hover .halo-product-image2 img {
            transform: scale(1.09); }
        .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-product-image:before {
          display: none; }
      .halo-bundle-products .halo-product-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.25s ease; }
      .halo-bundle-products .halo-product-total {
        padding-top: 0;
        max-width: 100%; } }
  @media (min-width: 1600px) {
    .halo-bundle-products .halo-product-list {
      padding-left: 0;
      padding-right: 0; } }

#instruction-popup,
#warranty-popup {
  width: 100%;
  overflow: unset; }
  #instruction-popup .lazyload,
  #instruction-popup .lazyloading,
  #warranty-popup .lazyload,
  #warranty-popup .lazyloading {
    opacity: 0; }
  #instruction-popup .loadingOverlay,
  #warranty-popup .loadingOverlay {
    display: block !important; }
  #instruction-popup.open .loadingOverlay,
  #warranty-popup.open .loadingOverlay {
    display: none !important; }
  #instruction-popup .modal-close,
  #warranty-popup .modal-close {
    font-weight: 300;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index: 50;
    font-size: 32px;
    line-height: 32px;
    height: 2.66667rem;
    width: 2.66667rem;
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    right: -16px;
    top: -16px;
    transform: none; }
  @media (min-width: 1025px) {
    #instruction-popup,
    #warranty-popup {
      width: 749px; } }

.halo-badges {
  position: absolute;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column; }
  .halo-badges.halo-badges-left {
    left: 0;
    align-items: flex-start; }
  .halo-badges.halo-badges-right {
    left: auto;
    right: 0;
    align-items: flex-end; }

.halo-badge {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  height: 20px;
  text-align: center;
  border-radius: 3px;
  margin: 0;
  padding: 0 5px;
  text-transform: capitalize;
  min-width: 42px; }
  .halo-badge + .halo-badge {
    margin-top: 5px; }
  .halo-badge.new-badge {
    color: #001b44;
    background: white; }
    .halo-badge.new-badge.out-line {
      border: 1px solid #001b44; }
  .halo-badge.sale-badge {
    color: white;
    background: #d61b30;
    border: 1px solid #d61b30; }
  .halo-badge.custom-badge {
    color: white;
    background: #383e47;
    border: 1px solid #383e47; }
  .halo-badge.soldOut-badge {
    color: black;
    background: #dddddd;
    border: 1px solid #dddddd; }

[data-product-attribute] .form-option {
  padding: 0;
  z-index: 1;
  min-width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: top;
  position: relative;
  border-radius: 3px;
  margin-right: 7px;
  border: 1px solid #c8c8c8;
  color: #323232; }
  [data-product-attribute] .form-option .form-option-variant {
    padding: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 0 5px;
    border-radius: 3px;
    position: relative; }
  @media (min-width: 769px) {
    [data-product-attribute] .form-option {
      margin-right: 10px; } }

[data-product-attribute] .form-option-swatch {
  border: none;
  overflow: hidden;
  line-height: 1;
  border-radius: 3px; }
  [data-product-attribute] .form-option-swatch .form-option-variant[title="White"] {
    border: 1px solid #c8c8c8; }
  [data-product-attribute] .form-option-swatch.swatch-pattern {
    overflow: visible; }
  [data-product-attribute] .form-option-swatch.swatch-two-color {
    box-shadow: 0 0 1px #c2c2c2; }
    [data-product-attribute] .form-option-swatch.swatch-two-color .form-option-variant {
      width: 50%;
      border-radius: 0; }
  [data-product-attribute] .form-option-swatch.swatch-three-color {
    box-shadow: 0 0 1px #c2c2c2; }
    [data-product-attribute] .form-option-swatch.swatch-three-color .form-option-variant {
      width: 33.33333%;
      border-radius: 0; }

[data-product-attribute] .form-option.unavailable {
  opacity: 1;
  background-color: transparent; }
  [data-product-attribute] .form-option.unavailable:before {
    left: -7px;
    top: 16px;
    height: 1px;
    width: calc(140% - 1px);
    background-color: #f68863; }
  [data-product-attribute] .form-option.unavailable .form-option-variant {
    /*opacity: 0.7;*/ }

[data-product-attribute] .form-radio:checked + .form-option.unavailable {
  box-shadow: 0 0 0 1px #505050; }

[data-product-attribute] .form-radio:checked + .form-option {
  border-color: #323232;
  box-shadow: 0 0 0 1px #323232; }

[data-product-attribute] .form-radio:checked + .form-option-swatch {
  border: none;
  box-shadow: 0 0 0 2px #323232; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: 0;
  line-height: 1;
  opacity: 0;
  padding: 5px;
  border-radius: 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-expanded .title {
    font-size: 12px;
    margin-bottom: 5px;
    display: block; }

@media (min-width: 1025px) {
  .form-option:hover .form-option-expanded {
    opacity: 1;
    visibility: visible;
    z-index: 30; } }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

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

.account:after {
  clear: both; }

.account {
  margin-bottom: 1.5rem; }

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

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

@media (min-width: 1025px) {
  .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-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

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

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

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

.u-none {
  text-decoration: none; }

.u-u {
  text-decoration: underline; }

.u-link,
.h-link {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration, text-decoration-thickness ease 100ms; }

.is-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../img/loading.svg);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  display: block;
  margin: 0 auto;
  transform: translateY(-50%) rotate(0);
  transform-style: preserve-3d;
  animation: unset;
  z-index: 20; }

.u-link:hover,
.h-link:hover {
  color: #323232; }

.u-link:hover {
  text-decoration-thickness: 0.2rem; }

.h-link:hover {
  text-decoration: underline; }

.link-cover:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.f-normal {
  font-weight: normal; }

.f-bold {
  font-weight: bold; }

.f-italic {
  font-style: italic; }

.d-none {
  display: none; }

.d-inline {
  display: inline; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex; }

.d-inline-flex {
  display: inline-flex; }

.d-grid {
  display: grid; }

.d-table {
  display: table; }

.d-table-r {
  display: table-row; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.pos-fixed {
  position: fixed; }

.pos-sticky {
  position: sticky; }

.pos-static {
  position: static; }

.pos-absolute-c-c {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.pos-absolute-t-c {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0); }

.pos-absolute-c-l {
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }

.pos-absolute-c-r {
  top: 50%;
  left: auto;
  right: 0;
  transform: translate(0, -50%); }

.v-a-top {
  vertical-align: top; }

.w-100 {
  width: 100%; }

.w-100v {
  width: 100vw; }

.w-auto {
  width: auto; }

.h-100 {
  height: 100%; }

.h-100v {
  height: 100vh; }

.h-auto {
  height: auto; }

.m-w {
  max-width: 100%; }

.mi-w {
  min-width: 100%; }

.m-h {
  max-height: 100%; }

.mi-h {
  min-height: 100%; }

.c-inline {
  font-size: 0;
  letter-spacing: 0; }

.c-pointer {
  cursor: pointer; }

.e-none {
  pointer-events: none; }

.e-auto {
  pointer-events: auto; }

.z-index-0 {
  z-index: 0; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-4 {
  z-index: 4; }

.z-index-5 {
  z-index: 5; }

.z-index-6 {
  z-index: 6; }

.z-index-7 {
  z-index: 7; }

.z-index-8 {
  z-index: 8; }

.z-index-9 {
  z-index: 9; }

.z-index-10 {
  z-index: 10; }

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

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

.j-c-around {
  justify-content: space-around; }

.j-c-start {
  justify-content: flex-start; }

.j-c-end {
  justify-content: flex-end; }

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

.a-i-start {
  align-items: flex-start; }

.a-i-end {
  align-items: flex-end; }

.f-wrap {
  flex-wrap: wrap; }

.f-nowrap {
  flex-wrap: nowrap; }

.f-column {
  flex-direction: column; }

.f-row {
  flex-direction: row; }

.f-row-reverse {
  flex-direction: row-reverse; }

.f-1 {
  flex: 1; }

.f-grow {
  flex-grow: 1; }

.f-shrink {
  flex-shrink: 0; }

.f-basis {
  flex-basis: auto; }

.m-auto {
  margin: auto; }

.m-t {
  margin-top: 30px; }

.m-b {
  margin-bottom: 30px; }

.m-l {
  margin-left: 30px; }

.m-r {
  margin-right: 30px; }

.m-auto.left {
  margin-left: 0;
  margin-right: auto; }

.m-auto.right {
  margin-left: auto;
  margin-right: 0; }

.m-0 {
  margin: 0; }

.p-t {
  padding-top: 30px; }

.p-b {
  padding-bottom: 30px; }

.p-l {
  padding-left: 30px; }

.p-r {
  padding-right: 30px; }

.p-0 {
  padding: 0; }

.top-0 {
  top: 0; }

.top-100 {
  top: 100%; }

[style*='--top'] {
  top: var(--top); }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

[style*='--right'] {
  right: var(--right); }

.bottom-0 {
  bottom: 0; }

.bottom-100 {
  bottom: 100%; }

.border {
  border: 0.1rem solid #323232; }

.b-none {
  border: none; }

.b-top {
  border-top: 0.1rem solid #323232; }

.b-bottom {
  border-bottom: 0.1rem solid #323232; }

.b-circle {
  border-radius: 50%; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.o-f-cover {
  object-fit: cover; }

.hidden {
  display: none !important; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important; }

.visually-hidden--inline {
  margin: 0;
  height: 1em; }

.o-a {
  overflow: auto; }

.o-h {
  overflow: hidden; }

.overflow-x {
  overflow-x: auto; }

.overflow-x-h {
  overflow-x: hidden; }

.overflow-y {
  overflow-y: auto; }

.overflow-y-h {
  overflow-y: hidden; }

.js .scroll-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none; }

.js .scroll-hidden::-webkit-scrollbar {
  background: transparent;
  width: 0;
  height: 0; }

.js .scroll-hidden-m::-webkit-scrollbar {
  display: none; }

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto; }

.color-current {
  color: currentColor; }

.bg-transparent {
  background: transparent; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.l-h-1 {
  line-height: 1; }

.break {
  word-break: break-word; }

.w-s-nowrap {
  white-space: nowrap; }

.visibility-hidden {
  visibility: hidden; }

.c-2,
.c-3,
.c-4,
.c-5,
.c-6 {
  font-size: 0;
  margin-left: 0;
  margin-right: 0; }
  .c-2 .item,
  .c-3 .item,
  .c-4 .item,
  .c-5 .item,
  .c-6 .item {
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1025px) {
    .c-2,
    .c-3,
    .c-4,
    .c-5,
    .c-6 {
      margin-left: -15px;
      margin-right: -15px; }
      .c-2 .item,
      .c-3 .item,
      .c-4 .item,
      .c-5 .item,
      .c-6 .item {
        display: inline-block;
        vertical-align: top;
        padding-left: 15px;
        padding-right: 15px; } }

.c-2 > .item {
  width: 100%; }
  .c-2 > .item + .item {
    margin-top: 15px; }
  @media (min-width: 551px) {
    .c-2 > .item {
      width: 50%; }
      .c-2 > .item + .item {
        margin-top: 0; }
      .c-2 > .item:nth-child(-n + 2) {
        margin-top: 0; } }

.c-3 > .item {
  width: 100%; }
  @media (min-width: 551px) {
    .c-3 > .item {
      width: 33.3334%; }
      .c-3 > .item:nth-child(-n + 3) {
        margin-top: 0; } }

.c-4 > .item {
  width: 25%; }
  .c-4 > .item:nth-child(-n + 4) {
    margin-top: 0; }

.c-5 > .item {
  width: 20%; }
  .c-5 > .item:nth-child(-n + 5) {
    margin-top: 0; }

.c-6 > .item {
  width: 16.6667%; }
  .c-6 > .item:nth-child(-n + 6) {
    margin-top: 0; }

.border-bottom {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 35px; }

.openMenuPC .halo-background {
  z-index: 21;
  opacity: 1;
  display: block;
  visibility: visible; }

.openMenuPC .navPages-container:after {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background-color: #5d6673; }

.openMenuPC.header-layout-2 .navPages-container:after, .openMenuPC.header-layout-3 .navPages-container:after {
  content: none; }

.g-recaptcha {
  display: block;
  margin: 0; }
  .g-recaptcha > div {
    margin: 0; }
  @media (min-width: 768px) {
    .g-recaptcha > div {
      margin-left: 0;
      margin-right: 0; } }

.halo-bgGray {
  background-color: #ffffff; }

.halo-bgYellow {
  background-color: #ffbb00; }

.halo-bgGreen {
  background-color: #90f700; }

.halo-block-product {
  padding-top: 15px;
  padding-bottom: 30px; }
  @media (min-width: 551px) {
    .halo-block-product {
      padding-top: 0; }
      .home-layout-2 .halo-block-product:not(.halo-home-section) {
        padding-top: 30px;
        padding-bottom: 20px; }
        .home-layout-2 .halo-block-product:not(.halo-home-section).border-top {
          border-top: 1px solid #f0f0f0; }
        .home-layout-2 .halo-block-product:not(.halo-home-section) .slick-arrow {
          width: 48px;
          height: 76px;
          border-radius: 3px; }
          .home-layout-2 .halo-block-product:not(.halo-home-section) .slick-arrow.slick-prev {
            box-shadow: 1px 2px 3px -1px #ccc;
            background-color: #ffffff; }
          .home-layout-2 .halo-block-product:not(.halo-home-section) .slick-arrow.slick-next {
            box-shadow: -1px 2px 3px -1px #ccc;
            background-color: #ffffff; }
      .home-layout-3 .halo-block-product {
        padding-top: 30px;
        padding-bottom: 20px; }
        .home-layout-3 .halo-block-product.border-top {
          border-top: 1px solid #f0f0f0; }
        .home-layout-3 .halo-block-product .slick-arrow {
          width: 48px;
          height: 76px;
          border-radius: 3px; }
          .home-layout-3 .halo-block-product .slick-arrow.slick-prev {
            box-shadow: 1px 2px 3px -1px #ccc;
            background-color: #ffffff; }
          .home-layout-3 .halo-block-product .slick-arrow.slick-next {
            box-shadow: -1px 2px 3px -1px #ccc;
            background-color: #ffffff; } }
  .halo-block-product .halo-block-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    text-align: center; }
    .home-layout-2 .halo-block-product .halo-block-header,
    .home-layout-3 .halo-block-product .halo-block-header {
      border-bottom: none; }
    .home-layout-3 .halo-block-product .halo-block-header {
      background-color: transparent; }
      .home-layout-3 .halo-block-product .halo-block-header + div {
        background-color: #ffffff; }
    .halo-block-product .halo-block-header .title {
      padding: 8px 0 8px 25px; }
      .home-layout-1 .halo-block-product .halo-block-header .title {
        display: inline-block; }
        .home-layout-1 .halo-block-product .halo-block-header .title + .link {
          font-weight: 700;
          color: red;
          margin-left: 15px; }
      .home-layout-2 .halo-block-product .halo-block-header .title {
        display: inline-block;
        padding: 8px 0;
        font-size: 20px; }
        .home-layout-2 .halo-block-product .halo-block-header .title + .link {
          font-weight: 700;
          color: red;
          margin-left: 15px; }
      .home-layout-3 .halo-block-product .halo-block-header .title {
        padding: 8px 0 17px 0; }
        .home-layout-3 .halo-block-product .halo-block-header .title + .link {
          position: absolute;
          top: 0;
          right: 0;
          color: red; }
      @media (max-width: 550px) {
        .halo-block-product .halo-block-header .title {
          font-size: 20px; } }
    @media (min-width: 551px) {
      .halo-block-product .halo-block-header {
        text-align: left; } }
  .halo-block-product .halo_prodByCate {
    background-color: #ffffff; }
  .halo-block-product#halo-related-products, .halo-block-product#halo-similar-products {
    padding-top: 0;
    padding-bottom: 25px; }
    .halo-block-product#halo-related-products .halo-block-header .title, .halo-block-product#halo-similar-products .halo-block-header .title {
      font-size: 18px;
      line-height: 24px;
      padding: 0 0 10px; }
      .product-layout-2 .halo-block-product#halo-related-products .halo-block-header .title, .product-layout-2 .halo-block-product#halo-similar-products .halo-block-header .title {
        font-size: 22px; }
      .product-layout-3 .halo-block-product#halo-related-products .halo-block-header .title, .product-layout-3 .halo-block-product#halo-similar-products .halo-block-header .title {
        padding: 0 0 18px;
        border-bottom: 1px solid #eeeeee; }
        @media (min-width: 1025px) {
          .product-layout-3 .halo-block-product#halo-related-products .halo-block-header .title, .product-layout-3 .halo-block-product#halo-similar-products .halo-block-header .title {
            margin-right: 30px; } }
    .halo-block-product#halo-related-products .productCarousel, .halo-block-product#halo-similar-products .productCarousel {
      padding: 20px 0 0; }
      .halo-block-product#halo-related-products .productCarousel .slick-dots, .halo-block-product#halo-similar-products .productCarousel .slick-dots {
        bottom: -5px;
        padding: 0; }
      .halo-block-product#halo-related-products .productCarousel .card, .halo-block-product#halo-similar-products .productCarousel .card {
        padding: 0 5px 20px; }
      @media (min-width: 768px) {
        .halo-block-product#halo-related-products .productCarousel, .halo-block-product#halo-similar-products .productCarousel {
          padding: 20px 0 0; }
          .halo-block-product#halo-related-products .productCarousel .card, .halo-block-product#halo-similar-products .productCarousel .card {
            padding: 0 10px 20px; } }
      @media (min-width: 1025px) {
        .halo-block-product#halo-related-products .productCarousel, .halo-block-product#halo-similar-products .productCarousel {
          margin: 0 -15px;
          padding: 36px 0 25px; }
          .halo-block-product#halo-related-products .productCarousel .card, .halo-block-product#halo-similar-products .productCarousel .card {
            padding: 0 15px 45px; }
          .halo-block-product#halo-related-products .productCarousel .slick-dots, .halo-block-product#halo-similar-products .productCarousel .slick-dots {
            bottom: 28px; } }
    .product-layout-3 .halo-block-product#halo-related-products, .product-layout-3 .halo-block-product#halo-similar-products {
      padding-bottom: 15px; }
      .product-layout-3 .halo-block-product#halo-related-products .productCarousel .card, .product-layout-3 .halo-block-product#halo-similar-products .productCarousel .card {
        padding: 0 15px 40px; }
    .halo-block-product#halo-related-products .arrow-custom .slick-prev,
    .halo-block-product#halo-related-products .arrow-custom .slick-next, .halo-block-product#halo-similar-products .arrow-custom .slick-prev,
    .halo-block-product#halo-similar-products .arrow-custom .slick-next {
      top: -32px;
      width: 35px;
      height: 32px;
      padding: 5px;
      fill: #7f7f7f;
      border: 1px solid #cccccc;
      transform: none; }
      .halo-block-product#halo-related-products .arrow-custom .slick-prev::before,
      .halo-block-product#halo-related-products .arrow-custom .slick-next::before, .halo-block-product#halo-similar-products .arrow-custom .slick-prev::before,
      .halo-block-product#halo-similar-products .arrow-custom .slick-next::before {
        width: 14px;
        height: 14px; }
    .halo-block-product#halo-related-products .arrow-custom .slick-prev, .halo-block-product#halo-similar-products .arrow-custom .slick-prev {
      left: auto;
      right: 49px;
      border-radius: 3px 0 0 3px; }
    .halo-block-product#halo-related-products .arrow-custom .slick-next, .halo-block-product#halo-similar-products .arrow-custom .slick-next {
      right: 15px;
      border-radius: 0 3px 3px 0; }
  .halo-block-product .productCarousel {
    padding: 25px 15px;
    background-color: #ffffff;
    margin-bottom: 15px; }
    .home-layout-2 .halo-block-product .productCarousel {
      padding: 20px 0 0 0; }
    @media (min-width: 1025px) {
      .halo-block-product .productCarousel {
        padding: 36px 50px 25px;
        margin-bottom: 61px; }
        .home-layout-2 .halo-block-product .productCarousel {
          margin-left: -15px;
          margin-bottom: 0; } }
    .home-layout-3 .halo-block-product .productCarousel {
      padding: 0; }
  .home-layout-1 .halo-block-product .productCarouselByCate {
    padding: 25px 15px;
    background-color: #ffffff; }
    @media (min-width: 1025px) {
      .home-layout-1 .halo-block-product .productCarouselByCate {
        padding: 36px 50px 15px; } }
  .halo-block-product .title {
    margin-top: 0;
    margin-bottom: 0; }
  .halo-block-product .slick-arrow {
    border: none;
    top: 37%; }
    .home-layout-3 .halo-block-product .slick-arrow {
      top: 33%; }
    .halo-block-product .slick-arrow:before {
      width: 25px;
      height: 25px; }
    .halo-block-product .slick-arrow.slick-prev {
      left: 0; }
      .home-layout-3 .halo-block-product .slick-arrow.slick-prev {
        left: 25px; }
    .halo-block-product .slick-arrow.slick-next {
      right: 0; }
      .home-layout-3 .halo-block-product .slick-arrow.slick-next {
        right: 25px; }
    @media (max-width: 550px) {
      .halo-block-product .slick-arrow {
        top: 50%;
        border: 1px solid #abadaf;
        background-color: white;
        height: 40px;
        width: 40px; }
        .halo-block-product .slick-arrow:before {
          width: 15px;
          height: 15px; }
        .halo-block-product .slick-arrow.slick-prev {
          left: 10px; }
        .halo-block-product .slick-arrow.slick-next {
          right: 10px; } }

.halo-description + .halo-block-product .halo-block-header {
  border-top: 1px solid #eeeeee;
  border-bottom: none;
  padding-top: 28px; }
  .halo-description + .halo-block-product .halo-block-header .title {
    padding: 0;
    font-size: 22px; }

.halo-link {
  display: block;
  font-weight: 700;
  text-transform: capitalize;
  color: #323232;
  margin-bottom: 25px; }
  .halo-link svg {
    fill: #323232;
    stroke: transparent; }
  .halo-link.custom {
    font-weight: 400;
    color: #4563b3; }
    .halo-link.custom svg {
      fill: #4563b3;
      stroke: transparent; }
  @media (min-width: 551px) {
    .halo-link {
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      position: absolute;
      margin-bottom: 0; } }

.halo-home-section {
  padding-bottom: 20px; }
  .halo-home-section.p-t {
    padding-top: 20px; }
  .halo-home-section.p-b {
    padding-bottom: 20px; }
  .halo-home-section.p-l {
    padding-left: 20px; }
  .halo-home-section.p-r {
    padding-right: 20px; }
  .home-layout-2 .halo-home-section .page-heading {
    display: inline-block;
    text-align: left;
    margin-bottom: 17px; }
    .home-layout-2 .halo-home-section .page-heading + .link {
      display: inline-block;
      margin-left: 15px;
      color: red;
      font-weight: 700; }
  .home-layout-3 .halo-home-section .page-heading {
    font-size: 22px;
    display: inline-block;
    text-align: left;
    margin-bottom: 17px; }
    .home-layout-3 .halo-home-section .page-heading + .link {
      position: absolute;
      top: 10px;
      right: 0;
      color: red; }
  @media (min-width: 551px) {
    .halo-home-section {
      padding-bottom: 30px; }
      .halo-home-section .page-heading {
        font-size: 20px; } }
  .halo-home-section.border-top {
    border-top: 1px solid #f0f0f0; }
  @media (min-width: 1025px) {
    .halo-home-section.p-t {
      padding-bottom: 30px; }
    .halo-home-section.p-t {
      padding-top: 40px; } }

#consent-manager {
  background-color: #faf8f6 !important;
  z-index: 97 !important; }
  #consent-manager div {
    background-color: transparent;
    color: #323232; }
    #consent-manager div p {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 400;
      font-style: italic;
      line-height: 26px;
      color: #323232; }
      #consent-manager div p a {
        text-decoration: none;
        color: #323232;
        background-image: linear-gradient(transparent 97%, #323232 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
    #consent-manager div button {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 700;
      border-color: #bf0000;
      color: white;
      background-color: #df0000;
      border-width: 1px;
      border-radius: 0;
      margin: 0;
      height: 50px;
      line-height: 46px;
      padding: 0 10px;
      text-transform: uppercase; }
      #consent-manager div button + button {
        color: #393939;
        background-color: white;
        border-color: #393939;
        margin-left: 5px; }
  #consent-manager > div {
    width: 100% !important;
    max-width: 1800px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 auto !important; }
    #consent-manager > div > div {
      padding-left: 0;
      padding-right: 0; }
      #consent-manager > div > div > div {
        flex-wrap: wrap !important;
        margin-top: 0 !important; }
        #consent-manager > div > div > div > div {
          margin-top: 0; }
          #consent-manager > div > div > div > div + div {
            margin-top: 10px;
            text-align: left; }
  @media (max-width: 550px) {
    #consent-manager div button {
      font-size: 9px;
      height: 36px; }
    #consent-manager .css-1wn42nw {
      width: 100%;
      flex-direction: column;
      justify-content: stretch;
      -webkit-box-align: stretch;
      align-items: stretch; }
      #consent-manager .css-1wn42nw button {
        -webkit-box-pack: center;
        justify-content: center;
        margin: 0 0 5px 0; } }
  @media (min-width: 551px) and (max-width: 767px) {
    #consent-manager div button {
      height: 40px; } }
  @media (min-width: 1025px) {
    #consent-manager > div > div {
      padding-top: 15px;
      padding-bottom: 15px; }
      #consent-manager > div > div > div {
        flex-wrap: nowrap !important;
        align-items: center !important; }
        #consent-manager > div > div > div > div {
          width: 60%; }
          #consent-manager > div > div > div > div + div {
            margin-top: 0;
            width: 40%;
            text-align: right; } }
  @media (min-width: 1200px) {
    #consent-manager > div {
      padding-left: 30px !important;
      padding-right: 30px !important;
      max-width: 1920px !important; } }
  @media (min-width: 1400px) {
    #consent-manager > div {
      padding-left: 60px !important;
      padding-right: 60px !important;
      max-width: 100% !important; } }
  @media (min-width: 1600px) {
    #consent-manager > div {
      padding-left: 75px !important;
      padding-right: 75px !important; }
      #consent-manager > div > div {
        padding-top: 15px;
        padding-bottom: 15px; }
        #consent-manager > div > div > div > div {
          width: 800px; }
          #consent-manager > div > div > div > div + div {
            margin-top: 0;
            width: calc(100% - 1030px);
            text-align: right; } }

[data-consent-manager-dialog] h2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #323232; }

[data-consent-manager-dialog] > div > section {
  border-radius: 0;
  letter-spacing: 0; }

[data-consent-manager-dialog] div {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: #323232; }
  [data-consent-manager-dialog] div table {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: #323232; }
    [data-consent-manager-dialog] div table th {
      font-weight: 700;
      color: #323232; }
  [data-consent-manager-dialog] div button {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #df0000;
    border-color: #df0000;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    margin: 0;
    height: 50px;
    line-height: 48px;
    padding: 0 30px;
    text-transform: uppercase; }
    [data-consent-manager-dialog] div button + button {
      color: white;
      background-color: #df0000;
      border-color: #df0000;
      margin-left: 15px; }
    [data-consent-manager-dialog] div button[aria-label='Cancel'] {
      border: 0;
      padding: 0; }

#consent-manager-update-banner {
  background-color: #faf8f6 !important;
  color: #323232 !important;
  z-index: 99 !important;
  padding-left: 15px !important;
  padding-right: 15px !important; }
  #consent-manager-update-banner a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    line-height: 1.75;
    color: #323232 !important;
    margin: 0 !important; }
  @media (min-width: 1025px) {
    #consent-manager-update-banner {
      padding-left: 30px !important;
      padding-right: 30px !important; } }
  @media (min-width: 1600px) {
    #consent-manager-update-banner {
      padding-left: 75px !important;
      padding-right: 75px !important; } }

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

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

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

/*
- Back To Top
*/
#haloBackToTop:not(.is-visible) {
  display: none; }

#haloBackToTop a {
  z-index: 99;
  font-size: 0px;
  height: 35px;
  position: fixed;
  bottom: 25%;
  width: 35px;
  cursor: pointer;
  margin: 0;
  border: 1px solid;
  text-align: center;
  background: white;
  right: 10px;
  transition: all 0.6s ease;
  padding: 4px;
  border-radius: 50%; }
  @media (min-width: 1025px) {
    #haloBackToTop a {
      right: 30px;
      width: 45px;
      height: 45px; } }
  @media (min-width: 1600px) {
    #haloBackToTop a {
      right: 75px; } }
  #haloBackToTop a svg {
    fill: #1e1e1e;
    color: #1e1e1e;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
    position: relative;
    top: -3px; }
    @media (min-width: 1025px) {
      #haloBackToTop a svg {
        top: -1px; } }
  @media (min-width: 1025px) {
    #haloBackToTop a:hover {
      border-color: !important;
      color: !important; }
      #haloBackToTop a:hover svg {
        color: !important;
        fill: !important; } }

.no-js .halo-fadeInLoad,
.no-js .halo-fadeIn,
.no-js .halo-fadeInLeft,
.no-js .halo-fadeInRight,
.no-js .halo-fadeInUp,
.no-js .halo-fadeInDown {
  opacity: 1; }

.no-js .halo-fadeInLeft,
.no-js .halo-fadeInRight {
  transform: translateX(0); }

.no-js .halo-fadeInUp,
.no-js .halo-fadeInDown {
  transform: translateY(0); }

.js .halo-fadeInLoad,
.js .halo-fadeIn,
.js .halo-fadeInLeft,
.js .halo-fadeInRight,
.js .halo-fadeInUp,
.js .halo-fadeInDown {
  opacity: 0; }
  .js .halo-fadeInLoad[data-halo-animate='0'],
  .js .halo-fadeIn[data-halo-animate='0'],
  .js .halo-fadeInLeft[data-halo-animate='0'],
  .js .halo-fadeInRight[data-halo-animate='0'],
  .js .halo-fadeInUp[data-halo-animate='0'],
  .js .halo-fadeInDown[data-halo-animate='0'] {
    animation-delay: 0.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate='1'],
  .js .halo-fadeIn[data-halo-animate='1'],
  .js .halo-fadeInLeft[data-halo-animate='1'],
  .js .halo-fadeInRight[data-halo-animate='1'],
  .js .halo-fadeInUp[data-halo-animate='1'],
  .js .halo-fadeInDown[data-halo-animate='1'] {
    animation-delay: 0.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate='2'],
  .js .halo-fadeIn[data-halo-animate='2'],
  .js .halo-fadeInLeft[data-halo-animate='2'],
  .js .halo-fadeInRight[data-halo-animate='2'],
  .js .halo-fadeInUp[data-halo-animate='2'],
  .js .halo-fadeInDown[data-halo-animate='2'] {
    animation-delay: 0.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate='3'],
  .js .halo-fadeIn[data-halo-animate='3'],
  .js .halo-fadeInLeft[data-halo-animate='3'],
  .js .halo-fadeInRight[data-halo-animate='3'],
  .js .halo-fadeInUp[data-halo-animate='3'],
  .js .halo-fadeInDown[data-halo-animate='3'] {
    animation-delay: 0.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate='4'],
  .js .halo-fadeIn[data-halo-animate='4'],
  .js .halo-fadeInLeft[data-halo-animate='4'],
  .js .halo-fadeInRight[data-halo-animate='4'],
  .js .halo-fadeInUp[data-halo-animate='4'],
  .js .halo-fadeInDown[data-halo-animate='4'] {
    animation-delay: 0.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate='5'],
  .js .halo-fadeIn[data-halo-animate='5'],
  .js .halo-fadeInLeft[data-halo-animate='5'],
  .js .halo-fadeInRight[data-halo-animate='5'],
  .js .halo-fadeInUp[data-halo-animate='5'],
  .js .halo-fadeInDown[data-halo-animate='5'] {
    animation-delay: 0.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate='6'],
  .js .halo-fadeIn[data-halo-animate='6'],
  .js .halo-fadeInLeft[data-halo-animate='6'],
  .js .halo-fadeInRight[data-halo-animate='6'],
  .js .halo-fadeInUp[data-halo-animate='6'],
  .js .halo-fadeInDown[data-halo-animate='6'] {
    animation-delay: 0.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate='7'],
  .js .halo-fadeIn[data-halo-animate='7'],
  .js .halo-fadeInLeft[data-halo-animate='7'],
  .js .halo-fadeInRight[data-halo-animate='7'],
  .js .halo-fadeInUp[data-halo-animate='7'],
  .js .halo-fadeInDown[data-halo-animate='7'] {
    animation-delay: 0.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate='8'],
  .js .halo-fadeIn[data-halo-animate='8'],
  .js .halo-fadeInLeft[data-halo-animate='8'],
  .js .halo-fadeInRight[data-halo-animate='8'],
  .js .halo-fadeInUp[data-halo-animate='8'],
  .js .halo-fadeInDown[data-halo-animate='8'] {
    animation-delay: 0.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate='9'],
  .js .halo-fadeIn[data-halo-animate='9'],
  .js .halo-fadeInLeft[data-halo-animate='9'],
  .js .halo-fadeInRight[data-halo-animate='9'],
  .js .halo-fadeInUp[data-halo-animate='9'],
  .js .halo-fadeInDown[data-halo-animate='9'] {
    animation-delay: 1.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate='10'],
  .js .halo-fadeIn[data-halo-animate='10'],
  .js .halo-fadeInLeft[data-halo-animate='10'],
  .js .halo-fadeInRight[data-halo-animate='10'],
  .js .halo-fadeInUp[data-halo-animate='10'],
  .js .halo-fadeInDown[data-halo-animate='10'] {
    animation-delay: 1.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate='11'],
  .js .halo-fadeIn[data-halo-animate='11'],
  .js .halo-fadeInLeft[data-halo-animate='11'],
  .js .halo-fadeInRight[data-halo-animate='11'],
  .js .halo-fadeInUp[data-halo-animate='11'],
  .js .halo-fadeInDown[data-halo-animate='11'] {
    animation-delay: 1.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate='12'],
  .js .halo-fadeIn[data-halo-animate='12'],
  .js .halo-fadeInLeft[data-halo-animate='12'],
  .js .halo-fadeInRight[data-halo-animate='12'],
  .js .halo-fadeInUp[data-halo-animate='12'],
  .js .halo-fadeInDown[data-halo-animate='12'] {
    animation-delay: 1.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate='13'],
  .js .halo-fadeIn[data-halo-animate='13'],
  .js .halo-fadeInLeft[data-halo-animate='13'],
  .js .halo-fadeInRight[data-halo-animate='13'],
  .js .halo-fadeInUp[data-halo-animate='13'],
  .js .halo-fadeInDown[data-halo-animate='13'] {
    animation-delay: 1.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate='14'],
  .js .halo-fadeIn[data-halo-animate='14'],
  .js .halo-fadeInLeft[data-halo-animate='14'],
  .js .halo-fadeInRight[data-halo-animate='14'],
  .js .halo-fadeInUp[data-halo-animate='14'],
  .js .halo-fadeInDown[data-halo-animate='14'] {
    animation-delay: 1.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate='15'],
  .js .halo-fadeIn[data-halo-animate='15'],
  .js .halo-fadeInLeft[data-halo-animate='15'],
  .js .halo-fadeInRight[data-halo-animate='15'],
  .js .halo-fadeInUp[data-halo-animate='15'],
  .js .halo-fadeInDown[data-halo-animate='15'] {
    animation-delay: 1.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate='16'],
  .js .halo-fadeIn[data-halo-animate='16'],
  .js .halo-fadeInLeft[data-halo-animate='16'],
  .js .halo-fadeInRight[data-halo-animate='16'],
  .js .halo-fadeInUp[data-halo-animate='16'],
  .js .halo-fadeInDown[data-halo-animate='16'] {
    animation-delay: 1.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate='17'],
  .js .halo-fadeIn[data-halo-animate='17'],
  .js .halo-fadeInLeft[data-halo-animate='17'],
  .js .halo-fadeInRight[data-halo-animate='17'],
  .js .halo-fadeInUp[data-halo-animate='17'],
  .js .halo-fadeInDown[data-halo-animate='17'] {
    animation-delay: 1.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate='18'],
  .js .halo-fadeIn[data-halo-animate='18'],
  .js .halo-fadeInLeft[data-halo-animate='18'],
  .js .halo-fadeInRight[data-halo-animate='18'],
  .js .halo-fadeInUp[data-halo-animate='18'],
  .js .halo-fadeInDown[data-halo-animate='18'] {
    animation-delay: 1.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate='19'],
  .js .halo-fadeIn[data-halo-animate='19'],
  .js .halo-fadeInLeft[data-halo-animate='19'],
  .js .halo-fadeInRight[data-halo-animate='19'],
  .js .halo-fadeInUp[data-halo-animate='19'],
  .js .halo-fadeInDown[data-halo-animate='19'] {
    animation-delay: 2.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate='20'],
  .js .halo-fadeIn[data-halo-animate='20'],
  .js .halo-fadeInLeft[data-halo-animate='20'],
  .js .halo-fadeInRight[data-halo-animate='20'],
  .js .halo-fadeInUp[data-halo-animate='20'],
  .js .halo-fadeInDown[data-halo-animate='20'] {
    animation-delay: 2.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate='21'],
  .js .halo-fadeIn[data-halo-animate='21'],
  .js .halo-fadeInLeft[data-halo-animate='21'],
  .js .halo-fadeInRight[data-halo-animate='21'],
  .js .halo-fadeInUp[data-halo-animate='21'],
  .js .halo-fadeInDown[data-halo-animate='21'] {
    animation-delay: 2.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate='22'],
  .js .halo-fadeIn[data-halo-animate='22'],
  .js .halo-fadeInLeft[data-halo-animate='22'],
  .js .halo-fadeInRight[data-halo-animate='22'],
  .js .halo-fadeInUp[data-halo-animate='22'],
  .js .halo-fadeInDown[data-halo-animate='22'] {
    animation-delay: 2.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate='23'],
  .js .halo-fadeIn[data-halo-animate='23'],
  .js .halo-fadeInLeft[data-halo-animate='23'],
  .js .halo-fadeInRight[data-halo-animate='23'],
  .js .halo-fadeInUp[data-halo-animate='23'],
  .js .halo-fadeInDown[data-halo-animate='23'] {
    animation-delay: 2.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate='24'],
  .js .halo-fadeIn[data-halo-animate='24'],
  .js .halo-fadeInLeft[data-halo-animate='24'],
  .js .halo-fadeInRight[data-halo-animate='24'],
  .js .halo-fadeInUp[data-halo-animate='24'],
  .js .halo-fadeInDown[data-halo-animate='24'] {
    animation-delay: 2.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate='25'],
  .js .halo-fadeIn[data-halo-animate='25'],
  .js .halo-fadeInLeft[data-halo-animate='25'],
  .js .halo-fadeInRight[data-halo-animate='25'],
  .js .halo-fadeInUp[data-halo-animate='25'],
  .js .halo-fadeInDown[data-halo-animate='25'] {
    animation-delay: 2.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate='26'],
  .js .halo-fadeIn[data-halo-animate='26'],
  .js .halo-fadeInLeft[data-halo-animate='26'],
  .js .halo-fadeInRight[data-halo-animate='26'],
  .js .halo-fadeInUp[data-halo-animate='26'],
  .js .halo-fadeInDown[data-halo-animate='26'] {
    animation-delay: 2.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate='27'],
  .js .halo-fadeIn[data-halo-animate='27'],
  .js .halo-fadeInLeft[data-halo-animate='27'],
  .js .halo-fadeInRight[data-halo-animate='27'],
  .js .halo-fadeInUp[data-halo-animate='27'],
  .js .halo-fadeInDown[data-halo-animate='27'] {
    animation-delay: 2.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate='28'],
  .js .halo-fadeIn[data-halo-animate='28'],
  .js .halo-fadeInLeft[data-halo-animate='28'],
  .js .halo-fadeInRight[data-halo-animate='28'],
  .js .halo-fadeInUp[data-halo-animate='28'],
  .js .halo-fadeInDown[data-halo-animate='28'] {
    animation-delay: 2.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate='29'],
  .js .halo-fadeIn[data-halo-animate='29'],
  .js .halo-fadeInLeft[data-halo-animate='29'],
  .js .halo-fadeInRight[data-halo-animate='29'],
  .js .halo-fadeInUp[data-halo-animate='29'],
  .js .halo-fadeInDown[data-halo-animate='29'] {
    animation-delay: 3.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate='30'],
  .js .halo-fadeIn[data-halo-animate='30'],
  .js .halo-fadeInLeft[data-halo-animate='30'],
  .js .halo-fadeInRight[data-halo-animate='30'],
  .js .halo-fadeInUp[data-halo-animate='30'],
  .js .halo-fadeInDown[data-halo-animate='30'] {
    animation-delay: 3.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate='31'],
  .js .halo-fadeIn[data-halo-animate='31'],
  .js .halo-fadeInLeft[data-halo-animate='31'],
  .js .halo-fadeInRight[data-halo-animate='31'],
  .js .halo-fadeInUp[data-halo-animate='31'],
  .js .halo-fadeInDown[data-halo-animate='31'] {
    animation-delay: 3.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate='32'],
  .js .halo-fadeIn[data-halo-animate='32'],
  .js .halo-fadeInLeft[data-halo-animate='32'],
  .js .halo-fadeInRight[data-halo-animate='32'],
  .js .halo-fadeInUp[data-halo-animate='32'],
  .js .halo-fadeInDown[data-halo-animate='32'] {
    animation-delay: 3.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate='33'],
  .js .halo-fadeIn[data-halo-animate='33'],
  .js .halo-fadeInLeft[data-halo-animate='33'],
  .js .halo-fadeInRight[data-halo-animate='33'],
  .js .halo-fadeInUp[data-halo-animate='33'],
  .js .halo-fadeInDown[data-halo-animate='33'] {
    animation-delay: 3.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate='34'],
  .js .halo-fadeIn[data-halo-animate='34'],
  .js .halo-fadeInLeft[data-halo-animate='34'],
  .js .halo-fadeInRight[data-halo-animate='34'],
  .js .halo-fadeInUp[data-halo-animate='34'],
  .js .halo-fadeInDown[data-halo-animate='34'] {
    animation-delay: 3.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate='35'],
  .js .halo-fadeIn[data-halo-animate='35'],
  .js .halo-fadeInLeft[data-halo-animate='35'],
  .js .halo-fadeInRight[data-halo-animate='35'],
  .js .halo-fadeInUp[data-halo-animate='35'],
  .js .halo-fadeInDown[data-halo-animate='35'] {
    animation-delay: 3.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate='36'],
  .js .halo-fadeIn[data-halo-animate='36'],
  .js .halo-fadeInLeft[data-halo-animate='36'],
  .js .halo-fadeInRight[data-halo-animate='36'],
  .js .halo-fadeInUp[data-halo-animate='36'],
  .js .halo-fadeInDown[data-halo-animate='36'] {
    animation-delay: 3.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate='37'],
  .js .halo-fadeIn[data-halo-animate='37'],
  .js .halo-fadeInLeft[data-halo-animate='37'],
  .js .halo-fadeInRight[data-halo-animate='37'],
  .js .halo-fadeInUp[data-halo-animate='37'],
  .js .halo-fadeInDown[data-halo-animate='37'] {
    animation-delay: 3.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate='38'],
  .js .halo-fadeIn[data-halo-animate='38'],
  .js .halo-fadeInLeft[data-halo-animate='38'],
  .js .halo-fadeInRight[data-halo-animate='38'],
  .js .halo-fadeInUp[data-halo-animate='38'],
  .js .halo-fadeInDown[data-halo-animate='38'] {
    animation-delay: 3.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate='39'],
  .js .halo-fadeIn[data-halo-animate='39'],
  .js .halo-fadeInLeft[data-halo-animate='39'],
  .js .halo-fadeInRight[data-halo-animate='39'],
  .js .halo-fadeInUp[data-halo-animate='39'],
  .js .halo-fadeInDown[data-halo-animate='39'] {
    animation-delay: 4.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate='40'],
  .js .halo-fadeIn[data-halo-animate='40'],
  .js .halo-fadeInLeft[data-halo-animate='40'],
  .js .halo-fadeInRight[data-halo-animate='40'],
  .js .halo-fadeInUp[data-halo-animate='40'],
  .js .halo-fadeInDown[data-halo-animate='40'] {
    animation-delay: 4.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate='41'],
  .js .halo-fadeIn[data-halo-animate='41'],
  .js .halo-fadeInLeft[data-halo-animate='41'],
  .js .halo-fadeInRight[data-halo-animate='41'],
  .js .halo-fadeInUp[data-halo-animate='41'],
  .js .halo-fadeInDown[data-halo-animate='41'] {
    animation-delay: 4.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate='42'],
  .js .halo-fadeIn[data-halo-animate='42'],
  .js .halo-fadeInLeft[data-halo-animate='42'],
  .js .halo-fadeInRight[data-halo-animate='42'],
  .js .halo-fadeInUp[data-halo-animate='42'],
  .js .halo-fadeInDown[data-halo-animate='42'] {
    animation-delay: 4.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate='43'],
  .js .halo-fadeIn[data-halo-animate='43'],
  .js .halo-fadeInLeft[data-halo-animate='43'],
  .js .halo-fadeInRight[data-halo-animate='43'],
  .js .halo-fadeInUp[data-halo-animate='43'],
  .js .halo-fadeInDown[data-halo-animate='43'] {
    animation-delay: 4.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate='44'],
  .js .halo-fadeIn[data-halo-animate='44'],
  .js .halo-fadeInLeft[data-halo-animate='44'],
  .js .halo-fadeInRight[data-halo-animate='44'],
  .js .halo-fadeInUp[data-halo-animate='44'],
  .js .halo-fadeInDown[data-halo-animate='44'] {
    animation-delay: 4.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate='45'],
  .js .halo-fadeIn[data-halo-animate='45'],
  .js .halo-fadeInLeft[data-halo-animate='45'],
  .js .halo-fadeInRight[data-halo-animate='45'],
  .js .halo-fadeInUp[data-halo-animate='45'],
  .js .halo-fadeInDown[data-halo-animate='45'] {
    animation-delay: 4.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate='46'],
  .js .halo-fadeIn[data-halo-animate='46'],
  .js .halo-fadeInLeft[data-halo-animate='46'],
  .js .halo-fadeInRight[data-halo-animate='46'],
  .js .halo-fadeInUp[data-halo-animate='46'],
  .js .halo-fadeInDown[data-halo-animate='46'] {
    animation-delay: 4.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate='47'],
  .js .halo-fadeIn[data-halo-animate='47'],
  .js .halo-fadeInLeft[data-halo-animate='47'],
  .js .halo-fadeInRight[data-halo-animate='47'],
  .js .halo-fadeInUp[data-halo-animate='47'],
  .js .halo-fadeInDown[data-halo-animate='47'] {
    animation-delay: 4.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate='48'],
  .js .halo-fadeIn[data-halo-animate='48'],
  .js .halo-fadeInLeft[data-halo-animate='48'],
  .js .halo-fadeInRight[data-halo-animate='48'],
  .js .halo-fadeInUp[data-halo-animate='48'],
  .js .halo-fadeInDown[data-halo-animate='48'] {
    animation-delay: 4.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate='49'],
  .js .halo-fadeIn[data-halo-animate='49'],
  .js .halo-fadeInLeft[data-halo-animate='49'],
  .js .halo-fadeInRight[data-halo-animate='49'],
  .js .halo-fadeInUp[data-halo-animate='49'],
  .js .halo-fadeInDown[data-halo-animate='49'] {
    animation-delay: 5.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate='50'],
  .js .halo-fadeIn[data-halo-animate='50'],
  .js .halo-fadeInLeft[data-halo-animate='50'],
  .js .halo-fadeInRight[data-halo-animate='50'],
  .js .halo-fadeInUp[data-halo-animate='50'],
  .js .halo-fadeInDown[data-halo-animate='50'] {
    animation-delay: 5.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate='51'],
  .js .halo-fadeIn[data-halo-animate='51'],
  .js .halo-fadeInLeft[data-halo-animate='51'],
  .js .halo-fadeInRight[data-halo-animate='51'],
  .js .halo-fadeInUp[data-halo-animate='51'],
  .js .halo-fadeInDown[data-halo-animate='51'] {
    animation-delay: 5.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate='52'],
  .js .halo-fadeIn[data-halo-animate='52'],
  .js .halo-fadeInLeft[data-halo-animate='52'],
  .js .halo-fadeInRight[data-halo-animate='52'],
  .js .halo-fadeInUp[data-halo-animate='52'],
  .js .halo-fadeInDown[data-halo-animate='52'] {
    animation-delay: 5.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate='53'],
  .js .halo-fadeIn[data-halo-animate='53'],
  .js .halo-fadeInLeft[data-halo-animate='53'],
  .js .halo-fadeInRight[data-halo-animate='53'],
  .js .halo-fadeInUp[data-halo-animate='53'],
  .js .halo-fadeInDown[data-halo-animate='53'] {
    animation-delay: 5.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate='54'],
  .js .halo-fadeIn[data-halo-animate='54'],
  .js .halo-fadeInLeft[data-halo-animate='54'],
  .js .halo-fadeInRight[data-halo-animate='54'],
  .js .halo-fadeInUp[data-halo-animate='54'],
  .js .halo-fadeInDown[data-halo-animate='54'] {
    animation-delay: 5.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate='55'],
  .js .halo-fadeIn[data-halo-animate='55'],
  .js .halo-fadeInLeft[data-halo-animate='55'],
  .js .halo-fadeInRight[data-halo-animate='55'],
  .js .halo-fadeInUp[data-halo-animate='55'],
  .js .halo-fadeInDown[data-halo-animate='55'] {
    animation-delay: 5.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate='56'],
  .js .halo-fadeIn[data-halo-animate='56'],
  .js .halo-fadeInLeft[data-halo-animate='56'],
  .js .halo-fadeInRight[data-halo-animate='56'],
  .js .halo-fadeInUp[data-halo-animate='56'],
  .js .halo-fadeInDown[data-halo-animate='56'] {
    animation-delay: 5.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate='57'],
  .js .halo-fadeIn[data-halo-animate='57'],
  .js .halo-fadeInLeft[data-halo-animate='57'],
  .js .halo-fadeInRight[data-halo-animate='57'],
  .js .halo-fadeInUp[data-halo-animate='57'],
  .js .halo-fadeInDown[data-halo-animate='57'] {
    animation-delay: 5.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate='58'],
  .js .halo-fadeIn[data-halo-animate='58'],
  .js .halo-fadeInLeft[data-halo-animate='58'],
  .js .halo-fadeInRight[data-halo-animate='58'],
  .js .halo-fadeInUp[data-halo-animate='58'],
  .js .halo-fadeInDown[data-halo-animate='58'] {
    animation-delay: 5.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate='59'],
  .js .halo-fadeIn[data-halo-animate='59'],
  .js .halo-fadeInLeft[data-halo-animate='59'],
  .js .halo-fadeInRight[data-halo-animate='59'],
  .js .halo-fadeInUp[data-halo-animate='59'],
  .js .halo-fadeInDown[data-halo-animate='59'] {
    animation-delay: 6.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate='60'],
  .js .halo-fadeIn[data-halo-animate='60'],
  .js .halo-fadeInLeft[data-halo-animate='60'],
  .js .halo-fadeInRight[data-halo-animate='60'],
  .js .halo-fadeInUp[data-halo-animate='60'],
  .js .halo-fadeInDown[data-halo-animate='60'] {
    animation-delay: 6.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate='61'],
  .js .halo-fadeIn[data-halo-animate='61'],
  .js .halo-fadeInLeft[data-halo-animate='61'],
  .js .halo-fadeInRight[data-halo-animate='61'],
  .js .halo-fadeInUp[data-halo-animate='61'],
  .js .halo-fadeInDown[data-halo-animate='61'] {
    animation-delay: 6.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate='62'],
  .js .halo-fadeIn[data-halo-animate='62'],
  .js .halo-fadeInLeft[data-halo-animate='62'],
  .js .halo-fadeInRight[data-halo-animate='62'],
  .js .halo-fadeInUp[data-halo-animate='62'],
  .js .halo-fadeInDown[data-halo-animate='62'] {
    animation-delay: 6.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate='63'],
  .js .halo-fadeIn[data-halo-animate='63'],
  .js .halo-fadeInLeft[data-halo-animate='63'],
  .js .halo-fadeInRight[data-halo-animate='63'],
  .js .halo-fadeInUp[data-halo-animate='63'],
  .js .halo-fadeInDown[data-halo-animate='63'] {
    animation-delay: 6.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate='64'],
  .js .halo-fadeIn[data-halo-animate='64'],
  .js .halo-fadeInLeft[data-halo-animate='64'],
  .js .halo-fadeInRight[data-halo-animate='64'],
  .js .halo-fadeInUp[data-halo-animate='64'],
  .js .halo-fadeInDown[data-halo-animate='64'] {
    animation-delay: 6.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate='65'],
  .js .halo-fadeIn[data-halo-animate='65'],
  .js .halo-fadeInLeft[data-halo-animate='65'],
  .js .halo-fadeInRight[data-halo-animate='65'],
  .js .halo-fadeInUp[data-halo-animate='65'],
  .js .halo-fadeInDown[data-halo-animate='65'] {
    animation-delay: 6.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate='66'],
  .js .halo-fadeIn[data-halo-animate='66'],
  .js .halo-fadeInLeft[data-halo-animate='66'],
  .js .halo-fadeInRight[data-halo-animate='66'],
  .js .halo-fadeInUp[data-halo-animate='66'],
  .js .halo-fadeInDown[data-halo-animate='66'] {
    animation-delay: 6.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate='67'],
  .js .halo-fadeIn[data-halo-animate='67'],
  .js .halo-fadeInLeft[data-halo-animate='67'],
  .js .halo-fadeInRight[data-halo-animate='67'],
  .js .halo-fadeInUp[data-halo-animate='67'],
  .js .halo-fadeInDown[data-halo-animate='67'] {
    animation-delay: 6.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate='68'],
  .js .halo-fadeIn[data-halo-animate='68'],
  .js .halo-fadeInLeft[data-halo-animate='68'],
  .js .halo-fadeInRight[data-halo-animate='68'],
  .js .halo-fadeInUp[data-halo-animate='68'],
  .js .halo-fadeInDown[data-halo-animate='68'] {
    animation-delay: 6.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate='69'],
  .js .halo-fadeIn[data-halo-animate='69'],
  .js .halo-fadeInLeft[data-halo-animate='69'],
  .js .halo-fadeInRight[data-halo-animate='69'],
  .js .halo-fadeInUp[data-halo-animate='69'],
  .js .halo-fadeInDown[data-halo-animate='69'] {
    animation-delay: 7.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate='70'],
  .js .halo-fadeIn[data-halo-animate='70'],
  .js .halo-fadeInLeft[data-halo-animate='70'],
  .js .halo-fadeInRight[data-halo-animate='70'],
  .js .halo-fadeInUp[data-halo-animate='70'],
  .js .halo-fadeInDown[data-halo-animate='70'] {
    animation-delay: 7.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate='71'],
  .js .halo-fadeIn[data-halo-animate='71'],
  .js .halo-fadeInLeft[data-halo-animate='71'],
  .js .halo-fadeInRight[data-halo-animate='71'],
  .js .halo-fadeInUp[data-halo-animate='71'],
  .js .halo-fadeInDown[data-halo-animate='71'] {
    animation-delay: 7.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate='72'],
  .js .halo-fadeIn[data-halo-animate='72'],
  .js .halo-fadeInLeft[data-halo-animate='72'],
  .js .halo-fadeInRight[data-halo-animate='72'],
  .js .halo-fadeInUp[data-halo-animate='72'],
  .js .halo-fadeInDown[data-halo-animate='72'] {
    animation-delay: 7.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate='73'],
  .js .halo-fadeIn[data-halo-animate='73'],
  .js .halo-fadeInLeft[data-halo-animate='73'],
  .js .halo-fadeInRight[data-halo-animate='73'],
  .js .halo-fadeInUp[data-halo-animate='73'],
  .js .halo-fadeInDown[data-halo-animate='73'] {
    animation-delay: 7.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate='74'],
  .js .halo-fadeIn[data-halo-animate='74'],
  .js .halo-fadeInLeft[data-halo-animate='74'],
  .js .halo-fadeInRight[data-halo-animate='74'],
  .js .halo-fadeInUp[data-halo-animate='74'],
  .js .halo-fadeInDown[data-halo-animate='74'] {
    animation-delay: 7.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate='75'],
  .js .halo-fadeIn[data-halo-animate='75'],
  .js .halo-fadeInLeft[data-halo-animate='75'],
  .js .halo-fadeInRight[data-halo-animate='75'],
  .js .halo-fadeInUp[data-halo-animate='75'],
  .js .halo-fadeInDown[data-halo-animate='75'] {
    animation-delay: 7.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate='76'],
  .js .halo-fadeIn[data-halo-animate='76'],
  .js .halo-fadeInLeft[data-halo-animate='76'],
  .js .halo-fadeInRight[data-halo-animate='76'],
  .js .halo-fadeInUp[data-halo-animate='76'],
  .js .halo-fadeInDown[data-halo-animate='76'] {
    animation-delay: 7.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate='77'],
  .js .halo-fadeIn[data-halo-animate='77'],
  .js .halo-fadeInLeft[data-halo-animate='77'],
  .js .halo-fadeInRight[data-halo-animate='77'],
  .js .halo-fadeInUp[data-halo-animate='77'],
  .js .halo-fadeInDown[data-halo-animate='77'] {
    animation-delay: 7.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate='78'],
  .js .halo-fadeIn[data-halo-animate='78'],
  .js .halo-fadeInLeft[data-halo-animate='78'],
  .js .halo-fadeInRight[data-halo-animate='78'],
  .js .halo-fadeInUp[data-halo-animate='78'],
  .js .halo-fadeInDown[data-halo-animate='78'] {
    animation-delay: 7.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate='79'],
  .js .halo-fadeIn[data-halo-animate='79'],
  .js .halo-fadeInLeft[data-halo-animate='79'],
  .js .halo-fadeInRight[data-halo-animate='79'],
  .js .halo-fadeInUp[data-halo-animate='79'],
  .js .halo-fadeInDown[data-halo-animate='79'] {
    animation-delay: 8.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate='80'],
  .js .halo-fadeIn[data-halo-animate='80'],
  .js .halo-fadeInLeft[data-halo-animate='80'],
  .js .halo-fadeInRight[data-halo-animate='80'],
  .js .halo-fadeInUp[data-halo-animate='80'],
  .js .halo-fadeInDown[data-halo-animate='80'] {
    animation-delay: 8.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate='81'],
  .js .halo-fadeIn[data-halo-animate='81'],
  .js .halo-fadeInLeft[data-halo-animate='81'],
  .js .halo-fadeInRight[data-halo-animate='81'],
  .js .halo-fadeInUp[data-halo-animate='81'],
  .js .halo-fadeInDown[data-halo-animate='81'] {
    animation-delay: 8.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate='82'],
  .js .halo-fadeIn[data-halo-animate='82'],
  .js .halo-fadeInLeft[data-halo-animate='82'],
  .js .halo-fadeInRight[data-halo-animate='82'],
  .js .halo-fadeInUp[data-halo-animate='82'],
  .js .halo-fadeInDown[data-halo-animate='82'] {
    animation-delay: 8.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate='83'],
  .js .halo-fadeIn[data-halo-animate='83'],
  .js .halo-fadeInLeft[data-halo-animate='83'],
  .js .halo-fadeInRight[data-halo-animate='83'],
  .js .halo-fadeInUp[data-halo-animate='83'],
  .js .halo-fadeInDown[data-halo-animate='83'] {
    animation-delay: 8.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate='84'],
  .js .halo-fadeIn[data-halo-animate='84'],
  .js .halo-fadeInLeft[data-halo-animate='84'],
  .js .halo-fadeInRight[data-halo-animate='84'],
  .js .halo-fadeInUp[data-halo-animate='84'],
  .js .halo-fadeInDown[data-halo-animate='84'] {
    animation-delay: 8.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate='85'],
  .js .halo-fadeIn[data-halo-animate='85'],
  .js .halo-fadeInLeft[data-halo-animate='85'],
  .js .halo-fadeInRight[data-halo-animate='85'],
  .js .halo-fadeInUp[data-halo-animate='85'],
  .js .halo-fadeInDown[data-halo-animate='85'] {
    animation-delay: 8.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate='86'],
  .js .halo-fadeIn[data-halo-animate='86'],
  .js .halo-fadeInLeft[data-halo-animate='86'],
  .js .halo-fadeInRight[data-halo-animate='86'],
  .js .halo-fadeInUp[data-halo-animate='86'],
  .js .halo-fadeInDown[data-halo-animate='86'] {
    animation-delay: 8.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate='87'],
  .js .halo-fadeIn[data-halo-animate='87'],
  .js .halo-fadeInLeft[data-halo-animate='87'],
  .js .halo-fadeInRight[data-halo-animate='87'],
  .js .halo-fadeInUp[data-halo-animate='87'],
  .js .halo-fadeInDown[data-halo-animate='87'] {
    animation-delay: 8.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate='88'],
  .js .halo-fadeIn[data-halo-animate='88'],
  .js .halo-fadeInLeft[data-halo-animate='88'],
  .js .halo-fadeInRight[data-halo-animate='88'],
  .js .halo-fadeInUp[data-halo-animate='88'],
  .js .halo-fadeInDown[data-halo-animate='88'] {
    animation-delay: 8.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate='89'],
  .js .halo-fadeIn[data-halo-animate='89'],
  .js .halo-fadeInLeft[data-halo-animate='89'],
  .js .halo-fadeInRight[data-halo-animate='89'],
  .js .halo-fadeInUp[data-halo-animate='89'],
  .js .halo-fadeInDown[data-halo-animate='89'] {
    animation-delay: 9.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate='90'],
  .js .halo-fadeIn[data-halo-animate='90'],
  .js .halo-fadeInLeft[data-halo-animate='90'],
  .js .halo-fadeInRight[data-halo-animate='90'],
  .js .halo-fadeInUp[data-halo-animate='90'],
  .js .halo-fadeInDown[data-halo-animate='90'] {
    animation-delay: 9.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate='91'],
  .js .halo-fadeIn[data-halo-animate='91'],
  .js .halo-fadeInLeft[data-halo-animate='91'],
  .js .halo-fadeInRight[data-halo-animate='91'],
  .js .halo-fadeInUp[data-halo-animate='91'],
  .js .halo-fadeInDown[data-halo-animate='91'] {
    animation-delay: 9.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate='92'],
  .js .halo-fadeIn[data-halo-animate='92'],
  .js .halo-fadeInLeft[data-halo-animate='92'],
  .js .halo-fadeInRight[data-halo-animate='92'],
  .js .halo-fadeInUp[data-halo-animate='92'],
  .js .halo-fadeInDown[data-halo-animate='92'] {
    animation-delay: 9.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate='93'],
  .js .halo-fadeIn[data-halo-animate='93'],
  .js .halo-fadeInLeft[data-halo-animate='93'],
  .js .halo-fadeInRight[data-halo-animate='93'],
  .js .halo-fadeInUp[data-halo-animate='93'],
  .js .halo-fadeInDown[data-halo-animate='93'] {
    animation-delay: 9.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate='94'],
  .js .halo-fadeIn[data-halo-animate='94'],
  .js .halo-fadeInLeft[data-halo-animate='94'],
  .js .halo-fadeInRight[data-halo-animate='94'],
  .js .halo-fadeInUp[data-halo-animate='94'],
  .js .halo-fadeInDown[data-halo-animate='94'] {
    animation-delay: 9.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate='95'],
  .js .halo-fadeIn[data-halo-animate='95'],
  .js .halo-fadeInLeft[data-halo-animate='95'],
  .js .halo-fadeInRight[data-halo-animate='95'],
  .js .halo-fadeInUp[data-halo-animate='95'],
  .js .halo-fadeInDown[data-halo-animate='95'] {
    animation-delay: 9.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate='96'],
  .js .halo-fadeIn[data-halo-animate='96'],
  .js .halo-fadeInLeft[data-halo-animate='96'],
  .js .halo-fadeInRight[data-halo-animate='96'],
  .js .halo-fadeInUp[data-halo-animate='96'],
  .js .halo-fadeInDown[data-halo-animate='96'] {
    animation-delay: 9.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate='97'],
  .js .halo-fadeIn[data-halo-animate='97'],
  .js .halo-fadeInLeft[data-halo-animate='97'],
  .js .halo-fadeInRight[data-halo-animate='97'],
  .js .halo-fadeInUp[data-halo-animate='97'],
  .js .halo-fadeInDown[data-halo-animate='97'] {
    animation-delay: 9.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate='98'],
  .js .halo-fadeIn[data-halo-animate='98'],
  .js .halo-fadeInLeft[data-halo-animate='98'],
  .js .halo-fadeInRight[data-halo-animate='98'],
  .js .halo-fadeInUp[data-halo-animate='98'],
  .js .halo-fadeInDown[data-halo-animate='98'] {
    animation-delay: 9.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate='99'],
  .js .halo-fadeIn[data-halo-animate='99'],
  .js .halo-fadeInLeft[data-halo-animate='99'],
  .js .halo-fadeInRight[data-halo-animate='99'],
  .js .halo-fadeInUp[data-halo-animate='99'],
  .js .halo-fadeInDown[data-halo-animate='99'] {
    animation-delay: 10.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate='100'],
  .js .halo-fadeIn[data-halo-animate='100'],
  .js .halo-fadeInLeft[data-halo-animate='100'],
  .js .halo-fadeInRight[data-halo-animate='100'],
  .js .halo-fadeInUp[data-halo-animate='100'],
  .js .halo-fadeInDown[data-halo-animate='100'] {
    animation-delay: 10.15s !important; }

.js .halo-fadeInLoad {
  opacity: 0; }
  .js .halo-fadeInLoad[data-halo-animate='0'] {
    animation-delay: 0.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate='1'] {
    animation-delay: 0.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate='2'] {
    animation-delay: 0.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate='3'] {
    animation-delay: 0.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate='4'] {
    animation-delay: 0.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate='5'] {
    animation-delay: 0.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate='6'] {
    animation-delay: 0.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate='7'] {
    animation-delay: 0.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate='8'] {
    animation-delay: 0.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate='9'] {
    animation-delay: 1s !important; }
  .js .halo-fadeInLoad[data-halo-animate='10'] {
    animation-delay: 1.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate='11'] {
    animation-delay: 1.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate='12'] {
    animation-delay: 1.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate='13'] {
    animation-delay: 1.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate='14'] {
    animation-delay: 1.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate='15'] {
    animation-delay: 1.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate='16'] {
    animation-delay: 1.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate='17'] {
    animation-delay: 1.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate='18'] {
    animation-delay: 1.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate='19'] {
    animation-delay: 2s !important; }
  .js .halo-fadeInLoad[data-halo-animate='20'] {
    animation-delay: 2.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate='21'] {
    animation-delay: 2.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate='22'] {
    animation-delay: 2.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate='23'] {
    animation-delay: 2.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate='24'] {
    animation-delay: 2.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate='25'] {
    animation-delay: 2.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate='26'] {
    animation-delay: 2.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate='27'] {
    animation-delay: 2.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate='28'] {
    animation-delay: 2.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate='29'] {
    animation-delay: 3s !important; }
  .js .halo-fadeInLoad[data-halo-animate='30'] {
    animation-delay: 3.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate='31'] {
    animation-delay: 3.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate='32'] {
    animation-delay: 3.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate='33'] {
    animation-delay: 3.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate='34'] {
    animation-delay: 3.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate='35'] {
    animation-delay: 3.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate='36'] {
    animation-delay: 3.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate='37'] {
    animation-delay: 3.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate='38'] {
    animation-delay: 3.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate='39'] {
    animation-delay: 4s !important; }
  .js .halo-fadeInLoad[data-halo-animate='40'] {
    animation-delay: 4.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate='41'] {
    animation-delay: 4.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate='42'] {
    animation-delay: 4.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate='43'] {
    animation-delay: 4.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate='44'] {
    animation-delay: 4.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate='45'] {
    animation-delay: 4.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate='46'] {
    animation-delay: 4.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate='47'] {
    animation-delay: 4.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate='48'] {
    animation-delay: 4.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate='49'] {
    animation-delay: 5s !important; }
  .js .halo-fadeInLoad[data-halo-animate='50'] {
    animation-delay: 5.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate='51'] {
    animation-delay: 5.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate='52'] {
    animation-delay: 5.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate='53'] {
    animation-delay: 5.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate='54'] {
    animation-delay: 5.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate='55'] {
    animation-delay: 5.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate='56'] {
    animation-delay: 5.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate='57'] {
    animation-delay: 5.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate='58'] {
    animation-delay: 5.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate='59'] {
    animation-delay: 6s !important; }
  .js .halo-fadeInLoad[data-halo-animate='60'] {
    animation-delay: 6.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate='61'] {
    animation-delay: 6.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate='62'] {
    animation-delay: 6.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate='63'] {
    animation-delay: 6.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate='64'] {
    animation-delay: 6.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate='65'] {
    animation-delay: 6.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate='66'] {
    animation-delay: 6.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate='67'] {
    animation-delay: 6.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate='68'] {
    animation-delay: 6.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate='69'] {
    animation-delay: 7s !important; }
  .js .halo-fadeInLoad[data-halo-animate='70'] {
    animation-delay: 7.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate='71'] {
    animation-delay: 7.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate='72'] {
    animation-delay: 7.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate='73'] {
    animation-delay: 7.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate='74'] {
    animation-delay: 7.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate='75'] {
    animation-delay: 7.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate='76'] {
    animation-delay: 7.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate='77'] {
    animation-delay: 7.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate='78'] {
    animation-delay: 7.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate='79'] {
    animation-delay: 8s !important; }
  .js .halo-fadeInLoad[data-halo-animate='80'] {
    animation-delay: 8.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate='81'] {
    animation-delay: 8.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate='82'] {
    animation-delay: 8.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate='83'] {
    animation-delay: 8.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate='84'] {
    animation-delay: 8.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate='85'] {
    animation-delay: 8.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate='86'] {
    animation-delay: 8.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate='87'] {
    animation-delay: 8.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate='88'] {
    animation-delay: 8.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate='89'] {
    animation-delay: 9s !important; }
  .js .halo-fadeInLoad[data-halo-animate='90'] {
    animation-delay: 9.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate='91'] {
    animation-delay: 9.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate='92'] {
    animation-delay: 9.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate='93'] {
    animation-delay: 9.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate='94'] {
    animation-delay: 9.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate='95'] {
    animation-delay: 9.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate='96'] {
    animation-delay: 9.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate='97'] {
    animation-delay: 9.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate='98'] {
    animation-delay: 9.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate='99'] {
    animation-delay: 10s !important; }
  .js .halo-fadeInLoad[data-halo-animate='100'] {
    animation-delay: 10.1s !important; }

.js .halo-fadeInLoad {
  animation: halo-fadeIn 0.25s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeIn,
.js .slick-active .halo-fadeIn {
  animation: halo-fadeIn 0.25s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeInLeft,
.js .slick-active .halo-fadeInLeft {
  animation: halo-fadeInLeft 0.25s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeInRight,
.js .slick-active .halo-fadeInRight {
  animation: halo-fadeInRight 0.25s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeInUp,
.js .slick-active .halo-fadeInUp {
  animation: halo-fadeInUp 0.25s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeInDown,
.js .slick-active .halo-fadeInDown {
  animation: halo-fadeInDown 0.25s cubic-bezier(0, 0, 0.3, 1) forwards; }

@keyframes halo-fadeIn {
  from {
    opacity: 0.01; }
  to {
    opacity: 1; } }

@keyframes halo-fadeInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0.01; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes halo-fadeInRight {
  from {
    transform: translateX(20px);
    opacity: 0.01; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes halo-fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0.01; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes halo-fadeInDown {
  from {
    transform: translateY(-20px);
    opacity: 0.01; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes halo-fadeInDownOut {
  from {
    transform: translateY(-20px);
    opacity: 1; }
  to {
    transform: translateY(0);
    opacity: 0; } }

.banner-effect-zoom {
  overflow: hidden;
  display: block; }
  .banner-effect-zoom img {
    transition: all 0.25s ease; }
  .banner-effect-zoom a {
    overflow: hidden;
    display: block; }
  @media (min-width: 1025px) {
    .banner-effect-zoom:hover img {
      transform: scale3d(1.05, 1.05, 1); } }

.banner-effect-slidebg:before {
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  left: auto;
  bottom: auto;
  z-index: 2;
  -webkit-transform: none;
  transform: none;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(246, 246, 246, 0.2); }

@media (min-width: 1025px) {
  .banner-effect-slidebg:hover:before {
    width: 100%; } }

.haloCustomScrollbar {
  overflow-y: auto; }
  .haloCustomScrollbar::-webkit-scrollbar {
    width: 8px;
    border-radius: 4px; }
  .haloCustomScrollbar::-webkit-scrollbar-track {
    background: #f5f5f5; }
  .haloCustomScrollbar::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 4px; }
  .haloCustomScrollbar::-webkit-scrollbar-thumb:hover {
    background: #555555; }

.haloCustomScrollbar-x {
  overflow-x: auto; }
  @media (min-width: 1025px) {
    .haloCustomScrollbar-x::-webkit-scrollbar {
      height: 4px; }
    .haloCustomScrollbar-x::-webkit-scrollbar-track {
      background: #f5f5f5; }
    .haloCustomScrollbar-x::-webkit-scrollbar-thumb {
      background: #000000; }
    .haloCustomScrollbar-x::-webkit-scrollbar-thumb:hover {
      background: #555555; } }

@media (max-width: 1024px) {
  .disable-srollbar::-webkit-scrollbar {
    display: none; }
  .disable-srollbar::-webkit-scrollbar-track {
    display: none; }
  .disable-srollbar::-webkit-scrollbar-thumb {
    display: none; }
  .disable-srollbar::-webkit-scrollbar-thumb:hover {
    display: none; } }

.halo-product-show-more {
  text-align: center;
  margin-bottom: 50px; }
  .halo-product-show-more .button {
    min-width: 285px;
    height: 40px;
    line-height: 38px; }
    .halo-product-show-more .button svg {
      fill: #ffffff;
      width: 18px;
      height: 18px;
      position: relative;
      z-index: 1; }
      .halo-product-show-more .button svg + span {
        margin-left: 10px; }
    .halo-product-show-more .button:hover svg, .halo-product-show-more .button:focus svg, .halo-product-show-more .button:active svg {
      fill: #ffffff; }
    .halo-product-show-more .button.loadding .text {
      font-size: 0; }
    .halo-product-show-more .button.loadding .icon {
      -webkit-animation: rotate_180 1s infinite linear;
      -moz-animation: rotate_180 1s infinite linear;
      -ms-animation: rotate_180 1s infinite linear;
      -o-animation: rotate_180 1s infinite linear;
      animation: rotate_180 1s infinite linear; }
  .halo-product-show-more .disable {
    pointer-events: none; }

.border-outline {
  border: 1px solid #c5c3c3; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@keyframes load-ani {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes load-ani {
  100% {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@-webkit-keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: .35; }
  100% {
    transform: rotate(360deg); } }

@keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: .35; }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@keyframes animationRotate {
  from {
    opacity: 0;
    transform: rotateZ(-8deg) scale(1.2); }
  to {
    opacity: 1;
    transform: none; } }

@-webkit-keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.55, 1.55, 1);
    transform: scale3d(1.55, 1.55, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.55, 1.55, 1);
    transform: scale3d(1.55, 1.55, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes zoom-animation-2 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(2.1, 2.1, 1);
    transform: scale3d(2.1, 2.1, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoom-animation-2 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(2.1, 2.1, 1);
    transform: scale3d(2.1, 2.1, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes zoom-animation-3 {
  from {
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1); }
  50% {
    -webkit-transform: scale3d(3, 3, 1);
    transform: scale3d(3, 3, 1); }
  to {
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1); } }

@keyframes zoom-animation-3 {
  from {
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1); }
  50% {
    -webkit-transform: scale3d(3, 3, 1);
    transform: scale3d(3, 3, 1); }
  to {
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1); } }

@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0; }
  100% {
    background-position: 100% 0; } }

@keyframes shimmer {
  0% {
    background-position: -1200px 0; }
  100% {
    background-position: 1200px 0; } }

@-webkit-keyframes movingUp {
  0% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible; }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible; } }

@keyframes movingUp {
  0% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible; }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible; } }

@-webkit-keyframes haloFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes haloFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.haloFadeInLeft {
  -webkit-animation-name: haloFadeInLeft;
  animation-name: haloFadeInLeft; }

@-webkit-keyframes haloFadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); } }

@keyframes haloFadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); } }

@-webkit-keyframes scaleLeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-3rem) scale(0); }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1); } }

@keyframes scaleLeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-3rem) scale(0); }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1); } }

@-webkit-keyframes scaleRightToLeft {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1); }
  100% {
    opacity: 0;
    transform: translateX(-3rem) scale(0); } }

@keyframes scaleRightToLeft {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1); }
  100% {
    opacity: 0;
    transform: translateX(-3rem) scale(0); } }

.haloFadeOutRight {
  -webkit-animation-name: haloFadeOutRight;
  animation-name: haloFadeOutRight; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes haloWidth {
  0% {
    width: 100%; }
  100% {
    width: 0%; } }

@keyframes haloWidth {
  0% {
    width: 100%; }
  100% {
    width: 0%; } }

.halo-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
  height: 100%;
  z-index: 102;
  max-width: 375px;
  width: calc(100% - 50px);
  transition: opacity .5s, transform .5s ease, visibility .5s ease;
  background-color: white; }
  .halo-sidebar-close {
    position: absolute;
    top: 0;
    width: 45px;
    height: 45px;
    z-index: 10;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: auto;
    background-color: transparent; }
    .halo-sidebar-close svg {
      fill: white;
      width: 22px;
      height: 22px; }
  @media (max-width: 1024px) {
    .halo-sidebar-left .halo-sidebar-header .close {
      left: auto;
      right: -45px; } }
  .halo-sidebar-header {
    position: relative; }
    .halo-sidebar-header .title {
      display: block;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 25px;
      color: #323232;
      text-transform: capitalize;
      margin: 0; }
    .halo-sidebar-header .close {
      position: absolute;
      line-height: 1;
      z-index: 10; }
      .halo-sidebar-header .close svg {
        width: 22px;
        height: 22px;
        fill: #323232; }
      @media (min-width: 1025px) {
        .halo-sidebar-header .close {
          top: 10px;
          right: 26px; }
          .halo-sidebar-header .close svg {
            fill: #323232; } }
      @media (max-width: 1024px) {
        .halo-sidebar-header .close {
          top: 0;
          left: -46px;
          right: auto;
          width: 46px;
          height: 46px;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          pointer-events: auto;
          background-color: transparent; }
          .halo-sidebar-header .close svg {
            fill: white; } }
  .halo-sidebar-wrapper {
    position: relative;
    padding: 15px 15px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: -ms-calc(100% - 80px);
    height: calc(100% - 80px); }
    .halo-sidebar-wrapper .desc {
      display: block;
      padding-bottom: 10px;
      color: #8c8c8c; }
    @media (min-width: 1025px) {
      .halo-sidebar-wrapper {
        padding: 15px 30px 30px; } }
  .halo-sidebar .previewCartHeader .text {
    padding-right: 30px; }
  .halo-sidebar.halo-sidebar-left {
    left: 0;
    right: auto;
    transform: translate3d(-112%, 0, 0); }
    .halo-sidebar.halo-sidebar-left .halo-sidebar-close {
      left: auto;
      right: -46px; }
  .halo-sidebar.halo-sidebar-right {
    right: 0;
    left: auto;
    transform: translate3d(112%, 0, 0); }
    .halo-sidebar.halo-sidebar-right .halo-sidebar-close {
      left: -46px; }
  .halo-sidebar.halo-auth-sidebar .halo-sidebar-header {
    padding: 10px 15px;
    border-bottom: 1px solid #cccccc; }
    @media (min-width: 1025px) {
      .halo-sidebar.halo-auth-sidebar .halo-sidebar-header {
        padding: 8px 30px 8px; } }
  .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper {
    padding: 0; }
    .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper > .desc {
      padding: 15px 15px 0; }
    .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper > form {
      padding: 0 15px; }
    .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper .form-actions-2 {
      padding: 15px;
      background-color: #f7f7f7; }
      .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper .form-actions-2 .create-account {
        margin: 0; }
    @media (min-width: 1025px) {
      .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper > .desc {
        padding: 15px 30px 0; }
      .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper > form {
        padding: 0 30px; }
      .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper .form-actions-2 {
        padding: 15px 30px 30px; } }
  .halo-sidebar.halo-cart-sidebar .halo-sidebar-header {
    padding: 10px 15px;
    border-bottom: 1px solid #cccccc; }
    @media (min-width: 1025px) {
      .halo-sidebar.halo-cart-sidebar .halo-sidebar-header {
        padding: 8px 30px 8px; } }
  .halo-sidebar.halo-cart-sidebar .halo-sidebar-wrapper {
    padding: 0; }
  .halo-sidebar.halo-cart-sidebar .previewCart .previewCartList {
    max-height: 100%; }
  .halo-sidebar.halo-search-sidebar .halo-sidebar-header {
    padding: 10px 15px; }
    @media (min-width: 1025px) {
      .halo-sidebar.halo-search-sidebar .halo-sidebar-header {
        padding: 40px 30px 26px 40px; } }
  .halo-sidebar.halo-menu-sidebar .halo-sidebar-header {
    padding: 10px 15px; }
    .halo-sidebar.halo-menu-sidebar .halo-sidebar-header.is-hidden {
      display: block !important;
      padding: 0; }
      .halo-sidebar.halo-menu-sidebar .halo-sidebar-header.is-hidden .title {
        display: none; }
      .halo-sidebar.halo-menu-sidebar .halo-sidebar-header.is-hidden + .halo-sidebar-wrapper {
        padding-bottom: 0; }
    @media (min-width: 1025px) {
      .halo-sidebar.halo-menu-sidebar .halo-sidebar-header {
        padding: 40px 30px 26px 40px; } }
  .halo-sidebar.halo-menu-sidebar .navPages-container {
    display: block;
    padding-bottom: 60px; }
    .halo-sidebar.halo-menu-sidebar .navPages-container .navPages {
      background: transparent; }
  @media (min-width: 1025px) {
    .halo-sidebar.halo-menu-sidebar .halo-sidebar-close {
      display: none; } }
  @media (min-width: 551px) {
    .halo-sidebar.halo-auth-sidebar {
      max-width: 360px;
      width: 100%; }
    .halo-sidebar.halo-cart-sidebar {
      max-width: 400px;
      width: 100%; }
    .halo-sidebar.halo-search-sidebar {
      max-width: 360px;
      width: 100%; }
    .halo-sidebar.halo-leave-sidebar {
      max-width: 360px;
      width: 100%; } }

.halo-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  display: none;
  visibility: hidden;
  transition: all 0.25s ease;
  background-color: rgba(32, 32, 32, 0.8); }

.openAuthSidebar {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openAuthSidebar .halo-auth-sidebar.is-open {
    right: 0;
    transform: translate3d(0, 0, 0); }
  .openAuthSidebar .halo-background {
    z-index: 101;
    opacity: 1;
    display: block;
    visibility: visible; }
  @media (min-width: 1025px) {
    .openAuthSidebar {
      padding-right: 10px; } }

.openCartSidebar {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openCartSidebar .halo-cart-sidebar {
    right: 0;
    transform: translate3d(0, 0, 0); }
  .openCartSidebar .halo-background {
    z-index: 101;
    opacity: 1;
    display: block;
    visibility: visible; }
  @media (min-width: 1025px) {
    .openCartSidebar {
      padding-right: 10px; } }

.quickSearch-open {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .quickSearch-open:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: rgba(32, 32, 32, 0.8);
    transition: opacity .5s ease 0s,width .1s ease .5s,height .1s ease .5s; }
  .quickSearch-open .middleHeader-container > .middleHeader-item .item--quicksearch {
    display: block; }
    .quickSearch-open .middleHeader-container > .middleHeader-item .item--quicksearch .header-search {
      width: 100%;
      position: absolute; }
  @media (min-width: 1025px) {
    .quickSearch-open {
      padding-right: 10px; }
      .quickSearch-open .header {
        z-index: 102; } }

.openSearchMobile {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openSearchMobile .halo-search-sidebar {
    left: 0;
    transform: translate3d(0, 0, 0); }
    .openSearchMobile .halo-search-sidebar .haloQuickSearchResults {
      padding: 0;
      overflow: hidden; }
    .openSearchMobile .halo-search-sidebar .form-input {
      width: 100%; }
  .openSearchMobile .halo-background {
    z-index: 101;
    opacity: 1;
    display: block;
    visibility: visible; }

.openSidebar {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openSidebar .halo-background {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 101; }
  @media (min-width: 1025px) {
    .openSidebar {
      padding-right: 10px; } }

@media (max-width: 1024px) {
  .has-activeNavPages {
    overflow: hidden;
    -webkit-overflow-scrolling: auto; }
    .has-activeNavPages .halo-background {
      z-index: 101;
      opacity: 1;
      display: block;
      visibility: visible; }
    .has-activeNavPages .halo-menu-sidebar {
      left: 0;
      transform: translate3d(0, 0, 0); } }

.login-form-sidebar .note {
  display: block;
  padding: 10px 0 22px 0; }
  .login-form-sidebar .note .alertBox {
    margin-bottom: 0; }

.login-form-sidebar .form {
  margin: 0; }

.login-form-sidebar .login-form-wrapper {
  padding: 5px 0 0; }
  .login-form-sidebar .login-form-wrapper .form-label {
    font-weight: 700;
    color: #323232; }
    .login-form-sidebar .login-form-wrapper .form-label small {
      float: unset; }

.login-form-sidebar .form-field {
  margin-bottom: 0; }
  .login-form-sidebar .form-field + .form-field {
    margin-top: 12px; }

.login-form-sidebar .form-actions {
  text-align: left;
  margin: 15px 0 0; }
  .login-form-sidebar .form-actions.form-actions-2 {
    margin: 30px 0 0; }

.login-form-sidebar .forgot-password {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #323232;
  line-height: 25px;
  padding: 0 0 5px 0;
  margin: 0 !important;
  text-decoration: unset;
  text-align: left; }
  .login-form-sidebar .forgot-password span {
    display: inline;
    color: #026ca8; }

.login-form-sidebar.is-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../img/loading.svg);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  display: block;
  margin: 0 auto;
  transform: translateY(-50%) rotate(0);
  transform-style: preserve-3d;
  animation: unset;
  z-index: 20; }

.account-dropdown-sidebar {
  list-style: none;
  margin: 0; }
  .account-dropdown-sidebar .account-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #eeeeee; }
    .account-dropdown-sidebar .account-item .account-action {
      display: block;
      width: 100%;
      color: #323232;
      font-size: 12px;
      font-weight: 400;
      padding: 0 35px 0 0;
      margin: 0;
      line-height: 45px;
      text-transform: capitalize;
      transition: all 0.25s ease; }
    .account-dropdown-sidebar .account-item .text {
      display: flex;
      align-items: center;
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      position: relative;
      transition: all 0.25s ease;
      padding: 0;
      white-space: nowrap; }
      .account-dropdown-sidebar .account-item .text > .icon {
        display: inline-block;
        vertical-align: middle;
        fill: #001b44;
        stroke: #001b44;
        margin: 0 10px 0 0;
        width: 18px;
        height: 18px; }
    .account-dropdown-sidebar .account-item:last-child {
      border-bottom: 0; }

.productBlock--countdown {
  padding: 0 15px 15px;
  color: #f04723;
  text-align: center;
  position: relative; }
  .productBlock--countdown > .text {
    font-size: 12px;
    font-weight: 700;
    margin-right: 8px;
    text-transform: capitalize;
    border-bottom: 1px solid #f04723; }
  .productBlock--countdown > .number {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize; }
    @media (min-width: 375px) {
      .productBlock--countdown > .number {
        font-size: 16px; } }
  @media (min-width: 551px) {
    .productBlock--countdown {
      padding: 13px 15px;
      top: 0px;
      right: 28px;
      position: absolute;
      text-align: left; } }

.halo_prodByCateTabs {
  background-color: #ffffff;
  text-align: left;
  position: relative;
  overflow: hidden; }
  .halo_prodByCateTabs .page-heading {
    margin: 0;
    padding: 8px 15px 15px;
    text-align: center; }
    .halo_prodByCateTabs .page-heading a {
      color: inherit; }
    @media (max-width: 550px) {
      .halo_prodByCateTabs .page-heading {
        font-size: 20px; } }
    @media (min-width: 1025px) {
      .halo_prodByCateTabs .page-heading {
        padding: 20px 15px;
        text-align: left; } }
  @media (min-width: 551px) {
    .halo_prodByCateTabs .banner-mobile {
      display: none; } }
  .halo_prodByCateTabs .tabs {
    border: none;
    font-size: 0;
    margin: 0 -8px;
    padding: 0 15px; }
    .halo_prodByCateTabs .tabs .tab {
      float: none;
      width: 50%;
      border: none;
      padding: 0 8px;
      margin: 16px 0 0 0;
      display: inline-block;
      vertical-align: middle; }
      .halo_prodByCateTabs .tabs .tab:nth-child(-n + 2) {
        margin: 0; }
      .halo_prodByCateTabs .tabs .tab:before {
        content: none; }
      .halo_prodByCateTabs .tabs .tab.is-active .tab-title {
        color: #323232;
        border: 1px solid #323232; }
    .halo_prodByCateTabs .tabs .tab-title {
      padding: 0;
      font-size: 12px;
      font-weight: 700;
      color: #999999;
      text-align: center;
      border-radius: 3px;
      padding: 5px;
      border: 1px solid #999999;
      text-transform: capitalize; }
      @media (min-width: 1025px) {
        .halo_prodByCateTabs .tabs .tab-title {
          padding: 2px 5px; } }
  .halo_prodByCateTabs .tabs-contents {
    margin-bottom: 0; }
  .halo_prodByCateTabs .tab-content {
    padding: 0; }
    .halo_prodByCateTabs .tab-content:not(.is-load) {
      min-height: 433px; }
  .halo_prodByCateTabs .halo_bannerByCategoryTabs {
    display: none; }
  .halo_prodByCateTabs .halo_productLoading {
    width: 100%;
    min-height: 348px;
    position: relative; }
    .halo_prodByCateTabs .halo_productLoading img {
      top: 50%;
      left: 50%;
      z-index: 2;
      position: absolute;
      transform: translate(-50%, -50%); }
  .halo_prodByCateTabs .productTabCarousel {
    padding: 20px 15px 0; }
    .halo_prodByCateTabs .productTabCarousel .slick-dots {
      bottom: -15px; }
    @media (min-width: 1025px) {
      .halo_prodByCateTabs .productTabCarousel {
        padding: 20px 15px; }
        .halo_prodByCateTabs .productTabCarousel .slick-prev,
        .halo_prodByCateTabs .productTabCarousel .slick-next {
          top: -26px;
          width: 35px;
          height: 32px;
          padding: 5px;
          fill: #7f7f7f;
          border: 1px solid #cccccc;
          transform: none; }
          .halo_prodByCateTabs .productTabCarousel .slick-prev::before,
          .halo_prodByCateTabs .productTabCarousel .slick-next::before {
            width: 14px;
            height: 14px; }
        .halo_prodByCateTabs .productTabCarousel .slick-prev {
          left: auto;
          right: 42px;
          border-radius: 3px 0 0 3px; }
        .halo_prodByCateTabs .productTabCarousel .slick-next {
          right: 8px;
          border-radius: 0 3px 3px 0; } }
  @media (min-width: 551px) {
    .halo_prodByCateTabs .tabs .tab {
      width: 25%; }
      .halo_prodByCateTabs .tabs .tab:nth-child(-n + 4) {
        margin: 0; }
    .halo_prodByCateTabs .tab-content .productTabCarousel {
      padding: 35px 15px; }
    .halo_prodByCateTabs .tab-content:not(.is-load) {
      min-height: 420px; } }
  @media (min-width: 1025px) {
    .halo_prodByCateTabs .page-heading {
      top: 15px;
      left: 23px;
      padding: 0;
      font-size: 20px;
      line-height: 1;
      white-space: nowrap;
      position: absolute; }
    .halo_prodByCateTabs .tabs {
      margin: 0;
      overflow: initial;
      white-space: normal;
      border-bottom: 1px solid #eeeeee;
      text-align: center; }
      .halo_prodByCateTabs .tabs .tab {
        width: auto;
        padding: 13px 12px; }
        .halo_prodByCateTabs .tabs .tab.is-active .tab-title {
          border: none; }
      .halo_prodByCateTabs .tabs .tab-title {
        padding: 0;
        border: none; }
    .halo_prodByCateTabs .halo_bannerByCategoryTabs {
      top: 50px;
      left: 0;
      bottom: 0;
      width: 290px;
      z-index: 2;
      overflow: hidden;
      position: absolute;
      background-size: cover;
      display: block; }
      .halo_prodByCateTabs .halo_bannerByCategoryTabs ~ .tabs-contents {
        padding-left: 290px;
        min-height: 420px; } }

.halo_bannerbycategory {
  margin-top: 15px;
  margin-bottom: 0; }
  .halo_bannerbycategory .slick-slide .item {
    vertical-align: top; }
  .halo_bannerbycategory .slick-dots {
    bottom: -20px; }
  .halo_bannerbycategory .halo_bannerbycategory-carousel {
    white-space: nowrap;
    padding-bottom: 2px;
    font-size: 0; }
    .halo_bannerbycategory .halo_bannerbycategory-carousel .item {
      font-size: 14px;
      width: 25%;
      vertical-align: top;
      display: inline-block;
      white-space: normal; }
    .halo_bannerbycategory .halo_bannerbycategory-carousel:not(.slick-initialized) .item:nth-child(n+5) {
      display: none; }
    @media (max-width: 550px) {
      .halo_bannerbycategory .halo_bannerbycategory-carousel.slick-slider {
        margin-bottom: 0; } }
  .halo_bannerbycategory .bannerbycategory-wrapper {
    width: 100%;
    font-size: 0;
    display: flex;
    background-color: #ffffff;
    border-right: 1px solid #f5f5f5; }
    .halo_bannerbycategory .bannerbycategory-wrapper .image,
    .halo_bannerbycategory .bannerbycategory-wrapper .content {
      font-size: 12px;
      display: inline-block;
      vertical-align: middle; }
    .halo_bannerbycategory .bannerbycategory-wrapper .image {
      width: 37%;
      position: relative;
      overflow: hidden; }
    .halo_bannerbycategory .bannerbycategory-wrapper .content {
      width: 63%;
      padding: 20px 15px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .halo_bannerbycategory .bannerbycategory-wrapper .title {
      font-size: 15px;
      margin: 0 0 5px 0;
      text-transform: capitalize;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 160px; }
      .halo_bannerbycategory .bannerbycategory-wrapper .title a {
        color: inherit;
        font-size: inherit;
        font-weight: inherit; }
    .halo_bannerbycategory .bannerbycategory-wrapper p {
      margin: 0;
      color: #8c8c8c; }
  @media (min-width: 551px) {
    .halo_bannerbycategory {
      margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .halo_bannerbycategory {
      margin-top: 20px;
      margin-bottom: 0; }
      .halo_bannerbycategory .item {
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.02); }
      .halo_bannerbycategory .halo_bannerbycategory-carousel {
        padding-bottom: 0px;
        overflow: visible;
        white-space: normal; } }

#halo-product-by-cate-block-1:not(.is-load) {
  min-height: 400px; }
  #halo-product-by-cate-block-1:not(.is-load) .halo_prodByCate {
    min-height: 400px; }

#halo-product-by-cate-block-1 .productCarouselByCate .productCarousel-slide:nth-child(n+3) {
  display: none; }

@media (min-width: 1400px) {
  #halo-product-by-cate-block-1:not(.is-load) {
    min-height: 843px; }
    #halo-product-by-cate-block-1:not(.is-load) .halo_prodByCate {
      min-height: 843px; } }

.home-layout-3 #halo-product-by-cate-block-2 {
  padding: 15px 0 35px; }
  .home-layout-3 #halo-product-by-cate-block-2 .slick-dots {
    position: absolute;
    bottom: -35px; }

#halo-product-by-cate-block-2:not(.is-load) {
  min-height: 400px; }
  #halo-product-by-cate-block-2:not(.is-load) .halo_prodByCate {
    min-height: 400px; }

#halo-product-by-cate-block-2 .productCarouselByCate {
  margin-bottom: 0; }
  .home-layout-1 #halo-product-by-cate-block-2 .productCarouselByCate {
    margin-bottom: 15px; }
    @media (min-width: 1025px) {
      .home-layout-1 #halo-product-by-cate-block-2 .productCarouselByCate {
        margin-bottom: 40px; } }

#halo-product-by-cate-block-2 .slick-dots {
  bottom: -20px; }
  .home-layout-1 #halo-product-by-cate-block-2 .slick-dots {
    bottom: -45px; }
  @media (min-width: 1025px) {
    #halo-product-by-cate-block-2 .slick-dots {
      bottom: 0; } }

#halo-product-by-cate-block-2 .slick-prev,
#halo-product-by-cate-block-2 .slick-next {
  width: 35px;
  height: 35px; }
  .home-layout-1 #halo-product-by-cate-block-2 .slick-prev, .home-layout-1
  #halo-product-by-cate-block-2 .slick-next {
    width: 55px;
    height: 55px; }
  .home-layout-3 #halo-product-by-cate-block-2 .slick-prev, .home-layout-3
  #halo-product-by-cate-block-2 .slick-next {
    width: 48px;
    height: 76px; }

#halo-product-by-cate-block-2 .card-price {
  margin-bottom: 13px; }

@media (min-width: 1400px) {
  #halo-product-by-cate-block-2:not(.is-load) {
    min-height: 422px; }
    #halo-product-by-cate-block-2:not(.is-load) .halo_prodByCate {
      min-height: 422px; } }

.halo-product-by-cate-block-1 .productCarousel-slide {
  width: 100%; }

.halo-product-by-cate-block-1 .halo_prodByCate {
  display: inline-block;
  width: 100%; }

.halo-product-by-cate-block-1 .link {
  color: #4563b3;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin-top: 22px;
  display: inline-block; }

.halo_prodByCate--content {
  display: block;
  font-size: 0;
  position: relative;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; }
  .halo_prodByCate--content .halo_subCategory,
  .halo_prodByCate--content .halo_bannerCategory,
  .halo_prodByCate--content .halo_prodByCate,
  .halo_prodByCate--content .halo_brandCategory {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
  @media (max-width: 1024px) {
    .halo_prodByCate--content .productCarouselByCate {
      white-space: nowrap;
      overflow-x: auto; }
      .halo_prodByCate--content .productCarouselByCate .content-wrapper {
        display: block; }
      .halo_prodByCate--content .productCarouselByCate .content-wrapper,
      .halo_prodByCate--content .productCarouselByCate .productCarousel-slide {
        white-space: normal;
        position: sticky;
        left: 0;
        background-color: white; }
      .halo_prodByCate--content .productCarouselByCate .productCarousel-slide {
        padding: 15px; } }
  @media (min-width: 1025px) {
    .halo_prodByCate--content .productCarouselByCate {
      white-space: normal; }
      .halo_prodByCate--content .productCarouselByCate:not(.load-carousel) {
        min-height: 717px; } }
  .halo_prodByCate--content .halo_subCategory {
    background-color: #f5f5f5;
    padding: 20px 15px;
    min-height: 300px;
    width: 100%; }
    .halo_prodByCate--content .halo_subCategory .item {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 18px; }
      .halo_prodByCate--content .halo_subCategory .item:last-child {
        margin-bottom: 0; }
    .halo_prodByCate--content .halo_subCategory a {
      position: relative;
      line-height: 20px;
      color: #5a5a5a;
      font-weight: 700; }
      .halo_prodByCate--content .halo_subCategory a:before {
        left: 0;
        bottom: -1px;
        content: '';
        width: 0;
        height: 1px;
        background-color: red;
        position: absolute;
        transition: all 0.3s ease; }
      .halo_prodByCate--content .halo_subCategory a:hover {
        color: red; }
        .halo_prodByCate--content .halo_subCategory a:hover:before {
          width: 100%; }
    @media (max-width: 1024px) {
      .halo_prodByCate--content .halo_subCategory {
        column-count: 5;
        min-height: 100px;
        padding: 20px 10px; }
        .halo_prodByCate--content .halo_subCategory .item {
          display: block;
          padding: 0 5px; } }
    @media (max-width: 767px) {
      .halo_prodByCate--content .halo_subCategory {
        column-count: 4; } }
    @media (max-width: 550px) {
      .halo_prodByCate--content .halo_subCategory {
        column-count: 2;
        white-space: nowrap;
        overflow-y: auto;
        max-height: 110px; } }
  .halo_prodByCate--content .halo_bannerCategory {
    display: none;
    position: relative;
    width: 100%; }
  .halo_prodByCate--content .halo_prodByCate {
    display: block;
    border: 1px solid #f2f2f2; }
    .halo_prodByCate--content .halo_prodByCate .productCarousel-slide {
      white-space: normal;
      display: inline-block;
      vertical-align: top;
      width: 200px;
      border-left: 1px solid #f2f2f2; }
      .halo_prodByCate--content .halo_prodByCate .productCarousel-slide:first-child {
        border-left: none; }
    .halo_prodByCate--content .halo_prodByCate .card {
      padding: 0;
      margin-bottom: 0; }
    @media (min-width: 1600px) {
      .halo_prodByCate--content .halo_prodByCate .card {
        padding: 20px; } }
  .halo_prodByCate--content .content-wrapper {
    width: 100%;
    display: inline-block;
    padding: 15px; }
    .halo_prodByCate--content .content-wrapper .content-left {
      width: 55%;
      padding-top: 15px;
      vertical-align: top;
      display: table-cell; }
      .halo_prodByCate--content .content-wrapper .content-left .title {
        font-size: 16px;
        line-height: 28px;
        font-weight: 700;
        margin: 0 0 10px 0;
        color: #323232;
        text-transform: unset; }
      .halo_prodByCate--content .content-wrapper .content-left .desc {
        display: block;
        color: #5a5a5a;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 18px; }
      .halo_prodByCate--content .content-wrapper .content-left .link {
        font-size: 12px;
        font-weight: 700;
        color: red; }
        .halo_prodByCate--content .content-wrapper .content-left .link svg {
          width: 18px;
          height: 18px;
          display: inline-block;
          margin-bottom: 1px;
          fill: red;
          stroke: transparent; }
    .halo_prodByCate--content .content-wrapper .content-right {
      width: 45%;
      position: relative;
      display: table-cell;
      vertical-align: top;
      padding-top: 20px; }
      .halo_prodByCate--content .content-wrapper .content-right .link-url {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        position: absolute; }
  .halo_prodByCate--content .halo_brandCategory {
    display: block;
    padding: 20px 0;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    text-align: center; }
    .halo_prodByCate--content .halo_brandCategory .brand-item {
      display: inline-block;
      margin-right: 0px;
      max-height: 85px;
      padding: 20px 0; }
      .halo_prodByCate--content .halo_brandCategory .brand-item a {
        min-width: 130px;
        display: inline-block; }
    @media (max-width: 1024px) {
      .halo_prodByCate--content .halo_brandCategory {
        white-space: nowrap;
        overflow-x: auto; }
        .halo_prodByCate--content .halo_brandCategory .card {
          padding: 0 15px;
          display: inline-block; }
        .halo_prodByCate--content .halo_brandCategory .brand-item {
          padding: 10px 0; } }
    @media (max-width: 550px) {
      .halo_prodByCate--content .halo_brandCategory .card {
        padding: 0 10px; } }
  @media (min-width: 551px) {
    .halo_prodByCate--content .halo_brandCategory .brand-item a {
      min-width: 150px;
      display: inline-block; } }
  @media (min-width: 768px) {
    .halo_prodByCate--content .halo_subCategory {
      width: 100%; }
    .halo_prodByCate--content .halo_prodByCate .productCarousel-slide {
      width: 260px; }
    .halo_prodByCate--content .halo_prodByCate .content-wrapper {
      width: 480px;
      display: inline-block; }
      .halo_prodByCate--content .halo_prodByCate .content-wrapper + .item {
        border-left: 1px solid #f2f2f2; }
    .halo_prodByCate--content .content-wrapper {
      padding: 20px; }
      .halo_prodByCate--content .content-wrapper .content-left {
        width: 55%;
        padding-top: 30px; }
        .halo_prodByCate--content .content-wrapper .content-left .title {
          font-size: 18px; } }
  @media (min-width: 1025px) {
    .halo_prodByCate--content {
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start; }
      .halo_prodByCate--content .halo_subCategory {
        width: 20%; }
        .halo_prodByCate--content .halo_subCategory .item {
          display: block; }
      .halo_prodByCate--content .halo_bannerCategory {
        display: inline-block;
        width: 30%; }
      .halo_prodByCate--content .halo_prodByCate {
        width: 50%;
        border: none;
        border-right: 1px solid #f2f2f2;
        display: block;
        font-size: 0;
        height: 100%;
        white-space: normal;
        overflow: hidden; }
        .halo_prodByCate--content .halo_prodByCate .productCarousel-slide {
          display: inline-block;
          vertical-align: top;
          width: 33.3334%;
          border-left: 1px solid #f2f2f2; }
          .halo_prodByCate--content .halo_prodByCate .productCarousel-slide + .productCarousel-slide {
            border-top: 1px solid #f2f2f2; }
        .halo_prodByCate--content .halo_prodByCate .content-wrapper {
          width: 66.6666667%; }
        .halo_prodByCate--content .halo_prodByCate .card-img-container {
          max-width: 190px; }
      .halo_prodByCate--content .halo_brandCategory {
        width: 100%; }
        .halo_prodByCate--content .halo_brandCategory .card {
          display: inline-block;
          padding: 0 10px; } }
  @media (min-width: 1400px) {
    .halo_prodByCate--content .halo_subCategory {
      width: 12%; }
    .halo_prodByCate--content .halo_bannerCategory {
      width: 28%; }
    .halo_prodByCate--content .halo_prodByCate {
      width: 48%; }
    .halo_prodByCate--content .halo_brandCategory {
      width: 12%; }
      .halo_prodByCate--content .halo_brandCategory .card {
        display: block;
        padding: 0; } }
  @media (min-width: 1600px) {
    .halo_prodByCate--content {
      align-items: flex-start;
      flex-wrap: nowrap;
      height: 100%;
      align-items: stretch; }
      .halo_prodByCate--content .halo_subCategory {
        width: 224px;
        padding: 25px 30px; }
      .halo_prodByCate--content .halo_bannerCategory {
        width: 426px; }
      .halo_prodByCate--content .content-wrapper {
        padding: 30px; }
      .halo_prodByCate--content .halo_prodByCate {
        width: 750px;
        white-space: normal;
        border: none; }
        .halo_prodByCate--content .halo_prodByCate .card {
          padding: 30px 15px 5px; }
      .halo_prodByCate--content .halo_brandCategory {
        width: calc(100% - 1400px);
        white-space: normal;
        padding-top: 5px;
        padding-bottom: 5px; }
        .halo_prodByCate--content .halo_brandCategory .brand-item {
          display: block;
          margin-right: 0;
          margin-bottom: 10px; }
          .halo_prodByCate--content .halo_brandCategory .brand-item a {
            width: 100%;
            min-width: 150px;
            display: inline-block; } }

#halo-product-tab {
  padding-top: 10px; }

.productCarousel-tabs .tab-title {
  font-size: 22px; }

.productCarousel-tabs .tabs {
  text-align: center;
  margin: 0; }
  .productCarousel-tabs .tabs .tab {
    min-width: 240px; }

.productCarousel-tabs .tab-content {
  padding-top: 5px;
  padding-bottom: 0; }

.halo_MultiCategory-wrapper {
  position: relative;
  padding: 0; }
  .halo_MultiCategory-wrapper:not(.special-style) {
    padding-top: 20px; }
    .page-type-default .halo_MultiCategory-wrapper:not(.special-style) .halo_MultiCategory {
      left: 0;
      top: 0;
      position: unset;
      transform: none; }
  @media (min-width: 1025px) {
    .page-type-default .halo_MultiCategory-wrapper + div .halo-home-section {
      padding-top: 30px; } }
  @media (min-width: 1400px) {
    .page-type-default .halo_MultiCategory-wrapper + div .halo-home-section {
      padding-top: 65px; } }
  @media (min-width: 1400px) {
    .home-layout-3 .page-type-default.home-layout-3 .halo_MultiCategory-wrapper + div {
      padding-top: 55px;
      padding-bottom: 15px; } }
  @media (min-width: 1025px) {
    .page-type-category .halo_MultiCategory-wrapper + .page-listing-header {
      padding-top: 58px; } }

.halo_MultiCategory {
  width: 100%;
  z-index: 11;
  color: #ffffff;
  display: block;
  padding: 30px 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #383e47; }
  .page-type-default.home-layout-2 .halo_MultiCategory {
    background-color: #f5f5f5; }
  .page-type-default.home-layout-3 .halo_MultiCategory {
    background-color: #ffffff; }
  .home-layout-3 .halo_MultiCategory {
    background-color: #010101; }
  .halo_MultiCategory .button {
    font-size: 14px; }
    .halo_MultiCategory .button#halo_clear-select {
      line-height: 36px; }
      .home-layout-3 .halo_MultiCategory .button#halo_clear-select {
        border: 1px solid white;
        background-color: black; }
      .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_clear-select {
        height: 48px;
        line-height: 42px;
        border: 1px solid black;
        background-color: white; }
        .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_clear-select svg {
          fill: black; }
        @media (min-width: 1025px) {
          .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_clear-select:hover svg {
            fill: white; } }
    .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse {
      height: 48px;
      line-height: 46px;
      border: 1px solid #df0000;
      color: white;
      background-color: #393939; }
      .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse span {
        color: white; }
      .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse:before {
        background-color: #df0000; }
      .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse:active {
        color: white;
        border-color: #bf0000;
        background-color: #df0000; }
      @media (min-width: 1025px) {
        .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse:hover, .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse:focus {
          color: white;
          border-color: #bf0000;
          background-color: #393939; }
          .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse:hover span, .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse:focus span {
            color: white; } }
    .halo_MultiCategory .button svg {
      width: 18px;
      height: 18px;
      fill: #ffffff;
      stroke: transparent; }
    .halo_MultiCategory .button:hover svg, .halo_MultiCategory .button:active svg, .halo_MultiCategory .button:focus svg {
      position: relative;
      z-index: 1; }
  .page-type-default .halo_MultiCategory,
  .page-type-category .halo_MultiCategory,
  .page-type-product .halo_MultiCategory {
    z-index: 11;
    position: relative; }
  .page-type-default .halo_MultiCategory {
    border-radius: 3px; }
  @media (min-width: 1025px) {
    .halo_MultiCategory {
      border-radius: 3px;
      padding: 20px; }
      .page-type-category [data-banner-location="top"] + .body .halo_MultiCategory {
        margin-top: -38px;
        left: 50%;
        transform: translateX(-50%); }
        .page-type-category [data-banner-location="top"] + .body .halo_MultiCategory + .halo_breadcrumbCategory {
          padding-top: 70px; } }
  @media (min-width: 1200px) {
    .halo_MultiCategory {
      padding: 20px 45px 20px 53px; }
      .home-layout-3 .halo_MultiCategory {
        padding: 15px 45px 15px 53px; }
      .page-type-default.home-layout-3 .halo_MultiCategory {
        padding: 36px 35px 34px 33px; }
      .page-type-default .halo_MultiCategory {
        width: calc(100% - 30px);
        margin-top: 20px; } }
  @media (min-width: 1400px) {
    .page-type-default .halo_MultiCategory {
      left: 50%;
      border-radius: 3px;
      position: absolute;
      transform: translateX(-50%);
      margin-top: 0; }
    .page-type-category .halo_MultiCategory {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .page-type-default.home-layout-3 .halo_MultiCategory {
      top: -60px; } }

.halo_multilevel-category-filter {
  display: block; }
  .halo_multilevel-category-filter .form-label {
    display: block;
    color: inherit;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px; }
    .halo_multilevel-category-filter .form-label .title {
      display: block;
      font-size: 16px;
      line-height: 40px;
      margin: 0;
      color: inherit;
      white-space: nowrap;
      text-transform: capitalize; }
      @media (min-width: 551px) {
        .halo_multilevel-category-filter .form-label .title {
          font-size: 14px; } }
      .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-label .title {
        line-height: 24px;
        position: relative;
        top: -4px; }
        @media (min-width: 551px) {
          .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-label .title {
            font-size: 16px; } }
    .halo_multilevel-category-filter .form-label .desc {
      font-size: 12px;
      color: inherit;
      font-weight: 400;
      margin-bottom: 0; }
      .home-layout-2 .halo_multilevel-category-filter .form-label .desc {
        font-weight: 700; }
      .home-layout-2:not(.page-type-default) .halo_multilevel-category-filter .form-label .desc,
      .home-layout-3:not(.page-type-default) .halo_multilevel-category-filter .form-label .desc {
        display: none; }
    .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-label {
      color: black; }
  .halo_multilevel-category-filter .form-wrapper {
    display: block; }
  .halo_multilevel-category-filter .form-field {
    display: block;
    margin: 0 0 10px 0;
    position: relative; }
    .halo_multilevel-category-filter .form-field .form-label {
      display: block;
      font-size: 0;
      line-height: 0;
      margin: 0;
      padding: 0; }
    .halo_multilevel-category-filter .form-field .form-select {
      height: 40px;
      max-width: 100%;
      box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.03);
      border-radius: 3px; }
      .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-field .form-select {
        height: 48px;
        background-color: transparent;
        background-position: right 12px top 12px;
        position: relative;
        z-index: 1; }
      @media (min-width: 1200px) {
        .halo_multilevel-category-filter .form-field .form-select {
          min-width: 260px; }
          .page-type-default.home-layout-2 .halo_multilevel-category-filter .form-field .form-select {
            min-width: 240px;
            border: none; }
          .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-field .form-select {
            min-width: 230px; } }
    @media (min-width: 1200px) {
      .halo_multilevel-category-filter .form-field:after {
        content: '';
        position: absolute;
        top: 0;
        right: 40px;
        height: 40px;
        width: 1px;
        background-color: #eeeeee; }
        .page-type-default.home-layout-2 .halo_multilevel-category-filter .form-field:after {
          height: 20px;
          top: 10px; }
        .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-field:after {
          width: calc(100% - 48px);
          left: 0;
          right: auto;
          height: 48px; } }
  .halo_multilevel-category-filter .group-button {
    font-size: 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    .halo_multilevel-category-filter .group-button .button {
      min-width: 90px;
      padding: 0;
      height: 40px;
      line-height: 38px;
      width: 50%; }
      .halo_multilevel-category-filter .group-button .button + .button {
        margin-left: 10px; }
  @media (min-width: 551px) {
    .halo_multilevel-category-filter .form-wrapper {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      flex-grow: 1; }
    .halo_multilevel-category-filter .form-field {
      width: 22%;
      margin: 0 10px 0 0;
      display: inline-block; }
    .halo_multilevel-category-filter .group-button {
      width: auto;
      margin-top: 0;
      display: inline-block; }
      .halo_multilevel-category-filter .group-button .button {
        min-width: 61px;
        width: 61px; } }
  @media (min-width: 768px) {
    .halo_multilevel-category-filter .form-field {
      width: 25%; } }
  @media (min-width: 1025px) {
    .halo_multilevel-category-filter {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      max-width: 1100px;
      margin: 0 auto; }
      .halo_multilevel-category-filter .form-label {
        text-align: left;
        display: inline-block;
        margin-right: 28px;
        margin-bottom: 0px; }
      .page-type-default.home-layout-3 .halo_multilevel-category-filter {
        max-width: 100%; }
        .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-label {
          min-width: 230px; }
        .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-wrapper {
          min-width: calc(100% - 255px); } }
  @media (min-width: 1200px) {
    .halo_multilevel-category-filter .form-field {
      width: 30%;
      margin: 0 10px 0 0;
      display: inline-block; }
    .halo_multilevel-category-filter .group-button {
      width: auto;
      min-width: 132px; }
      .page-type-default.home-layout-3 .halo_multilevel-category-filter .group-button {
        margin-left: 15px; } }

.halo_MultiCategory.layout-2 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  width: 100%; }
  .halo_MultiCategory.layout-2 .halo_multilevel-category-filter > .form-label {
    color: black; }
  .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select span {
    display: none; }
  @media (min-width: 551px) {
    .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button {
      min-width: 150px; }
      .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button .button {
        padding: 0 15px;
        height: 40px;
        min-width: 40px;
        line-height: 36px;
        width: auto; }
      .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select {
        padding: 0;
        height: 40px;
        line-height: 36px; } }
  @media (min-width: 1200px) {
    .halo_MultiCategory.layout-2 {
      border-radius: 3px;
      padding: 15px 30px 25px;
      margin-bottom: 30px; }
      .halo_MultiCategory.layout-2 .halo_multilevel-category-filter {
        display: block;
        text-align: left; }
        .halo_MultiCategory.layout-2 .halo_multilevel-category-filter > .form-label {
          display: block;
          margin-right: 0;
          text-align: left;
          margin-bottom: 18px; }
          .halo_MultiCategory.layout-2 .halo_multilevel-category-filter > .form-label .title {
            font-size: 16px;
            margin-bottom: 2px; }
        .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .form-wrapper {
          display: block; }
        .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .form-field {
          width: 100%;
          display: block;
          margin: 0 0 15px 0; }
        .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button {
          display: block; }
          .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button .button {
            display: block;
            width: 100%; }
            .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button .button + .button {
              margin: 12px 0 0 0; }
          .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select {
            display: inline-block;
            border-color: transparent;
            background-color: transparent;
            box-shadow: none;
            text-transform: capitalize;
            font-size: 12px;
            line-height: 20px;
            height: auto;
            color: #323232;
            font-family: "Open Sans", Arial, Helvetica, sans-serif; }
            .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select .icon {
              margin-right: 5px; }
            .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select svg {
              fill: #323232; }
            .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select span {
              display: inline-block;
              vertical-align: middle;
              text-decoration: underline;
              text-underline-position: under;
              margin-left: 5px; }
            .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select:hover, .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select:focus, .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select:active {
              color: #323232; }
              .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select:hover svg, .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select:focus svg, .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select:active svg {
                fill: #323232; } }

#featuredCates .page-heading {
  margin-bottom: 10px; }
  @media (max-width: 550px) {
    #featuredCates .page-heading {
      font-size: 20px; } }
  @media (min-width: 551px) {
    #featuredCates .page-heading {
      margin-bottom: 22px; } }

#featuredCates .slick-slider {
  margin-bottom: 0; }

#featuredCates .slick-dots {
  bottom: -18px; }

.featuredCates--card {
  overflow: hidden;
  text-align: left;
  position: relative;
  font-size: 1rem;
  background-color: #ffffff; }
  .featuredCates--card + .featuredCates--card {
    margin-top: 16px; }
  .featuredCates--card > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    position: absolute; }
  .featuredCates--card .featuredCates--figure {
    margin: 0;
    display: block;
    padding-bottom: 10px;
    margin-bottom: -5px; }
  .featuredCates--card .featuredCates--body {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    padding: 15px 23px; }
    .featuredCates--card .featuredCates--body:before {
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      width: 100%;
      height: 45px;
      display: block;
      position: absolute;
      transition: all 0.25s ease;
      background-color: #ffffff; }
  .featuredCates--card .title {
    z-index: 2;
    line-height: 1;
    font-size: 16px;
    margin: 0 0 10px 0;
    max-width: 280px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    transform: translateY(-20px);
    transition: all 0.25s ease;
    display: inline-block;
    padding: 0 0 6px 0; }
    .featuredCates--card .title a {
      color: inherit; }
  .featuredCates--card .description {
    position: relative;
    padding-right: 5px;
    color: #8c8c8c; }
    .featuredCates--card .description p {
      line-height: 1;
      margin-bottom: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 280px; }
    .featuredCates--card .description svg {
      fill: #8c8c8c;
      top: -3px;
      right: -10px;
      height: 18px;
      width: 18px;
      position: absolute; }
  @media (min-width: 551px) {
    .featuredCates--card {
      width: 380px; } }
  @media (min-width: 1025px) {
    .featuredCates--card + .featuredCates--card {
      margin-top: 30px; }
    .featuredCates--card .featuredCates--figure img {
      transition: all 0.25s ease; }
    .featuredCates--card:hover .title {
      transform: translateY(0); }
    .featuredCates--card:hover .featuredCates--figure img {
      transform: scale3d(1.1, 1.1, 1); }
    .featuredCates--card:hover .featuredCates--body:before {
      height: 70px; } }

#popularCates {
  padding-top: 30px;
  padding-bottom: 30px; }
  #popularCates .page-heading {
    font-size: 20px;
    margin-bottom: 15px; }
  @media (max-width: 1199px) {
    #popularCates .c-2 {
      padding-left: 7.5px;
      padding-right: 7.5px; }
      #popularCates .c-2 .item {
        padding-left: 7.5px;
        padding-right: 7.5px; } }
  @media (max-width: 1024px) {
    #popularCates .c-2 {
      padding: 0;
      white-space: nowrap;
      overflow-y: auto; }
      #popularCates .c-2 .popularCates--card {
        white-space: normal; }
      #popularCates .c-2 .item {
        width: 80%;
        padding: 0; }
        #popularCates .c-2 .item img {
          width: 100%;
          min-height: 270px;
          object-fit: cover; }
        #popularCates .c-2 .item + .item {
          padding-left: 15px;
          margin: 0; }
      #popularCates .c-2 .p-t {
        padding-top: 0; } }
  #popularCates .item-col-2 {
    white-space: nowrap; }
    #popularCates .item-col-2 .item-child {
      display: inline-block;
      vertical-align: top; }
      #popularCates .item-col-2 .item-child .popularCates--card {
        margin-top: 0; }
        #popularCates .item-col-2 .item-child .popularCates--card .popularCates--body {
          padding: 0 15px; }
      #popularCates .item-col-2 .item-child:first-child {
        padding-right: 7px; }
      #popularCates .item-col-2 .item-child:last-child {
        padding-left: 7px; }
      @media (min-width: 1025px) {
        #popularCates .item-col-2 .item-child {
          width: 50%; } }
      @media (min-width: 1200px) {
        #popularCates .item-col-2 .item-child:first-child {
          padding-right: 15px; }
        #popularCates .item-col-2 .item-child:last-child {
          padding-left: 15px; }
        #popularCates .item-col-2 .item-child .popularCates--card .popularCates--body {
          padding: 10px 15px; } }
      @media (min-width: 1400px) {
        #popularCates .item-col-2 .item-child .popularCates--card .popularCates--body {
          padding: 17px 35px; } }
  @media (max-width: 1199px) {
    #popularCates .p-t {
      padding-top: 15px; } }
  @media (max-width: 550px) {
    #popularCates .p-t {
      padding-top: 0; } }
  @media (min-width: 551px) {
    #popularCates {
      padding-top: 10px;
      padding-bottom: 60px; }
      #popularCates .page-heading {
        font-size: 22px;
        margin-bottom: 25px; }
      .home-layout-2 #popularCates {
        padding-top: 0;
        padding-bottom: 25px; }
        .home-layout-2 #popularCates .page-heading {
          margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    #popularCates .w-30 {
      width: 33.3334%; }
    #popularCates .w-70 {
      width: 66.6667%; }
    .home-layout-3 #popularCates {
      padding-top: 40px;
      padding-bottom: 0; } }

#popularCates-2 .item {
  padding-top: 0; }

.popularCates--card {
  overflow: hidden;
  text-align: left;
  position: relative;
  font-size: 1rem;
  transition: all 0.25s ease; }
  .popularCates--card > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    position: absolute; }
  .popularCates--card .popularCates--figure {
    margin: 0;
    display: block; }
    .popularCates--card .popularCates--figure:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      transition: all .3s ease;
      background-color: rgba(35, 36, 41, 0.6); }
      @media (min-width: 1025px) {
        .popularCates--card .popularCates--figure:before {
          background-color: rgba(35, 36, 41, 0.4); } }
      .home-layout-2 .popularCates--card .popularCates--figure:before,
      .home-layout-3 .popularCates--card .popularCates--figure:before {
        background-color: rgba(35, 36, 41, 0.4); }
        @media (min-width: 1025px) {
          .home-layout-2 .popularCates--card .popularCates--figure:before,
          .home-layout-3 .popularCates--card .popularCates--figure:before {
            background-color: transparent; } }
  .popularCates--card .popularCates--body {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    padding: 0 15px; }
    .home-layout-3 .popularCates--card .popularCates--body {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 30px !important; }
      .home-layout-3 .popularCates--card .popularCates--body .title {
        font-size: 22px; }
      .home-layout-3 .popularCates--card .popularCates--body .description {
        font-weight: 700; }
      .home-layout-3 .popularCates--card .popularCates--body .button {
        max-width: 126px; }
      @media (min-width: 1400px) {
        .home-layout-3 .popularCates--card .popularCates--body {
          padding: 30px 35px 35px !important; } }
    @media (min-width: 1200px) {
      .popularCates--card .popularCates--body {
        padding: 10px 15px; } }
    @media (min-width: 1400px) {
      .popularCates--card .popularCates--body {
        padding: 17px 35px; } }
  .popularCates--card .title {
    z-index: 2;
    line-height: 1;
    font-size: 30px;
    margin: 0 0 5px 0;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    transition: all 0.25s ease;
    display: inline-block;
    padding: 0 0 6px 0;
    color: #ffffff; }
    .popularCates--card .title a {
      color: inherit; }
  .popularCates--card .description {
    position: relative;
    padding-right: 5px;
    color: #ffffff; }
  @media (min-width: 1025px) {
    .popularCates--card .popularCates--figure img {
      transition: all 0.25s ease; }
    .popularCates--card:hover .popularCates--figure img {
      transform: scale3d(1.1, 1.1, 1); }
    .popularCates--card:hover .popularCates--figure:before {
      background-color: rgba(35, 36, 41, 0.6); }
      .home-layout-2 .popularCates--card:hover .popularCates--figure:before,
      .home-layout-3 .popularCates--card:hover .popularCates--figure:before {
        background-color: rgba(35, 36, 41, 0.4); } }

.halo-video-popup {
  background-color: transparent;
  overflow: initial; }
  @media (min-width: 1025px) {
    .halo-video-popup .modal-close {
      right: -16px;
      top: -16px;
      transform: none;
      color: #fff;
      background-color: #000;
      width: 32px;
      height: 32px;
      font-size: 26px;
      line-height: 32px; } }
  .halo-video-popup .modal-body {
    padding: 0;
    overflow: initial; }

.video-popup-main iframe {
  width: 100%;
  min-height: 270px; }
  @media (min-width: 768px) {
    .video-popup-main iframe {
      min-height: 510px; } }

#popularBrands {
  padding-top: 25px;
  border-bottom: 1px solid #eeeeee; }
  .home-layout-3 #popularBrands {
    padding-bottom: 30px; }
    @media (min-width: 1025px) {
      .home-layout-3 #popularBrands {
        padding-bottom: 65px; } }
  #popularBrands .page-heading {
    font-size: 20px;
    margin-bottom: 10px; }
    #popularBrands .page-heading + .description {
      line-height: 20px;
      color: #3c3c3c;
      padding: 0 10px;
      margin: 0 auto 40px; }
      @media (min-width: 551px) {
        #popularBrands .page-heading + .description {
          max-width: 660px;
          padding: 0 15px; } }
  @media (min-width: 551px) {
    #popularBrands .page-heading {
      font-size: 22px;
      margin-bottom: 25px; }
      .home-layout-3 #popularBrands .page-heading {
        margin-bottom: 15px; } }

.popularBrands--header + .popularBrands--container {
  z-index: 2;
  margin: 35px auto 0;
  position: relative;
  max-width: 1230px; }
  .popularBrands--header + .popularBrands--container.layout-2 {
    max-width: 1210px; }
    .popularBrands--header + .popularBrands--container.layout-2 .popularBrands--carousel .item {
      padding: 0 10px; }
  .popularBrands--header + .popularBrands--container .popularBrands--heading {
    margin: 0 15px; }
  .popularBrands--header + .popularBrands--container .page-heading {
    font-size: 18px;
    margin-bottom: 28px; }
  .popularBrands--header + .popularBrands--container .popularBrands--carousel {
    margin-bottom: 25px; }
    .popularBrands--header + .popularBrands--container .popularBrands--carousel .slick-dots {
      bottom: -15px; }
    .popularBrands--header + .popularBrands--container .popularBrands--carousel:not(.slick-initialized) {
      white-space: nowrap;
      overflow: hidden; }
      .popularBrands--header + .popularBrands--container .popularBrands--carousel:not(.slick-initialized) .item {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        width: 33.3334%; }
        @media (max-width: 1024px) {
          .popularBrands--header + .popularBrands--container .popularBrands--carousel:not(.slick-initialized) .item {
            width: 50%; } }
        @media (max-width: 550px) {
          .popularBrands--header + .popularBrands--container .popularBrands--carousel:not(.slick-initialized) .item {
            width: 100%; } }
  @media (min-width: 551px) {
    .popularBrands--header + .popularBrands--container {
      margin: 30px auto 0; }
      .popularBrands--header + .popularBrands--container .halo-link {
        font-weight: 400;
        letter-spacing: 0.02em; } }
  @media (min-width: 1025px) {
    .popularBrands--header + .popularBrands--container {
      z-index: 2;
      position: relative;
      margin-top: -120px; }
      .popularBrands--header + .popularBrands--container .popularBrands--carousel {
        margin-bottom: 20px; }
        .popularBrands--header + .popularBrands--container .popularBrands--carousel .slick-dots {
          bottom: -20px; }
        .home-layout-3 .popularBrands--header + .popularBrands--container .popularBrands--carousel {
          margin-bottom: 40px; }
      .popularBrands--header + .popularBrands--container .popularBrands--heading {
        color: #ffffff; }
        .popularBrands--header + .popularBrands--container .popularBrands--heading .page-heading,
        .popularBrands--header + .popularBrands--container .popularBrands--heading .halo-link {
          color: #ffffff; }
      .home-layout-3 .popularBrands--header + .popularBrands--container {
        margin-top: -135px; } }

.popularBrands--video {
  color: #323232;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden; }
  .popularBrands--video .popularBrands--image {
    width: 100%;
    position: relative;
    z-index: 1; }
  .popularBrands--video .container {
    z-index: 2; }
  .popularBrands--video .popularBrands--body {
    width: 100%;
    margin: auto;
    max-width: 600px;
    padding-top: 10px; }
    @media (min-width: 551px) {
      .popularBrands--video .popularBrands--body {
        padding-top: 30px; } }
  .popularBrands--video .title {
    color: #323232;
    font-size: 15px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 3px 0;
    text-transform: capitalize; }
    @media (min-width: 551px) {
      .popularBrands--video .title {
        margin: 0 0 17px 0; }
        .home-layout-3 .popularBrands--video .title {
          margin: 0 0 22px 0; } }
  .popularBrands--video .description {
    line-height: 22px; }
  .popularBrands--video .button-group {
    margin-top: 10px; }
    .popularBrands--video .button-group .button {
      width: 211px;
      height: 42px;
      line-height: 40px;
      display: block;
      margin: 0 auto; }
      .popularBrands--video .button-group .button + .button {
        margin-top: 15px; }
    @media (min-width: 551px) {
      .popularBrands--video .button-group {
        margin-top: 30px; } }
  @media (min-width: 551px) {
    .popularBrands--video .title {
      font-size: 18px; }
    .popularBrands--video .button-group {
      margin-top: 42px; }
      .popularBrands--video .button-group .button {
        display: inline-block; }
        .popularBrands--video .button-group .button + .button {
          margin-top: 0;
          margin-left: 25px; }
    .popularBrands--video .popularBrands--body {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 1025px) {
    .popularBrands--video {
      padding: 60px 0 220px;
      background-attachment: fixed;
      color: #ffffff; }
      .home-layout-3 .popularBrands--video {
        padding: 70px 0 220px; }
      .popularBrands--video:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        display: block;
        z-index: 2;
        position: absolute;
        opacity: 0.5;
        background-color: #232428; }
      .popularBrands--video .title {
        font-size: 24px;
        color: #ffffff; }
        .home-layout-3 .popularBrands--video .title {
          font-size: 36px; }
      .popularBrands--video .popularBrands--image {
        top: 50%;
        left: 50%;
        width: auto;
        height: 100%;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        z-index: 1;
        transform: translate(-50%, -50%); }
      .popularBrands--video .popularBrands--body {
        padding-top: 0px;
        padding-bottom: 0px; }
      .popularBrands--video .button--white {
        border: 1px solid #ffffff; } }

.popularBrands--content {
  padding: 0 10px; }
  .popularBrands--content .description-showmore {
    max-height: 70px;
    overflow: hidden; }
  @media (min-width: 551px) {
    .popularBrands--content {
      padding: 0 15px; } }

.popularBrands--card {
  position: relative;
  transition: all 0.25s ease; }
  .popularBrands--card > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    position: absolute; }
  .popularBrands--card .popularBrands--figure {
    position: relative;
    overflow: hidden;
    margin: 0; }
    .popularBrands--card .popularBrands--figure img {
      transition: all 0.25s ease; }
    .popularBrands--container.layout-2 .popularBrands--card .popularBrands--figure:after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      opacity: 0;
      content: '';
      position: absolute;
      visibility: hidden;
      transition: all .3s ease;
      background-color: rgba(0, 0, 0, 0.3); }
  .popularBrands--card .icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    max-width: 74px; }
  .popularBrands--card .popularBrands--body {
    padding: 20px 23px 21px;
    background-color: #5b6575; }
    .popularBrands--container.layout-2 .popularBrands--card .popularBrands--body {
      position: absolute;
      bottom: 0;
      background-color: transparent;
      padding: 20px 35px 35px;
      z-index: 5; }
  .popularBrands--card .title {
    z-index: 2;
    line-height: 1;
    font-size: 18px;
    margin: 0 0 5px 0;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    transition: all 0.25s ease;
    display: inline-block;
    padding: 0 0 6px 0;
    color: #ffffff; }
    .popularBrands--container.layout-2 .popularBrands--card .title {
      font-size: 22px; }
  .popularBrands--card .description {
    position: relative;
    padding-right: 5px; }
    .popularBrands--card .description p {
      font-size: 12px;
      line-height: 1;
      margin-bottom: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      color: #bcbfc5; }
    .popularBrands--card .description svg {
      fill: #bcbfc5;
      top: -3px;
      right: -10px;
      height: 18px;
      width: 18px;
      position: absolute; }
    .popularBrands--container.layout-2 .popularBrands--card .description {
      font-weight: 700; }
      .popularBrands--container.layout-2 .popularBrands--card .description p,
      .popularBrands--container.layout-2 .popularBrands--card .description svg {
        color: #ffffff; }
  @media (min-width: 1025px) {
    .popularBrands--card:hover .popularBrands--figure img:not(.icon-video) {
      transform: scale3d(1.1, 1.1, 1); }
    .popularBrands--container.layout-2 .popularBrands--card:hover .popularBrands--figure:after {
      opacity: 1;
      visibility: visible; } }

.popularBrands--carousel .item {
  padding: 0 15px; }
  @media (max-width: 550px) {
    .popularBrands--carousel .item {
      padding: 0 10px; } }

.popularBrands--carousel:not(.slick-initialized) .item:nth-child(n+4) {
  display: none; }

#recentPosts {
  padding: 0 0 30px;
  border-bottom: 1px solid #ededed; }
  .home-layout-3 #recentPosts {
    padding-top: 20px;
    border-bottom: none; }
  @media (min-width: 1025px) {
    #recentPosts {
      padding: 0 0 60px; }
      .home-layout-3 #recentPosts {
        padding-top: 50px; } }
  #recentPosts .container {
    padding: 0; }
  #recentPosts .halo-block-header {
    text-align: center;
    position: relative;
    padding: 20px 10px 0;
    margin-bottom: 15px; }
    @media (min-width: 1025px) {
      .home-layout-2 #recentPosts .halo-block-header {
        text-align: left; }
        .home-layout-2 #recentPosts .halo-block-header:not(.item) {
          display: none; } }
    .home-layout-3 #recentPosts .halo-block-header {
      text-align: left; }
    #recentPosts .halo-block-header .title {
      font-weight: 700;
      margin: 0;
      padding: 0 0 5px; }
      @media (max-width: 550px) {
        #recentPosts .halo-block-header .title {
          font-size: 20px; } }
      .home-layout-2 #recentPosts .halo-block-header .title {
        font-size: 20px;
        padding: 0 0 25px; }
    #recentPosts .halo-block-header .desc {
      max-width: 500px;
      margin: auto; }
      #recentPosts .halo-block-header .desc p {
        font-size: 12px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 0; }
    #recentPosts .halo-block-header .link a {
      font-size: 12px;
      font-weight: 700;
      line-height: 22px;
      color: red;
      background: transparent;
      text-transform: capitalize;
      position: absolute;
      right: 10px;
      bottom: 8px; }
      .home-layout-2 #recentPosts .halo-block-header .link a {
        position: unset; }
      #recentPosts .halo-block-header .link a span {
        display: inline-block;
        vertical-align: middle;
        text-decoration: underline;
        text-underline-position: under; }
      @media (min-width: 1025px) {
        #recentPosts .halo-block-header .link a {
          right: 0; } }
    #recentPosts .halo-block-header .link svg {
      fill: red;
      height: 25px;
      width: 18px;
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 551px) {
      #recentPosts .halo-block-header {
        padding: 20px 15px 0;
        margin-bottom: 20px; } }
    @media (min-width: 1025px) {
      #recentPosts .halo-block-header {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        #recentPosts .halo-block-header .desc {
          max-width: 270px;
          margin: 0; }
        .home-layout-2 #recentPosts .halo-block-header,
        .home-layout-3 #recentPosts .halo-block-header {
          display: block; } }
  #recentPosts .halo-recent-post {
    padding: 0; }
    #recentPosts .halo-recent-post .item {
      margin: 0;
      padding: 0 10px;
      outline: none;
      white-space: normal; }
      #recentPosts .halo-recent-post .item .item-content {
        text-align: left;
        max-width: 100%;
        margin: 0 auto; }
        #recentPosts .halo-recent-post .item .item-content .date {
          font-size: 12px;
          line-height: 24px;
          letter-spacing: 0;
          color: #8c8c8c;
          margin-bottom: 14px; }
          .home-layout-2 #recentPosts .halo-recent-post .item .item-content .date {
            font-weight: 700; }
        #recentPosts .halo-recent-post .item .item-content .title {
          font-size: 18px;
          line-height: 28px;
          letter-spacing: 0;
          font-weight: 700;
          margin-top: 20px;
          margin-bottom: 3px; }
          #recentPosts .halo-recent-post .item .item-content .title a {
            text-decoration: unset; }
          .home-layout-2 #recentPosts .halo-recent-post .item .item-content .title {
            margin-top: 22px; }
          .home-layout-3 #recentPosts .halo-recent-post .item .item-content .title {
            margin-top: 22px; }
        #recentPosts .halo-recent-post .item .item-content .summary {
          font-size: 12px;
          letter-spacing: 0;
          line-height: 20px;
          margin-bottom: 18px;
          color: #3c3c3c; }
          .home-layout-2 #recentPosts .halo-recent-post .item .item-content .summary {
            font-weight: 700; }
        #recentPosts .halo-recent-post .item .item-content .link {
          font-size: 12px;
          font-weight: 700; }
          .home-layout-2 #recentPosts .halo-recent-post .item .item-content .link {
            color: red;
            text-decoration: underline;
            text-underline-position: under;
            margin-left: 3px; }
        @media (min-width: 1600px) {
          #recentPosts .halo-recent-post .item .item-content {
            padding-right: 30px; }
            .home-layout-2 #recentPosts .halo-recent-post .item .item-content {
              padding-right: 0; } }
      @media (min-width: 768px) {
        #recentPosts .halo-recent-post .item {
          padding: 0 15px; } }
    #recentPosts .halo-recent-post:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: auto;
      font-size: 0;
      letter-spacing: 0; }
      @media (min-width: 1025px) {
        #recentPosts .halo-recent-post:not(.slick-initialized) {
          overflow: hidden; } }
      #recentPosts .halo-recent-post:not(.slick-initialized) .item {
        display: inline-block;
        vertical-align: top;
        width: 33.3333333%;
        overflow: hidden; }
        .home-layout-2 #recentPosts .halo-recent-post:not(.slick-initialized) .item {
          width: 25%; }
          .home-layout-2 #recentPosts .halo-recent-post:not(.slick-initialized) .item:nth-child(n+5) {
            display: none; }
        @media (max-width: 1199px) {
          #recentPosts .halo-recent-post:not(.slick-initialized) .item {
            width: 50%; }
            #recentPosts .halo-recent-post:not(.slick-initialized) .item:nth-child(n+3) {
              display: none; } }
        @media (max-width: 767px) {
          #recentPosts .halo-recent-post:not(.slick-initialized) .item {
            width: 100%; }
            #recentPosts .halo-recent-post:not(.slick-initialized) .item:nth-child(n+2) {
              display: none; } }
      .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) {
        white-space: normal;
        overflow: hidden; }
        .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items {
          width: 100%;
          display: inline-block;
          vertical-align: top;
          margin-right: 0;
          padding: 0 15px; }
          .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items:first-child {
            padding-bottom: 15px; }
          .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items:last-child .title {
            position: relative;
            top: -3px;
            margin-top: 0; }
          .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items .item {
            width: 100%;
            padding: 0; }
          .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item {
            display: table;
            margin-top: -5px; }
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item .item-image,
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item .item-content {
              display: table-cell;
              vertical-align: top; }
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item .item-image {
              width: 100px;
              padding-top: 5px; }
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item .item-content {
              padding-left: 15px; }
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item + .item {
              margin-top: 10px; }
          @media (min-width: 768px) {
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items {
              width: 50%; }
              .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items:first-child {
                padding-bottom: 0; } }
          @media (min-width: 1025px) {
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item .item-image {
              width: 190px; }
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item .item-content {
              padding-left: 30px; }
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item + .item {
              margin-top: 50px; } }
    #recentPosts .halo-recent-post.slick-dotted {
      margin-bottom: 0; }
    @media (max-width: 1024px) {
      #recentPosts .halo-recent-post .halo-block-header {
        display: none; } }
    @media (max-width: 1399px) {
      #recentPosts .halo-recent-post {
        margin: 0; } }
  #recentPosts .slick-dots {
    bottom: -5px; }
    #recentPosts .slick-dots li button {
      height: 10px;
      width: 10px; }
      #recentPosts .slick-dots li button:before {
        height: 10px;
        width: 10px; }
  #recentPosts .halo-recent-post .item-image a {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    background-color: #f9f9f9; }
    #recentPosts .halo-recent-post .item-image a::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 65.78947%;
      width: 100%; }
    #recentPosts .halo-recent-post .item-image a img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      transition: all .3s ease; }
  @media (max-width: 550px) {
    #recentPosts .halo-recent-post .slick-arrow.slick-prev {
      left: 15px; }
    #recentPosts .halo-recent-post .slick-arrow.slick-next {
      right: 15px; } }
  @media (min-width: 1025px) {
    #recentPosts {
      padding: 0 0 55px; }
      #recentPosts .container {
        padding: 0 15px; }
      #recentPosts .halo-recent-post {
        width: auto;
        min-width: 100%;
        overflow: visible; }
        #recentPosts .halo-recent-post .item {
          width: 100%;
          padding-left: 15px;
          padding-right: 15px; }
          #recentPosts .halo-recent-post .item.halo-block-header {
            position: relative;
            top: -8px; }
          #recentPosts .halo-recent-post .item .image-with-overlay:hover img {
            transform: scale3d(1.1, 1.1, 1); }
      .home-layout-2 #recentPosts {
        padding: 65px 0 22px; } }

#topBrands {
  padding: 30px 0; }
  .home-layout-2 #topBrands {
    border: none; }
  #topBrands .container {
    padding: 0; }
    #topBrands .container .topBrands--heading {
      padding: 0 10px; }
    @media (min-width: 768px) {
      #topBrands .container {
        padding: 0 15px; }
        #topBrands .container .topBrands--heading {
          padding: 0; } }
    .home-layout-2 #topBrands .container {
      max-width: 1630px; }
    @media (max-width: 1024px) {
      .home-layout-3 #topBrands .container {
        padding: 0 15px; } }
    @media (max-width: 550px) {
      .home-layout-3 #topBrands .container {
        padding: 0 10px; } }
  .home-layout-2 #topBrands .topBrands--heading {
    padding: 0 15px 15px; }
  @media (max-width: 550px) {
    #topBrands .page-heading {
      font-size: 20px;
      margin-bottom: 15px; } }
  .page-type-category #topBrands .page-heading {
    font-size: 22px;
    margin: 0 0 30px; }
  #topBrands .topBrands--item {
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7; }
    .home-layout-2 #topBrands .topBrands--item {
      border-color: #ffffff; }
    #topBrands .topBrands--item img {
      height: auto;
      margin: 0 auto; }
    #topBrands .topBrands--item + .topBrands--item {
      margin-top: 16px; }
    .page-type-category #topBrands .topBrands--item {
      border-color: #ffffff; }
  #topBrands .topBrands--carousel {
    padding: 0 5px; }
    #topBrands .topBrands--carousel.slick-initialized {
      margin-left: 0;
      margin-right: 0;
      display: block;
      list-style: none; }
      #topBrands .topBrands--carousel.slick-initialized .item {
        font-size: 0;
        line-height: 1;
        padding: 0 5px;
        vertical-align: top;
        text-align: center; }
        .home-layout-2 #topBrands .topBrands--carousel.slick-initialized .item {
          padding: 0; }
        @media (min-width: 768px) {
          #topBrands .topBrands--carousel.slick-initialized .item {
            padding: 0 15px; } }
      #topBrands .topBrands--carousel.slick-initialized .slick-slide div + div {
        margin-top: 10px; }
      .home-layout-2 #topBrands .topBrands--carousel.slick-initialized .slick-slide {
        padding: 0 5px; }
      @media (min-width: 551px) {
        .home-layout-2 #topBrands .topBrands--carousel.slick-initialized .slick-slide {
          padding: 0 7.5px; } }
      @media (min-width: 1025px) {
        .home-layout-2 #topBrands .topBrands--carousel.slick-initialized .slick-slide {
          padding: 0 15px; } }
      @media (min-width: 1400px) {
        #topBrands .topBrands--carousel.slick-initialized {
          margin: 0 -15px; }
          #topBrands .topBrands--carousel.slick-initialized .item {
            padding: 0 15px; }
          .home-layout-2 #topBrands .topBrands--carousel.slick-initialized {
            margin: 0; }
          .page-type-category #topBrands .topBrands--carousel.slick-initialized {
            margin: 0 -7px; }
            .page-type-category #topBrands .topBrands--carousel.slick-initialized .item {
              padding: 0 7px; } }
    #topBrands .topBrands--carousel:not(.slick-initialized) {
      overflow-y: hidden;
      overflow-x: auto;
      white-space: nowrap;
      font-size: 0; }
      #topBrands .topBrands--carousel:not(.slick-initialized) .item {
        font-size: 12px;
        white-space: normal;
        display: inline-block;
        vertical-align: top;
        padding-right: 15px;
        width: 40%; }
      @media (min-width: 1400px) {
        #topBrands .topBrands--carousel:not(.slick-initialized) {
          margin-left: -15px;
          margin-right: -15px; } }
    #topBrands .topBrands--carousel.layout-2 {
      background-color: white;
      margin-bottom: 0; }
      #topBrands .topBrands--carousel.layout-2 .slick-track .slick-slide .topBrands--item {
        border-right: 1px solid #f0f0f0; }
    @media (min-width: 551px) {
      #topBrands .topBrands--carousel {
        padding: 0; }
        #topBrands .topBrands--carousel.slick-initialized .slick-slide > div + div {
          margin-top: 15px; }
        #topBrands .topBrands--carousel:not(.slick-initialized) .item {
          width: 30%; } }
    @media (min-width: 768px) {
      #topBrands .topBrands--carousel:not(.slick-initialized) .item {
        width: 23%; } }
    @media (min-width: 1025px) {
      #topBrands .topBrands--carousel .item:hover .topBrands--item {
        border: 1px solid black; }
      #topBrands .topBrands--carousel.slick-initialized {
        padding: 0; }
        #topBrands .topBrands--carousel.slick-initialized .slick-slide > div + div {
          margin-top: 30px; }
      #topBrands .topBrands--carousel:not(.slick-initialized) .item {
        width: 16.6667%; }
        #topBrands .topBrands--carousel:not(.slick-initialized) .item:nth-child(n + 7) {
          display: none; }
      #topBrands .topBrands--carousel.layout-2 {
        text-align: left;
        display: block;
        overflow: visible;
        white-space: normal;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0px;
        padding-bottom: 0px; }
        #topBrands .topBrands--carousel.layout-2 .topBrands--item {
          position: relative;
          padding: 14px 12px 13px;
          min-width: 200px;
          border: none;
          border-radius: 0; }
          #topBrands .topBrands--carousel.layout-2 .topBrands--item:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.1);
            opacity: 0;
            visibility: hidden;
            transition: opacity .25s; }
          #topBrands .topBrands--carousel.layout-2 .topBrands--item:hover:after {
            opacity: 1;
            visibility: visible; }
        #topBrands .topBrands--carousel.layout-2 .item {
          padding: 0;
          width: 16.66666666666%;
          border-left: 1px solid #f0f0f0;
          border-bottom: 1px solid #f0f0f0; }
          #topBrands .topBrands--carousel.layout-2 .item:nth-child(n + 7) {
            border-bottom: 1px solid transparent; }
          #topBrands .topBrands--carousel.layout-2 .item:hover .topBrands--item {
            border-width: 0 1px 0 0; }
        #topBrands .topBrands--carousel.layout-2.slick-initialized .slick-slide > div + div {
          margin-top: 0; } }
  #topBrands .slick-arrow {
    border: none; }
    #topBrands .slick-arrow:before {
      width: 15px;
      height: 15px; }
      .page-type-category #topBrands .slick-arrow:before {
        width: 22px;
        height: 22px; }
    #topBrands .slick-arrow.slick-prev, #topBrands .slick-arrow.slick-next {
      width: 25px;
      height: 25px;
      top: 50%;
      transform: translateY(-50%);
      padding: 0;
      margin: 0; }
    #topBrands .slick-arrow.slick-prev {
      left: -30px; }
      .page-type-category #topBrands .slick-arrow.slick-prev {
        left: -40px; }
    #topBrands .slick-arrow.slick-next {
      right: -30px; }
      .page-type-category #topBrands .slick-arrow.slick-next {
        right: -40px; }
  @media (min-width: 551px) {
    #topBrands {
      padding: 40px 0; }
      .home-layout-2 #topBrands {
        padding: 20px 0 30px; }
      .home-layout-3 #topBrands {
        padding: 20px 0; }
      .page-type-category #topBrands {
        padding: 40px 0; } }
  @media (min-width: 1025px) {
    .home-layout-2 #topBrands {
      padding: 20px 0 50px; } }
  @media (min-width: 1400px) {
    .home-layout-2 #topBrands {
      padding: 20px 0 110px; }
    .page-type-category #topBrands {
      padding: 40px 0 75px; } }

.footer_contactUs {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }
  .footer_contactUs p,
  .footer_contactUs a,
  .footer_contactUs span {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .footer_contactUs span + a {
    margin-left: 4px; }
  .footer_contactUs strong {
    font-weight: 700;
    color: #323232; }
  .footer_contactUs a:not(.button) {
    color: inherit; }
    .footer_contactUs a:not(.button):hover {
      color: inherit; }
  .footer_contactUs .button {
    margin: 0;
    min-width: 140px;
    height: 36px;
    line-height: 32px;
    font-size: 14px; }
  .footer_contactUs .or1 {
    display: block;
    font-size: 0;
    line-height: 10px; }
  .footer_contactUs .or2 {
    display: block;
    margin: 5px 0; }
  @media (min-width: 551px) {
    .footer_contactUs .or1 {
      font-size: 12px;
      line-height: 20px;
      display: inline-block; } }
  @media (min-width: 1025px) {
    .footer_contactUs .or2 {
      margin: 0;
      display: inline-block; }
      .footer_contactUs .or2 + .button {
        margin-left: 15px; } }

@media (min-width: 1200px) {
  .footer_service:not(.layout-2) {
    display: flex; } }

@media (max-width: 1199px) {
  .footer_service:not(.layout-2) .service-item:nth-child(3), .footer_service:not(.layout-2) .service-item:nth-child(4) {
    border-bottom: none; } }

@media (min-width: 1200px) {
  .footer_service:not(.layout-3) {
    display: flex; } }

@media (max-width: 1199px) {
  .footer_service:not(.layout-3) .service-item:nth-child(3), .footer_service:not(.layout-3) .service-item:nth-child(4) {
    border-bottom: none; } }

@media (min-width: 1200px) {
  .footer_service.layout-2, .footer_service.layout-3 {
    display: block; } }

.footer_service .service-item {
  position: relative;
  text-align: center;
  padding: 24px 12px; }
  .footer_service .service-item .icon {
    height: 40px;
    width: 50px; }
    .footer_service .service-item .icon svg {
      fill: #484b51;
      stroke: #484b51; }
  .footer_service .service-item .title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 2px;
    line-height: 1.43;
    text-transform: capitalize;
    letter-spacing: 0.25px;
    color: #323232; }
  .footer_service .service-item .description {
    margin-bottom: 0;
    line-height: 1.83;
    font-size: 12px; }

@media (min-width: 375px) {
  .footer_service {
    font-size: 0; }
    .footer_service .service-item {
      display: inline-block;
      width: 50%;
      vertical-align: top;
      display: inline-block;
      font-size: 1rem; } }

@media (min-width: 551px) {
  .footer_service .service-item {
    width: 50%;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem;
    border-bottom: 1px solid #ededed;
    padding: 36px 20px 30px; }
    .footer_service .service-item:nth-child(2n+1) {
      border-right: 1px solid #ededed; }
    .footer_service .service-item:last-child {
      border-right: none; }
    .home-layout-2 .footer_service .service-item {
      border-bottom: none; }
      .home-layout-2 .footer_service .service-item:nth-child(2n+1) {
        border-right: none; } }

@media (min-width: 1025px) {
  .footer_service .service-item {
    width: 25%;
    border-left: 1px solid #ededed; }
    .footer_service .service-item:nth-child(2n+1) {
      border-right: none; }
    .footer_service .service-item:last-child {
      border-right: 1px solid #ededed; }
    .home-layout-2 .footer_service .service-item {
      border-left: none; }
      .home-layout-2 .footer_service .service-item:last-child {
        border-right: none; }
    .footer_service .service-item .title {
      font-size: 16px; } }

.footer_service.layout-2 {
  padding-top: 34px;
  padding-bottom: 24px;
  margin: 0;
  width: 100%; }
  .footer_service.layout-2 .service-item {
    border: none;
    padding: 0px; }
  .footer_service.layout-2 .service-wrapper {
    position: relative;
    text-align: left;
    display: table;
    margin: 0 auto;
    padding: 0; }
    .footer_service.layout-2 .service-wrapper .service-icon,
    .footer_service.layout-2 .service-wrapper .service-content {
      display: table-cell;
      vertical-align: middle; }
    .footer_service.layout-2 .service-wrapper .service-icon {
      width: 60px;
      height: 60px;
      padding: 18px;
      border-radius: 50%;
      border: 1px solid black; }
    .footer_service.layout-2 .service-wrapper .service-content {
      padding-left: 18px; }
    .footer_service.layout-2 .service-wrapper .icon {
      height: 2rem;
      width: 2rem; }
      .footer_service.layout-2 .service-wrapper .icon svg {
        fill: black;
        stroke: black; }
    .footer_service.layout-2 .service-wrapper .title {
      font-size: 12px;
      font-weight: 700;
      margin: 0 0 2px 0;
      line-height: 20px;
      text-transform: capitalize; }
    .footer_service.layout-2 .service-wrapper .text {
      font-size: 12px;
      font-weight: 700;
      color: #8d6600; }
      .footer_service.layout-2 .service-wrapper .text:last-child {
        margin-bottom: 0; }
  .footer_service.layout-2 .slick-dots {
    bottom: -10px; }
  @media (min-width: 1025px) {
    .footer_service.layout-2 {
      padding-bottom: 34px; }
      .footer_service.layout-2 .container {
        display: block;
        white-space: normal;
        overflow: visible; }
        .footer_service.layout-2 .container > .service-item {
          margin-right: 0;
          min-width: auto;
          padding: 10px; } }

.footer_service.layout-3 {
  padding-top: 29px;
  padding-bottom: 29px;
  margin: 0; }
  .footer_service.layout-3 .container {
    overflow: auto;
    display: flex;
    white-space: nowrap; }
    .footer_service.layout-3 .container > .service-item {
      vertical-align: top;
      display: inline-block;
      margin-right: 15px;
      white-space: normal;
      min-width: 240px; }
  .footer_service.layout-3 .service-item {
    padding: 0;
    border-left: none;
    border-bottom: none; }
    .footer_service.layout-3 .service-item:last-child {
      border-right: none; }
    .footer_service.layout-3 .service-item .icon svg {
      fill: black;
      stroke: black; }
    .footer_service.layout-3 .service-item .title,
    .footer_service.layout-3 .service-item .text {
      color: black; }
    @media (min-width: 551px) {
      .footer_service.layout-3 .service-item + .service-item:before {
        content: '';
        position: absolute;
        height: 44px;
        width: 1px;
        background-color: black;
        left: 0;
        top: 0; } }
  .footer_service.layout-3 .service-wrapper {
    position: relative;
    text-align: left;
    display: table;
    margin: 0 auto;
    padding: 2px 10px; }
    .footer_service.layout-3 .service-wrapper .service-icon,
    .footer_service.layout-3 .service-wrapper .service-content {
      display: table-cell;
      vertical-align: top; }
    .footer_service.layout-3 .service-wrapper .service-icon {
      width: 30px;
      padding-top: 5px; }
    .footer_service.layout-3 .service-wrapper .service-content {
      padding-left: 18px; }
    .footer_service.layout-3 .service-wrapper .icon {
      height: 2.5rem;
      width: 2.5rem; }
    .footer_service.layout-3 .service-wrapper .title {
      font-size: 12px;
      font-weight: 700;
      margin: 0 0 2px 0;
      line-height: 20px;
      text-transform: capitalize; }
    .footer_service.layout-3 .service-wrapper .text {
      font-size: 12px;
      font-weight: 400; }
      .footer_service.layout-3 .service-wrapper .text:last-child {
        margin-bottom: 0; }
  .footer_service.layout-3 .slick-dots {
    bottom: -10px; }
  @media (min-width: 1025px) {
    .footer_service.layout-3 .container {
      display: block;
      white-space: normal;
      overflow: visible; }
      .footer_service.layout-3 .container > .service-item {
        margin-right: 0;
        min-width: auto; } }

.halo-home-section-top {
  display: block;
  font-size: 0; }
  .halo-home-section-top .container {
    padding: 0; }
    @media (max-width: 1024px) {
      .halo-home-section-top .container .halo-block-product {
        padding-left: 15px;
        padding-right: 15px; }
      .halo-home-section-top .container .halo-home-section-right .halo-block-product {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 550px) {
      .halo-home-section-top .container .halo-block-product {
        padding-left: 0;
        padding-right: 0; }
      .halo-home-section-top .container .halo-home-section-right .halo-block-product {
        padding-left: 0;
        padding-right: 0; } }
  .halo-home-section-top .halo-home-section-left,
  .halo-home-section-top .halo-home-section-right {
    display: block;
    font-size: 12px;
    width: 100%; }
  .halo-home-section-top .halo-home-section-right .page-heading {
    text-align: center;
    margin-bottom: 28px;
    width: 100%; }
  .halo-home-section-top .halo-home-section-right #halo-product-by-cate-block-2 {
    margin-top: 30px; }
  .halo-home-section-top .halo-home-section-right .halo-home-section:not(.halo-home-section-fillter) {
    text-align: center; }
  .halo-home-section-top .halo-home-section-right .card-brand img {
    margin: 0 auto; }
  @media (max-width: 1399px) {
    .halo-home-section-top .halo-home-section-right {
      display: flex;
      border-top: 1px solid #eeeeee;
      border-bottom: 1px solid #eeeeee;
      padding: 30px 0 10px; }
      .halo-home-section-top .halo-home-section-right .halo-block-product {
        width: 50%; }
        .halo-home-section-top .halo-home-section-right .halo-block-product#halo-product-by-cate-block-1 .productCarousel-slide {
          width: 50%;
          display: inline-block;
          vertical-align: top;
          margin: 0; }
        .halo-home-section-top .halo-home-section-right .halo-block-product#halo-product-by-cate-block-1 .link {
          display: none; }
        .halo-home-section-top .halo-home-section-right .halo-block-product#halo-product-by-cate-block-2 {
          margin: 0; } }
  @media (max-width: 767px) {
    .halo-home-section-top .halo-home-section-right {
      display: block; }
      .halo-home-section-top .halo-home-section-right .halo-block-product {
        width: 100%; }
        .halo-home-section-top .halo-home-section-right .halo-block-product#halo-product-by-cate-block-2 {
          padding-top: 30px;
          margin-top: 20px;
          border-top: 1px solid #eeeeee; } }
  .halo-home-section-top .halo-home-section-left .category-filter-mobile {
    margin-top: 0; }
    .halo-home-section-top .halo-home-section-left .category-filter-mobile #halo_select-browse {
      font-size: 13px; }
    .halo-home-section-top .halo-home-section-left .category-filter-mobile #halo_clear-select {
      font-size: 0; }
    .halo-home-section-top .halo-home-section-left .category-filter-mobile .group-button {
      min-width: 147px; }
    .halo-home-section-top .halo-home-section-left .category-filter-mobile .halo_MultiCategory {
      width: 100%;
      color: black;
      padding: 20px 10px;
      position: unset;
      transform: none; }
    .halo-home-section-top .halo-home-section-left .category-filter-mobile .halo_multilevel-category-filter {
      max-width: 100%; }
    @media (min-width: 551px) {
      .halo-home-section-top .halo-home-section-left .category-filter-mobile .halo_MultiCategory {
        padding: 20px 15px; }
      .halo-home-section-top .halo-home-section-left .category-filter-mobile #halo_select-browse {
        min-width: 75px;
        width: 75px; } }
    @media (min-width: 1025px) {
      .halo-home-section-top .halo-home-section-left .category-filter-mobile {
        margin-top: 50px; } }
  .halo-home-section-top .halo-home-section-left .halo-block-product:not(.halo-home-section) .slick-prev {
    left: 15px; }
  .halo-home-section-top .halo-home-section-left .halo-block-product:not(.halo-home-section) .slick-next {
    right: -15px; }
  @media (min-width: 1025px) {
    .halo-home-section-top .halo-home-section-left .halo-block-product:not(.halo-home-section) {
      margin-right: 30px; } }
  .halo-home-section-top .halo-product-by-cate-block-1 .productCarousel-slide + .productCarousel-slide {
    margin-top: 45px; }
  @media (min-width: 1025px) {
    .halo-home-section-top .container {
      padding: 0 15px; } }
  @media (min-width: 1400px) {
    .halo-home-section-top .halo-home-section-left,
    .halo-home-section-top .halo-home-section-right {
      display: inline-block;
      vertical-align: top;
      font-size: 12px; }
    .halo-home-section-top .halo-home-section-left {
      width: calc(100% - 300px); }
      .halo-home-section-top .halo-home-section-left .category-filter-mobile {
        margin: 0; }
    .halo-home-section-top .halo-home-section-right {
      width: 300px; }
      .halo-home-section-top .halo-home-section-right .card {
        text-align: center; }
        .halo-home-section-top .halo-home-section-right .card .card-body {
          text-align: center; }
        .halo-home-section-top .halo-home-section-right .card .card-img-container {
          max-width: 170px;
          margin: 0 auto; }
        .halo-home-section-top .halo-home-section-right .card .card-price {
          justify-content: center; }
      .halo-home-section-top .halo-home-section-right #halo-product-by-cate-block-2 {
        margin-top: -1px;
        border-top: none;
        padding-top: none; }
      .halo-home-section-top .halo-home-section-right .halo-home-section-fillter {
        margin-top: 30px;
        padding-bottom: 5px; }
      .halo-home-section-top .halo-home-section-right .productCarousel .slick-slide > div + div {
        margin-top: 50px; }
      .halo-home-section-top .halo-home-section-right .halo-home-section:not(.halo-home-section-fillter) {
        border: 1px solid #f0f0f0;
        padding: 20px 20px 28px; } }

#categoryCustom {
  padding-top: 46px;
  padding-bottom: 25px; }
  #categoryCustom .categoryCustom-carousel:not(.slick-initialized) {
    white-space: nowrap;
    overflow-x: auto; }
    #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item {
      white-space: normal;
      display: inline-block;
      vertical-align: top;
      width: 20%; }
      #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item:nth-child(n+6) {
        display: none; }
    @media (max-width: 1024px) {
      #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item {
        width: 33.3334%; }
        #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item:nth-child(n+4) {
          display: none; } }
    @media (max-width: 550px) {
      #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item {
        width: 50%; }
        #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item:nth-child(n+3) {
          display: none; } }
    @media (max-width: 374px) {
      #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item {
        width: 100%; }
        #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item:nth-child(n+2) {
          display: none; } }
  #categoryCustom .item {
    padding: 0 10px; }
  #categoryCustom .slick-dots {
    bottom: -15px; }
  @media (min-width: 551px) {
    #categoryCustom .item {
      padding: 0 15px; } }
  @media (min-width: 1200px) {
    #categoryCustom .categoryCustom-carousel {
      margin: 0 -15px; }
    #categoryCustom .item {
      padding: 0 15px; } }

.categoryCustom-wrapper .title {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 10px; }

.categoryCustom-wrapper .desc {
  font-weight: 700;
  color: #383e47; }

.halo-home-section-bottom .halo-product-by-cate-block {
  padding-top: 28px; }
  .halo-home-section-bottom .halo-product-by-cate-block .productCarousel-slide {
    float: none; }
  .halo-home-section-bottom .halo-product-by-cate-block .card-brand img {
    margin-top: 0;
    margin-bottom: 3px; }

#customerReview {
  padding-top: 45px;
  padding-bottom: 83px; }

.customerReview--carousel {
  font-size: 0; }
  .customerReview--carousel:not(.slick-initialized) .customerReview--item {
    width: 50%; }
    .customerReview--carousel:not(.slick-initialized) .customerReview--item:nth-child(n+3) {
      display: none; }
  @media (max-width: 767px) {
    .customerReview--carousel:not(.slick-initialized) .customerReview--item {
      width: 100%; }
      .customerReview--carousel:not(.slick-initialized) .customerReview--item:nth-child(n+2) {
        display: none; } }
  .customerReview--carousel .slick-arrow.slick-prev {
    left: 0; }
  .customerReview--carousel .slick-arrow.slick-next {
    right: 0; }
  .customerReview--carousel .slick-dots {
    bottom: -40px; }
  .customerReview--carousel .review-item {
    vertical-align: top; }

.customerReview--item {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  .customerReview--item .image-wrapper,
  .customerReview--item .content {
    display: block; }
  .customerReview--item .image-wrapper {
    display: flex;
    align-items: center; }
    .customerReview--item .image-wrapper > .title-wrapper-mobile,
    .customerReview--item .image-wrapper > .image {
      display: inline-block;
      vertical-align: middle; }
    .customerReview--item .image-wrapper > .title-wrapper-mobile {
      padding-left: 15px;
      width: calc(100% - 100px); }
  .customerReview--item .image {
    width: 100px; }
    .customerReview--item .image img {
      width: 100%;
      height: auto; }
  .customerReview--item .content {
    padding-top: 15px; }
  .customerReview--item .title-wrapper {
    display: none;
    max-width: 400px; }
  .customerReview--item .card-brand {
    text-transform: uppercase;
    font-weight: 700; }
  .customerReview--item .card-brand,
  .customerReview--item .card-title {
    display: inline;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    vertical-align: middle; }
  .customerReview--item .card-title {
    margin-left: 7px; }
    .customerReview--item .card-title > a {
      display: inline; }
  .customerReview--item .customerReview--wrapper {
    padding-right: 15px; }
  @media (min-width: 551px) {
    .customerReview--item .customerReview--wrapper {
      display: table; }
      .customerReview--item .customerReview--wrapper .image,
      .customerReview--item .customerReview--wrapper .content {
        display: table-cell;
        vertical-align: top; }
      .customerReview--item .customerReview--wrapper .image-wrapper > .title-wrapper-mobile {
        display: none; }
      .customerReview--item .customerReview--wrapper .image {
        width: 70px; }
      .customerReview--item .customerReview--wrapper .title-wrapper {
        display: block; }
      .customerReview--item .customerReview--wrapper .productReview {
        margin-top: 25px;
        padding: 0; }
      .customerReview--item .customerReview--wrapper .content {
        padding-top: 15px;
        padding-left: 32px; } }
  @media (min-width: 1025px) {
    .customerReview--item {
      width: 50%; }
      .customerReview--item .content {
        padding-left: 30px; } }

.productReview {
  width: 100%;
  float: none;
  font-size: 1rem;
  display: block;
  margin-bottom: 0; }
  .productReview + .productReview {
    margin-top: 45px; }
  .productReview .productReview-title {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    text-transform: capitalize;
    color: red;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700; }
  .productReview .productReview-rating {
    line-height: 1;
    display: inline-block;
    vertical-align: middle; }
  .productReview .productReview-author {
    color: #8c8c8c;
    margin-top: 10px;
    margin-bottom: 15px; }
  .productReview .productReview-ratingNumber {
    display: none; }
  .productReview .productReview-body {
    margin-bottom: 0;
    font-style: italic; }

.halo_featuredCategories {
  padding: 20px 0 0 0; }
  @media (min-width: 1400px) {
    .halo_featuredCategories {
      padding: 40px 0 0 0; } }

.halo_featuredCategory-wrapper {
  font-size: 0;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px;
  background-color: #ffffff; }
  .halo_featuredCategory-wrapper .items {
    font-size: 12px;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 90%; }
  .halo_featuredCategory-wrapper .slick-dots {
    bottom: 0; }
  @media (min-width: 360px) {
    .halo_featuredCategory-wrapper .items {
      width: 80%; } }
  @media (min-width: 552px) {
    .halo_featuredCategory-wrapper .items {
      width: 45%; } }
  @media (min-width: 992px) {
    .halo_featuredCategory-wrapper .items {
      width: 37%; } }
  @media (min-width: 1025px) {
    .halo_featuredCategory-wrapper {
      text-align: left;
      display: block;
      overflow: visible;
      white-space: normal;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0px;
      padding-bottom: 0px; }
      .halo_featuredCategory-wrapper:before, .halo_featuredCategory-wrapper:after {
        content: " ";
        display: table; }
      .halo_featuredCategory-wrapper:after {
        clear: both; }
      .halo_featuredCategory-wrapper .items {
        padding: 0;
        width: 33.333333333%;
        min-height: 285px;
        border-left: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0; }
        .halo_featuredCategory-wrapper .items:nth-child(n + 4) {
          border-bottom: 1px solid transparent; }
        .halo_featuredCategory-wrapper .items:nth-child(3n + 1) {
          border-left: 1px solid transparent; } }

.halo_featuredCategory {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  box-shadow: none;
  overflow: hidden;
  background-color: #ffffff;
  padding: 30px; }
  .halo_featuredCategory .image {
    max-width: 45%; }
  .halo_featuredCategory .content {
    padding-left: 15px; }
  .halo_featuredCategory .title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: capitalize; }
    .halo_featuredCategory .title a {
      color: inherit; }
  .halo_featuredCategory .subcategory-list {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0; }
    .halo_featuredCategory .subcategory-list .subcategory-item {
      display: block;
      line-height: 30px; }
      .halo_featuredCategory .subcategory-list .subcategory-item .icon {
        height: 1.5rem;
        width: 1.5rem;
        position: relative;
        left: -7px;
        fill: #a6a8ac;
        margin-right: -7px; }
      .halo_featuredCategory .subcategory-list .subcategory-item a {
        color: #323232; }
        @media (min-width: 1025px) {
          .halo_featuredCategory .subcategory-list .subcategory-item a:hover {
            text-decoration: underline;
            text-underline-position: under; } }
  .halo_featuredCategory .link {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: red; }
    .halo_featuredCategory .link:hover {
      text-decoration: underline;
      text-underline-position: under; }
  @media (min-width: 1025px) {
    .halo_featuredCategory .image {
      width: 160px;
      min-width: 160px; }
    .halo_featuredCategory .content {
      padding-left: 30px; } }

#haloRecentlyBought_list {
  left: 20px;
  right: auto;
  bottom: 20px;
  position: fixed;
  z-index: 30;
  background: #fff;
  max-width: 350px;
  animation-duration: 0.5s;
  transition: all 0.5s ease;
  padding: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1199px) {
    #haloRecentlyBought_list {
      left: 15px;
      bottom: 15px; } }
  @media (max-width: 550px) {
    #haloRecentlyBought_list {
      left: 14.5px;
      max-width: 100%; } }
  #haloRecentlyBought_list .halo-recently-bought [data-close-recently-bought] {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    left: auto;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    background-color: #000000; }
    #haloRecentlyBought_list .halo-recently-bought [data-close-recently-bought] svg {
      width: 20px;
      height: 20px;
      padding: 2px;
      fill: white;
      stroke: white; }
    @media (max-width: 550px) {
      #haloRecentlyBought_list .halo-recently-bought [data-close-recently-bought] {
        top: 8px;
        right: 8px; } }
  #haloRecentlyBought_list .recently-bought-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #haloRecentlyBought_list .recently-bought-inner .product-image {
      max-width: 70px;
      display: inline-block;
      position: relative;
      padding: 0; }
    #haloRecentlyBought_list .recently-bought-inner .product-info {
      position: absolute;
      top: auto;
      right: 0;
      z-index: -1;
      visibility: hidden;
      opacity: 0;
      width: 270px;
      height: 125px;
      padding: 0;
      margin: 0;
      background: #ffffff;
      display: flex;
      border: 1px solid #e5e5e5;
      border-right: 0;
      box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.01); }
      #haloRecentlyBought_list .recently-bought-inner .product-info .first {
        width: 170px;
        padding: 7px 15px 15px 15px;
        background: #ffffff; }
        #haloRecentlyBought_list .recently-bought-inner .product-info .first .product-brand-name {
          color: #1b1b1b;
          text-decoration: none; }
      #haloRecentlyBought_list .recently-bought-inner .product-info .second {
        width: 100px;
        height: 100%;
        cursor: pointer;
        background: transparent; }
      #haloRecentlyBought_list .recently-bought-inner .product-info .product-brand-name {
        display: none; }
      #haloRecentlyBought_list .recently-bought-inner .product-info .product-title {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        display: block;
        color: #1b1b1b;
        text-transform: none;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 24px;
        text-decoration: none;
        margin: 0;
        padding: 0; }
      #haloRecentlyBought_list .recently-bought-inner .product-info .prod-price {
        display: block;
        margin: 3px 0 8px;
        padding: 0;
        line-height: 1; }
        #haloRecentlyBought_list .recently-bought-inner .product-info .prod-price:before, #haloRecentlyBought_list .recently-bought-inner .product-info .prod-price:after {
          content: " ";
          display: table; }
        #haloRecentlyBought_list .recently-bought-inner .product-info .prod-price:after {
          clear: both; }
        #haloRecentlyBought_list .recently-bought-inner .product-info .prod-price p {
          color: #323232;
          font-size: 10px;
          font-weight: 400;
          line-height: 20px;
          letter-spacing: 0;
          margin: 0;
          padding: 0; }
        #haloRecentlyBought_list .recently-bought-inner .product-info .prod-price .price-section--saving,
        #haloRecentlyBought_list .recently-bought-inner .product-info .prod-price .rrp-price--withoutTax,
        #haloRecentlyBought_list .recently-bought-inner .product-info .prod-price .rrp-price--withTax {
          display: none !important; }
      #haloRecentlyBought_list .recently-bought-inner .product-info .price-section {
        display: inline-block;
        vertical-align: top;
        color: #757575;
        font-size: 10px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0;
        margin: 0;
        padding: 0; }
        #haloRecentlyBought_list .recently-bought-inner .product-info .price-section.price-section--withoutTax {
          color: #f04723; }
        #haloRecentlyBought_list .recently-bought-inner .product-info .price-section.rrp-price--withoutTax {
          margin: 0 0 5px 0; }
        #haloRecentlyBought_list .recently-bought-inner .product-info .price-section.non-sale-price--withoutTax {
          display: inline-block;
          vertical-align: bottom;
          color: #323232;
          margin: 0 5px 0 0; }
          #haloRecentlyBought_list .recently-bought-inner .product-info .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
            display: inline-block;
            vertical-align: bottom; }
        #haloRecentlyBought_list .recently-bought-inner .product-info .price-section.price-none {
          margin: 0; }
          #haloRecentlyBought_list .recently-bought-inner .product-info .price-section.price-none + .price-section--withoutTax {
            margin-left: 5px;
            color: #323232; }
          #haloRecentlyBought_list .recently-bought-inner .product-info .price-section.price-none[style="display: none;"] + .price-section--withoutTax {
            margin-left: 0; }
        #haloRecentlyBought_list .recently-bought-inner .product-info .price-section.price-section--salebale {
          display: none; }
      #haloRecentlyBought_list .recently-bought-inner .product-info .button {
        display: inline;
        text-align: left;
        font-size: 10px;
        font-weight: 400;
        line-height: 16px;
        border: 0;
        float: left;
        width: 100%;
        margin: 0;
        text-align: center; }
        #haloRecentlyBought_list .recently-bought-inner .product-info .button.button--sold-out {
          pointer-events: none;
          cursor: none; }

#halo-newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(47, 47, 47, 0.6);
  display: block;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1050;
  transition: all 0.25s ease; }
  #halo-newsletter-popup .newsletter-popup-container {
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    max-width: calc(100% - 30px);
    min-height: calc(100% - (1.75rem * 2));
    margin: 0 auto; }
  #halo-newsletter-popup .newsletter-popup-inner {
    position: relative;
    text-align: left;
    padding: 0;
    height: 410px;
    margin: 0 auto;
    max-height: 90vh;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    pointer-events: auto;
    background-color: white;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  #halo-newsletter-popup [data-close-newsletter-popup] {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 33px;
    height: 33px;
    border-radius: 4px;
    z-index: 5;
    padding: 0;
    line-height: 1;
    text-align: center;
    background: black; }
    #halo-newsletter-popup [data-close-newsletter-popup] svg {
      fill: white;
      stroke: white;
      width: 20px;
      height: 20px; }
  #halo-newsletter-popup .newsletter-left {
    display: block;
    width: 100%;
    padding: 30px 15px;
    text-align: left; }
    #halo-newsletter-popup .newsletter-left:before, #halo-newsletter-popup .newsletter-left:after {
      content: " ";
      display: table; }
    #halo-newsletter-popup .newsletter-left:after {
      clear: both; }
  #halo-newsletter-popup .newsletter-right {
    display: none; }
  #halo-newsletter-popup .newsletter-heading {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #323232;
    line-height: 1;
    margin: 0 0 10px 0;
    text-transform: none; }
  #halo-newsletter-popup .newsletter-message {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    color: #323232;
    line-height: 26px; }
    #halo-newsletter-popup .newsletter-message span {
      display: block; }
    #halo-newsletter-popup .newsletter-message .f-normal {
      color: #787878; }
  #halo-newsletter-popup .newsletter-social {
    padding-top: 25px;
    padding-bottom: 30px; }
  #halo-newsletter-popup #popupSubcribeForm {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0; }
    #halo-newsletter-popup #popupSubcribeForm .form {
      margin: 0; }
    #halo-newsletter-popup #popupSubcribeForm .form-field {
      display: block;
      margin: 0; }
    #halo-newsletter-popup #popupSubcribeForm .form-input {
      height: 42px;
      line-height: 40px;
      width: calc(100% - 141px);
      display: inline-block;
      vertical-align: top;
      text-align: center;
      margin: 0 15px 0 0;
      border-color: #cccccc; }
      #halo-newsletter-popup #popupSubcribeForm .form-input::placeholder {
        color: #787878; }
    #halo-newsletter-popup #popupSubcribeForm input[type="submit"] {
      height: 42px;
      line-height: 40px;
      width: 126px;
      display: inline-block;
      vertical-align: top;
      padding: 0 10px; }
  #halo-newsletter-popup .form-show-again {
    display: block;
    line-height: 20px; }
    #halo-newsletter-popup .form-show-again:before, #halo-newsletter-popup .form-show-again:after {
      content: " ";
      display: table; }
    #halo-newsletter-popup .form-show-again:after {
      clear: both; }
    #halo-newsletter-popup .form-show-again .form {
      margin: 0; }
      #halo-newsletter-popup .form-show-again .form input {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
        #halo-newsletter-popup .form-show-again .form input:checked + label {
          color: #323232; }
          #halo-newsletter-popup .form-show-again .form input:checked + label span {
            background-image: linear-gradient(transparent 97%, #323232 3%); }
          #halo-newsletter-popup .form-show-again .form input:checked + label:before {
            border-color: #323232;
            background: #323232; }
      #halo-newsletter-popup .form-show-again .form label {
        cursor: pointer;
        font-size: 12px;
        font-weight: 400;
        position: relative;
        line-height: 30px;
        color: #323232;
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 24px; }
        #halo-newsletter-popup .form-show-again .form label span {
          padding: 0 0 1px 0;
          background-image: linear-gradient(transparent 97%, #323232 3%);
          background-repeat: repeat-x;
          background-position-y: -3px; }
        #halo-newsletter-popup .form-show-again .form label:before {
          content: '';
          position: absolute;
          top: 8px;
          left: 0;
          width: 14px;
          height: 14px;
          background: transparent;
          border: 1px solid #d0d0d0; }
        #halo-newsletter-popup .form-show-again .form label:after {
          content: '';
          display: block;
          width: 12px;
          height: 12px;
          position: absolute;
          left: 1px;
          top: 9px;
          background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23ffffff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3E%3C/path%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100%; }
    #halo-newsletter-popup .form-show-again .form-field {
      margin: 0; }
  #halo-newsletter-popup.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden; }
  @media (min-width: 551px) {
    #halo-newsletter-popup .newsletter-popup-container {
      margin: 1.75rem auto;
      min-height: calc(100% - (1.75rem * 2)); }
    #halo-newsletter-popup .newsletter-left {
      padding: 30px; }
    #halo-newsletter-popup .newsletter-heading {
      font-size: 22px;
      margin: 0 0 15px 0; } }
  @media (min-width: 768px) {
    #halo-newsletter-popup .newsletter-popup-container {
      max-width: 700px; }
    #halo-newsletter-popup .newsletter-popup-inner {
      display: flex;
      align-items: center; }
    #halo-newsletter-popup .newsletter-left {
      width: calc(100% - 380px);
      padding: 50px 30px; }
    #halo-newsletter-popup .newsletter-right {
      width: 380px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      #halo-newsletter-popup .newsletter-right img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        #halo-newsletter-popup .newsletter-right img.lazyload, #halo-newsletter-popup .newsletter-right img.lazyloading {
          width: auto;
          height: auto;
          margin: 0 auto; } }
  @media (min-width: 1025px) {
    #halo-newsletter-popup .newsletter-popup-container {
      max-width: 946px; }
    #halo-newsletter-popup .newsletter-popup-inner {
      overflow: visible; }
    #halo-newsletter-popup [data-close-newsletter-popup] {
      top: -18px;
      right: -18px; }
    #halo-newsletter-popup .newsletter-left {
      padding: 20px 70px; }
    #halo-newsletter-popup .newsletter-right:before {
      content: "";
      width: 100%;
      height: 100%;
      top: 100%;
      right: 0;
      left: auto;
      z-index: 2;
      transform: none;
      position: absolute;
      transition: all 0.25s ease;
      background-color: rgba(0, 0, 0, 0.25);
      background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 100%); }
    #halo-newsletter-popup .newsletter-right:hover:before {
      top: 0; }
    #halo-newsletter-popup .newsletter-heading {
      margin: 0 0 12px 0; }
    #halo-newsletter-popup #popupSubcribeForm {
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media (min-width: 1025px) {
    #halo-newsletter-popup.halo-newsletter-popup-noImage .newsletter-popup-container {
      max-width: 700px; } }
  @media (min-width: 768px) {
    #halo-newsletter-popup.halo-newsletter-popup-noImage .newsletter-left {
      width: 100%; } }

.backtoTop {
  cursor: pointer;
  height: 45px;
  transition: all .3s ease;
  font-size: 0; }
  .backtoTop .icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
    fill: #323232;
    stroke: #323232;
    line-height: 20px;
    text-align: center;
    color: #323232; }
  .backtoTop.bottom {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px); }

.wrap-icons {
  background: white;
  transition: right .5s ease;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  .wrap-icons svg {
    width: 20px;
    height: 20px;
    position: relative; }
  .wrap-icons .text {
    display: none; }
  .wrap-icons .progress-scroll-wrapper {
    display: block;
    position: absolute;
    width: 120px;
    height: 2px;
    transform: rotate(90deg);
    top: 59px;
    left: -60px;
    z-index: 1; }
  .wrap-icons .progress-scroll {
    height: 2px;
    width: var(--scroll);
    background-color: #000000;
    transition: all .25s ease; }
  .wrap-icons div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: white;
    transition: all .3s ease;
    position: relative; }
    @media (min-width: 1025px) {
      .wrap-icons div:hover {
        background-color: #e5e5e5; } }
    .wrap-icons div + div {
      border-top: 1px solid #cccccc; }
    .wrap-icons div.backtoTop .icon {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
  .wrap-icons .expand-recently-viewed.is-open:before,
  .wrap-icons .expand-social-media.is-open:before {
    content: "";
    display: block;
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100; }
  .wrap-icons .expand-recently-viewed.is-open .icon,
  .wrap-icons .expand-social-media.is-open .icon {
    z-index: 101; }

.recently-viewed-products-sidebar {
  overflow: initial;
  top: 50%;
  left: auto;
  width: 40px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  z-index: 100;
  border-radius: 0 !important;
  position: fixed;
  right: 0;
  transform: translateY(-50%);
  display: block;
  height: 120px; }
  .recently-viewed-products-sidebar.slided-up .top {
    opacity: 1;
    visibility: visible;
    height: 50px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px); }
  .recently-viewed-products-sidebar.slided-up .in-content {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  .recently-viewed-products-sidebar.slided-up .backtoTop.bottom {
    opacity: 1;
    visibility: visible;
    height: 45px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px); }

.lst-seen-widget {
  position: fixed;
  top: 0;
  right: 40px;
  width: 80px;
  height: auto;
  z-index: 9;
  user-select: none;
  color: #323232;
  background: #ffffff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(40px);
  transition: transform .5s ease, visibility .5s ease, all .5s ease; }
  .lst-seen-widget .in-content {
    padding: 15px 0 12px;
    transition: all 0.25s ease; }
    .lst-seen-widget .in-content .title {
      letter-spacing: 0.02em;
      font-size: 12px;
      padding: 0 5px;
      position: relative;
      margin-bottom: 24px;
      font-weight: 400;
      color: #323232;
      line-height: 18px;
      margin-top: 0;
      text-transform: capitalize;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    .lst-seen-widget .in-content .no-products {
      padding: 5px 5px 10px 5px;
      font-size: 12px; }
      .lst-seen-widget .in-content .no-products svg {
        width: 54px;
        height: 54px;
        margin-bottom: 30px;
        opacity: .1; }
    .lst-seen-widget .in-content .product-info {
      position: absolute;
      right: 0px;
      visibility: hidden;
      opacity: 0;
      width: 271px;
      margin-top: 0px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      z-index: 1;
      transition: visibility 0s ease, opacity 0.25s linear;
      padding: 5px 15px 12px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.12);
      background: #ffffff; }
      .lst-seen-widget .in-content .product-info .first {
        width: calc(100% - 64px); }
        .lst-seen-widget .in-content .product-info .first .button {
          padding: 8px 20px; }
      .lst-seen-widget .in-content .product-info .second {
        width: 64px;
        height: 100%;
        cursor: pointer;
        background: transparent;
        padding-left: 16px;
        padding-top: 10px; }
        .lst-seen-widget .in-content .product-info .second img {
          max-width: 48px;
          max-height: 61px; }
      .lst-seen-widget .in-content .product-info .card-title {
        padding-right: 0;
        font-size: 12px;
        margin-top: 2px;
        margin-bottom: -3px; }
        .lst-seen-widget .in-content .product-info .card-title > a {
          color: #323232;
          font-weight: 400;
          line-height: 24px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          display: block; }
      .lst-seen-widget .in-content .product-info .card-price {
        margin-bottom: 0;
        line-height: 20px; }
        .lst-seen-widget .in-content .product-info .card-price .price-section {
          display: inline-block; }
          .lst-seen-widget .in-content .product-info .card-price .price-section .price {
            font-size: 12px;
            line-height: 25px;
            font-weight: 600; }
          .lst-seen-widget .in-content .product-info .card-price .price-section.price-section--saving {
            display: none; }
      .lst-seen-widget .in-content .product-info .price-section--saving {
        display: none; }
      .lst-seen-widget .in-content .product-info .card-figcaption-link,
      .lst-seen-widget .in-content .product-info .card_out_of_stock {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        color: red;
        background-image: linear-gradient(transparent 96%, rgba(44, 96, 162, 0.5) 4%);
        background-repeat: repeat-x;
        background-position-y: -3px;
        text-transform: capitalize;
        text-decoration: none; }
      .lst-seen-widget .in-content .product-info .card_out_of_stock {
        color: #323232;
        background-image: linear-gradient(transparent 96%, rgba(50, 50, 50, 0.5) 4%); }
    .lst-seen-widget .in-content .products-grid {
      position: relative; }
      .lst-seen-widget .in-content .products-grid .item {
        padding: 5px 0;
        height: unset;
        height: 125px;
        position: relative; }
      .lst-seen-widget .in-content .products-grid .first-info {
        display: flex;
        align-items: center;
        width: auto;
        height: 100%;
        padding: 0 15px; }
        .lst-seen-widget .in-content .products-grid .first-info img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .lst-seen-widget .in-content .products-grid .second-info {
        display: none; }
      .lst-seen-widget .in-content .products-grid .slick-arrow {
        width: 11px;
        height: 11px;
        fill: #172532;
        stroke: #172532;
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
        background-color: transparent;
        margin: 0;
        padding: 0;
        border: 0; }
        .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next {
          top: auto;
          right: auto;
          bottom: 0; }
        .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev {
          top: 0; }
      .lst-seen-widget .in-content .products-grid .slick-list {
        height: 100%; }
        .lst-seen-widget .in-content .products-grid .slick-list .slick-slide:not(.slick-active) {
          pointer-events: none; }
      .lst-seen-widget .in-content .products-grid:hover .product-info {
        visibility: visible;
        opacity: 1; }
  .lst-seen-widget.is-show-widget {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.lst-social-media {
  position: fixed;
  top: 0;
  right: 40px;
  width: 60px;
  height: auto;
  z-index: 9;
  user-select: none;
  color: #323232;
  background: white;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(40px);
  transition: transform .5s ease, visibility .5s ease, all .5s ease; }
  .lst-social-media.is-show-media {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .lst-social-media .in-content {
    padding: 15px 0 0;
    transition: all 0.25s ease; }
    .lst-social-media .in-content .title {
      letter-spacing: 0.02em;
      font-size: 14px;
      padding: 0 5px;
      position: relative;
      margin-bottom: 24px;
      font-weight: 400;
      color: #323232;
      line-height: 18px;
      margin-top: 0;
      margin-bottom: 10px;
      text-transform: capitalize;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .lst-social-media .list-social {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    margin-left: 0;
    margin-bottom: 0; }
    .lst-social-media .list-social .list-social__item {
      display: inline-block;
      vertical-align: top;
      margin: 6px 12px 6px 0;
      position: relative;
      width: 100%;
      height: 40px;
      margin: 0; }
      @media (min-width: 1025px) {
        .lst-social-media .list-social .list-social__item:hover {
          box-shadow: -3px 3px 7px 0px rgba(0, 0, 0, 0.2); }
          .lst-social-media .list-social .list-social__item:hover .list-social__link svg {
            fill: #323232; }
          .lst-social-media .list-social .list-social__item:hover .list-social__info {
            opacity: 1;
            visibility: visible;
            pointer-events: auto; } }
    .lst-social-media .list-social .list-social__link {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: 100%;
      line-height: 1;
      font-size: 0;
      letter-spacing: 0;
      border-radius: 0;
      border: none;
      padding: 0; }
      .lst-social-media .list-social .list-social__link svg {
        width: 19px;
        height: 19px;
        fill: #505050; }
    .lst-social-media .list-social .list-social__info {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: auto;
      right: 100%;
      background: white;
      width: auto;
      height: 100%;
      padding: 4px 0 0 15px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      overflow: hidden;
      transition: all .3s ease;
      box-shadow: -4px 3px 6px 0px rgba(0, 0, 0, 0.2); }
      .lst-social-media .list-social .list-social__info a {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.2;
        text-transform: capitalize;
        color: #323232; }
    .lst-social-media .list-social .mail-newsletter .list-social__info {
      min-width: 140px; }

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

.page:after {
  clear: both; }

#contact-us-page {
  float: none; }
  #contact-us-page .form-actions .button {
    height: 40px;
    line-height: 38px;
    width: auto;
    min-width: 190px;
    background-color: #5d6673;
    border-color: #5d6673; }

.halo_location {
  color: #323232; }

[data-contact-form] {
  padding-top: 10px; }

.page-contact .page-content {
  padding: 10px 0 0; }

.page-contact .halo-contact-info {
  margin: 50px 0 0 0; }
  .page-contact .halo-contact-info .title {
    color: #323232;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 5px; }
  .page-contact .halo-contact-info .content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
    font-weight: 400; }
    .page-contact .halo-contact-info .content:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
      .page-contact .halo-contact-info .content:last-child .store-link:last-child {
        margin-bottom: 0; }
    .page-contact .halo-contact-info .content .store-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 17px;
      line-height: 16px; }
      .page-contact .halo-contact-info .content .store-info .icon {
        width: 18px;
        height: 18px;
        margin-right: 15px;
        display: inline-block;
        vertical-align: middle; }
        .page-contact .halo-contact-info .content .store-info .icon.icon-pen {
          width: 20px;
          height: 20px; }
      .page-contact .halo-contact-info .content .store-info p {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        line-height: 20px; }
        .page-contact .halo-contact-info .content .store-info p span {
          display: block; }
          .page-contact .halo-contact-info .content .store-info p span + span {
            margin-top: 7px; }
    .page-contact .halo-contact-info .content a {
      text-decoration: none;
      color: #323232; }
      .page-contact .halo-contact-info .content a span {
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 90%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size .5s; }
      .page-contact .halo-contact-info .content a:hover span {
        background-size: 100% 1px; }
    .page-contact .halo-contact-info .content .store-link {
      display: block;
      margin-bottom: 8px; }

.page-contact .store-address {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .page-contact .halo-contact-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .page-contact .page-content {
    width: 70%; }
  .page-contact .halo-contact-info {
    width: 30%;
    padding-left: 30px; } }

@media (min-width: 1025px) {
  .page-contact .page-content {
    width: 880px; }
  .page-contact .halo-contact-info {
    width: calc(100% - 880px); } }

@media (min-width: 1400px) {
  .page-contact .halo-contact-info {
    padding-left: 130px; } }

.haloFaqs-header .page-heading {
  margin-bottom: 25px; }

.page--faqs {
  padding-bottom: 80px; }
  .page--faqs .page-content {
    float: none; }
  @media (min-width: 1025px) {
    .page--faqs {
      display: flex; }
      .page--faqs .halo-faqs-sidebar {
        padding-left: 25px;
        padding-right: 0; }
        .page--faqs .halo-faqs-sidebar + .page-content {
          order: -1;
          padding-left: 0;
          padding-right: 25px; } }

.halo-faqs-content {
  position: relative; }
  .halo-faqs-content .card + .card {
    margin-top: 15px; }
  .halo-faqs-content .icon-arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 46%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 0; }
    .halo-faqs-content .icon-arrow:before {
      content: '';
      border: solid black;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      transition: transform .3s ease; }
  .halo-faqs-content .title {
    margin: 0;
    display: block;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    padding: 13px 50px 13px 20px;
    background-color: #f7f7f7;
    color: #323232;
    font-weight: 700;
    width: 100%;
    transition: all .3s ease; }
    .halo-faqs-content .title.collapsed {
      color: #ffffff;
      background-color: #484b51; }
      .halo-faqs-content .title.collapsed .icon-arrow:before {
        transform: rotate(-135deg);
        border: solid #ffffff;
        border-width: 0 1px 1px 0; }
    @media (min-width: 1025px) {
      .halo-faqs-content .title:hover {
        color: #ffffff;
        background-color: #484b51; }
        .halo-faqs-content .title:hover .icon-arrow:before {
          border-color: #ffffff;
          border-width: 0 1px 1px 0; } }
  .halo-faqs-content .collapse {
    position: relative;
    display: none; }
  .halo-faqs-content .faq-content {
    text-align: right;
    margin-top: 30px; }
    .halo-faqs-content .faq-content .button {
      margin-left: 15px;
      padding-left: 25px;
      padding-right: 25px; }
      .home-layout-1 .halo-faqs-content .faq-content .button {
        background-color: #4563b3;
        border: none; }

.sidebarBlock_custom {
  border: none;
  padding: 0 20px; }
  .sidebarBlock_custom > ul,
  .sidebarBlock_custom .sidebarBlock-content {
    padding: 5px 0 0 0; }
  .sidebarBlock_custom + .sidebarBlock {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee; }
  .sidebarBlock_custom .sidebarBlock-heading {
    border: none;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    text-transform: capitalize; }
  .sidebarBlock_custom .sidebarBlock-content a {
    color: red; }
  .sidebarBlock_custom .sidebarBlock-content p.title {
    text-decoration: underline;
    text-underline-position: under; }
  .sidebarBlock_custom .sidebarBlock-content p.link {
    color: red; }
  .sidebarBlock_custom .sidebarBlock-content > ul {
    margin-bottom: 25px;
    margin-left: 15px;
    list-style-type: disc;
    list-style-position: outside; }
    .sidebarBlock_custom .sidebarBlock-content > ul li {
      display: list-item;
      line-height: 24px; }
  @media (min-width: 1025px) {
    .sidebarBlock_custom {
      padding: 0; } }

@media (max-width: 1024px) {
  .halo-faqs-sidebar {
    width: 500px; }
    .halo-faqs-sidebar + .halo-faqs-content {
      width: 100%;
      padding-left: 0; } }

@media (max-width: 767px) {
  .haloFaqs-header .page-heading {
    margin-bottom: -13px; }
  .halo-faqs-sidebar {
    width: 100%; }
    .halo-faqs-sidebar + .halo-faqs-content {
      width: 100%;
      padding-left: 0;
      padding-top: 30px; }
  .halo-faqs-content .faqs-paragraph + .faqs-paragraph {
    margin-top: 30px; } }

h3.heading-dec-sky {
  font-size: 30px;
  margin: 30px 0;
  text-align: center; }

h3.heading-dec-sky span {
  border-bottom: 3px solid #f04723; }

.hl-list-content-banner img {
  width: 100%;
  height: 100%; }

.hl-row {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  border-bottom: 1px solid #ebeaea;
  width: 100%; }

.hl-row .hl-icon {
  order: -1; }

.hl-row > div {
  position: relative;
  padding-right: 0;
  padding-left: 0; }

.hl-content h4 {
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: .02em; }

.hl-content h4 span {
  border-bottom: 2px solid #f04723; }

.hl-row .hl-content {
  padding: 30px 0 0; }

.hl-row:nth-child(2n+1) .hl-icon img {
  float: left; }

@media (min-width: 992px) {
  .hl-row {
    padding: 50px 0;
    display: table; }
  .hl-row > div {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px; }
  .hl-list-content-item {
    margin-right: -15px;
    margin-left: -15px; }
  .hl-row .hl-content {
    padding: 30px 30px 0 30px; } }

.halo-toolbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px 0; }
  @media (min-width: 1025px) {
    .halo-toolbar.has-sidebar {
      padding-left: 30px;
      width: calc(100% - 270px);
      margin-right: 0;
      margin-left: auto; } }
  @media (min-width: 1600px) {
    .halo-toolbar.has-sidebar {
      padding-left: 40px; } }
  .halo-toolbar .page-sidebar-mobile-wrapper {
    margin-bottom: 0; }
  @media (min-width: 320px) and (max-width: 1024px) {
    .has-stickyToolbar .halo-toolbar.sticky-down {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      padding: 10px 15px;
      background: white;
      z-index: 99;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      animation-name: fadeInDown;
      animation-duration: .5s;
      animation-fill-mode: both; }
    .stickyNavigation.has-stickyToolbar .halo-toolbar.sticky-down {
      top: 50px; } }
  @media (min-width: 1025px) {
    .halo-toolbar {
      margin-bottom: 35px; } }

.toolbar-wrapper {
  display: flex;
  justify-content: center;
  width: auto;
  text-align: right;
  padding: 0; }
  @media (min-width: 1025px) {
    .toolbar-wrapper {
      justify-content: space-between; } }
  .toolbar-wrapper .toolbar-left {
    display: none;
    color: #424242; }
    @media (min-width: 1025px) {
      .toolbar-wrapper .toolbar-left {
        display: flex;
        align-items: center;
        padding-top: 1px; } }
    .toolbar-wrapper .toolbar-left .pagination-info {
      display: none; }
      @media (min-width: 1300px) {
        .toolbar-wrapper .toolbar-left .pagination-info {
          display: block; } }
  .toolbar-wrapper .toolbar-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
    text-align: right;
    padding: 0; }
    .toolbar-wrapper .toolbar-right .view-as-btn {
      display: none; }
      @media (min-width: 1025px) {
        .toolbar-wrapper .toolbar-right .view-as-btn {
          display: flex;
          margin-left: 25px; } }
  .toolbar-wrapper .toolbar-item {
    display: block;
    font-size: 0;
    letter-spacing: 0; }
  .toolbar-wrapper .view-as-btn {
    display: flex;
    align-items: center; }
    .toolbar-wrapper .view-as-btn .form-label {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #323232;
      line-height: 25px;
      letter-spacing: 0;
      text-transform: uppercase;
      margin-right: 11px;
      margin-bottom: 0;
      padding: 0;
      line-height: 1; }
    .toolbar-wrapper .view-as-btn .form-group {
      display: flex;
      align-items: center;
      overflow: hidden;
      border: 1px solid #e2e4e8; }
    .toolbar-wrapper .view-as-btn .btn-view {
      padding: 10px;
      width: 40px;
      height: 40px;
      vertical-align: top;
      display: inline-block;
      background-color: #fff; }
      .toolbar-wrapper .view-as-btn .btn-view svg {
        width: 100%;
        height: 100%;
        fill: #e2e4e8;
        stroke: #e2e4e8;
        pointer-events: none; }
      .toolbar-wrapper .view-as-btn .btn-view.grid-view {
        border-right: none; }
        .toolbar-wrapper .view-as-btn .btn-view.grid-view svg {
          transform: rotate(90deg); }
      .toolbar-wrapper .view-as-btn .btn-view.current-view svg {
        fill: #1a1a1a; }
  .toolbar-wrapper .actionBar {
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    .toolbar-wrapper .actionBar .form-field {
      border: 0;
      margin-bottom: 0;
      display: flex;
      align-items: center; }
    .toolbar-wrapper .actionBar .form-label {
      vertical-align: middle;
      font-size: 12px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #323232;
      line-height: 25px;
      letter-spacing: 0;
      text-transform: uppercase;
      margin-right: 11px;
      margin-bottom: 0;
      padding: 0;
      line-height: 1;
      width: 100%;
      display: none; }
      @media (min-width: 767px) {
        .toolbar-wrapper .actionBar .form-label {
          display: inline-block; } }
    .toolbar-wrapper .actionBar .form-select {
      border: 1px solid #cbcbcb;
      background-color: #f7f7f7;
      padding-left: 15px;
      color: #323232;
      border-radius: 0px;
      padding: 0 15px 0 15px;
      height: 40px;
      font-size: 12px;
      letter-spacing: 0;
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-3x'%3E%3Cpath fill='%23000000' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3E%3C/path%3E%3C/svg%3E");
      background-size: 13px;
      background-position: right 13px top 12px; }
    .toolbar-wrapper .actionBar[data-show-products] {
      display: none; }
  .toolbar-wrapper:not(.toolbar-mobile) {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px; }
    .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item {
      display: flex;
      justify-content: center;
      width: 100%; }
      .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item:first-child {
        display: none; }
  @media (min-width: 551px) {
    .toolbar-wrapper .actionBar {
      margin-left: 15px; }
      .toolbar-wrapper .actionBar .form-select {
        min-width: 170px; }
      .toolbar-wrapper .actionBar[data-show-products] {
        display: inline-block; } }
  @media (min-width: 992px) {
    .toolbar-wrapper .actionBar {
      margin-left: 22px; }
      .toolbar-wrapper .actionBar .form-label {
        display: inline-block; }
      .toolbar-wrapper .actionBar[data-show-products] {
        display: inline-block; } }
  @media (min-width: 1025px) {
    .toolbar-wrapper:not(.toolbar-mobile) {
      padding-left: 0;
      padding-right: 0; }
      .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item {
        justify-content: flex-end;
        width: 535px; }
        .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item:first-child {
          display: block;
          width: calc(100% - 535px); }
    .toolbar-wrapper.toolbar-mobile {
      display: none; } }
  @media (min-width: 1200px) {
    .toolbar-wrapper .actionBar {
      margin-left: 22px; }
      .toolbar-wrapper .actionBar .form-select {
        min-width: 204px; }
    .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item {
      width: 560px; }
      .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item:first-child {
        width: calc(100% - 560px); } }
  @media (min-width: 1600px) {
    .toolbar-wrapper .actionBar .form-select {
      min-width: 180px; } }
  @media (min-width: 1800px) {
    .toolbar-wrapper .actionBar .form-select {
      min-width: 210px; } }

.page-sidebar-mobile-wrapper {
  display: block;
  position: relative;
  margin: 0 0 30px 0; }
  .page-sidebar-mobile-wrapper .page-sidebar-mobile {
    position: relative;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    pointer-events: auto; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
      display: none;
      vertical-align: middle;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0;
      margin: 0;
      padding: 0;
      line-height: 1;
      color: #323232;
      text-transform: uppercase; }
      .page-blog .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
        display: inline-block;
        margin-right: 10px; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .icon {
      display: inline-block;
      vertical-align: middle;
      width: 46px;
      height: 46px;
      padding: 14px;
      fill: #323232;
      stroke: transparent;
      pointer-events: none;
      background: #e5e5e5; }
  @media (min-width: 992px) {
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
      display: inline-block;
      margin-right: 20px; } }
  @media (min-width: 1025px) {
    .page-sidebar-mobile-wrapper {
      display: none;
      margin-bottom: 0; } }

.modal-content .product-layout-custom .page,
.page-type-product .product-layout-custom .page {
  display: flex;
  gap: 40px;
  justify-content: space-between; }
  .modal-content .product-layout-custom .page::after, .modal-content .product-layout-custom .page::before,
  .page-type-product .product-layout-custom .page::after,
  .page-type-product .product-layout-custom .page::before {
    display: none; }

.modal-content .product-layout-custom .productView,
.page-type-product .product-layout-custom .productView {
  margin: 0; }

.modal-content .product-layout-custom .productView-images,
.page-type-product .product-layout-custom .productView-images {
  padding: 0; }
  .modal-content .product-layout-custom .productView-images .productView-left-content,
  .page-type-product .product-layout-custom .productView-images .productView-left-content {
    padding: 20px 0 16px;
    background-color: #ffffff;
    border-radius: 18px; }
  .modal-content .product-layout-custom .productView-images .productView-image-wrapper,
  .page-type-product .product-layout-custom .productView-images .productView-image-wrapper {
    padding: 23px 0; }

.modal-content .product-layout-custom .productView-nav .productView-img-container,
.page-type-product .product-layout-custom .productView-nav .productView-img-container {
  width: 85%; }

.modal-content .product-layout-custom .productView-for,
.page-type-product .product-layout-custom .productView-for {
  width: auto !important; }
  .modal-content .product-layout-custom .productView-for .productView-thumbnail,
  .page-type-product .product-layout-custom .productView-for .productView-thumbnail {
    display: block;
    padding: 0 8px; }
    .modal-content .product-layout-custom .productView-for .productView-thumbnail-link,
    .page-type-product .product-layout-custom .productView-for .productView-thumbnail-link {
      position: relative;
      display: block;
      border-radius: 8px;
      padding: 0;
      overflow: hidden;
      border: 0.4px solid var(--electronic-grey-color, #A9A9A9); }
      .modal-content .product-layout-custom .productView-for .productView-thumbnail-link::after,
      .page-type-product .product-layout-custom .productView-for .productView-thumbnail-link::after {
        content: "";
        display: block;
        height: 0;
        padding-bottom: 100%;
        width: 100%; }
      .modal-content .product-layout-custom .productView-for .productView-thumbnail-link::after,
      .page-type-product .product-layout-custom .productView-for .productView-thumbnail-link::after {
        padding-bottom: 100%; }
      .modal-content .product-layout-custom .productView-for .productView-thumbnail-link img,
      .page-type-product .product-layout-custom .productView-for .productView-thumbnail-link img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .modal-content .product-layout-custom .productView-for .productView-thumbnail .is-active,
    .page-type-product .product-layout-custom .productView-for .productView-thumbnail .is-active {
      border-color: #000000; }
      .modal-content .product-layout-custom .productView-for .productView-thumbnail .is-active::after,
      .page-type-product .product-layout-custom .productView-for .productView-thumbnail .is-active::after {
        position: relative;
        background: none; }
  .modal-content .product-layout-custom .productView-for .slick-list,
  .page-type-product .product-layout-custom .productView-for .slick-list {
    margin: 0 -8px; }
  .modal-content .product-layout-custom .productView-for .slick-track,
  .page-type-product .product-layout-custom .productView-for .slick-track {
    margin: 0 auto; }

.modal-content .product-layout-custom .productView-thumbnail-wrapper,
.page-type-product .product-layout-custom .productView-thumbnail-wrapper {
  padding: 0 10px; }

.modal-content .product-layout-custom .productView-details,
.page-type-product .product-layout-custom .productView-details {
  padding: 24px 0 0; }
  .modal-content .product-layout-custom .productView-details .productView-right-content,
  .page-type-product .product-layout-custom .productView-details .productView-right-content {
    background: #ffffff;
    border-radius: 24px;
    padding: 12px 10px; }

.modal-content .product-layout-custom .productView-product .productView-price,
.page-type-product .product-layout-custom .productView-product .productView-price {
  align-items: center; }
  .modal-content .product-layout-custom .productView-product .productView-price .msrp .price,
  .page-type-product .product-layout-custom .productView-product .productView-price .msrp .price {
    color: #6E6E6E; }
  .modal-content .product-layout-custom .productView-product .productView-price .price-section--withoutTax:not(.msrp),
  .page-type-product .product-layout-custom .productView-product .productView-price .price-section--withoutTax:not(.msrp) {
    font-size: 28px !important;
    line-height: 1.14;
    color: #D61B30 !important; }
  .modal-content .product-layout-custom .productView-product .productView-price .price-section--saving,
  .page-type-product .product-layout-custom .productView-product .productView-price .price-section--saving {
    margin-top: 4px;
    padding-left: 0; }
    .modal-content .product-layout-custom .productView-product .productView-price .price-section--saving .is-label,
    .page-type-product .product-layout-custom .productView-product .productView-price .price-section--saving .is-label {
      border-radius: 0 8px;
      transform: unset;
      padding: 3px 8px;
      font-style: italic; }
      .modal-content .product-layout-custom .productView-product .productView-price .price-section--saving .is-label .price,
      .page-type-product .product-layout-custom .productView-product .productView-price .price-section--saving .is-label .price {
        font-weight: 600; }
    @media (min-width: 1025px) {
      .modal-content .product-layout-custom .productView-product .productView-price .price-section--saving .is-label .price,
      .page-type-product .product-layout-custom .productView-product .productView-price .price-section--saving .is-label .price {
        font-size: 16px; }
      .modal-content .product-layout-custom .productView-product .productView-price .price-section--saving .is-label span,
      .page-type-product .product-layout-custom .productView-product .productView-price .price-section--saving .is-label span {
        font-size: 16px; } }

.modal-content .product-layout-custom .productView-brand,
.page-type-product .product-layout-custom .productView-brand {
  margin-bottom: 8px; }
  .modal-content .product-layout-custom .productView-brand .brand-item,
  .page-type-product .product-layout-custom .productView-brand .brand-item {
    position: relative;
    display: inline-block;
    width: 30%;
    min-width: 97px; }
    .modal-content .product-layout-custom .productView-brand .brand-item.has-image::after,
    .page-type-product .product-layout-custom .productView-brand .brand-item.has-image::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
    .modal-content .product-layout-custom .productView-brand .brand-item.has-image::after,
    .page-type-product .product-layout-custom .productView-brand .brand-item.has-image::after {
      padding-bottom: 32.99%; }
    .modal-content .product-layout-custom .productView-brand .brand-item.has-image img,
    .page-type-product .product-layout-custom .productView-brand .brand-item.has-image img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .modal-content .product-layout-custom .productView-brand .brand-item .no-brandname,
    .page-type-product .product-layout-custom .productView-brand .brand-item .no-brandname {
      font-size: 16px;
      background-image: unset; }
  .modal-content .product-layout-custom .productView-brand .shipping-label,
  .page-type-product .product-layout-custom .productView-brand .shipping-label {
    margin-left: 8px; }
    .modal-content .product-layout-custom .productView-brand .shipping-label .free_shipping_pro,
    .page-type-product .product-layout-custom .productView-brand .shipping-label .free_shipping_pro {
      margin-left: 0;
      padding: 4px 8px;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.34; }
      .modal-content .product-layout-custom .productView-brand .shipping-label .free_shipping_pro::before,
      .page-type-product .product-layout-custom .productView-brand .shipping-label .free_shipping_pro::before {
        display: none; }
    .modal-content .product-layout-custom .productView-brand .shipping-label .popup-shipping,
    .page-type-product .product-layout-custom .productView-brand .shipping-label .popup-shipping {
      width: 151px;
      margin-left: 0; }

.modal-content .product-layout-custom .productView-title,
.page-type-product .product-layout-custom .productView-title {
  color: #001B44;
  font-size: 16px;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700; }

.modal-content .product-layout-custom .productView-info,
.page-type-product .product-layout-custom .productView-info {
  margin: 24px 0 0; }
  .modal-content .product-layout-custom .productView-info-item,
  .page-type-product .product-layout-custom .productView-info-item {
    margin-bottom: 8px; }
    .modal-content .product-layout-custom .productView-info-item span,
    .page-type-product .product-layout-custom .productView-info-item span {
      color: black;
      line-height: 1.72; }
  .modal-content .product-layout-custom .productView-info-name,
  .page-type-product .product-layout-custom .productView-info-name {
    font-weight: 600; }
  .modal-content .product-layout-custom .productView-info-value,
  .page-type-product .product-layout-custom .productView-info-value {
    padding-left: 12px; }

.modal-content .product-layout-custom .productView-options,
.page-type-product .product-layout-custom .productView-options {
  margin-bottom: 24px; }
  .modal-content .product-layout-custom .productView-options .form .form-field--stock .form-label,
  .modal-content .product-layout-custom .productView-options .form .form-field--stock [data-product-stock],
  .page-type-product .product-layout-custom .productView-options .form .form-field--stock .form-label,
  .page-type-product .product-layout-custom .productView-options .form .form-field--stock [data-product-stock] {
    color: #000000;
    font-weight: 600; }
  .modal-content .product-layout-custom .productView-options .form .form-field.form-field--increments .button,
  .page-type-product .product-layout-custom .productView-options .form .form-field.form-field--increments .button {
    color: #000000; }
  .modal-content .product-layout-custom .productView-options .form .form-field .form-label[for="qty[]"],
  .page-type-product .product-layout-custom .productView-options .form .form-field .form-label[for="qty[]"] {
    font-weight: 400;
    color: #000000; }
  .modal-content .product-layout-custom .productView-options .form .add-to-cart-buttons #form-action-addToCart,
  .page-type-product .product-layout-custom .productView-options .form .add-to-cart-buttons #form-action-addToCart {
    border-radius: 15px;
    height: 48px; }
  .modal-content .product-layout-custom .productView-options .form .action-wrapper,
  .page-type-product .product-layout-custom .productView-options .form .action-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px; }

.modal-content .product-layout-custom .productView-features,
.page-type-product .product-layout-custom .productView-features {
  margin-bottom: 10px; }
  .modal-content .product-layout-custom .productView-features__btn,
  .page-type-product .product-layout-custom .productView-features__btn {
    margin-bottom: 24px;
    margin-left: 12px; }
  .modal-content .product-layout-custom .productView-features.has-hiddenContent::after,
  .page-type-product .product-layout-custom .productView-features.has-hiddenContent::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    display: block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%); }
  .modal-content .product-layout-custom .productView-features h5,
  .modal-content .product-layout-custom .productView-features .title,
  .page-type-product .product-layout-custom .productView-features h5,
  .page-type-product .product-layout-custom .productView-features .title {
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    line-height: 1.71;
    margin-bottom: 8px; }
  .modal-content .product-layout-custom .productView-features ul,
  .modal-content .product-layout-custom .productView-features .features-list,
  .page-type-product .product-layout-custom .productView-features ul,
  .page-type-product .product-layout-custom .productView-features .features-list {
    padding-left: 10px;
    margin-bottom: 0; }
  .modal-content .product-layout-custom .productView-features li .text,
  .modal-content .product-layout-custom .productView-features .features-item .text,
  .page-type-product .product-layout-custom .productView-features li .text,
  .page-type-product .product-layout-custom .productView-features .features-item .text {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 1.71; }
  .modal-content .product-layout-custom .productView-features li,
  .page-type-product .product-layout-custom .productView-features li {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 1.71; }

.modal-content .product-layout-custom .productView-topInfo,
.page-type-product .product-layout-custom .productView-topInfo {
  margin-bottom: 0; }
  .modal-content .product-layout-custom .productView-topInfo .productView-rating,
  .page-type-product .product-layout-custom .productView-topInfo .productView-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #001B44; }
    .modal-content .product-layout-custom .productView-topInfo .productView-rating [role="img"],
    .page-type-product .product-layout-custom .productView-topInfo .productView-rating [role="img"] {
      display: inline-block;
      line-height: 1; }
    .modal-content .product-layout-custom .productView-topInfo .productView-rating .icon,
    .page-type-product .product-layout-custom .productView-topInfo .productView-rating .icon {
      width: 14px;
      height: 14px;
      line-height: 1; }
      .modal-content .product-layout-custom .productView-topInfo .productView-rating .icon + .icon,
      .page-type-product .product-layout-custom .productView-topInfo .productView-rating .icon + .icon {
        margin-left: 1px; }
    .modal-content .product-layout-custom .productView-topInfo .productView-rating .productView-reviewLink,
    .page-type-product .product-layout-custom .productView-topInfo .productView-rating .productView-reviewLink {
      margin-left: 10px;
      color: #001B44;
      line-height: 1; }

.modal-content .product-layout-custom .breadcrumbs-product,
.page-type-product .product-layout-custom .breadcrumbs-product {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
  margin-top: 16px;
  margin-bottom: 12px; }
  .modal-content .product-layout-custom .breadcrumbs-product .breadcrumb:last-child,
  .page-type-product .product-layout-custom .breadcrumbs-product .breadcrumb:last-child {
    display: inline-block; }

.modal-content .product-layout-custom .search-by-cate,
.page-type-product .product-layout-custom .search-by-cate {
  display: none;
  width: 20%;
  max-width: 300px; }

.modal-content .product-layout-custom .haloCustomScrollbar,
.page-type-product .product-layout-custom .haloCustomScrollbar {
  width: 100%;
  height: 100%; }
  .modal-content .product-layout-custom .haloCustomScrollbar.wishlist-menu,
  .page-type-product .product-layout-custom .haloCustomScrollbar.wishlist-menu {
    height: fit-content; }

.modal-content .product-layout-custom #allCategories,
.page-type-product .product-layout-custom #allCategories {
  position: relative; }
  .modal-content .product-layout-custom #allCategories .sidebarBlock-ele,
  .page-type-product .product-layout-custom #allCategories .sidebarBlock-ele {
    height: 100%;
    margin: 0;
    border-radius: 8px;
    padding: 6px 0; }
    .modal-content .product-layout-custom #allCategories .sidebarBlock-ele .sidebarBlock-heading,
    .page-type-product .product-layout-custom #allCategories .sidebarBlock-ele .sidebarBlock-heading {
      padding: 6px 0;
      line-height: 1.42;
      font-size: 14px; }

.modal-content .product-layout-custom .all-categories-list,
.page-type-product .product-layout-custom .all-categories-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 8px;
  background: #ffffff;
  z-index: 11;
  padding: 12px;
  height: max-content;
  max-height: 70vh;
  border: 1px solid #E5E5E5; }
  .modal-content .product-layout-custom .all-categories-list .navPages-item,
  .page-type-product .product-layout-custom .all-categories-list .navPages-item {
    margin-bottom: 8px; }
  .modal-content .product-layout-custom .all-categories-list .navPages-action,
  .page-type-product .product-layout-custom .all-categories-list .navPages-action {
    line-height: 2; }
    .modal-content .product-layout-custom .all-categories-list .navPages-action .text,
    .page-type-product .product-layout-custom .all-categories-list .navPages-action .text {
      color: #2A2A2A;
      font-weight: 600; }
  .modal-content .product-layout-custom .all-categories-list .icon-dropdown,
  .page-type-product .product-layout-custom .all-categories-list .icon-dropdown {
    top: 0;
    height: auto;
    line-height: 2; }
    .modal-content .product-layout-custom .all-categories-list .icon-dropdown svg,
    .page-type-product .product-layout-custom .all-categories-list .icon-dropdown svg {
      top: 0;
      width: 12px;
      height: 12px; }

.modal-content .product-layout-custom .breadcrumb--layout2,
.page-type-product .product-layout-custom .breadcrumb--layout2 {
  flex: 1; }
  .modal-content .product-layout-custom .breadcrumb--layout2 .breadcrumb:first-child,
  .page-type-product .product-layout-custom .breadcrumb--layout2 .breadcrumb:first-child {
    display: none; }
  .modal-content .product-layout-custom .breadcrumb--layout2 .breadcrumb:nth-child(2)::before,
  .page-type-product .product-layout-custom .breadcrumb--layout2 .breadcrumb:nth-child(2)::before {
    display: none; }
  .modal-content .product-layout-custom .breadcrumb--layout2 .breadcrumb.is-active,
  .page-type-product .product-layout-custom .breadcrumb--layout2 .breadcrumb.is-active {
    display: block;
    margin-top: 4px; }
    .modal-content .product-layout-custom .breadcrumb--layout2 .breadcrumb.is-active::before,
    .page-type-product .product-layout-custom .breadcrumb--layout2 .breadcrumb.is-active::before {
      display: none; }

.modal-content .product-layout-custom .page-main-product,
.page-type-product .product-layout-custom .page-main-product {
  width: 100%; }

.modal-content .product-layout-custom .page-sidebar--right,
.page-type-product .product-layout-custom .page-sidebar--right {
  display: none; }

.modal-content .product-layout-custom .halo-productView-left .productView-features-wrap,
.page-type-product .product-layout-custom .halo-productView-left .productView-features-wrap {
  border-radius: 24px;
  border: 1px solid #c5c3c3;
  padding: 16px;
  margin-top: 20px;
  background-color: #ffffff; }
  .modal-content .product-layout-custom .halo-productView-left .productView-features-wrap hr,
  .page-type-product .product-layout-custom .halo-productView-left .productView-features-wrap hr {
    display: none; }
  .modal-content .product-layout-custom .halo-productView-left .productView-features-wrap h5,
  .page-type-product .product-layout-custom .halo-productView-left .productView-features-wrap h5 {
    margin-top: 0; }
  .modal-content .product-layout-custom .halo-productView-left .productView-features-wrap .productView-features__btn,
  .page-type-product .product-layout-custom .halo-productView-left .productView-features-wrap .productView-features__btn {
    margin-bottom: 0px; }
  @media (max-width: 767px) {
    .modal-content .product-layout-custom .halo-productView-left .productView-features-wrap,
    .page-type-product .product-layout-custom .halo-productView-left .productView-features-wrap {
      display: none; } }

@media (min-width: 768px) {
  .modal-content .product-layout-custom .productView,
  .page-type-product .product-layout-custom .productView {
    margin: 0 -10px; }
  .modal-content .product-layout-custom .productView-images,
  .page-type-product .product-layout-custom .productView-images {
    padding: 0 10px; }
  .modal-content .product-layout-custom .productView-details,
  .page-type-product .product-layout-custom .productView-details {
    padding: 0 10px; }
    .modal-content .product-layout-custom .productView-details .productView-right-content,
    .page-type-product .product-layout-custom .productView-details .productView-right-content {
      border-radius: 24px;
      padding: 16px; } }

@media (min-width: 1025px) {
  .modal-content .product-layout-custom .page,
  .page-type-product .product-layout-custom .page {
    gap: 20px; }
  .modal-content .product-layout-custom .search-by-cate,
  .page-type-product .product-layout-custom .search-by-cate {
    display: block; }
  .modal-content .product-layout-custom .productView,
  .page-type-product .product-layout-custom .productView {
    margin: 0 -10px; }
  .modal-content .product-layout-custom .productView-images,
  .page-type-product .product-layout-custom .productView-images {
    padding: 0 10px;
    width: 45%; }
    .modal-content .product-layout-custom .productView-images .productView-image-wrapper,
    .page-type-product .product-layout-custom .productView-images .productView-image-wrapper {
      padding: 10px; }
  .modal-content .product-layout-custom .productView-details,
  .page-type-product .product-layout-custom .productView-details {
    width: 55%;
    padding: 0 10px; }
  .modal-content .product-layout-custom .productView-for .slick-list,
  .page-type-product .product-layout-custom .productView-for .slick-list {
    margin: 0 -11px; }
  .modal-content .product-layout-custom .productView-for .productView-thumbnail,
  .page-type-product .product-layout-custom .productView-for .productView-thumbnail {
    padding: 0 11px; }
  .modal-content .product-layout-custom .productView-thumbnail-wrapper,
  .page-type-product .product-layout-custom .productView-thumbnail-wrapper {
    margin-top: 16px;
    padding: 0 36px; }
  .modal-content .product-layout-custom .productView-brand .brand-item,
  .page-type-product .product-layout-custom .productView-brand .brand-item {
    width: 30.6%; }
  .modal-content .product-layout-custom .productView-info-item,
  .page-type-product .product-layout-custom .productView-info-item {
    margin-bottom: 13px; }
    .modal-content .product-layout-custom .productView-info-item span,
    .page-type-product .product-layout-custom .productView-info-item span {
      font-size: 16px; }
  .modal-content .product-layout-custom .productView-info-value,
  .page-type-product .product-layout-custom .productView-info-value {
    padding-left: 20px; }
  .modal-content .product-layout-custom .productView-topInfo .productView-rating,
  .page-type-product .product-layout-custom .productView-topInfo .productView-rating {
    font-size: 16px; }
    .modal-content .product-layout-custom .productView-topInfo .productView-rating .icon,
    .page-type-product .product-layout-custom .productView-topInfo .productView-rating .icon {
      width: 22px;
      height: 22px; }
      .modal-content .product-layout-custom .productView-topInfo .productView-rating .icon + .icon,
      .page-type-product .product-layout-custom .productView-topInfo .productView-rating .icon + .icon {
        margin-left: 4px; }
    .modal-content .product-layout-custom .productView-topInfo .productView-rating .productView-reviewLink,
    .page-type-product .product-layout-custom .productView-topInfo .productView-rating .productView-reviewLink {
      font-size: 16px; }
  .modal-content .product-layout-custom .productView-options .form .form-field .form-label,
  .page-type-product .product-layout-custom .productView-options .form .form-field .form-label {
    font-size: 16px; }
    .modal-content .product-layout-custom .productView-options .form .form-field .form-label[for="qty[]"],
    .page-type-product .product-layout-custom .productView-options .form .form-field .form-label[for="qty[]"] {
      font-size: 18px;
      margin-bottom: 18px; }
  .modal-content .product-layout-custom .productView-options .form .form-field [data-product-stock],
  .page-type-product .product-layout-custom .productView-options .form .form-field [data-product-stock] {
    font-size: 16px;
    font-weight: normal; }
  .modal-content .product-layout-custom .productView-options .form .form-field.form-field--increments,
  .page-type-product .product-layout-custom .productView-options .form .form-field.form-field--increments {
    margin-bottom: 22px; }
  .modal-content .product-layout-custom .productView-options .form .add-to-cart-buttons #form-action-addToCart,
  .page-type-product .product-layout-custom .productView-options .form .add-to-cart-buttons #form-action-addToCart {
    height: 64px; }
  .modal-content .product-layout-custom .productView-options #add-to-cart-wrapper,
  .page-type-product .product-layout-custom .productView-options #add-to-cart-wrapper {
    margin-top: 24px; }
  .modal-content .product-layout-custom .productView-features h5,
  .modal-content .product-layout-custom .productView-features .title,
  .page-type-product .product-layout-custom .productView-features h5,
  .page-type-product .product-layout-custom .productView-features .title {
    font-size: 16px;
    margin-bottom: 16px; }
  .modal-content .product-layout-custom .productView-features .features-item .text,
  .page-type-product .product-layout-custom .productView-features .features-item .text {
    font-size: 16px; }
  .modal-content .product-layout-custom .productView-features li,
  .page-type-product .product-layout-custom .productView-features li {
    font-size: 16px; }
  .modal-content .product-layout-custom .productView-product .productView-price,
  .page-type-product .product-layout-custom .productView-product .productView-price {
    margin-top: 16px; }
    .modal-content .product-layout-custom .productView-product .productView-price .price-section--withoutTax:not(.msrp),
    .page-type-product .product-layout-custom .productView-product .productView-price .price-section--withoutTax:not(.msrp) {
      font-size: 32px !important;
      line-height: 1.14; }
    .modal-content .product-layout-custom .productView-product .productView-price .msrp .price,
    .page-type-product .product-layout-custom .productView-product .productView-price .msrp .price {
      font-size: 16px; }
  .modal-content .product-layout-custom .productView-title,
  .page-type-product .product-layout-custom .productView-title {
    font-size: 24px;
    margin-bottom: 16px; }
  .modal-content .product-layout-custom .page-main-product,
  .page-type-product .product-layout-custom .page-main-product {
    width: 80%; }
  .modal-content .product-layout-custom .page-sidebar--right,
  .page-type-product .product-layout-custom .page-sidebar--right {
    display: block;
    margin-top: 0;
    width: 20%;
    max-width: 200px; }
  .modal-content .product-layout-custom .breadcrumbs-product,
  .page-type-product .product-layout-custom .breadcrumbs-product {
    margin-bottom: 36px; } }

@media (min-width: 1400px) {
  .modal-content .product-layout-custom .page,
  .page-type-product .product-layout-custom .page {
    gap: 40px; }
  .modal-content .product-layout-custom .productView,
  .page-type-product .product-layout-custom .productView {
    margin: 0 -20px; }
  .modal-content .product-layout-custom .productView-images,
  .page-type-product .product-layout-custom .productView-images {
    width: 50%;
    padding: 0 20px; }
    .modal-content .product-layout-custom .productView-images .productView-image-wrapper,
    .page-type-product .product-layout-custom .productView-images .productView-image-wrapper {
      padding: 15px; }
  .modal-content .product-layout-custom .productView-details,
  .page-type-product .product-layout-custom .productView-details {
    width: 50%;
    padding: 0 20px; }
  .modal-content .product-layout-custom .page-sidebar--right,
  .page-type-product .product-layout-custom .page-sidebar--right {
    max-width: 340px; }
  .modal-content .product-layout-custom .page-main-product,
  .page-type-product .product-layout-custom .page-main-product {
    flex: 1; } }

@media (min-width: 1400px) {
  .modal-content .product-layout-custom {
    padding: 40px 45px; }
    .modal-content .product-layout-custom .productView {
      margin: 0 -25px; }
    .modal-content .product-layout-custom .productView-images {
      padding: 0 25px;
      width: 55%;
      max-width: 580px; }
      .modal-content .product-layout-custom .productView-images .productView-image {
        padding: 45px; }
        .modal-content .product-layout-custom .productView-images .productView-image-wrapper {
          padding: 0; }
    .modal-content .product-layout-custom .productView-details {
      width: 45%;
      padding: 0 25px; }
    .modal-content .product-layout-custom .productView-brand .brand-item {
      width: 34.6%; } }

.productView-action {
  padding-bottom: 10px; }

.card-wishlist .js-wishlist {
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid var(--electronic-text-primary-color, #001B44); }

.card-wishlist .icon {
  width: 100%;
  height: 100%; }

.wishlist-loaded .wishlist-add {
  display: none; }

.wishlist-menu {
  font-size: 12px;
  margin-left: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 250px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
  user-select: none;
  pointer-events: none;
  overflow-x: hidden;
  width: 100%;
  max-width: 326px;
  background-color: white;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 999; }
  .wishlist-menu:before {
    content: '';
    height: 50px;
    width: 50px;
    border: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background-image: url("../img/loading.svg");
    z-index: 105;
    background-repeat: no-repeat;
    transform: translateY(-50%) rotate(0);
    transform-style: preserve-3d; }
  .wishlist-menu:after {
    content: '';
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    transition: all 250ms ease-out;
    transform: none;
    top: 0;
    left: 0;
    z-index: 104; }
  .wishlist-menu.is-loading:before {
    opacity: 1;
    visibility: visible; }
  .wishlist-menu.is-loading:after {
    opacity: 1;
    visibility: visible; }
  .wishlist-menu li {
    display: block;
    padding: 0 20px;
    font-size: 14px; }
    .wishlist-menu li:first-child {
      padding-top: 15px; }
    .wishlist-menu li:last-child {
      padding-bottom: 15px; }
  .wishlist-menu .js-add-to-wishlist,
  .wishlist-menu a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-decoration: none;
    display: inline-flex;
    justify-content: space-between;
    align-items: center; }
    .wishlist-menu .js-add-to-wishlist.in-wishlist span,
    .wishlist-menu a.in-wishlist span {
      color: red;
      background-position: bottom 0 left 0;
      background-size: 100% 1px, 100% 1px; }
    .wishlist-menu .js-add-to-wishlist.in-wishlist .wishlist-item-close,
    .wishlist-menu a.in-wishlist .wishlist-item-close {
      opacity: 1;
      visibility: visible; }
  .wishlist-menu .js-add-to-wishlist .add {
    display: inline-block; }
  .wishlist-menu .js-add-to-wishlist .remove {
    display: none; }
  .wishlist-menu .js-add-to-wishlist.in-wishlist .add {
    display: none; }
  .wishlist-menu .js-add-to-wishlist.in-wishlist .remove {
    display: inline-block; }
  .wishlist-menu .wishlist-item-close {
    width: 20px;
    height: 20px; }
    .wishlist-menu .wishlist-item-close svg {
      width: 100%;
      height: 100%; }
  .wishlist-menu.animated--out {
    max-height: 0;
    transition: max-height 0.5s ease-out; }
  .wishlist-menu.animated {
    user-select: auto;
    pointer-events: auto;
    max-height: 200px;
    transition: max-height 0.5s ease-in;
    animation: halo-fadeIn 0.5s cubic-bezier(0, 0, 0.3, 1) forwards; }
  @media (min-width: 1025px) {
    .wishlist-menu {
      height: fit-content; }
      .wishlist-menu li {
        font-size: 16px; } }

@media (min-width: 1025px) {
  .card-wishlist .js-wishlist {
    width: 64px;
    height: 64px;
    padding: 20px; }
  .card-wishlist:hover {
    cursor: pointer; } }

.page-type-product .experts-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 24px;
  padding: 12px 10px;
  background-color: #ffffff; }
  .page-type-product .experts-wrapper .halo_ask-an-experts {
    border-top: none;
    margin-top: 0;
    margin-bottom: 32px;
    margin-left: 0;
    padding: 0; }
    .page-type-product .experts-wrapper .halo_ask-an-experts .contact .content-contact {
      padding-left: 0; }
      .page-type-product .experts-wrapper .halo_ask-an-experts .contact .content-contact .text {
        font-size: 16px;
        line-height: 1.75;
        color: #000000; }
      .page-type-product .experts-wrapper .halo_ask-an-experts .contact .content-contact .link {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .page-type-product .experts-wrapper .halo_ask-an-experts .contact .content-contact .link .number-phone {
          font-size: 20px;
          color: #000000; }
      .page-type-product .experts-wrapper .halo_ask-an-experts .contact .content-contact .ask-an-expert-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 5px 18px 5px 18px;
        border-radius: 100px;
        border: 1px solid var(--electronic-black-80, #2A2A2A);
        background: #FFF;
        font-size: 16px; }
        .page-type-product .experts-wrapper .halo_ask-an-experts .contact .content-contact .ask-an-expert-link .icon {
          width: 28px;
          height: 28px;
          color: #000000; }
        .page-type-product .experts-wrapper .halo_ask-an-experts .contact .content-contact .ask-an-expert-link .label {
          color: #000000;
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 0; }

.page-type-product .product-layout-custom .services {
  overflow-x: visible;
  overflow-y: visible;
  white-space: normal;
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 30px; }
  .page-type-product .product-layout-custom .services li.item {
    margin-bottom: 0;
    width: 100%;
    flex: 0 0 100%;
    margin-top: 0; }
  .page-type-product .product-layout-custom .services .service-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .page-type-product .product-layout-custom .services .service-item .content {
      padding: 0 4px;
      font-size: 14px;
      color: #000000; }
      .page-type-product .product-layout-custom .services .service-item .content .title {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.1875; }
      .page-type-product .product-layout-custom .services .service-item .content .description {
        line-height: 1.1875; }
    .page-type-product .product-layout-custom .services .service-item .icons .icon {
      padding: 0 10px; }

@media (min-width: 551px) {
  .page-type-product .experts-wrapper {
    padding: 16px; }
  .page-type-product .product-layout-custom .services li.item {
    width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 1025px) {
  .page-type-product .product-layout-custom .services {
    gap: 10px;
    flex-wrap: nowrap;
    padding-bottom: 0; }
    .page-type-product .product-layout-custom .services li.item {
      width: 25%;
      flex: 0 0 25%; }
    .page-type-product .product-layout-custom .services .service-item .content .title {
      margin: 0 0 8px 0; }
  .page-type-product .experts-wrapper {
    margin-top: 38px;
    margin-bottom: 40px; }
    .page-type-product .experts-wrapper .halo_ask-an-experts {
      background: #FFF;
      padding: 0 0 0 0;
      margin-bottom: 34px; }
      .page-type-product .experts-wrapper .halo_ask-an-experts .contact .content-contact {
        padding-left: 0; }
        .page-type-product .experts-wrapper .halo_ask-an-experts .contact .content-contact .text {
          font-size: 18px;
          line-height: 1.56;
          margin-bottom: 8px; }
        .page-type-product .experts-wrapper .halo_ask-an-experts .contact .content-contact .link .number-phone {
          font-size: 24px; }
        .page-type-product .experts-wrapper .halo_ask-an-experts .contact .content-contact .ask-an-expert-link {
          padding: 5px 18px 5px 10px; } }

@media (min-width: 1025px) {
  .page-type-product #tab-description {
    height: auto; } }

.productView-tab {
  overflow: hidden;
  margin-bottom: 0; }
  .productView-tab #tab-description {
    overflow: hidden; }
  .productView-tab ul.tabs {
    display: none;
    border-bottom: unset; }
  .productView-tab .tab-content {
    position: relative;
    padding: 8px 15px;
    border-radius: 0 0 30px 30px;
    background-color: #ffffff;
    font-weight: 400; }
    .productView-tab .tab-content .tab-mobile .text {
      font-size: 14px;
      font-weight: 600;
      color: #000000;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 6px; }
      .productView-tab .tab-content .tab-mobile .text .icon {
        width: 20px;
        height: 20px; }
        .productView-tab .tab-content .tab-mobile .text .icon i {
          font-size: 20px; }
    .productView-tab .tab-content.tab-content-wrapper {
      border-radius: 24px;
      padding: 12px 10px; }
      @media (max-width: 767px) {
        .productView-tab .tab-content.tab-content-wrapper {
          margin-bottom: 16px; } }
      .productView-tab .tab-content.tab-content-wrapper:not(.tab-loaded) {
        padding: 0; }
      .productView-tab .tab-content.tab-content-wrapper.is-active .tab-content {
        display: block; }
    .productView-tab .tab-content .tab-content {
      padding: 10px;
      padding-bottom: 0;
      position: relative; }
      .productView-tab .tab-content .tab-content::before {
        content: '';
        display: block;
        width: 150%;
        transform: translateX(-20%);
        height: 1px;
        background-color: #E5E5E5; }
      .productView-tab .tab-content .tab-content > p:first-child {
        margin-bottom: 0;
        display: none; }
      .productView-tab .tab-content .tab-content > div {
        margin-top: 12px;
        margin-bottom: 12px; }
      .productView-tab .tab-content .tab-content .content-wraper {
        overflow: hidden; }
        .productView-tab .tab-content .tab-content .content-wraper.show-read-more::after {
          content: '';
          position: absolute;
          bottom: 30px;
          left: 0;
          right: 0;
          width: 100%;
          height: 70px;
          display: block;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%); }
          @media (min-width: 768px) {
            .productView-tab .tab-content .tab-content .content-wraper.show-read-more::after {
              bottom: 60px; } }
      .productView-tab .tab-content .tab-content tr ul {
        padding-left: 20px; }
      .productView-tab .tab-content .tab-content ul {
        margin-left: 0;
        margin-bottom: 0;
        padding-left: 10px; }
      .productView-tab .tab-content .tab-content h1,
      .productView-tab .tab-content .tab-content h2,
      .productView-tab .tab-content .tab-content h3,
      .productView-tab .tab-content .tab-content h4,
      .productView-tab .tab-content .tab-content h5,
      .productView-tab .tab-content .tab-content h6 {
        margin-top: 12px;
        margin-bottom: 12px;
        color: #A70E00;
        font-weight: 700; }
      .productView-tab .tab-content .tab-content h2 {
        font-size: 16px; }
      .productView-tab .tab-content .tab-content li,
      .productView-tab .tab-content .tab-content p {
        font-size: 14px;
        margin-bottom: 0; }
    .productView-tab .tab-content .tab-toggle {
      position: relative;
      padding: 5px 10px; }
      .productView-tab .tab-content .tab-toggle::after, .productView-tab .tab-content .tab-toggle::before {
        content: '';
        top: calc(50%);
        z-index: 2;
        position: absolute;
        transform: translateY(-50%);
        background-color: #000000; }
      .productView-tab .tab-content .tab-toggle::after {
        left: auto;
        right: 0;
        width: 18px;
        height: 1px; }
      .productView-tab .tab-content .tab-toggle::before {
        left: auto;
        right: 8px;
        width: 1px;
        height: 18px;
        transition: all .4s ease;
        transform: translateY(-50%) rotate(0deg); }
      .productView-tab .tab-content .tab-toggle.is-active::before {
        transform: translateY(-50%) rotate(90deg); }
  @media (min-width: 768px) {
    .productView-tab .tab-content.tab-content-wrapper {
      padding-left: 30px;
      padding: 0; }
      .productView-tab .tab-content.tab-content-wrapper.is-active {
        padding: 12px 30px 30px 30px; }
      .productView-tab .tab-content.tab-content-wrapper .tab-mobile {
        display: none; }
    .productView-tab .tab-content .tab-content::before {
      display: none; }
    .productView-tab .tab-content .tab-content h1,
    .productView-tab .tab-content .tab-content h2,
    .productView-tab .tab-content .tab-content h3,
    .productView-tab .tab-content .tab-content h4,
    .productView-tab .tab-content .tab-content h5,
    .productView-tab .tab-content .tab-content h6 {
      margin-top: 16px;
      margin-bottom: 16px; }
    .productView-tab .tab-content .tab-content h2 {
      font-size: 20px; }
    .productView-tab .tab-content .tab-content li,
    .productView-tab .tab-content .tab-content p {
      font-size: 16px; }
    .productView-tab .tab-content .tab-content > div {
      margin-top: 24px;
      margin-bottom: 24px; }
      .productView-tab .tab-content .tab-content > div p {
        margin-bottom: 5px; } }

.banner-block .banners-carousel-pd {
  width: 100%;
  padding-bottom: 24px;
  margin-bottom: 0; }

.banner-block .banners-pd-item {
  padding: 0 15px;
  border-radius: 12px; }

.banner-block .banners-pd-image {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden; }
  .banner-block .banners-pd-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .banner-block .banners-pd-image::after {
    padding-bottom: 160%; }
  .banner-block .banners-pd-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.banner-block .slick-list {
  margin: 0 -15px; }

@media (min-width: 1025px) {
  .banner-block .banners-carousel-pd {
    padding-bottom: 32px; } }

.page-type-product .banner-block.region-product {
  max-height: fit-content;
  margin-bottom: 20px; }

.page-type-product .banner-block .slick-dots {
  position: absolute;
  bottom: 0; }

@media (max-width: 767px) {
  .page-type-product .banner-block.region-product {
    max-width: 70vw;
    margin: 0 auto; } }

@media (max-width: 450px) {
  .page-type-product .banner-block.region-product {
    max-width: 50vw;
    margin: 0 auto; } }

@media (min-width: 1025px) {
  .page-type-product .banner-block.region-product {
    margin-bottom: 60px; }
  .page-type-product .banner-block .banners-pd-item {
    padding: 0 25px; } }

.product-layout-custom .halo-badges {
  display: flex;
  flex-direction: row;
  top: 0;
  left: 20px;
  gap: 6px; }

.product-layout-custom .halo-badge {
  padding: 5px 12px;
  height: auto;
  border-radius: 4px;
  margin-top: 0; }
  .product-layout-custom .halo-badge .text {
    line-height: 1.33; }

@media (min-width: 1025px) {
  .product-layout-custom .halo-badges {
    top: 30px;
    left: 70px;
    gap: 8px; }
  .product-layout-custom .halo-badge {
    padding: 6px 16px; }
    .product-layout-custom .halo-badge .text {
      font-size: 14px; } }

.snize-recommendation {
  margin-top: 0; }
  .snize-recommendation .snize-recommendation-title {
    margin-top: 0; }

div.snize-recommendation-results {
  min-height: unset; }

body.page-type-product,
body.page-type-product .product-layout-custom {
  background-color: #f5f5f5 !important; }

.easyzoom-flyout {
  pointer-events: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }
  @media (min-width: 1025px) {
    .fancybox-content {
      max-width: 75%; } }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.halo_bottomHeader {
  background: linear-gradient(to bottom, #232323 0, #181818 100%); }
  @media (max-width: 1599px) {
    .halo_bottomHeader .navPages-container#menu {
      margin-right: 0; }
      .halo_bottomHeader .navPages-container#menu .navPages {
        width: 100%; } }
  @media (min-width: 1025px) {
    .halo_bottomHeader .navPages-container .navPages-list.navPages-list-megamenu {
      position: relative; } }
  .halo_bottomHeader .navPages-container .navPages-list .navPages-item:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.07); }
  @media (min-width: 1025px) {
    .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu.level-2 {
      width: 100%;
      max-width: 1000px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container {
      flex-wrap: wrap;
      padding: 24px 0; }
      .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container .cateArea .navPage-subMenu.level-3 {
        display: none; }
      .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container .cateArea > .navPage-subMenu-list {
        top: 0; }
        .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child {
          position: relative;
          padding-bottom: 0px !important;
          overflow: unset; }
          .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
            border-bottom: 1px dotted #232323;
            margin-bottom: 0;
            position: relative;
            cursor: pointer; }
            .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .navPages-action-moreIcon {
              display: inline-block;
              position: absolute;
              right: 5px;
              top: 50%; }
              .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .navPages-action-moreIcon svg {
                fill: #232323;
                stroke: #232323;
                width: 15px;
                height: 5px; }
          .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child:hover > .navPage-subMenu-action > .navPages-action-moreIcon svg {
            fill: #d9121f;
            stroke: #d9121f; }
          .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child:hover .navPage-subMenu.level-3 {
            display: block;
            position: absolute;
            left: 24%;
            top: 30px;
            z-index: 9999;
            box-shadow: 6px 4px 5px rgba(0, 0, 0, 0.1);
            background-color: #ffffff;
            border: 1px solid #e5e5e5;
            width: auto;
            min-width: 220px; }
            .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child:hover .navPage-subMenu.level-3 .navPage-subMenu-item-child {
              border-bottom: 1px solid #e5e5e5;
              background-color: #ffffff !important;
              padding: 0 15px;
              position: relative; }
              .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child:hover .navPage-subMenu.level-3 .navPage-subMenu-item-child:hover {
                background-color: #bf0000 !important; }
                .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child:hover .navPage-subMenu.level-3 .navPage-subMenu-item-child:hover::before {
                  content: '';
                  position: absolute;
                  top: 50%;
                  transform: translateY(-50%);
                  border-style: solid;
                  border-width: 5px;
                  border-color: transparent transparent transparent #ffffff;
                  left: 0;
                  width: 10px;
                  height: 10px; }
                .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child:hover .navPage-subMenu.level-3 .navPage-subMenu-item-child:hover .navPages-action-lv3,
                .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child:hover .navPage-subMenu.level-3 .navPage-subMenu-item-child:hover .text {
                  color: #ffffff;
                  text-decoration: none; }
              .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child:hover .navPage-subMenu.level-3 .navPage-subMenu-item-child:last-child {
                border-bottom: none; }
      .halo_bottomHeader .navPages-container .navPages-list .navPages-item.has-megamenu > .navPage-subMenu .container .imageArea--custom .megamenu-right-item {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-around; } }
  .halo_bottomHeader .navPages-container .navPages-list .navPages-action-lv1:hover {
    background: linear-gradient(to bottom, #191919 0, #0f0f0f 100%); }
    .halo_bottomHeader .navPages-container .navPages-list .navPages-action-lv1:hover .name-cat .icon > svg {
      fill: #d9121f;
      stroke: #d9121f;
      font-size: 12px;
      font-weight: 400;
      display: inline-block;
      margin-left: 5px; }
  .halo_bottomHeader .navPages-container .navPages-list .navPages-action-lv1 > a, .halo_bottomHeader .navPages-container .navPages-list .navPages-action-lv1.no-subMenu {
    display: flex;
    align-items: center;
    gap: 8px; }
  .halo_bottomHeader .navPages-container .navPages-list .navPages-action-lv1 .icon-category {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto; }
  .halo_bottomHeader .navPages-container .navPages-list .navPages-action-lv1 .name-cat {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    display: block;
    text-transform: capitalize; }
    .halo_bottomHeader .navPages-container .navPages-list .navPages-action-lv1 .name-cat .icon > svg {
      fill: white;
      stroke: white;
      font-size: 12px;
      font-weight: 400;
      display: inline-block;
      margin-left: 5px; }
      @media (min-width: 1025px) {
        .halo_bottomHeader .navPages-container .navPages-list .navPages-action-lv1 .name-cat .icon > svg {
          display: none !important; } }

/* Menu Layout Mobile */
@media (max-width: 1024px) {
  .halo-menu-sidebar .navPages-list .navPages-item > .navPages-action.navPages-action-lv1 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .halo-menu-sidebar .navPages-list .navPages-item .navPages-action.no-subMenu {
    justify-content: unset; }
  .halo-menu-sidebar .navPages-list .navPages-item .navPages-action span:not(.navPages-label) {
    color: #323232; }
  .halo-menu-sidebar .navPages-list .navPages-item .navPages-action .icon-category {
    background-color: #000000;
    margin-right: 5px; }
  .halo-menu-sidebar .navPages-list .navPages-item .navPages-action .name-cat {
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    font-weight: 700; }
    .halo-menu-sidebar .navPages-list .navPages-item .navPages-action .name-cat .icon--keyboard-arrow-down {
      display: none !important; }
  .halo-menu-sidebar .navPages-list .navPages-item .navPages-action.navPages-action-lv2 .icon-category-lv2 {
    background-color: transparent;
    width: 30px;
    height: 30px;
    position: absolute;
    display: inline-flex; }
    .halo-menu-sidebar .navPages-list .navPages-item .navPages-action.navPages-action-lv2 .icon-category-lv2 + .text {
      padding-left: 40px; }
  .halo-menu-sidebar .navPages-list .navPages-item .navPage-subMenu-item-child.navPages-action-end {
    position: relative !important; }
    .halo-menu-sidebar .navPages-list .navPages-item .navPage-subMenu-item-child.navPages-action-end .icon-category-lv2 {
      background-color: transparent;
      width: 30px;
      height: 30px;
      position: absolute;
      display: inline-flex;
      left: 15px;
      top: 50%;
      transform: translateY(-50%); }
      .halo-menu-sidebar .navPages-list .navPages-item .navPage-subMenu-item-child.navPages-action-end .icon-category-lv2 + .navPages-action-lv2.no-subMenu {
        padding-left: 55px; }
  .halo-menu-sidebar .navPages-list .imageArea--custom .megamenu-right-item {
    padding: 15px; }
    .halo-menu-sidebar .navPages-list .imageArea--custom .megamenu-right-item .image {
      margin-bottom: 12px; } }

/* Format Logo */
@media (max-width: 1024px) {
  .header-logo {
    height: 70px; } }

.header-logo .header-logo__link {
  max-width: 200px; }
  @media (max-width: 1024px) {
    .header-logo .header-logo__link {
      width: 100%; }
      .header-logo .header-logo__link img {
        max-height: 70px; } }

/* Custom Product Tabs */
.productView-tab {
  font-size: 14px !important;
  width: 100% !important; }
  @media (min-width: 1025px) {
    .productView-tab + .halo-block-product {
      width: 25% !important; } }
  .productView-tab ul.tabs {
    margin: 0 -16px; }
    @media (max-width: 767px) {
      .productView-tab ul.tabs {
        overflow-x: scroll; }
        .productView-tab ul.tabs::-webkit-scrollbar {
          width: 8px;
          height: 8px; }
        .productView-tab ul.tabs::-webkit-scrollbar-thumb {
          background-color: #7e7e7e;
          border-radius: 8px; }
        .productView-tab ul.tabs::-webkit-scrollbar-thumb:hover {
          background-color: #e1e3e1; }
        .productView-tab ul.tabs li.tab {
          padding: 0 !important; }
          .productView-tab ul.tabs li.tab .tab-title {
            line-height: 16px; } }
    .productView-tab ul.tabs li.tab.is-active a {
      background: #df0000;
      color: #ffffff; }
      .productView-tab ul.tabs li.tab.is-active a .icon svg {
        fill: #ffffff; }
      .productView-tab ul.tabs li.tab.is-active a:hover {
        color: #ffffff; }
    .productView-tab ul.tabs li.tab.is-active:before {
      display: none; }
    .productView-tab ul.tabs li.tab.is-active:hover a {
      background: #df0000;
      color: #ffffff; }
    .productView-tab ul.tabs li.tab {
      border: none;
      padding: 0 16px;
      margin-right: 0; }
      .productView-tab ul.tabs li.tab a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        color: #000000;
        font-size: 20px;
        padding: 14px 16px;
        font-weight: 600;
        border-radius: 20px;
        line-height: 1.4;
        background: #ffffff; }
        .productView-tab ul.tabs li.tab a .icon {
          width: 24px;
          height: 24px;
          padding: 2px; }
          .productView-tab ul.tabs li.tab a .icon svg {
            fill: #6E6E6E; }
        @media (max-width: 450px) {
          .productView-tab ul.tabs li.tab a {
            padding: 5px 10px; }
            .productView-tab ul.tabs li.tab a span i {
              font-size: 30px !important; } }
        @media (max-width: 375px) {
          .productView-tab ul.tabs li.tab a {
            padding: 4px 8px;
            font-size: 12px; } }
        .productView-tab ul.tabs li.tab a:hover {
          background: #df0000;
          color: #ffffff; }
          .productView-tab ul.tabs li.tab a:hover .icon svg {
            fill: #000000; }
      .productView-tab ul.tabs li.tab .tab-title span:first-child {
        display: flex;
        justify-content: center;
        align-items: center; }
        .productView-tab ul.tabs li.tab .tab-title span:first-child i {
          font-size: 24px; }
    .productView-tab ul.tabs li.tab:not(.active) a {
      border: 1px solid #c5c3c3; }

/* Header Custom */
.hl_topPromotion--custom {
  padding: 0 !important;
  display: flex; }
  @media (max-width: 1024px) {
    .hl_topPromotion--custom {
      display: none; } }
  .hl_topPromotion--custom .container {
    max-width: 100%;
    flex: 1; }
    .hl_topPromotion--custom .container .banner-promotion--custom {
      display: block; }
      .hl_topPromotion--custom .container .banner-promotion--custom .image {
        max-height: 100% !important; }
  .hl_topPromotion--custom .promotion-close svg {
    fill: #1d1c1c !important; }

.halo_header-layout-1 .halo_topHeader .navUser > .container {
  max-width: 1230px; }
  .halo_header-layout-1 .halo_topHeader .navUser > .container .navUser-item {
    position: relative; }
    .halo_header-layout-1 .halo_topHeader .navUser > .container .navUser-item:hover .navUser-action:not(.navUser-action--currencySelector):after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 10px;
      width: 100%;
      background-color: red;
      height: 1px; }

@media (min-width: 1025px) {
  .halo_header-layout-1 .halo_middleHeader .middleHeader-container {
    padding-top: 5px;
    padding-bottom: 5px; } }

@media (min-width: 1025px) {
  .halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.center {
    padding-right: 0; } }

@media (max-width: 1024px) {
  .halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.left .mobileMenu-toggleIcon {
    top: 35px; } }

@media (min-width: 1025px) {
  .halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.right {
    width: auto;
    flex: 1; } }

@media (min-width: 1025px) {
  .halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.right .my-account-link .navUser-action--custom-header {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-transform: uppercase;
    line-height: 1;
    color: #3d4044;
    font-size: 12px;
    font-weight: 700; } }

@media (min-width: 1025px) {
  .halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.right .my-account-link .navUser-action--custom-header .icon {
    width: 30px;
    height: 32px; } }

@media (min-width: 1025px) {
  .halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.right .item--quicksearch {
    flex-grow: 1;
    -webkit-box-flex: 1;
    width: auto;
    max-width: 100%;
    padding: 0 30px; } }

@media (min-width: 1025px) {
  .halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.right .item--quicksearch #quickSearch {
    width: 100%;
    max-width: 100%; } }

.halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.right .item--quicksearch #quickSearch .form-field {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }
  .halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.right .item--quicksearch #quickSearch .form-field button {
    background-color: #df0000;
    transition: all 0.3s ease 0s;
    border: none; }
    .halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.right .item--quicksearch #quickSearch .form-field button:hover {
      background-color: #bf0000;
      transition: all 0.3s ease 0s; }
  .halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.right .item--quicksearch #quickSearch .form-field #search_category {
    border-color: #d3d3d3; }
  .halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.right .item--quicksearch #quickSearch .form-field .form-input {
    background-color: #ffffff;
    color: #2d2d2d;
    font-size: 12px;
    height: 48px;
    padding: 7px 45px 6px 15px;
    border-color: #d3d3d3; }

.halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.right .items:not(.item--quicksearch) .cart-quantity {
  background-color: #bf0000; }

.halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.right .items:not(.item--quicksearch) .navUser-action:hover .icon {
  fill: #bf0000 !important;
  stroke: #bf0000 !important; }
  .halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.right .items:not(.item--quicksearch) .navUser-action:hover .icon svg {
    fill: #bf0000 !important;
    stroke: #bf0000 !important; }

.halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.right .items:not(.item--quicksearch):hover .navUser-action {
  color: #bf0000; }
  .halo_header-layout-1 .halo_middleHeader .middleHeader-container .middleHeader-item.right .items:not(.item--quicksearch):hover .navUser-action > span:not(.cart-quantity) {
    color: #bf0000; }

/* Home Carousel */
.heroCarousel-slide.heroCarousel-slide-1 .heroCarousel-title,
.heroCarousel-slide.heroCarousel-slide-1 .heroCarousel-description, .heroCarousel-slide.heroCarousel-slide-2 .heroCarousel-title,
.heroCarousel-slide.heroCarousel-slide-2 .heroCarousel-description {
  color: #000000; }

@media (min-width: 1025px) {
  .heroCarousel-slide .heroCarousel-content {
    max-width: 650px;
    top: 62%; } }

/* Home */
#featuredCates {
  padding-top: 100px; }
  @media (max-width: 1024px) {
    #featuredCates {
      padding-top: 35px; }
      #featuredCates .slick-list {
        margin-left: -8px;
        margin-right: -8px; }
        #featuredCates .slick-list .item {
          padding-left: 8px;
          padding-right: 8px; } }
  #featuredCates .featuredCates--card {
    width: 100%;
    padding-bottom: 70px; }
  #featuredCates .featuredCates--card .featuredCates--body:before {
    height: 70px; }
  #featuredCates .featuredCates--card .title {
    transform: translateY(0); }

.halo_bannerbycategory .bannerbycategory-wrapper .image {
  display: inline-flex;
  align-items: center; }

/* Card Title */
.card .card-title .card-ellipsis {
  -webkit-line-clamp: 1; }

/* Recently Post */
@media (max-width: 1024px) {
  #recentPosts .halo-recent-post.slick-dotted {
    margin-bottom: 30px; }
    #recentPosts .halo-recent-post.slick-dotted .slick-dots {
      bottom: -20px; } }

@media (min-width: 1025px) {
  .productView-options .form-wishlist .dropdown-menu-button {
    max-width: 257px; } }

/* Home Carousel */
.carousel-play-pause-button .icon.play {
  fill: #000000; }

#halo-menu-sidebar .halo-sidebar-header--p0 {
  padding: 0; }

/* Hide Dropdown menu before hover */
@media (min-width: 1401px) {
  .navPages-list-megamenu .has-megamenu > .navPage-subMenu.level-2 {
    display: none; } }

/* Category */
#faceted-search-container #allCategories .all-categories-list .navPages-item .navPages-action span:not(.navPages-label) {
  color: #323232; }

/* Wallet Buttons */
.add-to-cart-wallet-buttons {
  margin-top: 20px !important; }

/* Hero Carousel Mobile */
@media (min-width: 551px) {
  .show-heroCarousel-mobile .image-mobile {
    display: none; } }

@media (max-width: 550px) {
  .show-heroCarousel-mobile .heroCarousel-image::before {
    content: unset; }
  .show-heroCarousel-mobile .heroCarousel-image > img:not(.image-mobile) {
    display: none; }
  .show-heroCarousel-mobile::after {
    padding-bottom: 136.2666666666667% !important; } }

@media (max-width: 768px) {
  .haloSubCategories__container {
    padding: 30px !important; } }

.haloSubCategories__container .haloSubCategories__content {
  width: 60%; }

.haloSubCategories__container .haloSubCategories__img {
  width: 40%; }

@media (min-width: 1025px) {
  .haloSubCategories__container .haloSubCategories__carousel .haloSubCategories__item {
    display: flex !important;
    width: 25%;
    padding: 0 20px; }
    .haloSubCategories__container .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content {
      padding-right: 10px; }
      .haloSubCategories__container .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content .haloSubCategories__name {
        display: flex; } }

.haloSubCategories__container .haloSubCategories__carousel.is-loading .haloSubCategories__item {
  visibility: hidden;
  opacity: 0; }

#product-listing-container .productListing.productGrid {
  background-color: #ffffff;
  padding-top: 12px; }
  #product-listing-container .productListing.productGrid .product,
  #product-listing-container .productListing.productGrid .product-sample {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 8px;
    margin: 0 0 25px 0;
    white-space: normal; }
  #product-listing-container .productListing.productGrid .product-sample * {
    font-size: 0; }
  @media (min-width: 551px) {
    #product-listing-container .productListing.productGrid .product,
    #product-listing-container .productListing.productGrid .product-sample {
      margin-bottom: 16px; } }
  @media (min-width: 768px) {
    #product-listing-container .productListing.productGrid .product,
    #product-listing-container .productListing.productGrid .product-sample {
      width: 33.3333333%; } }
  @media (min-width: 1025px) {
    #product-listing-container .productListing.productGrid {
      margin-left: -15px;
      margin-right: -15px; }
      #product-listing-container .productListing.productGrid .product,
      #product-listing-container .productListing.productGrid .product-sample {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0; }
        #product-listing-container .productListing.productGrid .product .card:not(.custom-card),
        #product-listing-container .productListing.productGrid .product-sample .card:not(.custom-card) {
          padding-bottom: 65px; }
      #product-listing-container .productListing.productGrid.col-4 .product,
      #product-listing-container .productListing.productGrid.col-4 .product-sample {
        width: 50% !important; }
      #product-listing-container .productListing.productGrid.col-5 .product,
      #product-listing-container .productListing.productGrid.col-5 .product-sample {
        width: 33.3333333% !important; }
        #product-listing-container .productListing.productGrid.col-5 .product .card-figcaption-button,
        #product-listing-container .productListing.productGrid.col-5 .product-sample .card-figcaption-button {
          min-width: unset; } }
  @media (min-width: 1280px) {
    #product-listing-container .productListing.productGrid.col-4 .product,
    #product-listing-container .productListing.productGrid.col-4 .product-sample {
      width: 33.3333333% !important; }
    #product-listing-container .productListing.productGrid.col-5 .product,
    #product-listing-container .productListing.productGrid.col-5 .product-sample {
      width: 20% !important; } }
  @media (min-width: 1600px) {
    #product-listing-container .productListing.productGrid.col-4 .product,
    #product-listing-container .productListing.productGrid.col-4 .product-sample {
      width: 25% !important; } }

.page-type-product .breadcrumbs .breadcrumb:last-child {
  display: none; }

.haloSubCategories__container .haloSubCategories__carousel .haloSubCategories__item .count {
  display: none; }

.page-type-category .page-listing-header--content {
  display: none; }

.halo-productView-right .productView-price .price-section.price-section--withoutTax.non-sale-price--withoutTax {
  font-size: 0;
  display: none; }

/* Mint Start update 12012024 */
.header-bottom {
  padding: 10px 0 9px 0;
  height: 40px;
  overflow: hidden;
  background-color: #ffffff; }
  .header-bottom > .container {
    display: flex;
    justify-content: center;
    align-items: center; }
  @media (max-width: 992px) {
    .header-bottom {
      padding: 10px 10px 9px 10px; } }
  .header-bottom ul.list-top li.showMore {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 10px;
    margin-bottom: 0 !important;
    background: #fff; }
    .header-bottom ul.list-top li.showMore a {
      font-weight: 700 !important;
      border: 0; }
    .header-bottom ul.list-top li.showMore:hover a {
      border-bottom: 0 !important; }
  .header-bottom.is-open {
    height: auto; }
    .header-bottom.is-open ul.list-top li.showMore {
      position: static; }
  .header-bottom.active ul.list-top li.showMore {
    display: inline-block;
    margin-right: 20px;
    padding-right: 0; }
  .header-bottom.active ul.list-top {
    padding-left: 20px;
    padding-right: 60px; }
  .header-bottom .title-top {
    font-size: 12px;
    font-weight: 700;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    position: relative;
    text-transform: uppercase;
    margin-right: 41px; }
    .header-bottom .title-top:before {
      background: url(../img/list-sprite.png) 0 -209px no-repeat;
      position: absolute;
      content: '';
      width: 26px;
      height: 15px;
      top: 0px;
      right: -35px; }
  .header-bottom ul.list-top {
    margin: 0;
    display: inline-block; }
    .header-bottom ul.list-top li {
      list-style: none;
      display: inline-block;
      margin-bottom: 10px; }
      .header-bottom ul.list-top li + li {
        margin-bottom: 10px; }
        .header-bottom ul.list-top li + li a {
          border-right: 1px solid rgba(90, 90, 90, 0.3); }
      .header-bottom ul.list-top li:last-child {
        border-right: 0; }
      .header-bottom ul.list-top li a {
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        padding-right: 8px;
        margin-right: 5px;
        font-family: "Open Sans", Arial, Helvetica, sans-serif; }
        .header-bottom ul.list-top li a:hover span {
          border-bottom: 1px solid; }
  @media (max-width: 510px) {
    .header-bottom {
      padding: 10px 15px 10px 15px; }
      .header-bottom > .container {
        padding: 0; }
      .header-bottom.active ul.list-top {
        padding-left: 0;
        padding-right: 0; }
        .header-bottom.active ul.list-top li.showMore {
          margin-right: 0; } }

#tab-description {
  margin-bottom: 20px;
  border-radius: 24px; }
  @media (min-width: 1025px) {
    #tab-description {
      height: 0px; } }
  #tab-description::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  #tab-description::-webkit-scrollbar-track {
    background-color: transparent; }
  #tab-description::-webkit-scrollbar-thumb {
    background-color: #7e7e7e;
    border-radius: 8px; }
  #tab-description::-webkit-scrollbar-thumb:hover {
    background-color: #e1e3e1; }

/* Mint update 15012024 */
.page-type-cart .cart-totals .column.column-3 .cart-total--tax {
  position: relative;
  margin-top: 0; }
  .page-type-cart .cart-totals .column.column-3 .cart-total--tax .cart-total-value {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }

.page-type-cart .halo-free-shipping-message .progress-meter .progress-percent {
  display: none !important; }

/* Mint update 19012024 */
@media (max-width: 1024px) {
  .navPage-subMenu.navPage-subMenu-horizontal.level-3 {
    overflow: scroll; } }

@media (max-width: 1024px) {
  .megamenu-right-item {
    --f-col: 3;
    --f-gap: 8px;
    display: flex;
    flex-wrap: wrap; }
  .megamenu-right-item .image {
    flex: 0 0 calc(100% / var(--f-col));
    max-width: calc(100% / var(--f-col));
    padding-left: 8px; }
    .megamenu-right-item .image:first-child {
      padding-left: 0; } }

/* Mint Start update 23012024 */
@media (max-width: 1024px) {
  .haloSubCategories__carousel {
    display: flex;
    overflow: auto; } }

@media (min-width: 1025px) {
  .haloSubCategories__content {
    display: flex;
    align-items: center; } }

@media (min-width: 1025px) {
  .haloSubCategories__item {
    padding: 9px !important;
    margin: 15px 2px;
    border: 1px solid #e6e6e6; } }

@media (max-width: 1024px) {
  .haloSubCategories__item {
    margin-right: 16px;
    white-space: normal;
    font-size: 1rem;
    vertical-align: top;
    display: flex !important;
    min-width: 320px;
    align-items: center;
    margin-bottom: 12px; } }

.haloSubCategories__name .text {
  text-overflow: unset;
  max-width: 100%;
  white-space: wrap;
  line-height: 20px; }

.haloSubCategories__desc {
  display: none; }

/* Category Page */
.page-type-search,
.page-type-category,
.page-type-brand {
  background-color: #ffffff; }
  .page-type-search #main-content,
  .page-type-category #main-content,
  .page-type-brand #main-content {
    background-color: #ffffff; }
  .page-type-search .body,
  .page-type-category .body,
  .page-type-brand .body {
    background-color: #ffffff; }
    .page-type-search .body .haloSubCategories,
    .page-type-search .body .page-listing-header,
    .page-type-search .body #faceted-search-container,
    .page-type-search .body .product,
    .page-type-category .body .haloSubCategories,
    .page-type-category .body .page-listing-header,
    .page-type-category .body #faceted-search-container,
    .page-type-category .body .product,
    .page-type-brand .body .haloSubCategories,
    .page-type-brand .body .page-listing-header,
    .page-type-brand .body #faceted-search-container,
    .page-type-brand .body .product {
      background-color: #ffffff; }
      .page-type-search .body .haloSubCategories .breadcrumbs,
      .page-type-search .body .page-listing-header .breadcrumbs,
      .page-type-search .body #faceted-search-container .breadcrumbs,
      .page-type-search .body .product .breadcrumbs,
      .page-type-category .body .haloSubCategories .breadcrumbs,
      .page-type-category .body .page-listing-header .breadcrumbs,
      .page-type-category .body #faceted-search-container .breadcrumbs,
      .page-type-category .body .product .breadcrumbs,
      .page-type-brand .body .haloSubCategories .breadcrumbs,
      .page-type-brand .body .page-listing-header .breadcrumbs,
      .page-type-brand .body #faceted-search-container .breadcrumbs,
      .page-type-brand .body .product .breadcrumbs {
        margin-bottom: 0; }
    .page-type-search .body .halo-toolbar,
    .page-type-category .body .halo-toolbar,
    .page-type-brand .body .halo-toolbar {
      margin-bottom: 0;
      padding-bottom: 35px;
      background-color: #ffffff; }
    .page-type-search .body .toolbar-wrapper:not(.toolbar-mobile),
    .page-type-category .body .toolbar-wrapper:not(.toolbar-mobile),
    .page-type-brand .body .toolbar-wrapper:not(.toolbar-mobile) {
      padding-top: 12px; }
      .page-type-search .body .toolbar-wrapper:not(.toolbar-mobile)::after,
      .page-type-category .body .toolbar-wrapper:not(.toolbar-mobile)::after,
      .page-type-brand .body .toolbar-wrapper:not(.toolbar-mobile)::after {
        content: '';
        position: absolute;
        top: 0;
        right: -15px;
        width: 15px;
        height: 100%;
        background-color: #ffffff; }
    @media (min-width: 1025px) {
      .page-type-search .body .page-sidebar.has-toolbar,
      .page-type-category .body .page-sidebar.has-toolbar,
      .page-type-brand .body .page-sidebar.has-toolbar {
        margin-top: -90px; } }

@media (min-width: 1025px) {
  .icon-category-lv2 {
    display: none; } }

@media (min-width: 992px) {
  .cart-totals .column.column-quote-shipping {
    width: 63.66663%; }
    .cart-totals .column.column-quote-shipping .shipping-estimator .shipping-quotes .estimator-form--default {
      margin-bottom: 20px; }
      .cart-totals .column.column-quote-shipping .shipping-estimator .shipping-quotes .estimator-form--default .estimator-form-label {
        margin-top: 20px; }
      .cart-totals .column.column-quote-shipping .shipping-estimator .shipping-quotes .estimator-form--default .estimator-form-input {
        margin-top: 20px;
        margin-bottom: 0; } }

/* Custom card */
.card.custom-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  padding: 10px; }
  .card.custom-card .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .card.custom-card .card-title {
    text-align: center; }
    .card.custom-card .card-title > a span {
      --lineHeight: 22px;
      --row: 5;
      line-height: var(--lineHeight);
      height: calc(var(--lineHeight) * var(--row));
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: var(--row);
      -webkit-box-orient: vertical; }
  .card.custom-card .card-price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .card.custom-card .card-price .price-section {
      margin-left: 0;
      margin-right: 0; }
      .card.custom-card .card-price .price-section span.price--non-sale, .card.custom-card .card-price .price-section span.price--rrp {
        color: #ce1515;
        font-style: italic;
        font-weight: 600;
        display: none; }
      .card.custom-card .card-price .price-section span.price--withoutTax {
        font-weight: 700;
        font-size: 18px;
        color: #15a229; }
  .card.custom-card .custom-card-action {
    margin-top: 12px; }
  .card.custom-card .customLabel {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00ba1a;
    color: #ffffff;
    z-index: 9999;
    text-transform: uppercase;
    padding: 0 4px; }

#main-content {
  background-color: white; }

.custom-cartImage {
  margin: 24px 0;
  text-align: center; }

/* Update 29012024 */
#list-product-blog-detail-block {
  padding-bottom: 40px;
  margin-top: 12px;
  min-height: 500px;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  border-radius: 3px; }
  #list-product-blog-detail-block .container {
    padding-top: 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #dcdcdc;
    border-radius: 3px;
    overflow: hidden; }
  #list-product-blog-detail-block .container--custom-block {
    background: white; }
    #list-product-blog-detail-block .container--custom-block .themevale_page-heading-wrapper h2 {
      margin-top: 7px; }
  #list-product-blog-detail-block .card.custom-card .price-section.price-section--saving {
    display: none; }
  #list-product-blog-detail-block .container {
    margin-left: 0; }

.product-layout-1 .halo-productView {
  padding-top: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 12px; }

.product-layout-1 .halo-description .productView-tab {
  overflow: hidden; }
  .product-layout-1 .halo-description .productView-tab .tabs,
  .product-layout-1 .halo-description .productView-tab .tabs-contents {
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    border-radius: 3px; }

@media (min-width: 1025px) {
  .product-layout-1 .halo-block-product {
    position: relative; }
    .product-layout-1 .halo-block-product#halo-related-products .halo-block-header, .product-layout-1 .halo-block-product#halo-similar-products .halo-block-header {
      padding-top: 12px;
      padding-left: 12px;
      padding-bottom: 2px; }
    .product-layout-1 .halo-block-product#halo-related-products .productCarousel, .product-layout-1 .halo-block-product#halo-similar-products .productCarousel {
      margin: 0; }
    .product-layout-1 .halo-block-product#halo-related-products .slick-arrow, .product-layout-1 .halo-block-product#halo-similar-products .slick-arrow {
      top: -25px; }
  .product-layout-1 .productView-bottom .productView-tab {
    position: relative; }
    .product-layout-1 .productView-bottom .productView-tab::before {
      content: '';
      background-color: #ffffff;
      position: absolute;
      top: 0;
      left: -12px;
      width: 12px;
      height: 100%;
      z-index: 1; } }

/* Shipping label */
.productView-brand {
  display: flex;
  align-items: center; }
  .productView-brand .shipping-label {
    position: relative; }
    .productView-brand .shipping-label:hover .popup-shipping {
      display: block; }
  .productView-brand .free_shipping_pro {
    white-space: nowrap;
    margin: 0;
    margin-left: 10px;
    background: #0BC427;
    color: #fff !important;
    z-index: 1;
    width: auto;
    padding: 5px 10px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer; }
    .productView-brand .free_shipping_pro::before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -28px;
      border-style: solid;
      border-width: 15px 15px 15px 15px;
      border-color: transparent #1aad03 transparent transparent; }
  .productView-brand .popup-shipping {
    display: none;
    border: 1px solid;
    border-radius: 6px;
    margin-left: 10px;
    position: absolute;
    z-index: 100;
    background: #fff; }
    .productView-brand .popup-shipping .popup-header {
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 5px;
      -ms-flex-align: baseline;
      align-items: baseline; }
      .productView-brand .popup-shipping .popup-header p {
        font-size: 1.4em;
        font-weight: 400;
        text-align: center; }
    .productView-brand .popup-shipping .popup-content {
      text-align: center;
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 10px; }

.cart-content-padding-right {
  background-color: #ffffff; }
  @media (min-width: 1025px) {
    .cart-content-padding-right {
      padding-left: 12px;
      padding-right: 12px;
      padding-top: 12px; } }

/* Update 01022024 */
.custom-product-breadcrumb {
  background-color: #ffffff;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 12px; }
  .custom-product-breadcrumb .breadcrumbs-product {
    margin-top: 12px;
    margin-bottom: 12px; }

/* Search Page */
#snize_results {
  padding: 0 15px !important; }
  #snize_results .snize-main-panel {
    background-color: #ffffff;
    position: relative; }
    #snize_results .snize-main-panel::after {
      content: '';
      background-color: #ffffff;
      position: absolute;
      right: -10px;
      height: 100%;
      width: 10px;
      top: 0; }
  #snize_results .snize-header {
    background-color: #ffffff;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    max-width: 1190px;
    position: relative; }
    #snize_results .snize-header::after {
      content: '';
      background-color: #df0000;
      position: absolute;
      right: -10px;
      height: 100%;
      width: 10px;
      top: 0; }
  #snize_results .snize-filters-sidebar {
    background-color: #ffffff; }
  #snize_results .snize-search-results-content {
    background-color: #ffffff; }

/* Style for all breadcrumb */
.breadcrumb-wrapper {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 8px;
  margin-bottom: 12px; }
  .breadcrumb-wrapper.style-2 {
    background-color: #F4F6F7;
    padding: 20px 0;
    margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .breadcrumb-wrapper.style-2 {
        padding: 16px 0 12px; } }
  .breadcrumb-wrapper::before {
    content: '';
    background-color: inherit;
    position: absolute;
    top: 0;
    height: 100%; }
  .breadcrumb-wrapper::after {
    content: '';
    background-color: inherit;
    position: absolute;
    top: 0;
    height: 100%; }

.page-type-product .productView-options .form .form-field.form-field--stock {
  margin-top: 0; }

.page-type-product .halo-toolbar.has-sidebar {
  display: none; }
  @media (max-width: 1024px) {
    .page-type-product .halo-toolbar.has-sidebar {
      display: block; } }

.page-type-product .sidebarBlock {
  border-color: transparent;
  background: white; }

.page-type-product .page-sidebar.has-toolbar {
  margin-top: 0; }

.page-type-product .container-page-product {
  width: 100%;
  padding: 0 10px;
  padding-top: 3px; }
  @media (min-width: 501px) and (max-width: 1400px) {
    .page-type-product .container-page-product {
      padding: 0 15px;
      padding-top: 3px; } }
  @media (min-width: 1400px) {
    .page-type-product .container-page-product {
      padding: 0 0px; } }
  .page-type-product .container-page-product .page {
    display: flex;
    justify-content: space-around; }
    @media (max-width: 1024px) {
      .page-type-product .container-page-product .page {
        flex-direction: column; } }
  @media (max-width: 1024px) {
    .page-type-product .container-page-product {
      flex-direction: column; } }
  .page-type-product .container-page-product #faceted-search-container {
    height: fit-content; }
    .page-type-product .container-page-product #faceted-search-container .haloCustomScrollbar {
      height: fit-content; }
  .page-type-product .container-page-product .page-sidebar--left {
    padding: 0;
    width: 20%; }
    @media (min-width: 1400px) {
      .page-type-product .container-page-product .page-sidebar--left {
        width: 15%; } }
    @media (max-width: 991.99px) {
      .page-type-product .container-page-product .page-sidebar--left .halo-block-product {
        display: none; } }
    .page-type-product .container-page-product .page-sidebar--left .halo-block-product .container {
      padding-left: 0; }
    @media (max-width: 1024px) {
      .page-type-product .container-page-product .page-sidebar--left .product-custom-slider {
        display: none; } }
    @media (max-width: 1024px) {
      .page-type-product .container-page-product .page-sidebar--left .halo-toolbar {
        margin: unset; } }
  .page-type-product .container-page-product .page-sidebar--right {
    padding: 0;
    display: none; }
    @media (min-width: 1400px) {
      .page-type-product .container-page-product .page-sidebar--right {
        width: 15%;
        display: block; } }
  .page-type-product .container-page-product .page-main-product {
    width: 80%; }
    .page-type-product .container-page-product .page-main-product .custom-product-breadcrumb .breadcrumbs-product .breadcrumbs {
      max-width: 75vw; }
      @media (min-width: 1400px) {
        .page-type-product .container-page-product .page-main-product .custom-product-breadcrumb .breadcrumbs-product .breadcrumbs {
          max-width: 66vw; } }
      @media (max-width: 1024px) {
        .page-type-product .container-page-product .page-main-product .custom-product-breadcrumb .breadcrumbs-product .breadcrumbs {
          max-width: 100vw; } }
    @media (max-width: 1024px) {
      .page-type-product .container-page-product .page-main-product {
        width: 100%; } }
    @media (min-width: 1400px) {
      .page-type-product .container-page-product .page-main-product {
        width: 68%; } }
    @media (min-width: 768px) {
      .page-type-product .container-page-product .page-main-product .productView {
        margin-left: 0;
        display: flex;
        flex-direction: row; }
        .page-type-product .container-page-product .page-main-product .productView .productView-details {
          float: unset;
          padding: 0;
          min-width: 100%; }
          .page-type-product .container-page-product .page-main-product .productView .productView-details .form-wishlist {
            width: 180px; }
        .page-type-product .container-page-product .page-main-product .productView .halo-productView-right {
          padding: 0 20px; } }
    @media (max-width: 767px) {
      .page-type-product .container-page-product .page-main-product .productView .productView-details .productView-options {
        padding-left: 0; } }
    @media (min-width: 1400px) and (max-width: 1600px) {
      .page-type-product .container-page-product .page-main-product .productView .halo_ask-an-experts {
        padding: 0; } }
    @media (min-width: 768px) and (max-width: 1600px) {
      .page-type-product .container-page-product .page-main-product .productView .productView-options .form-wishlist {
        margin-left: 0;
        margin-top: 10px; }
        .page-type-product .container-page-product .page-main-product .productView .productView-options .form-wishlist .dropdown-menu-button {
          width: 256px !important; }
          .page-type-product .container-page-product .page-main-product .productView .productView-options .form-wishlist .dropdown-menu-button.is-open {
            background-color: #5fb139; }
            .page-type-product .container-page-product .page-main-product .productView .productView-options .form-wishlist .dropdown-menu-button.is-open span {
              color: white; }
            .page-type-product .container-page-product .page-main-product .productView .productView-options .form-wishlist .dropdown-menu-button.is-open ~ [data-dropdown-content] {
              top: calc(100% + -136px) !important; } }
    .page-type-product .container-page-product .page-main-product .productView .dropdown-menu-button.is-open ~ [data-dropdown-content] {
      top: calc(100% + -136px) !important; }
    .page-type-product .container-page-product .page-main-product .halo-description {
      margin-top: 5px; }
      .page-type-product .container-page-product .page-main-product .halo-description #halo-related-products {
        padding-left: 0; }
        @media (max-width: 992px) {
          .page-type-product .container-page-product .page-main-product .halo-description #halo-related-products {
            padding: 0; } }
        @media (max-width: 1024px) {
          .page-type-product .container-page-product .page-main-product .halo-description #halo-related-products {
            margin-top: 10px; } }

@media (max-width: 1399px) {
  .page-type-product #faceted-search-container .halo-block-product {
    display: none; } }

.page-type-product .product-custom-view {
  width: 100%;
  display: flex; }
  .page-type-product .product-custom-view .product-custom-slider {
    display: block;
    max-width: 286px; }
    @media (max-width: 1399px) {
      .page-type-product .product-custom-view .product-custom-slider {
        display: none; } }
    .page-type-product .product-custom-view .product-custom-slider .halo-block-header {
      opacity: 1; }
    .page-type-product .product-custom-view .product-custom-slider .productCarousel {
      padding: 36px 10px 25px; }
    .page-type-product .product-custom-view .product-custom-slider .halo-block-product {
      margin-top: 2.25rem; }
  .page-type-product .product-custom-view .home-product-block {
    display: block; }
    @media (max-width: 1399px) {
      .page-type-product .product-custom-view .home-product-block {
        width: 100%; } }

@media (max-width: 1024px) {
  .page-type-product .halo_ask-an-experts .contact + .services {
    padding-left: 7px; } }

@media (max-width: 1024px) {
  .page-type-product #halo-related-products .container {
    padding: 0; } }

.page-type-product .region-product {
  height: auto;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
  border-radius: 3px; }
  @media (max-width: 1025px) {
    .page-type-product .region-product-left {
      display: none !important; } }
  .page-type-product .region-product-right .region-product .sd-spacer-013f9049-1d61-4dd5-ac1a-4b06917bf3eb,
  .page-type-product .region-product-right .sd-spacer-9ecaace6-1f4f-4339-9111-63b51fa253a2 {
    height: 25px !important; }
  .page-type-product .region-product-left, .page-type-product .region-product-right {
    display: block;
    width: 100%;
    height: auto;
    max-height: 2000px; }

.productView-images-wrapper .productView-image-wrapper {
  width: 100%; }
  .productView-images-wrapper .productView-image-wrapper .productView-for {
    padding: 0 20px; }

.productView-thumbnail-wrapper {
  padding: 0 20px; }

.productView-img-container:hover {
  cursor: zoom-in; }

@media (min-width: 1200px) {
  .halo_ask-an-experts {
    width: 100%; } }

.productView-img-container {
  width: 60%; }

.productView-for .productView-thumbnail .is-active {
  position: relative; }
  .productView-for .productView-thumbnail .is-active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 2px;
    background: #000;
    opacity: 1; }

.page-type-product .container-page-product .page-main-product .halo-description {
  display: flex;
  gap: 7px; }
  .page-type-product .container-page-product .page-main-product .halo-description #halo-related-products {
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    padding-left: 5px; }

.container_page {
  display: block;
  margin: 0 auto; }
  @media (min-width: 1600px) {
    .container_page {
      padding: 0 1rem; } }

.page-sidebar.product-custom {
  width: 100%;
  float: unset !important; }
  .page-sidebar.product-custom .all-categories-list {
    /* custom scrollbar */
    scroll-behavior: smooth; }
    .page-sidebar.product-custom .all-categories-list::-webkit-scrollbar {
      width: 12px;
      height: 8px; }
    .page-sidebar.product-custom .all-categories-list::-webkit-scrollbar-track {
      width: 2px;
      background-image: url("https://cdn11.bigcommerce.com/s-xwx16vh8tc/images/stencil/original/image-manager/scroll-track.png?t=1728290500");
      background-size: 2px 100%;
      background-repeat: no-repeat;
      background-position: center; }
    .page-sidebar.product-custom .all-categories-list::-webkit-scrollbar-thumb {
      background-image: url("https://cdn11.bigcommerce.com/s-xwx16vh8tc/images/stencil/original/image-manager/scrollbar.png?t=1728290499");
      background-size: 12px;
      background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .page-sidebar.product-custom .all-categories-list {
        overflow-y: scroll; } }

.all-categories-list::-webkit-scrollbar-track {
  background-position: center var(--scroll-track-position, 0%); }

.all-categories-list::-webkit-scrollbar-thumb {
  background-position: center var(--scroll-thumb-position, 0%); }

.product-custom-slider .container {
  padding: 0; }

.halo_ask-an-experts {
  padding: 16px; }

@media (max-width: 768px) {
  .page-type-product .halo-description {
    flex-direction: column; } }

.page-type-product .productView-brand .no-brandname {
  padding-right: 10px; }

.page-type-product .halo-block-product#halo-related-products .halo-block-header {
  padding: 12px !important; }

.page-type-product .halo-block-product#halo-related-products .productCarousel {
  margin: 0;
  padding: 0 0 25px; }

.page-type-product .halo-block-product#halo-related-products .slick-arrow:hover {
  background-color: black; }

.page-type-product .halo-block-product#halo-related-products .card.custom-card {
  border: unset; }

@media (max-width: 1024px) {
  .page-type-category .breadcrumb-wrapper::before,
  .page-type-page .breadcrumb-wrapper::before {
    width: unset;
    left: unset; }
  .page-type-category .breadcrumb-wrapper::after,
  .page-type-page .breadcrumb-wrapper::after {
    width: unset;
    right: unset; }
  .page-type-page .shogun-tabs {
    flex-wrap: wrap; } }

.page-type-product [data-cart-item-add]:has(.alertBox--error) + [data-wishlist-add] {
  margin-left: 0 !important; }

@media (max-width: 550px) {
  .page-type-product .page-sidebar {
    left: -137%; }
  .page-type-product .halo-description ul {
    padding-left: unset; } }

.page-type-search .breadcrumb-wrapper {
  display: none; }

@media (min-width: 1024.98px) {
  .navPages-container .navPages-item.has-megamenu.animated > .navPage-subMenu.level-2 {
    overflow: unset; } }

.productView-image {
  pointer-events: all !important; }

.column-quote-shipping .cart-total.d-none {
  display: none; }

.column-quote-shipping .custom-cartImage {
  width: 100%; }
  .column-quote-shipping .custom-cartImage img {
    width: 70%; }

.page-type-product #list-product-blog-detail-block {
  padding-bottom: 0; }
  .page-type-product #list-product-blog-detail-block .productsByListId {
    padding-bottom: 0; }
  @media (max-width: 1600px) {
    .page-type-product #list-product-blog-detail-block .card-figcaption-button {
      min-width: 160px; } }
  @media (min-width: 1440px) and (max-width: 1600px) {
    .page-type-product #list-product-blog-detail-block .card-figcaption-button {
      min-width: 140px; } }

#halo-ask-an-expert .haloCustomScrollbar::-webkit-scrollbar {
  width: 14px; }

#list-product-blog-detail-block {
  display: none; }

.page-type-cart [data-cart-page-title] {
  font-size: 28px; }

[data-cart-status],
[data-promotion-banner] {
  display: none; }

#halo-cart-sidebar .halo-sidebar-wrapper .subTotal > div {
  font-size: 16px; }

#halo-cart-sidebar .halo-sidebar-wrapper .grandTotal {
  display: none; }

.productView-price {
  margin: 6px 0 4px 0; }
  .productView-price .price-section--withoutTax:not(.msrp) {
    color: #dc3545 !important;
    font-size: 36px !important;
    font-weight: 700 !important; }
  .productView-price .msrp {
    margin-bottom: 0 !important; }
    .productView-price .msrp-title {
      font-weight: 500;
      font-size: 16px;
      color: #323232; }
    .productView-price .msrp .price {
      font-size: 16px;
      color: #323232; }
  .productView-price .price-section--saving {
    display: inline-block;
    font-style: normal;
    padding-left: 5px;
    font-size: 16px;
    line-height: 20px !important; }
    .productView-price .price-section--saving > strong {
      font-weight: 700;
      color: #323232; }
    .productView-price .price-section--saving .price {
      font-weight: 500;
      font-size: 16px;
      color: #323232; }
  .productView-price .price-custom {
    margin-bottom: 5px; }
    .productView-price .price-custom .price--title {
      font-weight: 500;
      font-size: 16px; }
    .productView-price .price-custom .price--rebate {
      font-size: 16px; }
  .productView-price .price--time {
    font-size: 14px;
    color: #6c757d !important;
    font-weight: 400; }

.productView-info-item .instant_rebate,
.productView-info-item .instant_time {
  display: none; }

.productView-info .productView-info-name.warranty {
  vertical-align: bottom !important; }
  .productView-info .productView-info-name.warranty svg {
    color: #df0000; }

.product-layout-1 .productView-brand .free_shipping_pro {
  margin: 0px 0px 0px 13px !important; }

.productView-custom table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; }
  .productView-custom table tbody > tr th {
    background-color: #198754;
    text-align: center;
    color: white;
    padding: 10px; }
  .productView-custom table tbody tr:nth-child(even) {
    background-color: #f8f9fa; }
  .productView-custom table tbody tr:last-child {
    background-color: #d1e7dd; }
  .productView-custom table tbody th,
  .productView-custom table tbody td {
    border: 1px solid #e9ecef;
    padding: 10px;
    text-align: left;
    font-size: 14px; }

#form-action-addToCart > span {
  font-size: 18px;
  font-weight: 600; }
  #form-action-addToCart > span svg {
    width: 26px;
    height: 26px;
    top: 8px;
    margin-right: 5px; }

.page-type-product #form-action-addToCart {
  min-width: 350px;
  border-radius: 0.3rem; }
  @media (max-width: 1024px) {
    .page-type-product #form-action-addToCart {
      min-width: 320px; } }
  @media (max-width: 550px) {
    .page-type-product #form-action-addToCart {
      min-width: 300px; } }

.page-type-product .productView-info-item span,
.page-type-product .productView-options .form .form-field .form-label,
.page-type-product .halo_ask-an-experts .contact .content-contact .text,
.page-type-product .halo_ask-an-experts .contact .content-contact .link .number-phone + a {
  font-size: 14px; }

.productView-thumbnail-wrapper {
  margin-top: 15px; }

@media (min-width: 768px) {
  .page-type-product .container-page-product .page-main-product .productView {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    .page-type-product .container-page-product .page-main-product .productView::after, .page-type-product .container-page-product .page-main-product .productView::before {
      content: unset; }
    .page-type-product .container-page-product .page-main-product .productView .halo-productView-left .halo-productView-right {
      width: 100%;
      float: unset; }
    .page-type-product .container-page-product .page-main-product .productView .productView-images {
      width: 100%; } }

@media (max-width: 767px) {
  .page-type-product .productView-details .product-options {
    padding-left: 0; } }

.page-type-product .services {
  margin-top: 20px;
  margin-bottom: 30px; }
  @media (min-width: 551px) {
    .page-type-product .services {
      padding-left: 30px;
      margin-top: 30px; } }
  @media (min-width: 768px) {
    .page-type-product .services {
      margin-bottom: 0; } }
  .page-type-product .services .service-item .icons {
    width: 48px; }
    .page-type-product .services .service-item .icons .icon {
      width: 48px;
      height: 48px;
      padding: 14px; }
  .page-type-product .services::-webkit-scrollbar {
    width: 20px; }
  .page-type-product .services::-webkit-scrollbar-track {
    background-color: transparent; }
  .page-type-product .services::-webkit-scrollbar-thumb {
    background-color: #323232;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box; }

.page-type-product .services {
  margin: 0;
  grid-column: span 2;
  padding-bottom: 15px;
  font-size: 0;
  display: block;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap; }
  .page-type-product .services .item {
    width: auto;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem;
    padding: 0 15px 0 0; }
    .page-type-product .services .item:last-child {
      padding-right: 0; }
  .page-type-product .services .service-item {
    display: table;
    width: 100%; }
    .page-type-product .services .service-item .icons,
    .page-type-product .services .service-item .content {
      display: table-cell;
      vertical-align: top; }
    .page-type-product .services .service-item .icons {
      width: 40px;
      text-align: center; }
      .page-type-product .services .service-item .icons .icon {
        width: 40px;
        height: 40px;
        padding: 0 12px;
        border-radius: 50%;
        border: 1px solid #000000; }
      .page-type-product .services .service-item .icons svg {
        fill: #000000;
        stroke: #000000; }
    .page-type-product .services .service-item .content {
      padding-left: 15px;
      padding-right: 15px; }
      .page-type-product .services .service-item .content .title {
        font-size: 12px;
        margin: 0 0 3px 0;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        color: #323232;
        font-weight: 700; }
      .page-type-product .services .service-item .content .description {
        margin: 0; }
  @media (min-width: 768px) {
    .page-type-product .services {
      margin: 0;
      overflow: visible;
      white-space: normal; }
      .page-type-product .services .item {
        padding: 0;
        width: 50%;
        margin-top: 10px; } }
    @media (min-width: 768px) and (min-width: 1024.99px) and (max-width: 1200px) {
      .page-type-product .services .item {
        width: 100%; }
        .page-type-product .services .item:not(:first-child) {
          margin-top: 15px; } }

@media (min-width: 1023.98px) {
  .card:hover .card-title > a span {
    text-decoration: underline 0.01em rgba(0, 0, 0, 0);
    transition: text-decoration-color 300ms;
    text-underline-offset: 0.2em;
    color: #df0000;
    text-decoration-color: #e93232; }
  .card .card-title > a:hover span {
    background-size: 0; } }

.page-type-product .tabs-contents #tab-description {
  position: relative; }
  @media (max-width: 767px) {
    .page-type-product .tabs-contents #tab-description {
      border-color: transparent; } }
  .page-type-product .tabs-contents #tab-description .tab-content p,
  .page-type-product .tabs-contents #tab-description .tab-content td {
    word-break: break-word;
    white-space: normal; }
  .page-type-product .tabs-contents #tab-description .tab-content tr[style="background-color: #DA0022;color: white;font-size: 14pt;"] td {
    word-break: normal; }
  .page-type-product .tabs-contents #tab-description .tab-content table {
    width: auto !important; }

.page-type-search #search-results-heading {
  padding: 20px 0; }
  .page-type-search #search-results-heading h1 {
    text-align: center;
    font-weight: bold; }
    @media (max-width: 768px) {
      .page-type-search #search-results-heading h1 {
        padding: 0 15px;
        font-size: 20px; } }

@media (min-width: 1024px) {
  .page-type-category .haloSubCategories__container {
    max-width: 100% !important;
    padding: 0 !important;
    padding-left: 25px !important; } }

.page-type-category .haloSubCategories__header h1 {
  text-align: center;
  font-weight: bold; }
  @media (max-width: 768px) {
    .page-type-category .haloSubCategories__header h1 {
      padding: 0 15px;
      font-size: 18px;
      margin-top: 0; } }

.page-type-category .haloSubCategories__carousel {
  padding-top: 35px;
  padding-bottom: 35px;
  gap: 15px !important;
  overflow: unset !important;
  flex-wrap: wrap !important; }
  @media (max-width: 768px) {
    .page-type-category .haloSubCategories__carousel {
      padding-top: 0px; } }
  .page-type-category .haloSubCategories__carousel.center-carousel {
    display: flex !important;
    justify-content: center !important; }
    .page-type-category .haloSubCategories__carousel.center-carousel .haloSubCategories__item {
      width: 225px; }
      @media (max-width: 550px) {
        .page-type-category .haloSubCategories__carousel.center-carousel .haloSubCategories__item {
          width: 148px; } }
      .page-type-category .haloSubCategories__carousel.center-carousel .haloSubCategories__item .haloSubCategories__img img {
        width: 143.5px;
        height: 143.5px; }
        @media (max-width: 550px) {
          .page-type-category .haloSubCategories__carousel.center-carousel .haloSubCategories__item .haloSubCategories__img img {
            width: 103px;
            height: 103px; } }
  .page-type-category .haloSubCategories__carousel .slick-slide {
    margin: 0 5px !important; }
    @media (max-width: 768px) {
      .page-type-category .haloSubCategories__carousel .slick-slide {
        margin: 10px 5px !important; } }
    .page-type-category .haloSubCategories__carousel .slick-slide:last-child {
      margin-right: 0 !important; }
  .page-type-category .haloSubCategories__carousel .slick-arrow.slick-prev {
    left: -12px; }
  .page-type-category .haloSubCategories__carousel .slick-arrow.slick-next {
    right: -12px; }
    .page-type-category .haloSubCategories__carousel .slick-arrow.slick-next .icon {
      transform: rotate(180deg); }
  .page-type-category .haloSubCategories__carousel .slick-arrow.slick-prev, .page-type-category .haloSubCategories__carousel .slick-arrow.slick-next {
    padding: 0.83333rem;
    width: 4rem;
    height: 4rem; }
    @media (max-width: 1024px) {
      .page-type-category .haloSubCategories__carousel .slick-arrow.slick-prev, .page-type-category .haloSubCategories__carousel .slick-arrow.slick-next {
        padding: 0.3rem;
        width: 3.5rem;
        height: 3.5rem; } }
    @media (max-width: 550px) {
      .page-type-category .haloSubCategories__carousel .slick-arrow.slick-prev, .page-type-category .haloSubCategories__carousel .slick-arrow.slick-next {
        margin-top: -3.25rem; } }
    .page-type-category .haloSubCategories__carousel .slick-arrow.slick-prev:before, .page-type-category .haloSubCategories__carousel .slick-arrow.slick-next:before {
      all: unset; }
    .page-type-category .haloSubCategories__carousel .slick-arrow.slick-prev .icon, .page-type-category .haloSubCategories__carousel .slick-arrow.slick-next .icon {
      width: 24px;
      height: 24px; }
    .page-type-category .haloSubCategories__carousel .slick-arrow.slick-prev:hover, .page-type-category .haloSubCategories__carousel .slick-arrow.slick-prev:focus, .page-type-category .haloSubCategories__carousel .slick-arrow.slick-next:hover, .page-type-category .haloSubCategories__carousel .slick-arrow.slick-next:focus {
      background-color: #bf0000; }
      .page-type-category .haloSubCategories__carousel .slick-arrow.slick-prev:hover .icon, .page-type-category .haloSubCategories__carousel .slick-arrow.slick-prev:focus .icon, .page-type-category .haloSubCategories__carousel .slick-arrow.slick-next:hover .icon, .page-type-category .haloSubCategories__carousel .slick-arrow.slick-next:focus .icon {
        fill: white;
        stroke: white; }
  .page-type-category .haloSubCategories__carousel .haloSubCategories__item {
    min-width: unset !important;
    width: unset;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: unset;
    margin: unset;
    border-radius: 5px; }
    .page-type-category .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__img {
      width: 70%;
      margin-bottom: 5px;
      aspect-ratio: 1/1; }
    .page-type-category .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content {
      width: 100%;
      justify-content: center; }
      .page-type-category .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content .haloSubCategories__name {
        text-align: center; }
        .page-type-category .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content .haloSubCategories__name .text {
          color: black; }
    .page-type-category .haloSubCategories__carousel .haloSubCategories__item:hover .haloSubCategories__name > span:before {
      width: 100%;
      background-color: black; }
    .page-type-category .haloSubCategories__carousel .haloSubCategories__item:hover:after {
      opacity: .07; }
    .page-type-category .haloSubCategories__carousel .haloSubCategories__item:hover .haloSubCategories__item {
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
    .page-type-category .haloSubCategories__carousel .haloSubCategories__item:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .01;
      pointer-events: none; }

.page-type-cart .cart-totals .column-3 .button.checkout-btn ~ div:not(.checkoutMultiple) {
  display: none !important; }

.productView-features {
  display: block;
  position: relative;
  overflow: hidden; }
  .productView-features hr {
    margin: 0; }
  .productView-features.active {
    height: auto; }
    .productView-features.active ~ .productView-features__btn .read-more {
      display: none; }
    .productView-features.active ~ .productView-features__btn .read-less {
      display: block; }
  .productView-features ~ .productView-features__btn {
    margin: 5px 0; }
    .productView-features ~ .productView-features__btn .read-more {
      display: block; }
    .productView-features ~ .productView-features__btn .read-less {
      display: none; }
    .productView-features ~ .productView-features__btn .read-more,
    .productView-features ~ .productView-features__btn .read-less {
      font-size: 14px;
      color: #bf0000; }

.productView-options .form .add-to-cart-buttons {
  width: calc(100% - 30px); }
  @media (max-width: 768px) {
    .productView-options .form .add-to-cart-buttons {
      width: 100%; } }
  .productView-options .form .add-to-cart-buttons #form-action-addToCart {
    min-width: unset !important;
    width: 100%; }

@media (min-width: 1024px) {
  .all-categories-list .navPages-item a {
    line-height: 34px; } }

.container-page-product .page-sidebar--left .sidebarBlock-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-top: 0; }
  @media (min-width: 1400px) and (max-width: 1600px) {
    .container-page-product .page-sidebar--left .sidebarBlock-heading {
      font-size: 14px;
      font-weight: 900;
      line-height: 22px; } }

.container-page-product .page-main-product .productView-title {
  margin-top: 0; }
  @media (min-width: 1025px) {
    .container-page-product .page-main-product .productView-title {
      margin-bottom: 0;
      overflow-wrap: break-word;
      word-break: break-word;
      white-space: normal;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      text-overflow: ellipsis; } }

.page-type-product .productView-tab .tabs-contents .tab-content h5.title-tab {
  margin-top: unset !important;
  margin: 0.5rem 0 !important;
  font-size: 18px !important; }
  .page-type-product .productView-tab .tabs-contents .tab-content h5.title-tab ~ * {
    font-size: 12pt !important; }

@media (max-width: 992px) {
  .halo-description .productView-tab .tabs .tab-user-manual,
  .halo-description .productView-tab .tabs .tab-highlights {
    display: none; } }

.productView-options .form .form-field .form-label [data-product-stock] {
  font-size: 14px; }

.recently-viewed-products-sidebar {
  height: fit-content;
  transition: right .5s ease 0s !important;
  top: 24.7% !important; }
  @media (min-width: 1024px) and (max-width: 1200px) {
    .recently-viewed-products-sidebar {
      top: 29% !important; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .recently-viewed-products-sidebar {
      top: 25% !important; } }
  .recently-viewed-products-sidebar .progress-scroll-wrapper,
  .recently-viewed-products-sidebar .expand-social-media {
    display: none; }
  .recently-viewed-products-sidebar .lst-seen-widget {
    right: 0px; }
  .recently-viewed-products-sidebar .halo-recently-viewed-top {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    height: 0;
    border-bottom: 1px solid #e7e7e7;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s; }
    .recently-viewed-products-sidebar .halo-recently-viewed-top .cart-icon {
      position: relative; }
      .recently-viewed-products-sidebar .halo-recently-viewed-top .cart-icon .icon {
        width: 25px;
        height: 25px; }
    .recently-viewed-products-sidebar .halo-recently-viewed-top .cart-quantity {
      font-size: 13px;
      display: block;
      position: absolute;
      top: -8px;
      right: -11px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      padding: 0;
      text-align: center;
      color: #fff;
      background-color: #333;
      border-radius: 50%; }
  .recently-viewed-products-sidebar .is-show-widget ~ .wrap-icons {
    right: -50px !important; }
  .recently-viewed-products-sidebar .wrap-icons {
    position: fixed;
    width: 40px;
    margin-top: 40px !important;
    height: auto;
    top: 50%;
    z-index: 99;
    background: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .5s ease 0s;
    transition: right .5s ease 0s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .recently-viewed-products-sidebar .in-content {
    padding-bottom: 0 !important; }
    .recently-viewed-products-sidebar .in-content .title {
      line-height: normal;
      letter-spacing: .4px;
      margin: 0 0 18px 0;
      padding: 0;
      position: relative;
      z-index: 9;
      font-size: 10px;
      font-weight: 600;
      color: #3c3c3c;
      text-transform: uppercase;
      text-align: center;
      font-family: "Arimo", Arial, Helvetica, sans-serif; }
    .recently-viewed-products-sidebar .in-content .products-grid {
      width: 100%;
      margin: 0 auto;
      padding: 8px 0; }
      .recently-viewed-products-sidebar .in-content .products-grid.slick-initialized {
        padding-top: 15px;
        padding-bottom: 15px; }
      .recently-viewed-products-sidebar .in-content .products-grid .item {
        height: 80px; }
        .recently-viewed-products-sidebar .in-content .products-grid .item .recent_item_url {
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: auto;
          height: 100%;
          padding: 0 15px; }
          .recently-viewed-products-sidebar .in-content .products-grid .item .recent_item_url img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain; }
      .recently-viewed-products-sidebar .in-content .products-grid .product-info .product-item .btn-view {
        color: white;
        background-color: #df0000;
        border-color: #bf0000;
        border-radius: 0.3rem;
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
        min-width: 190px;
        height: 36px;
        line-height: 20px; }
        .recently-viewed-products-sidebar .in-content .products-grid .product-info .product-item .btn-view:hover {
          background-color: #bf0000;
          border-color: #393939; }
        .recently-viewed-products-sidebar .in-content .products-grid .product-info .product-item .btn-view .icon svg {
          width: 16px;
          height: 16px;
          fill: white;
          stroke: white; }
      .recently-viewed-products-sidebar .in-content .products-grid .product-info .product-item ~ .second img {
        max-width: 50px;
        max-height: 80px;
        height: 100%; }
  .recently-viewed-products-sidebar .halo-recently-viewed-collapse {
    position: absolute;
    top: 0;
    width: 26px;
    height: 40px;
    left: -25px;
    cursor: pointer;
    border-radius: 3px 0 0 3px;
    background: #fff;
    -webkit-box-shadow: -2px 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0 2px 1px rgba(0, 0, 0, 0.1);
    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;
    z-index: 99; }
    .recently-viewed-products-sidebar .halo-recently-viewed-collapse .icon {
      width: 14px;
      height: 14px; }
  .recently-viewed-products-sidebar .halo-recently-viewed-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all .3s ease 0s;
    border-top: 1px solid #e7e7e7;
    margin-top: 10px; }
    .recently-viewed-products-sidebar .halo-recently-viewed-bottom svg {
      width: 12px;
      height: 12px;
      fill: #172532;
      stroke: transparent; }
    .recently-viewed-products-sidebar .halo-recently-viewed-bottom .text {
      position: relative;
      top: 1px;
      font-size: 12px;
      font-weight: 400;
      color: #000;
      line-height: 1;
      letter-spacing: 0;
      margin: 0 0 0 6px;
      padding: 0; }
  .recently-viewed-products-sidebar.slided-up .halo-recently-viewed-top {
    opacity: 1;
    visibility: visible;
    height: 73px !important;
    transform: translateY(0px) !important; }
  .recently-viewed-products-sidebar.slided-up .halo-recently-viewed-bottom {
    opacity: 1;
    height: 40px;
    visibility: visible; }

.all-categories-list .icon-dropdown {
  width: 30%;
  right: 0;
  left: unset !important; }

.card_out_of_stock {
  background-color: #333 !important;
  border-color: #333 !important; }

@media (max-width: 768px) {
  .page-type-product .halo-toolbar {
    display: none !important; } }

.page-type-product.openSidebar #faceted-search-container .all-categories-list {
  display: block; }

.page-type-product.openSidebar #faceted-search-container #allCategories .sidebarBlock-ele {
  display: none; }

.page-type-product #allCategories .sidebarBlock-ele {
  display: flex;
  margin: 7px;
  background: linear-gradient(#232323 0px, #181818 100%);
  align-items: center;
  gap: 15px;
  justify-content: center;
  border-bottom: 1px solid #e2e4e8;
  border-radius: 3px; }
  .page-type-product #allCategories .sidebarBlock-ele:hover {
    cursor: pointer; }
  .page-type-product #allCategories .sidebarBlock-ele .sidebarBlock-heading {
    border-bottom: unset !important;
    line-height: 20px;
    padding: 12px 0;
    color: white; }
    @media (min-width: 1024px) and (max-width: 1800px) {
      .page-type-product #allCategories .sidebarBlock-ele .sidebarBlock-heading {
        line-height: 14px;
        font-size: 12px;
        padding: 12px 0;
        margin-left: 12px; } }
  .page-type-product #allCategories .sidebarBlock-ele .icon-dropdown {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out; }
    @media (min-width: 1024px) and (max-width: 1800px) {
      .page-type-product #allCategories .sidebarBlock-ele .icon-dropdown {
        margin-right: 12px; } }
    .page-type-product #allCategories .sidebarBlock-ele .icon-dropdown svg {
      fill: white;
      stroke: white; }
  .page-type-product #allCategories .sidebarBlock-ele.active .icon-dropdown {
    transform: rotate(360deg);
    transition: all 0.3s ease-in-out; }

.page-type-product #allCategories .all-categories-list {
  display: none; }
  .page-type-product #allCategories .all-categories-list.active {
    display: block; }

.page-type-product .region-product-left, .page-type-product .region-product-right {
  max-width: 100% !important;
  width: 100%; }

.page-type-product .page-sidebar--right {
  margin-top: 55px; }

.page-type-product .region-product {
  position: relative; }
  .page-type-product .region-product .banners-carousel-pd {
    position: relative;
    width: 100%; }
    .page-type-product .region-product .banners-carousel-pd.slick-initialized .banners-pd-image {
      display: block !important; }
    .page-type-product .region-product .banners-carousel-pd .banners-pd-image {
      border-radius: 12px; }
      .page-type-product .region-product .banners-carousel-pd .banners-pd-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .page-type-product .region-product .banners-carousel-pd .banners-pd-image:not(:first-child) {
        display: none; }
    .page-type-product .region-product .banners-carousel-pd .slick-arrow {
      padding: .5rem !important;
      width: 3.2rem !important;
      height: 3.2rem !important;
      background-color: #bf0000 !important;
      border-radius: 50% !important;
      border-color: unset !important; }
      .page-type-product .region-product .banners-carousel-pd .slick-arrow:hover {
        background-color: #bf0000 !important;
        border-color: unset !important; }
      .page-type-product .region-product .banners-carousel-pd .slick-arrow.slick-next {
        right: 0;
        top: calc(100% + 2vw); }
        .page-type-product .region-product .banners-carousel-pd .slick-arrow.slick-next::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 478.448 478.448'%3E%3Cpolygon points='131.659,0 100.494,32.035 313.804,239.232 100.494,446.373 131.65,478.448 377.954,239.232' stroke='%23ffffff' fill='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill-rule='evenodd' /%3E%3C/svg%3E"); }
      .page-type-product .region-product .banners-carousel-pd .slick-arrow.slick-prev {
        left: 0;
        top: calc(100% + 2vw); }
        .page-type-product .region-product .banners-carousel-pd .slick-arrow.slick-prev::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 370.814 370.814'%3E%3Cpolygon points='292.92,24.848 268.781,0 77.895,185.401 268.781,370.814 292.92,345.961 127.638,185.401' stroke='%23ffffff' fill='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill-rule='evenodd' /%3E%3C/svg%3E"); }
      .page-type-product .region-product .banners-carousel-pd .slick-arrow svg {
        width: 17px;
        height: 17px;
        fill: #fff;
        stroke: #fff; }
    .page-type-product .region-product .banners-carousel-pd .slick-dots {
      line-height: 1; }
      .page-type-product .region-product .banners-carousel-pd .slick-dots li {
        width: 8px;
        height: 8px; }
        .page-type-product .region-product .banners-carousel-pd .slick-dots li button {
          width: 8px;
          height: 8px;
          background-color: transparent;
          border: 1px solid #001B44;
          position: absolute;
          top: 0;
          left: 0;
          padding: 0; }
          .page-type-product .region-product .banners-carousel-pd .slick-dots li button::before {
            width: 8px;
            height: 8px; }
        .page-type-product .region-product .banners-carousel-pd .slick-dots li.slick-active button {
          background-color: #001B44; }
      @media (min-width: 1025px) {
        .page-type-product .region-product .banners-carousel-pd .slick-dots li {
          width: 12px;
          height: 12px; }
          .page-type-product .region-product .banners-carousel-pd .slick-dots li button {
            width: 12px;
            height: 12px; }
            .page-type-product .region-product .banners-carousel-pd .slick-dots li button::before {
              width: 12px;
              height: 12px; } }

.page-main-product .custom-product-breadcrumb {
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .page-main-product .custom-product-breadcrumb .breadcrumbs-product {
      margin: 0; } }
  .page-main-product .custom-product-breadcrumb .breadcrumbs-product .breadcrumbs {
    overflow: auto;
    white-space: nowrap; }
    .page-main-product .custom-product-breadcrumb .breadcrumbs-product .breadcrumbs .breadcrumb-label {
      font-size: 16px; }
    .page-main-product .custom-product-breadcrumb .breadcrumbs-product .breadcrumbs::-webkit-scrollbar {
      width: 4px;
      height: 3px; }
    .page-main-product .custom-product-breadcrumb .breadcrumbs-product .breadcrumbs::-webkit-scrollbar-track {
      background: #f5f5f5; }
    .page-main-product .custom-product-breadcrumb .breadcrumbs-product .breadcrumbs::-webkit-scrollbar-thumb {
      background: #a6a6a6; }
    .page-main-product .custom-product-breadcrumb .breadcrumbs-product .breadcrumbs::-webkit-scrollbar-thumb:hover {
      background: #787878; }

.page-type-product .productView-product .productView-price,
.modal-content .quickView .productView-product .productView-price {
  display: flex;
  flex-wrap: wrap; }
  .page-type-product .productView-product .productView-price .msrp-title,
  .modal-content .quickView .productView-product .productView-price .msrp-title {
    display: none; }
  .page-type-product .productView-product .productView-price .msrp,
  .modal-content .quickView .productView-product .productView-price .msrp {
    order: 2;
    margin-left: 10px; }
    .page-type-product .productView-product .productView-price .msrp .price,
    .modal-content .quickView .productView-product .productView-price .msrp .price {
      color: #636363;
      font-weight: normal; }
  .page-type-product .productView-product .productView-price .price-section--withoutTax:not(.msrp),
  .modal-content .quickView .productView-product .productView-price .price-section--withoutTax:not(.msrp) {
    order: 1; }
  .page-type-product .productView-product .productView-price .price-section--saving,
  .modal-content .quickView .productView-product .productView-price .price-section--saving {
    display: block; }
  .page-type-product .productView-product .productView-price .price-section--saving,
  .modal-content .quickView .productView-product .productView-price .price-section--saving {
    order: 3;
    flex: 0 0 100%; }
    .page-type-product .productView-product .productView-price .price-section--saving .is-label,
    .modal-content .quickView .productView-product .productView-price .price-section--saving .is-label {
      width: fit-content;
      background-color: #DB1600;
      border-color: transparent;
      color: #fff; }
      .page-type-product .productView-product .productView-price .price-section--saving .is-label .price,
      .modal-content .quickView .productView-product .productView-price .price-section--saving .is-label .price {
        color: white; }

.snize-recommendation .snize-recommendation-title {
  font-size: 24px !important; }

@media (min-width: 1024px) {
  .page-type-product .productView-title {
    font-size: 20px; } }

@media (max-width: 1024px) {
  [data-layout="masonry"] {
    position: static !important;
    height: fit-content !important; }
    [data-layout="masonry"] .masonry-item {
      position: static !important; } }

@media (min-width: 1025px) {
  .page-type-product .productView {
    height: 100%; }
    .page-type-product .productView .halo-productView-right,
    .page-type-product .productView .productView-right-content {
      height: 100%; } }

.page-type-product .banner-block.region-product .banners-pd-item .banners-pd-image {
  aspect-ratio: 350/638; }
  .page-type-product .banner-block.region-product .banners-pd-item .banners-pd-image:after {
    content: none !important; }
  .page-type-product .banner-block.region-product .banners-pd-item .banners-pd-image img {
    position: static !important;
    object-fit: contain; }

@media (min-width: 1025px) {
  .page-type-product .banner-block.region-product .banners-pd-item {
    padding: 0 30px !important; }
    .page-type-product .banner-block.region-product .banners-pd-item .banners-pd-image {
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; } }

@media (max-width: 450px) {
  .page-type-product .banner-block.region-product .banners-pd-image {
    aspect-ratio: 270/492 !important; } }

@media (aspect-ratio: 16 / 9) and (min-width: 1025px) {
  .page-type-product .productView .productView-info {
    margin: 8px 0 0 0; }
    .page-type-product .productView .productView-info .productView-info-item {
      margin-bottom: 8px; }
  .page-type-product .productView .productView-options #add-to-cart-wrapper {
    margin-top: 8px !important; }
    .page-type-product .productView .productView-options #add-to-cart-wrapper [for="qty[]"] {
      margin-bottom: 16px !important;
      margin-right: 16px !important; }
    .page-type-product .productView .productView-options #add-to-cart-wrapper .form-field--increments {
      display: flex !important;
      margin-bottom: 16px; }
  .page-type-product .productView .productView-options .form-field--increments {
    margin-bottom: 8px !important; } }

.logo-footer-new {
  display: flex;
  justify-content: center; }
  @media (max-width: 767px) {
    .logo-footer-new {
      position: static;
      text-align: center;
      margin-top: 16px !important; } }

#hl_topPromotion {
  max-height: 46px; }

.form-search-mobile {
  display: none;
  margin-bottom: 0;
  padding: 0 15px;
  margin: 12px 0; }
  @media (max-width: 1024.98px) {
    .form-search-mobile {
      display: block; } }
  .form-search-mobile .form-field {
    margin-bottom: 0;
    display: flex; }
    .form-search-mobile .form-field .snize-input-style {
      border-radius: 6px;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .form-search-mobile .form-field button {
      background-color: #df0000;
      width: 36px;
      height: 36px; }
      .form-search-mobile .form-field button .icon {
        fill: white; }

.snize-ac-results.snize-ac-results-mobile {
  background-color: white !important; }

#snize-instant-search-results .snize-ac-results-content .snize-close-button {
  width: 30px !important;
  background: #f7f7f7 !important; }

#snize-instant-search-results .snize-ac-results-content .snize-search input {
  padding: 0 15px !important;
  width: 90% !important; }

#snize-instant-search-results .snize-clear-button-container button {
  background-image: unset !important;
  background-size: 20px !important;
  width: auto !important; }
  #snize-instant-search-results .snize-clear-button-container button:after {
    content: 'Clear' !important;
    font-size: 14px !important;
    color: black !important; }

#snize-instant-search-results .snize-close-button-arrow {
  background-size: 20px !important; }

#snize-instant-search-results #snize-mobile-search-input {
  border-radius: 6px !important;
  outline: 2px solid #3d4044 !important; }

.snize-results-page .breadcrumb-wrapper, .snize-results-page .page-heading {
  display: none !important; }

.fancybox-inner {
  background-color: white !important;
  inset: 50px !important;
  border-radius: 16px; }
  @media (max-width: 768px) {
    .fancybox-inner {
      left: 15px !important;
      right: 15px !important;
      height: 50vh !important;
      top: 50% !important;
      transform: translateY(-50%); } }
  .fancybox-inner .fancybox-button--close {
    border-top-right-radius: 16px; }
  .fancybox-inner .fancybox-button {
    background-color: #df0000; }
    .fancybox-inner .fancybox-button:hover, .fancybox-inner .fancybox-button:focus {
      background-color: #ac0000; }
    .fancybox-inner .fancybox-button.fancybox-button--zoom {
      border-right: 0.5px solid #ac0000; }
  .fancybox-inner .fancybox-progress {
    left: 16px;
    right: 16px; }

.quickView .halo-productView-left {
  padding: 16px !important;
  background-color: #ffffff !important;
  border-radius: 18px !important; }

@media (max-width: 768px) {
  .quickView .productView .halo-productView-left {
    margin-bottom: 16px !important; } }

@media (min-width: 768px) and (max-width: 1400px) {
  .quickView .productView .halo-productView-left {
    width: 44% !important; } }

.quickView .halo-productView-right {
  padding: 16px !important;
  background-color: #ffffff !important;
  border-left: 1px solid #e7e7e7 !important;
  border-right: 1px solid #e7e7e7 !important;
  border-top: 1px solid #e7e7e7 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
  border-bottom: unset !important; }

.quickView .product-options {
  padding: 16px !important;
  background-color: #ffffff !important;
  border-left: 1px solid #e7e7e7 !important;
  border-right: 1px solid #e7e7e7 !important;
  border-bottom: 1px solid #e7e7e7 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top: unset !important;
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important; }

.page-type-page .page-heading {
  color: #f20000;
  font-weight: 600;
  font-family: "Montserrat";
  font-style: normal;
  font-size: 45px;
  text-align: center;
  margin-bottom: 20px; }

.page-type-page .page.about-us .page-heading {
  display: none; }

.page-type-page_contact_form .page-heading {
  color: #f20000;
  font-weight: 600;
  font-family: "Montserrat";
  font-style: normal;
  font-size: 45px;
  text-align: center; }

#halo_sticky_addToCart {
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  width: 100%;
  z-index: 95;
  background: #fcfcfc;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-40px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 8px 0; }
  @media (max-width: 768px) {
    #halo_sticky_addToCart {
      box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } }
  #halo_sticky_addToCart .middleHeader-container {
    padding: 5px 0; }
  @media (max-width: 1024px) {
    #halo_sticky_addToCart {
      top: auto;
      bottom: 0;
      transform: translateY(100%); }
      #halo_sticky_addToCart.visible {
        animation: stickyAddToCartSlideUp 0.3s cubic-bezier(0.4, 0, 0.2, 1); } }
  @media (max-width: 768px) {
    #halo_sticky_addToCart {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #halo_sticky_addToCart .product-image, #halo_sticky_addToCart .product-content {
        display: none; }
      #halo_sticky_addToCart .product-add-to-cart {
        flex-grow: 1;
        margin: 0 16px; }
        #halo_sticky_addToCart .product-add-to-cart #form-action-addToCart {
          width: 100%; } }
  #halo_sticky_addToCart .product-image {
    width: 64px;
    height: 64px; }
    #halo_sticky_addToCart .product-image img {
      vertical-align: middle; }
  #halo_sticky_addToCart .productView-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px 0;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical; }
    @media (max-width: 1024px) {
      #halo_sticky_addToCart .productView-title {
        font-size: 14px;
        line-height: 1.1; } }
  #halo_sticky_addToCart .productView-price {
    margin: 0; }
    #halo_sticky_addToCart .productView-price > .price-section {
      font-size: 30px; }
      #halo_sticky_addToCart .productView-price > .price-section .price {
        font-size: 30px;
        font-weight: 700;
        color: #dc3545; }
      #halo_sticky_addToCart .productView-price > .price-section.price-section:not(:has([data-product-price-without-tax])) {
        display: none; }
  #halo_sticky_addToCart .add-to-cart-button #form-action-addToCart {
    border-radius: 18px; }
    @media (min-width: 1025px) {
      #halo_sticky_addToCart .add-to-cart-button #form-action-addToCart {
        min-width: 200px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      #halo_sticky_addToCart .add-to-cart-button #form-action-addToCart {
        min-width: 160px; } }
    #halo_sticky_addToCart .add-to-cart-button #form-action-addToCart:hover, #halo_sticky_addToCart .add-to-cart-button #form-action-addToCart:focus, #halo_sticky_addToCart .add-to-cart-button #form-action-addToCart:active {
      border-color: #393939 !important;
      z-index: 99; }
      #halo_sticky_addToCart .add-to-cart-button #form-action-addToCart:hover:before, #halo_sticky_addToCart .add-to-cart-button #form-action-addToCart:focus:before, #halo_sticky_addToCart .add-to-cart-button #form-action-addToCart:active:before {
        z-index: -1 !important; }
  #halo_sticky_addToCart .sticky-add-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: 100%; }
    @media (max-width: 1024px) {
      #halo_sticky_addToCart .sticky-add-inner {
        gap: 16px; } }
    #halo_sticky_addToCart .sticky-add-inner .product-image {
      flex-shrink: 0; }
    @media (max-width: 768px) {
      #halo_sticky_addToCart .sticky-add-inner {
        flex: 1; } }
    #halo_sticky_addToCart .sticky-add-inner .product-content {
      flex-grow: 1; }
      #halo_sticky_addToCart .sticky-add-inner .product-content .group-status {
        display: flex; }
        #halo_sticky_addToCart .sticky-add-inner .product-content .group-status .instock-state {
          margin-left: 32px;
          text-align: center;
          font-weight: 600;
          vertical-align: middle;
          background-color: #212529 !important;
          border-radius: 6px;
          width: 20rem;
          font-size: 14px;
          padding: 6px;
          color: white; }
          @media (max-width: 1024px) {
            #halo_sticky_addToCart .sticky-add-inner .product-content .group-status .instock-state {
              margin-left: 16px; } }
          #halo_sticky_addToCart .sticky-add-inner .product-content .group-status .instock-state.disabled {
            background-color: #cccccc !important; }
    #halo_sticky_addToCart .sticky-add-inner .product-add-to-cart {
      flex-shrink: 0; }
  #halo_sticky_addToCart.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    animation: stickyAddToCartSlideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    @media (max-width: 1024px) {
      #halo_sticky_addToCart.visible {
        animation: stickyAddToCartSlideUp 0.3s cubic-bezier(0.4, 0, 0.2, 1); } }

@keyframes stickyAddToCartSlideDown {
  from {
    transform: translateY(-40px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes stickyAddToCartSlideUp {
  from {
    transform: translateY(100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.previewCart .previewCart-additionalCheckoutButtons {
  display: flex;
  flex-direction: column; }
  .previewCart .previewCart-additionalCheckoutButtons .PaypalCommerceCheckout {
    order: 1 !important; }
  .previewCart .previewCart-additionalCheckoutButtons .or-use-label {
    opacity: 0 !important;
    margin-bottom: 0 !important; }
  .previewCart .previewCart-additionalCheckoutButtons .GooglePayCheckout {
    order: -1 !important; }

.halo-description .tabs .tab.tab-options, #tab-description #tab-options {
  display: none !important; }

.footer-contact-item .footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-contact-item .footer-contact-list .footer-contact-list__item {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
    margin-top: 12px; }
    .footer-contact-item .footer-contact-list .footer-contact-list__item:last-child {
      margin-bottom: 0; }
    .footer-contact-item .footer-contact-list .footer-contact-list__item span {
      color: white;
      font-size: 14px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
      .footer-contact-item .footer-contact-list .footer-contact-list__item span a {
        color: white; }
        .footer-contact-item .footer-contact-list .footer-contact-list__item span a:hover {
          text-decoration: underline; }
    @media (max-width: 767px) {
      .footer-contact-item .footer-contact-list .footer-contact-list__item {
        text-align: center; } }

@media (min-width: 768px) {
  .footer .footer-info-col:not(:first-child) {
    padding-left: 30px; } }

.page-type-brand .page-heading {
  display: block !important; }

/* Calculate Free Shipping */
/* Calculate Free Shipping */
.halo-free-shipping-message {
  padding: 16px 0 0 0; }
  @media (min-width: 1025px) {
    .halo-free-shipping-message {
      padding: 25px 0 0 24px; } }
  .halo-free-shipping-message .progress-shipping {
    width: 100%;
    height: 16px;
    margin: 0;
    background-color: #EEE;
    border-radius: 80px; }
    .halo-free-shipping-message .progress-shipping .progress-meter {
      position: relative;
      display: block;
      border-radius: 4px;
      height: 100%;
      text-align: center;
      background-size: 40px 40px;
      transition: .9s linear;
      transition-property: width, background-color;
      border-radius: 80px; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-50 .progress-meter {
      background-color: #c12f49; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-90 .progress-meter {
      background-color: #ffc206; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-100 .progress-meter {
      background-color: #69c69c; }
  .halo-free-shipping-message .shipping-message {
    font-size: 12px;
    font-weight: 400;
    color: #3b3b3b;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .halo-free-shipping-message .shipping-message span + span {
      font-style: normal; }
  .halo-free-shipping-message .shipping-message-100 {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #323232;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    background: transparent; }

#halo-cart-sidebar .halo-free-shipping-message,
#previewModal .halo-free-shipping-message,
#modal .halo-free-shipping-message {
  padding: 25px 30px 12px;
  margin: 0 0 25px 0; }

.page-cart.has-calculate-shipping [data-cart-status] .alertBox.Upsell.Banner, .page-cart.has-calculate-shipping [data-cart-status] .alertBox.Congratulations.Banner {
  display: none; }

.page-cart.has-calculate-shipping .page-header + .halo-free-shipping-message {
  margin-bottom: 25px;
  height: 46px; }

.page-cart.has-calculate-shipping .progress-meter .progress-percent {
  font-size: 12px;
  color: white;
  display: block;
  height: 14px;
  line-height: 16px;
  letter-spacing: 0.02rem; }

.page-cart.has-calculate-shipping .shipping-message .progress-percent {
  display: none; }

.page-cart.has-calculate-shipping .halo-free-shipping-message {
  padding-top: 0;
  padding-bottom: 0; }
  .page-cart.has-calculate-shipping .halo-free-shipping-message .progress-shipping {
    height: 14px;
    margin: 0 0 12px 0; }
  .page-cart.has-calculate-shipping .halo-free-shipping-message .shipping-message-100 {
    padding-top: 11px;
    padding-bottom: 11px;
    background: #fafafa; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
