@charset "UTF-8";
@media (max-width: 550px) {
  .mobile-hidden {
    display: none; } }

@media (min-width: 551px) and (max-width: 1024px) {
  .tablet-hidden {
    display: none; } }

@media (min-width: 1025px) {
  .desktop-hidden {
    display: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "Noto Serif", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #3a3a3a;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 20px; }

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

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: white;
    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.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .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: "Noto Serif", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 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: #286040;
  border-color: #286040;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #286040;
    border-color: #286040;
    color: white; }
  .button--primary:active {
    background-color: #286040;
    border: 1px solid #286040;
    color: white; }

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

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

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

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

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

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

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

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

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

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

.button--small {
  font-size: 20px;
  padding: 0.5625rem 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: #286040; }

/*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.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

/*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 #f3f3f3;
  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: #3a3a3a;
    font-size: 0.625rem;
    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: #f3f3f3;
    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 #f3f3f3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

/*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 #f3f3f3;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5.625rem;
  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: #286040;
    box-shadow: 0 0 4px rgba(40, 96, 64, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.75rem; }
  .switch--important .switch-toggle {
    background-color: #8b714a;
    border-color: #8b714a; }
  .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.25003rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.25003rem;
  left: 0.18749rem;
  position: absolute;
  top: 0.18749rem;
  transition: all 100ms ease-out;
  width: 1.25003rem; }
  .switch--checked .switch-toggle::before {
    left: 2.18749rem; }

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

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }
  .switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    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 #f3f3f3;
    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.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .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.1875rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.375rem 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: #8b714a; }

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

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

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

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

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

.tab-title {
  color: #3a3a3a;
  display: block;
  font-size: 24px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: black; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

.navBar-action {
  color: black;
  font-size: 24px;
  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: #3a3a3a;
  font-size: 24px;
  padding: 0.1875rem 0; }

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

li.pagination-item--current a, li.pagination-item--current button {
  color: #3a3a3a;
  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.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #31708f; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .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: #fbf8e5;
  border-color: #fbf8e5;
  color: #31708f; }
  .alertBox--warning svg {
    fill: #8b714a; }

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox-close svg {
    fill: #f3f3f3; }

/*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: black;
    padding: 1.875rem;
    display: block;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

.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: 24px;
  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: 48px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.25rem;
    width: 1.25rem; }

@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: 24px;
  padding: 0.375rem 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: 2.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    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: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.375rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 12.5rem; } }

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

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

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

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

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

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

.card-image {
  border: 1px solid #f3f3f3;
  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: #3a3a3a; }

.card-figcaption-button {
  background-color: white;
  color: #333333; }
  .card-figcaption-button:hover {
    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: #3a3a3a; }

.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 {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin-left: -10000px; }

/* 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: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

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

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

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

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

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

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

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

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

.carousel-tooltip {
  height: 1px;
  display: none;
  position: relative;
  margin-top: 10px; }
  .carousel-tooltip:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.625rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .carousel-tooltip:after {
    content: attr(aria-label);
    padding: 0.25rem 0.375rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.5rem; }
  .carousel-tooltip:before, .carousel-tooltip:after {
    display: none; }
  .carousel-tooltip:focus:before, .carousel-tooltip:focus:after {
    display: block; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip:after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip:before, .slick-prev:focus .carousel-tooltip:after,
  .slick-next:focus .carousel-tooltip:before,
  .slick-next:focus .carousel-tooltip:after,
  .slick-dots button:focus .carousel-tooltip:before,
  .slick-dots button:focus .carousel-tooltip:after {
    display: block; }
  .slick-prev .carousel-tooltip:before,
  .slick-next .carousel-tooltip:before {
    top: -7px; }
  .slick-prev .carousel-tooltip:before {
    right: -2px; }
  .slick-prev .carousel-tooltip:after {
    right: auto;
    left: -5px; }
  .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 {
  display: none;
  position: absolute;
  left: 15px;
  bottom: 0.5rem;
  height: 32px;
  min-width: 60px;
  max-width: 60px;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8f8f8f;
  transition: color 100ms ease-out;
  z-index: 5;
  border: 1px solid white;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      min-width: 80px;
      max-width: 90px; } }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      max-width: 150px;
      font-size: 18px; } }
  @media (min-width: 801px) {
    .carousel-play-pause-button {
      left: 25px;
      bottom: 1.5rem; } }
  .carousel-play-pause-button:hover {
    color: #474747; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: black;
    font-size: 3.875rem; }
  .swal2-modal .swal2-content {
    color: black;
    font-size: 1.125rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Noto Serif", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666;
    font-size: 1rem;
    padding: 0.875rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #474747;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #286040;
    border-color: #286040;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #286040;
    border-color: #286040;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #286040;
    border-color: #286040;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

.swal2-icon {
  display: flex; }

.swal2-container {
  z-index: 1000; }

html,
body {
  height: auto; }

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

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

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

html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth; }

html * {
  outline: none !important;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin-top: 2.25rem; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    text-decoration: none; }
    @media (min-width: 1025px) {
      h1 a:hover,
      h2 a:hover,
      h3 a:hover,
      h4 a:hover,
      h5 a:hover,
      h6 a:hover {
        color: inherit !important; } }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: all 0.3s ease;
  text-decoration: none; }

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

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

h1 {
  font-size: 60px;
  line-height: 60px; }

h2 {
  font-size: 48px;
  line-height: 48px; }

h3 {
  font-size: 36px;
  line-height: 36px; }

h4 {
  font-size: 32px;
  line-height: 32px; }

h5 {
  font-size: 24px;
  line-height: 24px; }

h6 {
  font-size: 20px;
  line-height: 20px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #3a3a3a;
  float: left;
  font-weight: 400;
  margin: 0 0.375rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 448 512'%3E%3Cpath d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z' fill='0' /%3E%3C/svg%3E");
  background-position: right 8px top 16px;
  border-radius: 0;
  padding: 0.75rem 3rem 0.75rem 1rem;
  height: 45px;
  border-color: #cbcbcb; }

.form-label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: none;
  margin: 0 0 6px 0;
  color: black; }
  .form-label em {
    color: #e95144; }
  .form-label small {
    float: right;
    margin-top: 0.375rem; }

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

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

.form-input {
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  border-radius: 0;
  max-width: 100%;
  min-height: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0 16px;
  margin: 0;
  border-color: #cbcbcb;
  -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.3s 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.3s 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.3s 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.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: 16px;
    font-weight: 400;
    color: #3a3a3a;
    padding-left: 23px; }
    .form-field.form-field-radio .form-radio + .form-label:before {
      width: 14px;
      height: 14px;
      border-color: #cecece; }
    .form-field.form-field-radio .form-radio + .form-label:after {
      width: 0;
      height: 0;
      border: 4px solid #286040;
      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: 16px; }

.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 .form-fieldset {
    font-size: 0;
    letter-spacing: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-transform: uppercase; }
    .table-actions .button + .button {
      margin-top: 20px; }
    .table-actions .button.button--primary, .table-actions .button.button--secondary {
      width: 100%;
      max-width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0; }
        .table-actions .button.button--primary, .table-actions .button.button--secondary {
          width: auto; }
        .table-actions .button + .button {
          margin-top: 0;
          margin-left: 20px; } }

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

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

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

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

.form-wishlist {
  position: relative; }

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

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

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal.modal--standard {
    width: 100%; }
  .modal.modal--editOptions {
    overflow: hidden; }
    .modal.modal--editOptions .modal-header {
      display: block;
      position: relative;
      background-color: #fafafa;
      padding: 13px 30px; }
      .modal.modal--editOptions .modal-header .modal-header-title {
        display: block;
        font-family: "Noto Sans", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 25px;
        text-transform: uppercase;
        margin: 0;
        text-align: left;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis; }
      .modal.modal--editOptions .modal-header .modal-close {
        top: 18px; }
    .modal.modal--editOptions .modal-body {
      overflow: auto;
      margin-left: 0;
      margin-right: 0;
      padding: 0 0 100px 0; }
  .modal.modal--giftWrapping {
    overflow: hidden; }
    .modal.modal--giftWrapping .modal-header {
      display: block;
      position: relative;
      background-color: #fafafa;
      padding: 13px 30px; }
      .modal.modal--giftWrapping .modal-header .modal-header-title {
        display: block;
        font-family: "Noto Sans", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 25px;
        text-transform: uppercase;
        margin: 0;
        text-align: left;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis; }
      .modal.modal--giftWrapping .modal-header .modal-close {
        top: 18px; }
  @media (min-width: 768px) {
    .modal.modal--standard.halo-ask-an-expert {
      width: 700px; } }
  @media (min-width: 1025px) {
    .modal.modal--medium {
      width: 100%;
      max-width: 990px; }
    .modal.modal--medium#compare-color-popup {
      max-width: 940px; }
    .modal.modal--standard {
      width: 890px;
      max-width: 100%; }
    .modal.modal--editOptions {
      width: 100%;
      max-width: 854px; }
    .modal.modal--giftWrapping {
      width: 100%;
      max-width: 854px; } }
  @media (min-width: 1400px) {
    .modal.modal--large {
      width: 1028px;
      max-width: 1028px; }
    .modal.modal--quickView {
      width: 100%;
      max-width: 1028px; }
      .modal.modal--quickView .modal-body {
        padding: 52px; } }

.modal-header {
  padding: 20px 30px;
  border: 0;
  background: #fafafa; }
  .modal-header-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: left;
    border: 0;
    padding: 0 20px 0 0; }
  @media (min-width: 551px) {
    .modal-header-title {
      font-size: 24px;
      text-align: center;
      padding-right: 0; } }

.modal-close {
  line-height: 1;
  padding: 0;
  position: absolute;
  text-align: center;
  z-index: 50;
  top: 17px;
  right: 20px;
  font-size: 0; }
  .modal-close .icon {
    display: none;
    width: 17px;
    height: 17px;
    fill: black; }
  .modal-close span:not(.aria-description--hidden) {
    display: block;
    width: 17px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close' style='&%2310; fill: %23323232;&%2310;'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '/%3E%3C/svg%3E");
    background-repeat: no-repeat; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }
  .modal-body::-webkit-scrollbar {
    width: 4px; }
  .modal-body::-webkit-scrollbar-track {
    background: #f5f5f5; }
  .modal-body::-webkit-scrollbar-thumb {
    background: #a6a6a6; }
  .modal-body::-webkit-scrollbar-thumb:hover {
    background: #787878; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: black;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #286040;
      border-color: #286040;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #286040;
      border-color: #286040;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #286040;
      border-color: #286040;
      color: white; }

.hide-content {
  opacity: 0; }

#video-gallery-pc-popup .modal-header {
  padding-top: 13px;
  padding-bottom: 13px; }

#video-gallery-pc-popup .modal-header-title {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0; }

#video-gallery-pc-popup .modal-body {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px; }

#video-gallery-popup .modal-header {
  padding-top: 13px;
  padding-bottom: 13px; }

#video-gallery-popup .modal-header-title {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 0; }

#video-gallery-popup .modal-body {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px; }

#modal-size-chart-form .modal-header {
  padding-top: 13px;
  padding-bottom: 13px; }

#modal-size-chart-form .modal-header-title {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0; }

#modal-size-chart-form .modal-body {
  padding: 0; }

@media only screen and (min-width: 551px) {
  #modal-size-chart-form.modal {
    width: 926px; } }

#compare-color-popup .modal-header {
  padding-top: 12px;
  padding-bottom: 13px; }

#compare-color-popup .modal-close {
  top: 17px;
  right: 30px; }

#compare-color-popup .modal-header-title {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: unset;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0; }

#compare-color-popup .modal-body {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px; }

#modal-review-form .modal-header {
  padding-top: 12px;
  padding-bottom: 13px; }

#modal-review-form .modal-close {
  top: 17px;
  right: 30px; }

#modal-review-form .modal-header-title {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0; }

#modal-review-form .modal-body {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px; }

#modal-review-form .product-title {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0;
  margin-top: 18px; }

#modal-review-form .writeReview-productDetails,
#modal-review-form .writeReview-form {
  padding: 0 15px; }

#modal-review-form .writeReview-form {
  top: -7px;
  position: relative; }

#modal-review-form .form-field {
  margin-bottom: 20px; }

#modal-review-form textarea {
  min-height: 185px;
  line-height: 26px; }

#modal-review-form .form-label small {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  color: #286040;
  text-transform: capitalize;
  margin-top: 0; }

#modal-review-form .button {
  min-width: 205px;
  text-transform: uppercase;
  margin-top: 10px; }

.modal--quickShop {
  overflow: auto; }

.breadcrumb-wrapper {
  padding: 15px 0 0 0;
  background-color: transparent;
  text-align: left; }
  @media (min-width: 1025px) {
    .breadcrumb-wrapper {
      padding: 0; } }

.breadcrumbs {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent; }
  @media (max-width: 768px) {
    .breadcrumbs {
      display: block;
      white-space: nowrap;
      overflow: auto hidden; }
      .breadcrumbs .breadcrumb {
        float: none; } }

.breadcrumb {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
  color: #858585;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  .breadcrumb .breadcrumb-label {
    color: inherit;
    font-size: inherit; }
  .breadcrumb:not(:first-child):before {
    content: '/';
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    vertical-align: initial;
    margin: 0 4px 0 6px;
    color: #858585;
    position: relative;
    top: 0px; }
  .breadcrumb.is-active .breadcrumb-label {
    color: #858585; }

.page .breadcrumb {
  color: black;
  padding-top: 2px; }

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

.panel--large .panel-body {
  margin-bottom: 35px;
  padding: 2rem;
  background: #fafafa; }

.pagination {
  display: block;
  text-align: center;
  margin: 0; }
  @media (min-width: 551px) {
    .pagination {
      margin: 30px 0 0 0; } }
  .pagination .pagination-info {
    display: block;
    vertical-align: top;
    text-align: center;
    margin: 0 0 18px 0;
    font-size: 16px;
    font-weight: 400;
    color: black;
    letter-spacing: 0;
    line-height: 24px; }
  .pagination.pagination-2 {
    display: block; }
    .pagination.pagination-2 .pagination-info {
      display: block;
      text-align: center;
      margin-bottom: 16px; }
    .pagination.pagination-2 .halo-product-show-more + .pagination-list {
      display: none; }
  .page-blog .pagination {
    padding-bottom: 20px; }
  @media (min-width: 1025px) {
    .pagination {
      margin-top: 50px; }
      .page-blog .pagination {
        margin-top: 28px; } }

.pagination-list {
  display: block;
  font-size: 0;
  margin: 0;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  @media (min-width: 768px) {
    .pagination-list {
      display: inline-block;
      vertical-align: top; } }

.pagination-item {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  margin: 0; }
  .pagination-item .pagination-link {
    padding: 0 5px;
    font-size: 16px;
    font-weight: 400;
    color: black;
    min-width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: transparent;
    letter-spacing: 0; }
    .pagination-item .pagination-link:hover {
      color: #3a3a3a; }
  .pagination-item.pagination-item--current .pagination-link {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5; }
  .pagination-item.pagination-item--previous span {
    margin-left: 3px; }
  .pagination-item.pagination-item--next span {
    margin-right: 3px; }
  .pagination-item.pagination-item--previous .pagination-link, .pagination-item.pagination-item--next .pagination-link {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0; }
    .pagination-item.pagination-item--previous .pagination-link span, .pagination-item.pagination-item--next .pagination-link span {
      background-image: linear-gradient(transparent 97%, #d6d6d6 3%);
      background-repeat: repeat-x;
      background-position-y: -16px; }
    .pagination-item.pagination-item--previous .pagination-link svg, .pagination-item.pagination-item--next .pagination-link svg {
      width: 18px;
      height: 18px;
      position: relative;
      top: -1px; }

.pagination-item--previous .pagination-link,
.pagination-item--next .pagination-link {
  width: 40px;
  height: 40px;
  padding: 7px;
  font-weight: 500; }
  .pagination-item--previous .pagination-link .icon,
  .pagination-item--next .pagination-link .icon {
    display: inherit;
    margin: 0;
    width: 100%;
    height: 100%;
    fill: #286040; }

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

.button {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  user-select: none;
  appearance: none;
  width: auto;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border-radius: 100px;
  margin: 0;
  padding: 14px 26px;
  height: 52px;
  line-height: 24px;
  letter-spacing: 0;
  border: 0;
  color: white;
  background: #286040;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .button:hover, .button:focus, .button:active {
    background: linear-gradient(94deg, rgba(184, 225, 38, 0.16) -7.6%, rgba(201, 255, 4, 0.48) 110.75%), #286040;
    color: white !important; }
  .button.button--icon svg {
    fill: white; }
  .button.button--primary {
    background: #286040;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    max-width: calc(100% - 100px);
    transition: all .6s ease; }
    @media (min-width: 551px) {
      .button.button--primary {
        max-width: fit-content;
        width: 100%; } }
    .button.button--primary:hover, .button.button--primary:focus, .button.button--primary:active {
      background: linear-gradient(94deg, rgba(184, 225, 38, 0.16) -7.6%, rgba(201, 255, 4, 0.48) 110.75%), #286040;
      color: white !important; }
  .button.button--checkout {
    background: #286040;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    transition: all .6s ease; }
    .button.button--checkout:hover, .button.button--checkout:focus, .button.button--checkout:active {
      background: linear-gradient(94deg, rgba(184, 225, 38, 0.16) -7.6%, rgba(201, 255, 4, 0.48) 110.75%), #286040;
      color: white !important; }
  .button.button--secondary {
    background: #464646;
    color: white;
    transition: all .6s ease; }
    .button.button--secondary:hover, .button.button--secondary:focus, .button.button--secondary:active {
      background-color: #286040;
      color: white !important; }
  .button.button--secondary-light {
    background: white;
    color: #286040;
    transition: all .6s ease; }
    .button.button--secondary-light:hover, .button.button--secondary-light:focus, .button.button--secondary-light:active {
      background-color: #286040;
      color: white !important; }
  .button.button--tertiary {
    background: rgba(0, 0, 255, 0);
    color: #286040;
    border: 1px solid #286040;
    transition: all .6s ease; }
    .button.button--tertiary:hover, .button.button--tertiary:focus, .button.button--tertiary:active {
      border-width: 2px;
      background-color: rgba(0, 0, 255, 0);
      color: #286040 !important; }
  .button.disable, .button[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    background: #e5e5e5;
    border-color: #e5e5e5;
    color: #3a3a3a;
    outline: 0 !important; }
    .button.disable:hover, .button.disable:focus, .button.disable:active, .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active {
      background: #e5e5e5;
      border-color: #e5e5e5;
      color: #3a3a3a; }

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

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

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

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

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

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

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

.accordion {
  box-shadow: none;
  border: 0;
  margin: 0; }

.accordion-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  color: black;
  margin: 0 0 19px 0;
  text-transform: uppercase;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif; }

.accordion-content {
  padding: 0;
  border: 0; }

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

#facetedSearch-content--price .form-fieldset .form-input, #facetedSearch-content--price .form-fieldset .button {
  min-height: 40px;
  height: 40px; }

#facetedSearch-content--price .form-fieldset .button {
  line-height: 40px; }

.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 #e4e7e6; }
    .accordion--navList .accordion-block:last-child {
      border-bottom: 0; }
  .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: #286040;
      background: #286040; }
  .accordion--navList .accordion-content.facetedSearch-content--rating .navList-item + .navList-item {
    margin-top: 17px; }
  .accordion--navList .accordion-content.is-open {
    padding-bottom: 25px; }

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 {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  color: #333333;
  padding: 10px 15px 10px 15px;
  margin: 0 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .alertBox .icon {
    fill: #333333;
    width: 20px;
    height: 20px; }
    .alertBox .icon svg {
      fill: #333333;
      width: 20px;
      height: 20px; }
  .alertBox .alertBox-message {
    width: auto; }
  .alertBox.alertBox--warning {
    color: #8b714a; }
    .alertBox.alertBox--warning .icon {
      fill: #8b714a;
      width: 22px;
      height: 22px; }
      .alertBox.alertBox--warning .icon svg {
        fill: #8b714a; }
  .alertBox.alertBox--success {
    color: #008a06; }
    .alertBox.alertBox--success .icon {
      fill: #008a06;
      width: 22px;
      height: 22px; }
      .alertBox.alertBox--success .icon svg {
        fill: #008a06; }
  .alertBox.alertBox--error {
    color: #cc4749; }
    .alertBox.alertBox--error .icon {
      fill: #cc4749;
      width: 22px;
      height: 22px; }
      .alertBox.alertBox--error .icon svg {
        fill: #cc4749; }
  .alertBox.alertBox--info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #d9edf7; }
    .alertBox.alertBox--info .alertBox-close svg {
      fill: #31708f; }
    .alertBox.alertBox--info .icon {
      fill: #31708f;
      width: 22px;
      height: 22px; }
      .alertBox.alertBox--info .icon svg {
        fill: #31708f; }

.alertBox-icon {
  padding: 0 30px 0 0; }
  .alertBox-icon .icon {
    height: 1.5625rem;
    width: 1.5625rem; }

.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;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75; }

.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: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

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

.form-checkbox,
.form-radio {
  display: none; }
  .form-checkbox + .form-label:last-child,
  .form-radio + .form-label:last-child {
    display: block;
    margin-bottom: -0.3125rem; }
  .form-checkbox + .form-label::after,
  .form-radio + .form-label::after {
    top: 5px; }
  .form-checkbox + .form-label::before,
  .form-radio + .form-label::before {
    top: 4px;
    width: 16px;
    height: 16px; }

.form-checkbox + .form-label {
  padding-left: 25px; }
  .form-checkbox + .form-label:before {
    top: 3px;
    border-radius: 0;
    border-color: #d0d0d0;
    width: 15px;
    height: 15px; }
  .form-checkbox + .form-label:after {
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    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(255, 255, 255, 1)' /%3E%3C/svg%3E");
    background-size: cover;
    background-position: center; }
  .form-checkbox + .form-label + .form-inlineMessage {
    margin-top: 0;
    margin-bottom: 10px; }

.form-checkbox:checked + .form-label:before {
  background: #286040;
  border-color: #286040 !important; }

.form-actions {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  .form-actions .button, .form-actions input, .form-actions a {
    vertical-align: top;
    width: 100%; }
    .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: "Noto Serif", Arial, Helvetica, sans-serif;
  font-size: 20px;
  margin-bottom: 0.75rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 15px; }

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

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

.form-file {
  font-size: 16px;
  margin-bottom: 0.5rem; }
  .form-file + label input[type="checkbox"] {
    position: relative;
    top: 2px; }

.form-fileDescription {
  color: black;
  font-size: 20px; }

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

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

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

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

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

.form-prefixPostfix .button {
  text-transform: uppercase;
  height: 50px;
  margin-top: 20px; }
  @media (min-width: 551px) {
    .form-prefixPostfix .button {
      width: auto;
      margin-top: 0;
      margin-left: 20px; } }

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

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

.form-increment {
  position: relative;
  max-width: 122px; }
  .form-increment .button {
    margin: 0;
    padding: 0;
    border: none;
    width: 11px;
    height: 6px;
    position: absolute;
    right: 13px;
    background: 0 0; }
    .form-increment .button[data-action=dec] {
      bottom: 11px; }
      .form-increment .button[data-action=dec]:before {
        content: "";
        position: absolute;
        top: -6px;
        right: 1px;
        display: inline-block;
        width: 9px;
        height: 10px;
        border-right: 1px solid black;
        border-top: 1px solid black;
        transform: rotate(135deg); }
    .form-increment .button[data-action=inc] {
      top: 11px; }
      .form-increment .button[data-action=inc]:before {
        content: "";
        position: absolute;
        right: 0px;
        display: inline-block;
        width: 12px;
        height: 10px;
        border-right: 1px solid black;
        border-top: 1px solid black;
        transform: rotate(-45deg); }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem;
  -moz-appearance: textfield; }
  .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: 2.375rem;
  padding: 1px 0.375rem;
  pointer-events: none;
  text-align: center; }

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

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

.form-input--small {
  font-size: 20px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 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: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

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

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

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1; }

.card {
  display: block;
  position: relative;
  margin: 0;
  padding: 0; }
  .card.card-home {
    overflow: hidden; }
    .card.card-home .card-figure .card-figure-action {
      display: block; }
      @media (min-width: 1025px) {
        .card.card-home .card-figure .card-figure-action .card-action {
          max-width: 170px;
          position: absolute;
          top: 47%;
          left: 50%;
          transform: translate(-50%, -50%);
          padding: 7px 10px 6px;
          opacity: 0;
          overflow: hidden;
          z-index: 1;
          transition: all .6s ease; }
          .card.card-home .card-figure .card-figure-action .card-action span {
            border: none;
            left: 10px; }
          .card.card-home .card-figure .card-figure-action .card-action.card-out-of-stock span {
            left: 0; }
          .card.card-home .card-figure .card-figure-action .card-action:hover {
            background-color: rgba(255, 255, 255, 0.7); } }
      @media (min-width: 1200px) and (max-width: 1399px) {
        .card.card-home .card-figure .card-figure-action .card-action {
          top: 27%; } }
      @media (min-width: 1025px) and (max-width: 1199px) {
        .card.card-home .card-figure .card-figure-action .card-action {
          top: 30%; } }
    @media (min-width: 1025px) {
      .card.card-home .card-body-content .cart-content-wrapper {
        display: block;
        flex-direction: row-reverse;
        padding: 5px 5px 10px 5px;
        background: white;
        width: 100%; }
        .card.card-home .card-body-content .cart-content-wrapper .card-action {
          text-align: right;
          padding: 0; }
          .card.card-home .card-body-content .cart-content-wrapper .card-action span:before {
            right: calc(100% + 6px); }
          .card.card-home .card-body-content .cart-content-wrapper .card-action span:after {
            right: calc(100% + 11px); }
      .card.card-home .card-body-content .card-top {
        position: relative; }
        .card.card-home .card-body-content .card-top .card-figure-button {
          bottom: 42px; }
      .card.card-home .card-body-content .card-quickview {
        margin-bottom: 0px; }
      .card.card-home .card-body-content .card-action.card-out-of-stock {
        background: transparent;
        border-color: transparent;
        color: #787878; }
      .card.card-home .card-body {
        position: absolute;
        z-index: 999;
        bottom: -200px;
        left: 0px;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        width: 100%;
        transition: all .5s ease; }
        .card.card-home .card-body .card-body-content {
          background: transparent; } }
    @media (min-width: 1400px) {
      .card.card-home .card-body-content .cart-content-wrapper {
        padding: 5px 8px 10px 8px; }
        .card.card-home .card-body-content .cart-content-wrapper .card-action {
          padding: 9px 10px; }
          .card.card-home .card-body-content .cart-content-wrapper .card-action span:before {
            right: calc(100% + 9px); }
          .card.card-home .card-body-content .cart-content-wrapper .card-action span:after {
            right: calc(100% + 14px); } }
    @media (min-width: 1600px) {
      .card.card-home .card-body-content .cart-content-wrapper {
        padding: 10px 8px 10px 24px; } }
    @media (max-width: 1024px) {
      .card.card-home .card-top {
        display: none; } }
  .card.card-custom {
    background: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9; }
    .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;
      width: 100%;
      padding-bottom: 129.41176%; }
    .card.card-custom .card-content {
      display: table-cell;
      vertical-align: top;
      width: calc(100% - 65px);
      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: -5px;
        color: black; }
      .card.card-custom .card-title .card-ellipsis {
        -webkit-line-clamp: 1; }
    .card.card-custom .card-variant_color_name {
      line-height: 24px; }
      .card.card-custom .card-variant_color_name .variant_color_name {
        color: #286040; }
    .card.card-custom .card-price {
      justify-content: flex-start;
      margin: 2px 0; }
    .card.card-custom .card-option .form-field {
      margin-bottom: 15px;
      text-align: left; }
    .card.card-custom .card-action {
      display: inline-block;
      vertical-align: top;
      min-width: 104px;
      width: auto;
      margin-left: 0;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background-color: white;
      border-color: #a0a0a0;
      color: #1e1e1e;
      transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
      padding: 0 10px; }
      .card.card-custom .card-action span {
        position: relative;
        padding-bottom: 0;
        border-bottom: none;
        left: 9px; }
        .card.card-custom .card-action span:before, .card.card-custom .card-action span:after {
          content: "";
          position: absolute;
          display: block;
          line-height: 22px;
          background-color: #1e1e1e; }
        .card.card-custom .card-action span:before {
          top: 10px;
          right: calc(100% + 9px);
          width: 9px;
          height: 1px; }
        .card.card-custom .card-action span:after {
          top: 6px;
          right: calc(100% + 13px);
          width: 1px;
          height: 9px; }
    .card.card-custom + .card-custom {
      margin-top: 38px; }
  @media (min-width: 1025px) {
    .card.open-quick-shop.card-hover .card-link .card-image {
      opacity: 0 !important;
      -webkit-backface-visibility: visible !important;
      backface-visibility: visible !important; }
    .card.open-quick-shop.card-hover .card-link .card-image-2 {
      opacity: 1 !important;
      -webkit-backface-visibility: visible !important;
      backface-visibility: visible !important;
      z-index: 1; }
      .card.open-quick-shop.card-hover .card-link .card-image-2 img {
        transform: scale(1.09) !important; }
    .card.open-quick-shop .card-link .card-image {
      transform: scale(1.09); }
    .card.open-quick-shop.card-home .card-body {
      visibility: hidden !important;
      opacity: 0 !important; }
    .card.open-quick-shop .card-quick-action {
      opacity: 0;
      visibility: hidden; }
    .card.open-quick-shop .card-figure-action .halo-quick-shop {
      opacity: 0;
      visibility: hidden; }
    .card.open-quick-shop .card-figure-button {
      bottom: 12px !important; }
    .card.open-quick-shop [data-product-option-change] [data-option-name="Size"] .option-value-size {
      width: 100%; }
    .card.open-quick-shop .halo-productOptions [data-product-attribute="set-select"] .form-select {
      max-width: 100%; } }
  @media (min-width: 1025px) {
    .card:hover.card-home .card-body {
      visibility: visible;
      opacity: 1;
      z-index: 1;
      bottom: 0; }
    .card:hover.card-home .card-figure .card-figure-action .card-action {
      top: 50%;
      opacity: 1;
      overflow: visible; }
    .card:hover .card-figure .card-figure-button {
      bottom: 40px; }
    .card:hover .card-body .card-body-button {
      z-index: 3;
      top: auto;
      bottom: 100%;
      height: auto;
      opacity: 1;
      visibility: visible; }
    .card:hover .card-compare {
      opacity: 1;
      z-index: 1;
      overflow: visible; }
    .card.card-custom .card-content {
      padding-left: 20px; }
    .card.card-custom .card-action:hover {
      color: #3a3a3a; }
    .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: scale(1.09); }
    .card:not(.card-hover) .card-image {
      transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
    .card:not(.card-hover):hover .card-image {
      transform: scale(1.09); } }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .card:hover.card-home .card-figure .card-figure-action .card-action {
      top: 30%; } }
  @media (min-width: 1025px) and (max-width: 1199px) {
    .card:hover.card-home .card-figure .card-figure-action .card-action {
      top: 33%; } }
  .card.card-gallery .card-figure .card-figure-action {
    display: block; }
    @media (min-width: 1025px) {
      .card.card-gallery .card-figure .card-figure-action .card-action {
        max-width: 170px;
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 7px 10px 6px;
        opacity: 0;
        overflow: hidden;
        z-index: 1;
        transition: all .6s ease; }
        .card.card-gallery .card-figure .card-figure-action .card-action span {
          border: none;
          left: 10px; }
        .card.card-gallery .card-figure .card-figure-action .card-action.card-out-of-stock span {
          left: 0; }
        .card.card-gallery .card-figure .card-figure-action .card-action:hover {
          background-color: rgba(255, 255, 255, 0.7); } }
  .card.card-gallery .card-quick-action {
    position: absolute;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    z-index: -1;
    overflow: hidden; }
    .card.card-gallery .card-quick-action .card-quickview {
      -ms-flex: 0 0 100%;
      flex: 100%;
      margin: 0px;
      border: none; }
  @media (min-width: 1025px) {
    .card.card-gallery .card-body-content {
      padding-top: 10px; }
      .card.card-gallery .card-body-content .card-title {
        margin-bottom: 3px; }
        .card.card-gallery .card-body-content .card-title a {
          color: #191919; }
      .card.card-gallery .card-body-content .card-variant_color_name {
        line-height: 24px;
        padding-bottom: 1px; }
      .card.card-gallery .card-body-content .card-option {
        padding: 16px 0 6px 0; } }
  @media (min-width: 1025px) {
    .card.card-gallery:hover .card-figure .card-figure-button {
      bottom: 37px; }
    .card.card-gallery:hover .card-figure .card-figure-action .card-action {
      top: 50%;
      opacity: 1;
      overflow: visible; }
    .card.card-gallery:hover .card-quick-action {
      opacity: 1;
      z-index: 1;
      overflow: visible; } }
  .card.card-lookbook {
    max-width: 210px;
    background: white;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); }
    .card.card-lookbook .card-link {
      display: block; }
      .card.card-lookbook .card-link .card-img-container:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 127.61905%; }
    .card.card-lookbook .card-body .card-body-content {
      padding: 40px 20px 18px 20px; }
      .card.card-lookbook .card-body .card-body-content .card-variant_color_name {
        line-height: 33px; }
    .card.card-lookbook .card-title > a {
      font-style: normal;
      color: #1e1e1e; }
    .card.card-lookbook .card-title .card-ellipsis {
      -webkit-line-clamp: 1; }
    .card.card-lookbook .card-body-button {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 1;
      visibility: visible;
      height: auto;
      line-height: 1;
      margin: 0;
      text-align: center; }
      .card.card-lookbook .card-body-button .card-wishlist {
        display: block;
        width: 36px;
        height: 36px; }
      .card.card-lookbook .card-body-button .card-top {
        position: relative; }
      @media (min-width: 1025px) {
        .card.card-lookbook .card-body-button .card-figure-button {
          bottom: 47px;
          right: 7px; } }
    .card.card-lookbook .card-action {
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase;
      height: 40px;
      line-height: 22px; }
    @media (min-width: 1025px) {
      .card.card-lookbook .card-body .card-body-content {
        padding: 14px 20px 18px 20px; }
      .card.card-lookbook:hover .card-body-button {
        top: -40px;
        z-index: 1; } }
  .card .card-variant_color_name {
    line-height: 24px;
    padding-bottom: 1px; }

.card-image {
  border: 0; }

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

.card-link {
  display: block;
  position: relative;
  overflow: hidden; }
  .card-link .card-img-container {
    display: block;
    position: relative;
    max-width: 599px; }
    .card-link .card-img-container:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 126.71119%; }
    .card-link .card-img-container.card-img-container2 {
      display: flex;
      align-items: center;
      justify-content: center; }
      .card-link .card-img-container.card-img-container2:after {
        width: auto; }
  .card-link .card-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    backface-visibility: visible;
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 0;
    margin-bottom: 0;
    transition: opacity .8s 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.8s 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%;
      transition: opacity 0.8s 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.3s ease; }
  .card-link .card-no-image {
    width: auto; }
  @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-figure-button {
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 45px;
  right: 5px;
  z-index: 10;
  transition: all 0.3s ease; }
  @media (min-width: 1025px) {
    .card-figure-button {
      bottom: 12px;
      right: 13px; } }

.card-figure-action {
  display: none; }

.variant_color_name {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: black;
  margin: 8px 0 4px 0;
  display: inline-block; }

.card-quickview {
  display: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0;
  color: white;
  text-align: center;
  background-color: rgba(30, 30, 30, 0.5);
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  padding: 3px 10px 2px;
  transition: unset;
  margin-bottom: 22px; }
  @media (min-width: 1025px) {
    .card-quickview {
      display: block; }
      .card-quickview:hover {
        color: white;
        background-color: rgba(30, 30, 30, 0.7); }
      .card-quickview:focus {
        color: white; } }
  @media (max-width: 1024px) {
    .card-quickview.card-quickview-mobile {
      display: block; } }

.card-body {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0; }
  .card-body .card-content-right {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 100%;
    height: 100%;
    background: #282828;
    z-index: 1;
    width: fit-content;
    height: fit-content; }
    .card-body .card-content-right .card-action {
      font-size: 12px;
      padding: 0 8px !important;
      color: white !important; }
  .card-body .card-title {
    height: fit-content; }
  .card-body .card-body-content {
    display: block;
    position: relative;
    z-index: 2;
    background-color: white;
    text-align: left; }
  .card-body .card-body-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 3;
    display: block;
    transition: all 0.3s ease;
    transition-property: top; }
    .card-body .card-body-button .card-wishlist {
      display: none; }
  @media (min-width: 1025px) {
    .card-body .card-body-button {
      z-index: 1;
      top: auto;
      bottom: calc(100% - 50px);
      height: 45px;
      opacity: 0;
      visibility: hidden; } }

.card-text {
  margin: 0; }
  .card-text[data-test-info-type="brandName"] {
    font-size: 16px;
    font-weight: 500;
    color: #1e1e1e;
    letter-spacing: 0;
    line-height: 25px; }
    .card-text[data-test-info-type="brandName"] + .card-title {
      margin-top: 0; }

.card-title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 4px 0 3px 0; }
  @media (max-width: 1024px) {
    .card-title {
      margin-top: 10px; } }
  .card-title > a {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0;
    margin: 0;
    text-transform: capitalize;
    text-decoration: none; }
    @media (min-width: 1025px) {
      .card-title > a:hover span {
        border-bottom: 1px solid #d2d2d2; } }
  .card-title .card-ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis; }
  @media (min-width: 551px) {
    .card-title .card-ellipsis {
      -webkit-line-clamp: 1; } }

.card-desc {
  display: none; }

.card-rating {
  margin: 0 0 10px 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: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #3a3a3a; }

.price-label {
  font-size: 16px;
  font-weight: 400;
  color: #286040;
  letter-spacing: 0;
  margin-right: 3px; }

.card-price {
  display: flex;
  justify-content: start;
  position: relative;
  margin: 0;
  color: #787878;
  font-size: 18px;
  font-weight: 500;
  padding: 4px 0 0 0;
  line-height: 24px;
  letter-spacing: 0; }
  .card-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .card-price .price-section {
    margin-right: 10px; }
    .card-price .price-section.price-section--sale {
      color: #787878; }
    .card-price .price-section.price-section--withoutTax {
      color: #787878; }
    .card-price .price-section.non-sale-price--withoutTax, .card-price .price-section.non-sale-price--withTax {
      text-decoration: line-through;
      color: #787878; }
    .card-price .price-section.non-sale-price--withTax + .price-section--withoutTax {
      color: green; }
    .card-price .price-section.price-none + .price-section--withoutTax {
      color: #787878; }
    .card-price .price-section.price-none + .price-section--withTax {
      color: #787878; }
    .card-price .price-section.price-section--salebale {
      display: none; }
    .card-price .price-section:last-child {
      margin-right: 0; }
  .card-price p {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 26px;
    margin: 0; }

.card-wishlist {
  display: block;
  text-align: center;
  position: relative;
  width: 35px;
  height: 35px;
  padding: 8px;
  margin: 0;
  line-height: 1;
  border-radius: 50%;
  background-color: transparent;
  font-size: 0;
  letter-spacing: 0; }
  .card-wishlist .text {
    display: none;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    width: auto;
    opacity: 0;
    visibility: hidden;
    height: 35px;
    line-height: 35px;
    background-color: rgba(30, 30, 30, 0.5);
    color: white;
    position: absolute;
    top: 50%;
    right: calc(100% + 20px);
    padding: 0 10px 0 10px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    pointer-events: none;
    border-radius: 2px; }
    .card-wishlist .text:before {
      content: " ";
      position: absolute;
      top: 50%;
      left: auto;
      right: -7px;
      height: 0;
      width: 0;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 7px solid rgba(30, 30, 30, 0.5);
      transform: translateY(-50%); }
  .card-wishlist .icon {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    line-height: 1;
    position: relative;
    top: 1px;
    z-index: 5;
    fill: black;
    transition: all 0.3s ease; }
  @media (min-width: 551px) {
    .card-wishlist .icon {
      left: unset; } }
  @media (min-width: 1025px) {
    .card-wishlist .text {
      display: block; }
    .card-wishlist:hover .text {
      right: calc(100% + 10px);
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }
  @media (max-width: 1024px) {
    .card-wishlist {
      margin-bottom: 10px; } }

.card-action {
  margin: 0 auto;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0;
  padding: 9px 10px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  color: #1e1e1e;
  border: 1px solid white;
  border-radius: 0;
  background-color: white;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .card-action.card-out-of-stock {
    color: white;
    background: #787878;
    border-color: #787878;
    pointer-events: none; }
  @media (max-width: 1024px) {
    .card-action {
      background: black;
      border-color: black;
      color: white !important; } }
  .card-action span {
    position: relative; }
    @media (min-width: 1025px) {
      .card-action span {
        border-bottom: 1px solid #cccccc; } }
    .card-action span:before, .card-action span:after {
      content: "";
      position: absolute;
      display: block;
      line-height: 22px;
      background-color: white; }
      @media (min-width: 1025px) {
        .card-action span:before, .card-action span:after {
          background-color: #333333; } }
    .card-action span:before {
      top: 10px;
      right: calc(100% + 9px);
      width: 11px;
      height: 1px; }
    .card-action span:after {
      top: 5px;
      right: calc(100% + 14px);
      width: 1px;
      height: 11px; }
  .card-action.card-out-of-stock span:before, .card-action.card-out-of-stock span:after {
    display: none; }
  @media (min-width: 1025px) {
    .card-action {
      width: 100%; } }

.card-option {
  display: block;
  padding: 14px 0 6px 0;
  margin: 0; }
  .card-option:before, .card-option:after {
    content: " ";
    display: table; }
  .card-option:after {
    clear: both; }
  .card-option .form-field {
    text-align: left;
    display: block;
    font-size: 0;
    letter-spacing: 0;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 1; }
    .card-option .form-field .form-option {
      display: inline-block;
      vertical-align: top;
      font-size: 0;
      border: 0;
      margin: 0 8px 0 0;
      padding: 0;
      height: auto;
      line-height: 1;
      position: relative;
      cursor: pointer; }
      .card-option .form-field .form-option.active .form-option-variant:after {
        border-color: #e9e9e9; }
      .card-option .form-field .form-option .form-option-variant {
        position: relative;
        font-size: 0;
        width: 22px;
        height: 22px;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border: 1px solid #e9e9e9;
        background-color: white; }
        .card-option .form-field .form-option .form-option-variant:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          border-radius: 17px;
          background-color: rgba(255, 255, 255, 0);
          opacity: 1;
          visibility: visible;
          border: 2px solid white;
          transition: all 0.3s ease; }
        .card-option .form-field .form-option .form-option-variant.form-option-variant--color2 {
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden;
          transform: rotate(45deg); }
          .card-option .form-field .form-option .form-option-variant.form-option-variant--color2 span {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            border-radius: 0px; }
            .card-option .form-field .form-option .form-option-variant.form-option-variant--color2 span:after {
              display: none; }
      .card-option .form-field .form-option .form-option-tooltip {
        display: none;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        color: white;
        text-align: center;
        background: #286040;
        position: absolute;
        bottom: 100%;
        left: 50%;
        padding: 4px 7px;
        z-index: 2;
        min-width: 40px;
        transform: translateX(-50%);
        margin: 0 0 10px 0;
        transition: all 0.3s ease;
        white-space: nowrap; }
        .card-option .form-field .form-option .form-option-tooltip:before {
          content: " ";
          position: absolute;
          bottom: -7px;
          left: 50%;
          height: 0;
          width: 0;
          border-top: 7px solid #286040;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          transform: translateX(-50%); }
      .card-option .form-field .form-option:last-of-type {
        margin-right: 0; }
    .card-option .form-field .showmore {
      display: inline-block;
      vertical-align: middle;
      color: #286040;
      margin: 0 0 0 8px;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 25px;
      width: auto;
      text-align: center; }
    .card-option .form-field.form-field--size .form-option {
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1;
      text-transform: uppercase;
      color: #3a3a3a; }
    .card-option .form-field.form-field--size + .form-field--size {
      display: none;
      margin-top: 0; }
    .card-option .form-field + .form-field {
      margin-top: 20px; }
  @media (min-width: 1025px) {
    .card-option .form-field .form-option .form-option-tooltip {
      display: block;
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .card-option .form-field .form-option:hover .form-option-tooltip {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }

.card-compare {
  display: none;
  right: 0;
  top: 48%;
  line-height: 1;
  display: block;
  position: absolute;
  transform: unset;
  opacity: 0;
  z-index: -1;
  overflow: hidden; }
  .card-compare .compare {
    display: block;
    font-size: 16px;
    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-compare .compare span {
      border-bottom: 1px solid #d8d8d8; }
    .card-compare .compare:before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      width: 15px;
      height: 15px;
      background: transparent;
      border: 1px solid #d8d8d8; }
    .card-compare .compare:after {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      position: absolute;
      left: 2px;
      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%; }
  .card-compare input {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .card-compare input:checked + label {
      color: black; }
      .card-compare input:checked + label span {
        background-image: linear-gradient(transparent 97%, black 3%); }
      .card-compare input:checked + label:before {
        border-color: black;
        background: black; }
  @media (min-width: 1025px) {
    .card-compare {
      display: flex;
      align-items: center; } }

.quickShopPopup {
  position: absolute;
  text-align: left;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .quickShopPopup {
      display: block; } }
  .quickShopPopup.is-open {
    display: block;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 21; }
  .quickShopPopup.is-loading {
    /*min-width: 200px;
        min-height: 200px;*/ }
    .quickShopPopup.is-loading .loadingOverlay {
      display: block;
      background: transparent; }

@media (max-width: 1024px) {
  .productGrid .product .quickShopPopup,
  .productList .product .quickShopPopup {
    left: 0;
    transform: translateY(-50%);
    min-width: 100%; } }

@media (max-width: 991px) {
  .productGrid .product .quickShopPopup,
  .productList .product .quickShopPopup {
    min-width: 350px;
    left: 50%;
    transform: translate(-50%, -50%); }
  .productGrid .product:nth-child(3n + 1) .quickShopPopup,
  .productList .product:nth-child(3n + 1) .quickShopPopup {
    left: 0;
    transform: translateY(-50%); }
  .productGrid .product:nth-child(3n) .quickShopPopup,
  .productList .product:nth-child(3n) .quickShopPopup {
    left: auto;
    right: 0;
    transform: translateY(-50%); } }

@media (max-width: 767px) {
  .productGrid .product:nth-child(odd) .quickShopPopup,
  .productList .product:nth-child(odd) .quickShopPopup {
    left: 0;
    transform: translateY(-50%); }
  .productGrid .product:nth-child(even) .quickShopPopup,
  .productList .product:nth-child(even) .quickShopPopup {
    left: auto;
    right: 0;
    transform: translateY(-50%); } }

@media (max-width: 376px) {
  .productGrid .product .quickShopPopup,
  .productList .product .quickShopPopup {
    min-width: 200%; } }

.halo-top-banner--slider .quickShopPopup {
  left: 0;
  transform: translateY(-50%);
  min-width: 100%; }

.slick-slide + .slick-active .quickShopPopup {
  position: absolute;
  z-index: 5;
  top: 110%;
  transition: all .3s ease;
  width: 100%;
  height: 100%;
  display: block; }
  .slick-slide + .slick-active .quickShopPopup.is-open {
    top: 0; }

.slick-active:first-of-type .quickShopPopup {
  left: 0; }

.slick-active:last-of-type .quickShopPopup {
  left: auto;
  right: 0; }

.slick-active + .slick-slide .quickShopPopup {
  left: auto;
  right: 0; }

@media (max-width: 321px) {
  .slick-active .quickShopPopup {
    min-width: 100% !important; } }

.navBar {
  list-style-type: none;
  margin: 0; }

.navList {
  list-style-type: none;
  margin: 0; }
  .navList .navList-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0; }
    .navList .navList-item a {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: 400;
      line-height: 35px;
      letter-spacing: 0;
      text-transform: unset;
      color: black;
      padding: 0;
      transition: unset;
      width: auto; }
      .navList .navList-item a > .text {
        line-height: initial;
        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: #3a3a3a; }
        .navList .navList-item a.is-active > .text {
          background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
    .navList .navList-item.navList-reset a {
      color: #3a3a3a;
      font-style: italic; }
      .navList .navList-item.navList-reset a > .text {
        background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  .navList.haloCustomScrollbar {
    max-height: 225px;
    overflow-y: auto; }
  @media (min-width: 1025px) {
    .navList .navList-item a:hover {
      color: #3a3a3a; }
      .navList .navList-item a:hover > .text {
        background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

.navView-all,
.navView-clear {
  display: block;
  margin: 16px 0 0 0; }
  .navView-all:before, .navView-all:after,
  .navView-clear:before,
  .navView-clear:after {
    content: " ";
    display: table; }
  .navView-all:after,
  .navView-clear:after {
    clear: both; }
  .navView-all a,
  .navView-clear a {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: #3a3a3a;
    letter-spacing: 0;
    line-height: 1.5; }
    .navView-all a > span,
    .navView-clear a > span {
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #8f8f8f;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .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: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.5rem; }
  .navList-action--checkbox:after {
    margin-top: -0.4375rem; }
  .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: 0.8125rem;
    width: 0.8125rem;
    fill: #3a3a3a; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.75rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid black; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #3a3a3a;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #3a3a3a;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #3a3a3a; }
  .navBar--sub.navBar--account {
    margin-bottom: 0; }
    .navBar--sub.navBar--account .navBar-section {
      display: block;
      font-size: 0;
      letter-spacing: 0;
      float: none;
      margin: 0;
      text-align: center;
      white-space: nowrap;
      overflow-x: auto;
      border: 1px solid #e4e7e6; }
      .navBar--sub.navBar--account .navBar-section .navBar-item {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding: 0;
        margin: 0;
        width: 260px;
        float: none;
        border-bottom: none; }
        .navBar--sub.navBar--account .navBar-section .navBar-item .navBar-action {
          font-size: 16px;
          font-weight: 500;
          color: black;
          letter-spacing: 0;
          background-color: #fafafa;
          padding: 11px 15px 10px 15px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          text-transform: uppercase;
          transition: unset; }
        .navBar--sub.navBar--account .navBar-section .navBar-item.is-active .navBar-action {
          color: #1e1e1e !important;
          background-color: white !important; }
        .navBar--sub.navBar--account .navBar-section .navBar-item + .navBar-item {
          border-left: 1px solid #e4e7e6; }
    @media (min-width: 768px) {
      .navBar--sub.navBar--account.navBar--account2 .navBar-section {
        width: 100%;
        max-width: 1110px;
        margin-left: auto;
        margin-right: auto; }
        .navBar--sub.navBar--account.navBar--account2 .navBar-section .navBar-item {
          width: calc(100%/3);
          padding-left: 0;
          padding-right: 0; } }
    @media (min-width: 1025px) {
      .navBar--sub.navBar--account .navBar-section .navBar-item {
        width: calc(100%/3); }
        .navBar--sub.navBar--account .navBar-section .navBar-item .navBar-action:hover {
          color: white;
          background-color: #286040; } }

.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;
    position: absolute;
    width: 100px;
    height: 100px;
    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; }

.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: #3a3a3a;
  font-size: 20px;
  line-height: 2.125rem;
  margin-bottom: 0;
  padding-left: 0.75rem; }

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

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

.actionBar-section .form-select {
  color: #3a3a3a;
  height: 2.125rem; }

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 8.875rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: black; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #323232; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.3125rem; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.4375rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.5625rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.875rem; } }

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

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

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

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

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

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

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

.countPill {
  position: absolute;
  top: -3px;
  right: -5px;
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 15px;
  line-height: 15px;
  color: black;
  background-color: #b9e126;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: 700; }
  @media (max-width: 550px) {
    .countPill {
      font-size: 10px;
      right: -7px;
      height: 15px;
      width: 15px;
      line-height: 15px; } }
  .countPill.countPill--positive {
    display: inline-block; }
  .page-type-cart .countPill {
    display: inline-block; }

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

.navPages-container {
  display: none;
  padding: 0;
  height: auto;
  margin: 0 auto; }
  @media (min-width: 1025px) {
    .navPages-container {
      display: block;
      font-size: 0; } }

.page-type-default .has-activeMegaMenu .header {
  background: white !important; }

.has-activeMegaMenu .header .halo-middleHeader .middleHeader-item .header-logo .header-logo-text {
  color: black !important; }

.has-activeMegaMenu .header .halo-middleHeader .middleHeader-item.item-right .icon {
  color: black !important;
  fill: black !important; }

.has-activeMegaMenu .header .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input {
  color: black !important; }
  .has-activeMegaMenu .header .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input::-webkit-input-placeholder {
    color: black !important; }
  .has-activeMegaMenu .header .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input:-ms-input-placeholder {
    color: black !important; }
  .has-activeMegaMenu .header .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input::placeholder {
    color: black !important; }

.has-activeMegaMenu .header .halo-middleHeader .middleHeader-item.item-right #quickSearch.active .form-fieldset .form-input {
  border-color: black !important; }

.has-activeMegaMenu .halo-navHeader {
  max-width: 100%; }
  .has-activeMegaMenu .halo-navHeader .navPages-list .navPages-item > .navPages-action {
    color: black; }
  .has-activeMegaMenu .halo-navHeader .navPages-list .navPages-item:hover > .navPages-action {
    color: black; }
  .has-activeMegaMenu .halo-navHeader .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon svg {
    fill: black;
    stroke: black; }

.halo-navHeader {
  width: 100%;
  max-width: 225px;
  position: relative;
  z-index: 9;
  top: 35px;
  display: none; }
  .halo-navHeader .navPages-container {
    width: 100%;
    max-width: 225px;
    margin: 0px; }
  @media (min-width: 1025px) {
    .halo-navHeader {
      padding-left: 30px;
      max-width: 100%; } }
  @media (min-width: 1600px) {
    .halo-navHeader {
      padding-left: 60px; } }

.navPages {
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 0; }
  .navPages ul {
    width: 100%;
    list-style: none;
    margin: 0; }
  .navPages > .navPages-list:not(.navPages-list--user) {
    display: inline-block;
    width: 100%; }
  .navPages > .navPages-list {
    width: auto;
    text-align: left; }

.halo-navHeader .navPages-list .navPages-item:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu {
  left: -30px; }

.navPages-list .navPages-item {
  position: relative;
  cursor: pointer; }
  .navPages-list .navPages-item.has-megamenu {
    position: static; }
  .navPages-list .navPages-item .navPages-action {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    color: white;
    padding: 10px 0;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    transition: unset; }
    .navPages-list .navPages-item .navPages-action .text {
      color: inherit;
      transition: unset;
      position: relative; }
  .navPages-list .navPages-item .navPages-action-moreIcon {
    display: none;
    transform: none;
    margin-left: .41667rem;
    transition: all 0.3s ease; }
  .navPages-list .navPages-item > .navPages-action {
    display: inline-block;
    vertical-align: top;
    color: white;
    padding: 0;
    position: relative; }
    .navPages-list .navPages-item > .navPages-action .text {
      display: inline-block;
      vertical-align: top;
      padding: 0; }
    .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon {
      display: inline-block;
      height: 8px;
      width: 9px;
      top: 50%;
      position: absolute;
      left: unset;
      right: 16px;
      transform: translateY(-50%) rotate(-90deg); }
      .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg {
        fill: white;
        stroke: white;
        width: 8px; }
  .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.3s 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-phone {
      transform: rotate(90deg); }
    .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;
      min-height: 45px; }
  .navPages-list .navPages-item.navPages-item-user:last-child {
    border-bottom: 0; }

.halo-navHeader .navPages-item > .navPages-action .navPages-action-moreIcon {
  left: 195px;
  right: unset; }

@media (min-width: 1025px) {
  .halo-navHeader .navPages-list .navPages-item:last-child > .navPage-subMenu {
    right: 0; }
  .halo-navHeader .navPages-list .navPages-item:hover > .navPages-action {
    color: white; }
    .halo-navHeader .navPages-list .navPages-item:hover > .navPages-action .text span {
      display: block;
      background-image: linear-gradient(transparent 97%, #d8d5d0 3%);
      background-repeat: repeat-x;
      background-position-y: -12px; }
    .halo-navHeader .navPages-list .navPages-item:hover > .navPages-action span.text {
      display: block;
      background-image: linear-gradient(transparent 97%, #d8d5d0 3%);
      background-repeat: repeat-x;
      background-position-y: -12px; }
  .halo-navHeader .navPages-list .navPages-item:hover > .has-subMenu + .navPage-subMenu {
    border-top: 0;
    top: -15px;
    left: 130px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0); }
  .halo-navHeader .navPage-subMenu-list {
    padding: 15px 0 16px 30px; }
    .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child {
      padding: 0 20px 0 0; }
      .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
        display: inherit;
        line-height: 40px; }
        .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action:hover span:not(.navPages-action-moreIcon) {
          background-image: linear-gradient(transparent 97%, #cccccc 3%);
          background-repeat: repeat-x;
          background-position-y: -3px; }
        .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .navPages-action-moreIcon {
          top: 1px;
          transform: translateY(0) rotate(-90deg);
          position: relative;
          display: inline-block;
          margin-left: 23px; }
      .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child.navPage-subMenu-all {
        display: none; }
      .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action .text {
        color: #323232; }
      .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action.level-3 .text {
        color: #323232; }
      .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child:hover > .has-subMenu {
        color: #323232; }
        .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child:hover > .has-subMenu .navPages-action-moreIcon svg {
          fill: #323232;
          stroke: #323232; }
        .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu {
          top: -25px;
          left: -28px;
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          padding: 7px 0px 4px; }
          .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
            line-height: 26px; }
            .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action span {
              background-position-y: -3px; }
      .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child:nth-child(n + 12):hover > .has-subMenu + .navPage-subMenu {
        top: -15px;
        left: 130px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
      .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child.navPage-subMenu-title {
        display: none; }
      .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child .level-3 .navPage-subMenu-action {
        color: #323232; }
        .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child .level-3 .navPage-subMenu-action .navPages-action-moreIcon svg {
          fill: #323232;
          stroke: #323232; }
        .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child .level-3 .navPage-subMenu-action:hover {
          color: #323232; }
          .halo-navHeader .navPage-subMenu-list .navPage-subMenu-item-child .level-3 .navPage-subMenu-action:hover .navPages-action-moreIcon svg {
            fill: #323232;
            stroke: #323232; } }

.navPage-subMenu-list .navPage-subMenu-item-child {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%; }
  .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
    width: 100%;
    color: #323232;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-transform: capitalize;
    transition: unset;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .text {
      position: relative;
      color: inherit;
      transition: unset; }
    .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .navPages-action-moreIcon {
      display: block;
      margin: 0;
      transform: rotate(-90deg);
      position: absolute;
      right: 20px;
      transform: rotate(-90deg);
      opacity: 1;
      visibility: visible; }
      .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .navPages-action-moreIcon svg {
        fill: #323232;
        stroke: #323232;
        height: 8px;
        width: 9px; }
    @media (min-width: 1025px) {
      .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action:hover {
        color: #323232; }
        .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action:hover .navPages-action-moreIcon svg {
          fill: #323232;
          stroke: #323232; } }
  .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu {
    top: 30px;
    height: auto;
    margin-left: 178px;
    transform: translate3d(0, 0, 0); }
  .navPage-subMenu-list .navPage-subMenu-item-child:last-child > .navPage-subMenu-action {
    border-bottom: 0; }

.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: #ffffff; }
  .has-activeNavPages .halo-menu-sidebar .navPages-list {
    display: block; }

.halo-menu-sidebar .navPages-item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e6e6e6; }
  .halo-menu-sidebar .navPages-item .navPages-action {
    font-size: 16px;
    color: black;
    margin: 0;
    padding: 0 30px !important;
    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: 500; }
    .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: black;
        fill: black !important; }
    .halo-menu-sidebar .navPages-item .navPages-action .navPages-action-moreIcon {
      width: auto;
      height: 45px;
      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: black;
        color: black;
        stroke: black;
        pointer-events: none;
        display: inline-block;
        vertical-align: middle;
        transition: all 0.3s ease;
        transform: rotate(-90deg);
        width: 10px;
        height: 9px; }
    .halo-menu-sidebar .navPages-item .navPages-action:not(.navPages-action-end) .text {
      pointer-events: none; }
    .halo-menu-sidebar .navPages-item .navPages-action + .level-3 .navPages-action {
      color: #323232; }
      .halo-menu-sidebar .navPages-item .navPages-action + .level-3 .navPages-action .text {
        color: #323232; }
      .halo-menu-sidebar .navPages-item .navPages-action + .level-3 .navPages-action .navPages-action-moreIcon svg {
        fill: #323232;
        color: #323232;
        stroke: #323232; }
      @media (min-width: 1025px) {
        .halo-menu-sidebar .navPages-item .navPages-action + .level-3 .navPages-action:hover {
          color: #323232; }
          .halo-menu-sidebar .navPages-item .navPages-action + .level-3 .navPages-action:hover .text {
            color: #323232; }
          .halo-menu-sidebar .navPages-item .navPages-action + .level-3 .navPages-action:hover .navPages-action-moreIcon svg {
            fill: #323232;
            color: #323232;
            stroke: #323232; } }
  .halo-menu-sidebar .navPages-item > .navPages-action {
    font-weight: 500;
    line-height: 45px;
    text-transform: uppercase; }
    .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 #e6e6e6; }
  .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action {
    font-weight: 500;
    color: #323232;
    background-color: #f5f5f5; }
    .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;
        fill: #323232; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action .text {
      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;
      color: #323232;
      text-transform: uppercase; }
    @media (min-width: 1025px) {
      .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action:hover {
        color: #323232; }
        .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action:hover .navPages-action-moreIcon svg {
          fill: #323232; }
        .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action:hover .text {
          color: #323232; } }
  .halo-menu-sidebar .navPages-item + .navPages-item {
    margin-left: 0; }

.halo-menu-sidebar .socialLinks {
  margin: 15px 0 0 0 !important; }

.halo-menu-sidebar .socialLinks-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px 0; }
  .halo-menu-sidebar .socialLinks-item svg {
    width: 19px;
    height: 19px;
    fill: black !important; }
  .halo-menu-sidebar .socialLinks-item + .socialLinks-item {
    margin-left: 15px !important; }

.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 !important;
    right: 0 !important;
    margin: 0; }
    .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; }

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

.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.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: white; }
    .socialLinks .icon svg {
      fill: white;
      transition: all 0.15s ease; }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    position: relative;
    height: 2rem; }
    .socialLinks-item .socialLinks__link:before {
      content: " ";
      position: absolute;
      right: 0;
      top: 50%;
      border-width: 0.625rem;
      border-style: solid;
      border-color: transparent transparent #313440 transparent; }
    .socialLinks-item .socialLinks__link:after {
      content: attr(title);
      padding: 0.25rem 0.375rem;
      background-color: #313440;
      color: white;
      position: absolute;
      font-size: 1rem;
      white-space: nowrap;
      right: 0;
      top: 100%;
      cursor: default;
      border-radius: 0.5rem; }
    .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 {
      right: auto;
      left: 0;
      z-index: 20; }

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

.socialLinks--alt svg {
  fill: #3a3a3a; }

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

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

.carousel-tooltip {
  display: none; }

.heroCarousel-wrapper .heroCarousel .slick-list {
  display: none; }

.heroCarousel-wrapper .heroCarousel.slick-initialized .slick-list {
  display: block; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  white-space: nowrap;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 1; }
  .heroCarousel.slick-dotted {
    margin-bottom: 0; }
  .heroCarousel.slick-initialized {
    height: calc(100vh - 80px);
    opacity: 1; }
    @media (min-width: 1024px) {
      .heroCarousel.slick-initialized {
        height: calc(100vh - 40px);
        min-height: 580px; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel .slick-arrow {
    width: 40px;
    height: 35px;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    border: 0;
    padding: 8px;
    border: none;
    fill: white;
    stroke: white;
    top: initial;
    transform: translate(0);
    bottom: 40px; }
    .heroCarousel .slick-arrow:before {
      display: none; }
    .heroCarousel .slick-arrow.slick-prev {
      left: 32%; }
    .heroCarousel .slick-arrow.slick-next {
      right: 32%; }
    @media (min-width: 551px) {
      .heroCarousel .slick-arrow.slick-prev {
        left: 38%; }
      .heroCarousel .slick-arrow.slick-next {
        right: 38%; } }
    @media (min-width: 768px) {
      .heroCarousel .slick-arrow.slick-prev {
        left: 41%; }
      .heroCarousel .slick-arrow.slick-next {
        right: 41%; } }
    @media (min-width: 1200px) {
      .heroCarousel .slick-arrow.slick-prev {
        left: 44.5%; }
      .heroCarousel .slick-arrow.slick-next {
        right: 44.5%; } }
    @media (min-width: 1770px) {
      .heroCarousel .slick-arrow.slick-prev {
        left: 46.5%; }
      .heroCarousel .slick-arrow.slick-next {
        right: 46.5%; } }
    .heroCarousel .slick-arrow.slick-disabled {
      opacity: 0.5 !important;
      cursor: default; }
    .heroCarousel .slick-arrow:focus {
      outline: none !important;
      outline-offset: 0 !important; }
  .heroCarousel .slick-dots {
    position: absolute;
    top: inherit;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    width: auto;
    width: 80px;
    overflow: hidden; }
    .heroCarousel .slick-dots li {
      width: auto;
      height: auto;
      padding: 0;
      text-align: center;
      width: 100%;
      display: none; }
      .heroCarousel .slick-dots li button {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 24px;
        color: white;
        border: 0;
        border-radius: 0;
        width: auto;
        height: auto;
        position: relative;
        transition: all 0.3s ease;
        border-bottom: 1px solid transparent; }
        .heroCarousel .slick-dots li button:before {
          display: none; }
      .heroCarousel .slick-dots li.slick-active {
        display: block; }
        .heroCarousel .slick-dots li.slick-active button {
          color: white; }
  .heroCarousel .slick-slide .heroCarousel-title {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-slide .heroCarousel-description {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-slide .heroCarousel-action {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown;
    z-index: 10;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; }
  .heroCarousel .slick-current .heroCarousel-title {
    visibility: visible;
    animation-delay: 50ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-current .heroCarousel-description {
    visibility: visible;
    animation-delay: 50ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-current .heroCarousel-action {
    visibility: visible;
    animation-delay: 150ms;
    animation-name: fadeInUp; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide.stretch .heroCarousel-image-wrapper {
    height: 15.625rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 56.25vw; }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 100%; }
  @media (min-width: 551px) {
    .heroCarousel-slide.stretch .heroCarousel-image-wrapper {
      max-height: 25rem; } }
  @media (min-width: 1025px) {
    .heroCarousel-slide.stretch .heroCarousel-image-wrapper {
      max-height: 37.5rem; } }

.heroCarousel-image-wrapper {
  position: relative; }
  .heroCarousel-image-wrapper.heroCarousel-overlay-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(86, 70, 55, 0.4); }
  @media (max-width: 1024px) {
    .heroCarousel-image-wrapper.heroCarousel-parallax-wrapper {
      background-image: unset !important; } }
  @media (max-width: 550px) {
    .heroCarousel-image-wrapper {
      min-height: 370px; } }
  @media (min-width: 1025px) {
    .heroCarousel-image-wrapper.heroCarousel-parallax-wrapper {
      position: relative;
      height: 56.25vw;
      max-height: 100vh;
      height: calc(100vh - 100px);
      background-size: cover;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-position: center; }
      .heroCarousel-image-wrapper.heroCarousel-parallax-wrapper .heroCarousel-image {
        opacity: 0;
        visibility: hidden; } }

.heroCarousel-image img {
  display: none; }
  .heroCarousel-image img.image-mobile {
    display: block;
    object-fit: cover;
    height: calc(100vh - 80px); }
  .heroCarousel-image img.image-noMobile {
    min-height: 400px;
    object-fit: cover; }
  .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 {
    display: block;
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 40px);
    min-height: 580px; }
    .heroCarousel-image img.lazyload, .heroCarousel-image img.lazyloading {
      width: auto; }
    .heroCarousel-image img.image-mobile {
      display: none; } }

@media (max-width: 551px) {
  .heroCarousel-image img:not(.image-mobile) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 0;
    object-fit: contain;
    width: 1px;
    height: 1px; } }

.heroCarousel-content {
  position: absolute;
  background-color: rgba(0, 0, 255, 0);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  max-width: calc(100% - 50px);
  text-align: center;
  padding: 15px;
  margin: 0 auto;
  transform: translateY(-98px);
  white-space: normal;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  @media (min-width: 551px) and (max-width: 1024px) {
    .heroCarousel-content {
      bottom: 40px; } }
  @media (min-width: 551px) {
    .heroCarousel-content {
      max-width: 840px; } }
  @media (min-width: 768px) {
    .heroCarousel-content.heroCarousel-content--empty {
      background-color: transparent;
      padding: 0; } }

.heroCarousel-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-family: "Noto Serif", Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 900;
  color: white;
  letter-spacing: 0;
  line-height: 60px;
  text-transform: capitalize; }
  @media (max-width: 551px) {
    .heroCarousel-title {
      text-align: center;
      font-size: 36px;
      font-weight: 900;
      line-height: 39px;
      /* 108.333% */ } }

.heroCarousel-description {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 0; }

.heroCarousel-action {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase; }
  .heroCarousel-action.button {
    position: relative;
    background: #286040;
    color: white;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
    .heroCarousel-action.button:active {
      color: white;
      background: linear-gradient(94deg, rgba(184, 225, 38, 0.16) -7.6%, rgba(201, 255, 4, 0.48) 110.75%), #286040; }
  @media (min-width: 551px) {
    .heroCarousel-action {
      max-width: fit-content; } }
  @media (min-width: 1025px) {
    .heroCarousel-action:hover, .heroCarousel-action:focus {
      color: white;
      background: linear-gradient(94deg, rgba(184, 225, 38, 0.16) -7.6%, rgba(201, 255, 4, 0.48) 110.75%), #286040; } }

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

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

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

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

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

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

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

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

.return-itemName {
  color: black; }
  .return-itemName .return-itemTitle {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 5px 0;
    text-transform: capitalize;
    display: block; }
  .return-itemName .definitionList .definitionList-label,
  .return-itemName .definitionList .definitionList-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #3a3a3a; }
  .return-itemName .definitionList .definitionList-label {
    float: left;
    margin: 0 0.375rem 0 0; }
  .return-itemName .definitionList .definitionList-description {
    font-weight: 400;
    margin: 0; }

.return-itemPrice {
  font-size: 18px;
  font-weight: 500;
  color: black;
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      margin-bottom: 0;
      text-align: center; } }

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

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

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

.productCarousel {
  display: block;
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
  width: auto !important; }
  @media (min-width: 1025px) {
    .productCarousel .card-img-container {
      height: 85vh; } }
  @media (min-width: 1200px) {
    .productCarousel {
      margin-left: -5px;
      margin-right: -2px; }
      .productCarousel .card-img-container {
        height: 70vh; } }
  @media (min-width: 1500px) {
    .productCarousel .card-img-container {
      height: 80vh;
      min-height: 600px; } }
  .productCarousel .slick-dots {
    display: inline-block;
    vertical-align: middle;
    left: 0;
    bottom: -45px; }
    .productCarousel .slick-dots li {
      margin: 0 10px;
      padding: 0;
      width: auto;
      height: auto; }
      @media (min-width: 1025px) {
        .productCarousel .slick-dots li {
          margin: 0 20px; } }
      .productCarousel .slick-dots li button {
        width: 8px;
        height: 8px;
        opacity: 1;
        border: 1px solid #286040;
        background-color: transparent;
        transition: all 0.3s ease; }
        .productCarousel .slick-dots li button:before {
          display: none; }
      .productCarousel .slick-dots li:only-child {
        display: none; }
      .productCarousel .slick-dots li.slick-active button {
        opacity: 1;
        border-color: #286040;
        background-color: #286040; }
  .productCarousel .slick-arrow {
    position: absolute;
    top: 50%;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: white;
    transform: translate(0, -50%);
    border: none;
    z-index: 10;
    padding: 9px;
    margin: 0;
    width: 45px;
    height: 60px;
    border-radius: 0;
    opacity: 1;
    fill: black;
    background: rgba(30, 30, 30, 0.5);
    backdrop-filter: blur(2px); }
    .productCarousel .slick-arrow:hover {
      background-color: rgba(30, 30, 30, 0.3);
      fill: white; }
    .productCarousel .slick-arrow.slick-prev {
      left: 5px; }
    .productCarousel .slick-arrow.slick-next {
      right: 3px; }
    .productCarousel .slick-arrow.slick-disabled {
      opacity: .25; }
    .productCarousel .slick-arrow:before {
      display: none; }
  .productCarousel:not(.slick-initialized) {
    white-space: nowrap; }
    .productCarousel:not(.slick-initialized) .productCarousel-slide {
      width: 25%;
      display: inline-block;
      float: none;
      white-space: normal; }
      .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
        display: none; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .productCarousel:not(.slick-initialized) .productCarousel-slide {
        width: 33.33334%; }
        .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; } }
  .productCarousel#halo-product-custom-block-1:not(.slick-initialized), .productCarousel#halo-product-custom-block-2:not(.slick-initialized) {
    width: 100% !important;
    white-space: nowrap; }
    .productCarousel#halo-product-custom-block-1:not(.slick-initialized) .productCarousel-slide, .productCarousel#halo-product-custom-block-2:not(.slick-initialized) .productCarousel-slide {
      width: 33.33334%;
      display: inline-block;
      float: none; }
      .productCarousel#halo-product-custom-block-1:not(.slick-initialized) .productCarousel-slide:nth-child(n+4), .productCarousel#halo-product-custom-block-2:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
        display: none; }
    @media (min-width: 1025px) and (max-width: 1199px) {
      .productCarousel#halo-product-custom-block-1:not(.slick-initialized) .productCarousel-slide, .productCarousel#halo-product-custom-block-2:not(.slick-initialized) .productCarousel-slide {
        width: 50%; }
        .productCarousel#halo-product-custom-block-1:not(.slick-initialized) .productCarousel-slide:nth-child(n+3), .productCarousel#halo-product-custom-block-2:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
          display: none; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .productCarousel#halo-product-custom-block-1:not(.slick-initialized) .productCarousel-slide, .productCarousel#halo-product-custom-block-2:not(.slick-initialized) .productCarousel-slide {
        width: 50%; }
        .productCarousel#halo-product-custom-block-1:not(.slick-initialized) .productCarousel-slide:nth-child(n+3), .productCarousel#halo-product-custom-block-2:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
          display: none; } }
    @media (max-width: 767px) {
      .productCarousel#halo-product-custom-block-1:not(.slick-initialized) .productCarousel-slide, .productCarousel#halo-product-custom-block-2:not(.slick-initialized) .productCarousel-slide {
        width: 100%; }
        .productCarousel#halo-product-custom-block-1:not(.slick-initialized) .productCarousel-slide:nth-child(n+2), .productCarousel#halo-product-custom-block-2:not(.slick-initialized) .productCarousel-slide:nth-child(n+2) {
          display: none; } }
  @media (min-width: 1025px) {
    .productCarousel .slick-dots {
      bottom: -53px; }
      .productCarousel .slick-dots li button {
        width: 10px;
        height: 10px; } }

@media (min-width: 1025px) {
  .halo-block-wrapper {
    margin: 80px 0px; } }

.halo-block-wrapper .productCarousel_custom {
  margin: 0; }
  .halo-block-wrapper .productCarousel_custom .productCarousel-slide {
    padding-left: 2.5px;
    padding-right: 2.5px; }
  @media (min-width: 1025px) {
    .halo-block-wrapper .productCarousel_custom .slick-arrow {
      background: transparent; }
      .halo-block-wrapper .productCarousel_custom .slick-arrow.slick-prev {
        left: 23px; }
      .halo-block-wrapper .productCarousel_custom .slick-arrow.slick-next {
        right: inherit;
        left: 66px; } }
  @media (min-width: 1025px) {
    .halo-block-wrapper .productCarousel_custom .slick-dots {
      position: absolute;
      top: 70px;
      left: 7px;
      bottom: inherit;
      margin: 0;
      padding: 0;
      width: auto;
      width: 80px;
      overflow: hidden; }
      .halo-block-wrapper .productCarousel_custom .slick-dots li {
        width: auto;
        height: auto;
        padding: 0;
        text-align: center;
        width: 100%;
        display: none;
        margin: 0px; }
        .halo-block-wrapper .productCarousel_custom .slick-dots li button {
          font-size: 14px;
          font-weight: 400;
          letter-spacing: 0;
          line-height: 26px;
          color: black;
          border: 0;
          border-radius: 0;
          width: auto;
          height: auto;
          position: relative;
          transition: all 0.3s ease;
          border-bottom: 1px solid transparent;
          background: transparent; }
          .halo-block-wrapper .productCarousel_custom .slick-dots li button:before {
            display: none; }
        .halo-block-wrapper .productCarousel_custom .slick-dots li.slick-active {
          display: block; } }
  @media (min-width: 1199px) {
    .halo-block-wrapper .productCarousel_custom .slick-dots {
      top: 100px; } }
  @media (min-width: 1300px) {
    .halo-block-wrapper .productCarousel_custom .slick-dots {
      top: 130px; } }

.halo-block-wrapper.block-right .productCarousel_custom .slick-arrow.slick-prev {
  left: inherit;
  right: 67px; }

.halo-block-wrapper.block-right .productCarousel_custom .slick-arrow.slick-next {
  left: inherit;
  right: 23px; }

.halo-block-wrapper.block-right .productCarousel_custom .slick-dots {
  left: inherit;
  right: 7px; }
  @media (max-width: 1024px) {
    .halo-block-wrapper.block-right .productCarousel_custom .slick-dots {
      right: 0; } }

.productCarousel-slide {
  padding-left: 5px;
  padding-right: 5px; }

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

.quickView:after {
  clear: both; }

.quickView .productView--quickView {
  padding-top: 0; }

.quickView .halo-quickView-left {
  width: 100%; }

.quickView .halo-quickView-right {
  width: 100%; }
  .quickView .halo-quickView-right .productView-details {
    width: 100%; }

.quickView .productView-image-wrapper {
  width: 100%; }

.quickView .productView-thumbnail-wrapper {
  width: 100%;
  padding-right: 0;
  margin-top: 10px; }
  .quickView .productView-thumbnail-wrapper .productView-for {
    padding: 0 45px; }
    .quickView .productView-thumbnail-wrapper .productView-for:not(.slick-slider) {
      white-space: unset;
      overflow: unset; }
      .quickView .productView-thumbnail-wrapper .productView-for:not(.slick-slider) > div {
        width: 100%; }
  .quickView .productView-thumbnail-wrapper .slick-list {
    margin: 0 -7px; }
  .quickView .productView-thumbnail-wrapper .slick-arrow {
    margin-top: 0;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important; }
    .quickView .productView-thumbnail-wrapper .slick-arrow.slick-prev {
      left: 0; }
    .quickView .productView-thumbnail-wrapper .slick-arrow.slick-next {
      left: auto;
      right: 0; }

.quickView .productView-thumbnail {
  padding: 0 7px; }

.quickView [data-product-attribute] .form-option .form-option-expanded {
  display: none; }

.quickView [data-product-attribute] .form-option:hover .form-option-expanded {
  display: block; }

.quickView .productView-topInfo .productView-soldProduct {
  margin-top: 10px;
  margin-left: 0; }

@media (min-width: 1600px) {
  .quickView [data-product-option-change] [data-option-name="Size"] .option-value-size {
    width: 60%; }
  .quickView .productView-options .productView-sizeChart.productView-sizeChartOption {
    right: 80px; } }

@media (max-width: 991px) {
  .quickView {
    padding: 30px 15px; } }

@media (min-width: 992px) {
  .quickView .halo-quickView-left {
    width: calc(100% - 450px); }
  .quickView .halo-quickView-right {
    width: 450px;
    padding-left: 30px; } }

@media (min-width: 1025px) {
  .quickView .halo-badges {
    top: 20px; } }

.productReview-total {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  color: #a0a0a0;
  letter-spacing: 0;
  text-align: left;
  text-transform: lowercase;
  margin-left: 20px;
  background-image: linear-gradient(transparent 96%, #d2d2d2 4%);
  background-repeat: repeat-x;
  background-position-y: 0; }

.productView-reviews-wrapper {
  display: block;
  position: relative;
  padding: 0; }
  .productView-reviews-wrapper .alertBox {
    margin-bottom: 0; }
    .productView-reviews-wrapper .alertBox + .button-createReview {
      margin-top: 15px; }
  .productView-reviews-wrapper .productReviews-list {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
    .productView-reviews-wrapper .productReviews-list .productReview {
      width: 100%;
      border: 0; }
  .productView-reviews-wrapper .pagination {
    margin-top: 0; }
    .productView-reviews-wrapper .pagination .pagination-list {
      margin-left: 0;
      margin-bottom: 0;
      padding-bottom: 0;
      font-size: 0;
      letter-spacing: 0; }
    .productView-reviews-wrapper .pagination .pagination-item + .pagination-item {
      margin-left: 10px; }
  .productView-reviews-wrapper .button-createReview {
    margin: 30px 0 0 0; }
    .productView-reviews-wrapper .button-createReview .button {
      width: 100%;
      text-transform: uppercase;
      font-weight: 500;
      line-height: 24px; }
  @media (max-width: 767px) {
    .productView-reviews-wrapper .pagination {
      position: absolute;
      bottom: 0;
      right: 0; }
      .productView-reviews-wrapper .pagination + .button-createReview .button {
        width: auto;
        min-width: 180px; }
    .productView-reviews-wrapper .alertBox + .button-createReview,
    .productView-reviews-wrapper .productReviews-list + .button-createReview {
      text-align: center; }
      .productView-reviews-wrapper .alertBox + .button-createReview .button,
      .productView-reviews-wrapper .productReviews-list + .button-createReview .button {
        width: auto;
        min-width: 250px;
        margin-left: auto;
        margin-right: auto; } }
  @media (min-width: 768px) {
    .productView-reviews-wrapper {
      padding-top: 0; }
      .productView-reviews-wrapper .alertBox + .button-createReview {
        margin-top: 30px; }
      .productView-reviews-wrapper .productReviews-list {
        margin-top: 0; }
      .productView-reviews-wrapper .pagination {
        position: absolute;
        bottom: 0;
        right: 0; }
      .productView-reviews-wrapper .button-createReview {
        margin-top: 10px; }
        .productView-reviews-wrapper .button-createReview .button {
          min-width: 208px;
          width: auto; } }

.productReviews-list {
  display: block;
  margin: 28px 0 0 0;
  list-style: none; }

.productReview {
  display: block;
  width: 100%;
  padding: 0 0 30px 0; }
  .productReview-title {
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important; }
    .productReview-title-text {
      font-family: "Noto Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.75;
      color: black;
      text-transform: capitalize; }
  .productReview-rating {
    display: inline-block;
    margin: 0 0 0 20px; }
    .productReview-rating .productReview-ratingNumber {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .productReview-rating.rating--small {
      font-size: 0;
      letter-spacing: 0;
      margin-bottom: 5px; }
      .productReview-rating.rating--small .icon {
        width: 14px;
        height: 14px;
        vertical-align: unset; }
        .productReview-rating.rating--small .icon + .icon {
          margin-left: 4px; }
      .productReview-rating.rating--small svg {
        fill: #f99700; }
  .productReview-author {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: italic;
    line-height: 28px !important;
    letter-spacing: 0 !important;
    color: #a0a0a0 !important;
    margin: 2px 0 0 0 !important; }
  .productReview-body {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: black !important;
    line-height: 1.75 !important;
    letter-spacing: 0 !important;
    margin: 12px 0 0 0 !important; }
  .productReview + .productReview {
    margin-top: 5px; }

.cursor-wrapper {
  position: fixed;
  opacity: 1;
  width: 100px;
  height: 100px;
  left: -50px;
  top: -50px;
  transform: translate(-100%, -100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1600000;
  pointer-events: none; }
  .cursor-wrapper.handleMouseLeave {
    display: none; }
  .cursor-wrapper .counter {
    color: black;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-left: 12px; }

.custom-cursor {
  position: relative;
  left: 0;
  top: 0; }
  .custom-cursor__outer {
    width: 6px;
    height: 6px;
    border: 1px solid black;
    background: black;
    border-radius: 50%; }
  .custom-cursor__inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .custom-cursor__inner:before, .custom-cursor__inner:after {
      content: "";
      position: absolute;
      width: 63%;
      height: 2px;
      background: black;
      transition: transform 0.1s linear; }
    .custom-cursor__inner:before {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .custom-cursor__inner:after {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) rotate(-90deg); }

@media (pointer: coarse) {
  .cursor-wrapper {
    display: none !important; } }

.productView-product {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px; }

.productView-title {
  color: #1E1E1E;
  font-family: "Noto Serif", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin: 0; }

.productView-brand {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0;
  margin: 0 0 1px 0; }
  .productView-brand a {
    color: #286040;
    transition: unset; }
    .productView-brand a span {
      padding: 0 0 1px 0; }
  @media (min-width: 992px) {
    .productView-brand {
      position: relative;
      margin-top: -10px; } }
  @media (min-width: 1025px) {
    .productView-brand a:hover {
      color: #3a3a3a;
      background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
      background-repeat: repeat-x;
      background-position-y: 0; } }

.productView-sku {
  color: #5A5A5A;
  font-feature-settings: 'liga' off, 'clig' off;
  /* Body Small */
  font-family: var(--Fonts-Body, "Noto Sans");
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */ }
  .productView-sku-label {
    color: #323232; }

.soldOut-badge {
  color: #286040;
  font-family: "Noto Serif";
  font-size: 24px;
  font-weight: 800;
  line-height: 32px; }

.productView-topInfo {
  display: block;
  font-size: 0;
  letter-spacing: 0; }
  .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 .icon {
      width: 16px;
      height: 16px; }
      .productView-topInfo .productView-rating .icon + .icon {
        margin-left: 2px; }
    .productView-topInfo .productView-rating .productView-reviewLink {
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      letter-spacing: 0;
      color: black;
      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 + .productView-reviewLink {
        margin-left: 25px; }
  .productView-topInfo .productView-soldProduct {
    display: block;
    margin: 10px 0 0 0; }
    .productView-topInfo .productView-soldProduct .icon {
      width: 16px;
      height: 16px;
      top: -5px;
      position: relative;
      fill: #787878; }
    .productView-topInfo .productView-soldProduct .text {
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0;
      color: #787878;
      margin: 0 0 0 5px; }
  @media (min-width: 551px) {
    .productView-topInfo .productView-soldProduct {
      display: inline-block;
      vertical-align: top;
      margin-left: 25px;
      margin-top: 0; } }
  @media (min-width: 1025px) {
    .productView-topInfo .productView-rating .productView-reviewLink a:hover {
      color: #3a3a3a; }
      .productView-topInfo .productView-rating .productView-reviewLink a:hover span {
        background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .productView-topInfo .productView-soldProduct {
      display: block;
      margin-top: 10px;
      margin-left: 0; } }

.productView-info {
  display: table;
  margin: 8px 0 16px 0; }
  .productView-info-item {
    display: block;
    margin: 0; }
    .productView-info-item span {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      padding: 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0; }
      .productView-info-item span.productView-info-name {
        color: black;
        min-width: 100px;
        font-weight: 500; }
      .productView-info-item span.productView-info-value {
        color: black;
        text-transform: capitalize;
        padding-left: 15px; }

.productView-countDown {
  font-size: 16px;
  font-weight: 400;
  color: black;
  letter-spacing: 0;
  line-height: 25px;
  margin: 6px 0 8px 0;
  text-align: left;
  display: inline-block;
  vertical-align: top; }
  .productView-countDown .icon {
    display: none;
    margin: 0 12px 0 0;
    fill: black; }
  .productView-countDown .text {
    display: block;
    letter-spacing: 0; }
    .productView-countDown .text span {
      padding: 0 1px 0 0;
      background-image: linear-gradient(transparent 97%, #d6d6d6 3%);
      background-repeat: repeat-x;
      background-position-y: -6px;
      display: block; }
  .productView-countDown .num {
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 18px; }
  @media (min-width: 321px) {
    .productView-countDown .icon {
      display: inline-block;
      vertical-align: middle; }
    .productView-countDown .text {
      display: inline-block;
      margin-right: 5px; } }

.productView-price {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 0 21px 0;
  position: relative; }
  .productView-price .price-section {
    color: #787878;
    /* H5 */
    font-family: "Noto Serif", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 28px; }
    .productView-price .price-section.price-section--withoutTax {
      color: #787878; }
    .productView-price .price-section.rrp-price--withoutTax {
      margin: 0 0 5px 0; }
    .productView-price .price-section.non-sale-price--withoutTax {
      display: inline-block;
      vertical-align: bottom;
      color: #787878;
      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.price-none {
      margin: 0; }
      .productView-price .price-section.price-none + .price-section--withoutTax {
        margin-left: 13px;
        color: #787878; }
      .productView-price .price-section.price-none[style="display: none;"] + .price-section--withoutTax {
        margin-left: 0; }
  .productView-price > p {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.75;
    letter-spacing: 0;
    color: #3a3a3a;
    margin-bottom: 0; }
  .productView-price .price-section--saving {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
    letter-spacing: 0;
    color: #286040;
    margin: 4px 0 0 0; }

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

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

.productView-options {
  position: relative;
  width: auto;
  margin: 0 0 36px 0;
  display: flex;
  align-items: flex-end;
  flex-flow: column nowrap;
  gap: 12px; }
  @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: 16px;
    color: black;
    line-height: 28px;
    margin: 0 0 28px 0; }
  .productView-options .productView-optionsStock {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #787878;
    font-style: italic;
    margin: 5px 0 5px 0; }
  .productView-options .productView-sizeChart {
    display: inline-block;
    margin: 7px 0 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: 14px;
        height: 14px;
        fill: #676767;
        margin-right: 10px; }
      .productView-options .productView-sizeChart-link .text {
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 24px;
        letter-spacing: 0;
        text-transform: capitalize;
        color: black;
        transition: unset; }
  .productView-options .productView-askAnExpert {
    display: inline-block;
    margin: 7px 0 10px 15px; }
    .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: 16px;
        height: 16px;
        fill: #5b5b5b;
        margin-right: 10px; }
      .productView-options .productView-askAnExpert-link .text {
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 24px;
        letter-spacing: 0;
        text-transform: capitalize;
        color: black;
        transition: unset; }
  .productView-options .form {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0; }
    .productView-options .form .form-field {
      display: block;
      letter-spacing: 0;
      font-size: 0;
      margin: 0;
      padding: 0; }
      .productView-options .form .form-field > .form-label {
        display: flex;
        align-items: center;
        font-family: "Noto Sans", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 24px;
        color: black;
        margin-bottom: 9px; }
        .productView-options .form .form-field > .form-label small {
          display: block;
          color: #f1152f;
          line-height: inherit;
          margin: 0 0 0 3px;
          float: none; }
        .productView-options .form .form-field > .form-label [data-option-value] {
          color: #286040;
          font-family: "Noto Sans", Arial, Helvetica, sans-serif;
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          margin-left: 4px; }
        .productView-options .form .form-field > .form-label [data-product-stock] {
          font-size: 16px;
          font-weight: 400;
          line-height: 1.75;
          letter-spacing: 0;
          color: #3a3a3a;
          text-transform: capitalize;
          margin: 0 0 0 5px; }
      .productView-options .form .form-field.form-field--stock {
        margin-top: 15px; }
        .productView-options .form .form-field.form-field--stock .form-label {
          margin-bottom: 0; }
      .productView-options .form .form-field + .form-field {
        margin-top: 16px; }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options input[type="file"] {
    font-size: 16px; }
  .productView-options .form-action-addToCart-wrapper {
    width: 100%; }
    .productView-options .form-action-addToCart-wrapper #form-action-addToCart {
      background-color: #B9E126;
      color: var(--Black, #000);
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase; }
  @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); } }
  @media (min-width: 1025px) {
    .productView-options .productView-releaseDate {
      margin-bottom: 20px; }
    .productView-options .productView-sizeChart .productView-sizeChartlink:hover .icon {
      fill: #3a3a3a; }
    .productView-options .productView-sizeChart .productView-sizeChartlink:hover .text {
      color: #3a3a3a; } }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #3a3a3a;
      display: block;
      margin-top: 0.375rem;
      padding: 0.375rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #3a3a3a; }

[data-product-option-change] [data-option-name="Size"] {
  position: relative; }
  [data-product-option-change] [data-option-name="Size"] .itemRight-options .productView-sizeChart,
  [data-product-option-change] [data-option-name="Size"] .itemRight-options .productView-askAnExpert {
    top: 0;
    transform: unset; }
  @media (min-width: 1600px) {
    [data-product-option-change] [data-option-name="Size"] .option-value-size {
      width: 50%; }
    [data-product-option-change] [data-option-name="Size"] .itemRight-options {
      width: 50%; }
      [data-product-option-change] [data-option-name="Size"] .itemRight-options .productView-sizeChart,
      [data-product-option-change] [data-option-name="Size"] .itemRight-options .productView-askAnExpert {
        top: 50%;
        transform: translateY(-1px); } }

.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: 16px;
      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;
  margin: 10px 0 0 0; }
  .productView-actions .form-field--increments {
    margin-bottom: 15px !important;
    margin-right: 10px !important;
    padding-right: 15px; }
    .productView-actions .form-field--increments .form-label {
      display: block !important; }
    .productView-actions .form-field--increments .form-input--incrementTotal {
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      text-align: left;
      width: 122px;
      border: 1px solid #cbcbcb;
      padding: 10px 10px 10px 19px;
      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;
      max-width: 100%; }
      .productView-actions .form-action .button.button--buyItNow {
        max-width: 100%; }
        @media (min-width: 1025px) {
          .productView-actions .form-action .button.button--buyItNow:hover {
            border-color: #464646 !important;
            background-color: #464646;
            color: white !important; } }
      @media (max-width: 550px) {
        .productView-actions .form-action .button {
          max-width: 100%; } }
    .productView-actions .form-action-text {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      width: 100%;
      height: 50px;
      line-height: 50px;
      display: inline-block;
      vertical-align: top;
      background: #787878;
      color: white;
      border-color: white;
      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%; }
  .productView-actions.productView-actions-2 {
    margin-top: 15px;
    display: block;
    padding-right: calc(50% + 5px); }
    .productView-actions.productView-actions-2 .form-action-text {
      height: 45px;
      line-height: 45px; }
  @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% - 115px); }
        .productView-actions .form-actionFix.form-actionFix2 {
          width: 100%; }
      .productView-actions .form-action {
        width: calc(100% - 115px); }
        .productView-actions .form-action.form-action2 {
          width: 100%; } }
  @media (min-width: 1025px) {
    .productView-actions .form-field--increments .form-input--incrementTotal {
      width: 122px; } }

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

.form-wishlist[data-wishlist-add] {
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
  width: 100%; }
  .form-wishlist[data-wishlist-add] .dropdown-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    border-radius: 50%;
    border-radius: 100px;
    border: 1px solid #286040;
    background: transparent;
    width: 100%;
    height: 45px; }
    .form-wishlist[data-wishlist-add] .dropdown-menu-button:active .text, .form-wishlist[data-wishlist-add] .dropdown-menu-button:focus .text, .form-wishlist[data-wishlist-add] .dropdown-menu-button:hover .text {
      color: white; }
    .form-wishlist[data-wishlist-add] .dropdown-menu-button .text {
      color: #286040;
      text-align: center;
      font-feature-settings: 'liga' off, 'clig' off;
      font-family: "Noto Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase; }
    .form-wishlist[data-wishlist-add] .dropdown-menu-button .icon {
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      position: relative;
      top: 1px;
      z-index: 5;
      margin: 0;
      fill: black; }
  .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: 16px;
        font-weight: 400;
        color: #3a3a3a;
        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 a:hover,
        .form-wishlist[data-wishlist-add] [data-dropdown-content] li input:hover {
          color: black !important; }
      .form-wishlist[data-wishlist-add] [data-dropdown-content] li + li {
        border-top: 1px solid #e6e6e6; }
  .form-wishlist[data-wishlist-add].form-wishlist-2 {
    width: 50%;
    padding-left: 5px; }
    .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button {
      width: 100%;
      border-radius: 0;
      border: 1px solid #3a3a3a;
      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: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 25px;
        text-align: center;
        text-transform: uppercase;
        color: #3a3a3a;
        text-overflow: ellipsis; }
        .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button .text:before, .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button .text:after {
          content: "";
          position: absolute;
          display: block;
          line-height: 22px;
          background-color: #3a3a3a; }
        .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button .text:before {
          top: 12px;
          right: calc(100% + 9px);
          width: 10px;
          height: 2px; }
        .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button .text:after {
          top: 8px;
          right: calc(100% + 13px);
          width: 2px;
          height: 10px; }
      .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button .icon {
        display: none; }
      .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button.is-open {
        background-color: #3a3a3a !important;
        border-color: #3a3a3a; }
        .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button.is-open .text {
          color: white; }
          .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button.is-open .text:before, .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button.is-open .text:after {
            background-color: white; }
    .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: 60px; }
  @media (min-width: 1025px) {
    .form-wishlist[data-wishlist-add] .dropdown-menu-button:hover, .form-wishlist[data-wishlist-add] .dropdown-menu-button:focus {
      background-color: #286040; }
      .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: #3a3a3a !important;
      border-color: #3a3a3a; }
      .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-ViewingProduct {
  display: flex;
  margin: 0 0 16px 0;
  padding: 7px 0 0 0;
  white-space: nowrap;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: black;
  line-height: 24px; }
  .productView-ViewingProduct .icon {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    fill: black; }

.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: white; }
  .productView-share .socialLinks-item:last-child {
    margin-right: 0; }

.productView-securityImage {
  display: block;
  margin: 10px 0 0 0; }
  .productView-securityImage ul {
    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: 992px) {
    .productView-securityImage ul li {
      margin-right: 20px;
      margin-bottom: 20px; } }
  @media (min-width: 1025px) {
    .productView-securityImage ul {
      overflow: visible; } }

.halo-compareColors-swatch {
  margin: 0 0 15px 0; }
  .halo-compareColors-swatch .form-option-swatch .form-option-variant {
    background-size: cover !important; }
  .halo-compareColors-swatch .form-option.show-color .form-option-variant:after {
    border-color: #cbcbcb; }

.halo-compareColors-image {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  white-space: nowrap;
  overflow: auto;
  margin: 0 -15px;
  -webkit-overflow-scrolling: touch; }
  .halo-compareColors-image .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
    text-align: center; }
    .halo-compareColors-image .item .color {
      display: block;
      width: 100%;
      height: 128px;
      margin: 0 0 6px 0;
      border: 0;
      border-radius: 6px; }
      .halo-compareColors-image .item .color.color2, .halo-compareColors-image .item .color.color3 {
        display: flex;
        justify-content: space-between;
        overflow: hidden; }
    .halo-compareColors-image .item .color2,
    .halo-compareColors-image .item .color3 {
      border: 1px solid #e6e6e6;
      width: 100%;
      height: 128px;
      margin: 0 0 6px 0; }
      .halo-compareColors-image .item .color2 span,
      .halo-compareColors-image .item .color3 span {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
    .halo-compareColors-image .item .title {
      display: block;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 28px;
      text-align: center;
      color: black;
      text-transform: unset;
      margin: 0 0 15px 0; }
    .halo-compareColors-image .item.item-partern .image {
      display: block;
      width: 100%;
      margin: 0 0 6px 0;
      border: 0;
      border-radius: 6px; }
    .halo-compareColors-image .item.item-partern img {
      width: auto; }

.halo-compareColors-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #3a3a3a;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: center;
  text-transform: capitalize;
  padding: 15px 0 0 0; }

.halo-compareColors + .halo-compareColors {
  display: none !important; }

@media (min-width: 551px) {
  .halo-compareColors-image .item {
    width: 33.33333333333%; } }

@media (min-width: 1025px) {
  .halo-compareColors-swatch {
    margin-bottom: 20px; }
  .halo-compareColors-image .item {
    width: 130px; }
    .halo-compareColors-image .item.item-partern {
      width: 16.6666667%; } }

.productView-nextProducts {
  display: none; }
  .productView-nextProducts .next-prev-icons {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .productView-nextProducts .prev-icon,
  .productView-nextProducts .next-icon {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
    margin: 0;
    transition: unset; }
    .productView-nextProducts .prev-icon .text,
    .productView-nextProducts .next-icon .text {
      font-size: 16px;
      font-weight: 400;
      line-height: 40px;
      letter-spacing: 0;
      color: #3a3a3a;
      display: none; }
      .productView-nextProducts .prev-icon .text span,
      .productView-nextProducts .next-icon .text span {
        padding: 0 0 1px 0; }
    .productView-nextProducts .prev-icon .icon,
    .productView-nextProducts .next-icon .icon {
      width: 20px;
      height: 20px;
      fill: black; }
    .productView-nextProducts .prev-icon.disable,
    .productView-nextProducts .next-icon.disable {
      opacity: .25;
      cursor: no-drop; }
  .productView-nextProducts .prev-icon .icon {
    margin-right: 10px; }
  .productView-nextProducts .next-icon {
    margin-left: 3px; }
    .productView-nextProducts .next-icon .icon {
      margin-left: 10px; }
  .productView-nextProducts .next-prev-modal {
    display: none;
    position: absolute;
    top: 100%;
    left: auto;
    right: -16px;
    z-index: 3;
    padding-top: 20px; }
    .productView-nextProducts .next-prev-modal.is-active {
      display: block; }
  .productView-nextProducts .next-prev-content {
    display: none;
    width: 340px;
    padding: 0 35px 0 0;
    background-color: white;
    border-radius: 0;
    border: 0;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1); }
    .productView-nextProducts .next-prev-content .card {
      width: 100%;
      display: flex; }
    .productView-nextProducts .next-prev-content .card-image {
      width: 70px; }
    .productView-nextProducts .next-prev-content .card-content {
      padding-top: 0;
      padding-left: 15px;
      width: calc(100% - 70px);
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .productView-nextProducts .next-prev-content .card-title {
      top: unset;
      margin: 0;
      line-height: 24px; }
      .productView-nextProducts .next-prev-content .card-title a {
        font-size: 16px; }
      .productView-nextProducts .next-prev-content .card-title .card-ellipsis {
        -webkit-line-clamp: 1; }
    .productView-nextProducts .next-prev-content.is-show {
      display: block; }
  @media (min-width: 1025px) {
    .productView-nextProducts {
      display: block;
      position: absolute;
      top: -15px;
      right: 48px;
      z-index: 10; }
      .productView-nextProducts .next-prev-icons > a:hover .text span, .productView-nextProducts .next-prev-icons > a:active .text span, .productView-nextProducts .next-prev-icons > a:focus .text span {
        background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }
  @media (min-width: 1400px) {
    .productView-nextProducts .prev-icon .icon,
    .productView-nextProducts .next-icon .icon {
      width: 27px;
      height: 27px; } }
  @media (min-width: 1500px) {
    .productView-nextProducts {
      top: 15px; } }

.productView-notifyMe {
  display: block;
  padding: 8px 0 24px 0;
  margin: 0; }
  .productView-notifyMe-form {
    display: block;
    margin: 0;
    padding: 0; }
  .productView-notifyMe-text {
    display: none;
    margin: 20px 0 0 0;
    padding: 0; }
    .productView-notifyMe-text .alertBox {
      margin-bottom: 0; }
  .productView-notifyMe .form-field {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0; }
    .productView-notifyMe .form-field + .form-field {
      margin-top: 11px; }
  .productView-notifyMe .form-field-checkbox {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .productView-notifyMe .form-field-checkbox input[type="checkbox"] + .form-label {
      position: relative;
      padding-left: 25px;
      margin-bottom: 0;
      font-weight: 400; }
    .productView-notifyMe .form-field-checkbox span {
      border-bottom: 1px solid #3a3a3a;
      color: #3a3a3a; }
  .productView-notifyMe .form-label {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0;
    color: black;
    margin-bottom: 10px; }
  .productView-notifyMe .form-input {
    font-style: normal;
    width: calc(100% - 185px);
    padding-left: 20px; }
  .productView-notifyMe .button {
    width: 175px;
    margin: 0 0 0 10px;
    text-transform: uppercase; }

.productView-info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .productView-info-bottom .productView-ViewingProduct {
    margin-bottom: 7px; }
  .productView-info-bottom .shareLinkSocial {
    position: relative;
    padding: 8px 0 7px 0; }
    .productView-info-bottom .shareLinkSocial .socialLinks .icon {
      position: unset; }
    .productView-info-bottom .shareLinkSocial .icon {
      fill: black;
      position: absolute;
      left: 0px;
      top: 13px; }
    .productView-info-bottom .shareLinkSocial .shareLinkSocial__button span {
      font-size: 16px;
      letter-spacing: .02em;
      color: black;
      margin-left: 24px;
      display: block; }
    @media (min-width: 1025px) {
      .productView-info-bottom .shareLinkSocial:hover span {
        color: black;
        background-image: linear-gradient(transparent 97%, black 3%);
        background-repeat: repeat-x;
        background-position-y: -8px; }
      .productView-info-bottom .shareLinkSocial:hover icon {
        fill: black; } }
    .productView-info-bottom .shareLinkSocial .shareLinkSocial__popup {
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 2;
      padding: 15px 20px 10px 20px;
      width: 326px;
      background-color: white;
      box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
      margin-top: 10px; }
      .productView-info-bottom .shareLinkSocial .shareLinkSocial__popup .title {
        margin-bottom: 14px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0;
        color: black;
        text-transform: uppercase; }
      .productView-info-bottom .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link {
        position: relative;
        margin-bottom: 24px; }
        .productView-info-bottom .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link input {
          border: 1px solid #cbcbcb;
          background-color: #f5f5f5;
          padding: 15px 18px 14px;
          display: block;
          width: 100%;
          color: #a0a0a0;
          font-size: 16px; }
        .productView-info-bottom .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link .shareLinkSocial__close .icon {
          width: 10px;
          height: 10px;
          position: absolute;
          top: 1px;
          right: 2px;
          left: auto;
          fill: black; }
      .productView-info-bottom .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__social .title {
        margin-bottom: 5px; }
  @media (max-width: 375px) {
    .productView-info-bottom {
      display: block; } }

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

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

@media (min-width: 992px) {
  .form-wishlist[data-wishlist-add] {
    width: auto; }
    .form-wishlist[data-wishlist-add] .dropdown-menu-button {
      max-width: fit-content;
      height: 52px !important; } }

@media (min-width: 1025px) {
  .productView-options {
    flex-direction: row;
    gap: 24px; }
  .productView-title {
    font-size: 36px;
    line-height: 44px; }
  .productView-price .price-section {
    font-size: 24px;
    line-height: 32px; } }

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

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

.compareTable {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 0; }
  @media (max-width: 1024px) {
    .compareTable {
      display: none; } }

.compareText {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.75;
  letter-spacing: 0;
  color: #3a3a3a; }
  @media (min-width: 801px) {
    .compareText {
      display: none; } }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row .compareTable-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #3a3a3a; }
  .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-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: black;
  padding: 11px 15px;
  position: relative;
  text-align: center;
  width: 0; }
  @media (min-width: 1025px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  white-space: nowrap; }

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

.compareTable th,
.compareTable td {
  border: 1px solid #e6e6e6;
  border-spacing: 0px; }

.compareTable thead {
  text-align: center; }

.compareTable .compareTable-item.text-center,
.compareTable .compareTable-heading.text-center {
  width: 150px; }

.compareTable-product {
  padding: 2rem 1rem; }
  .compareTable-product .card {
    border: none;
    text-align: center; }
    .compareTable-product .card .card-img-container .card-image {
      border: 0; }
    .compareTable-product .card .card-img-container:before {
      content: none; }
    .compareTable-product .card .card-img-container:after {
      padding-bottom: 75%; }
    .compareTable-product .card .card-body {
      text-align: center; }
      .compareTable-product .card .card-body .card-brand {
        margin: 15px 0 5px 0;
        color: #3a3a3a; }
      .compareTable-product .card .card-body .card-figcaption-group {
        max-width: 270px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto; }
        .compareTable-product .card .card-body .card-figcaption-group span {
          border-bottom: none; }
      .compareTable-product .card .card-body .card-action {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 45px; }
        .compareTable-product .card .card-body .card-action span:before, .compareTable-product .card .card-body .card-action span:after {
          background-color: white;
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -ms-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease; }
        @media (min-width: 1025px) {
          .compareTable-product .card .card-body .card-action:hover span:before, .compareTable-product .card .card-body .card-action:hover span:after {
            background-color: black; } }
      .compareTable-product .card .card-body .card-title {
        margin-bottom: 10px; }
      .compareTable-product .card .card-body .card-price {
        justify-content: center; }
  .compareTable-product .compareTable-removeProduct {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    padding: 10px;
    background-color: #286040;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .compareTable-product .compareTable-removeProduct .icon {
      display: block;
      margin: 0;
      width: 100%;
      height: 100%;
      fill: white; }
  @media (min-width: 1025px) {
    .compareTable-product .compareTable-removeProduct:hover {
      background-color: #286040; }
      .compareTable-product .compareTable-removeProduct:hover .icon {
        fill: white; } }

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

.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 {
  font-family: "Noto Serif", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: black;
  padding: 0;
  margin: 0 0 20px 0;
  text-transform: unset; }

.toggleLink {
  color: #3a3a3a; }
  .toggleLink:hover {
    color: #3a3a3a; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }
  .toggleLink.toggleLink-viewMore {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
    font-style: inherit;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: unset;
    padding: 0;
    transition: unset;
    width: auto;
    color: #3a3a3a; }
    .toggleLink.toggleLink-viewMore .toggleLink-text {
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 97%, #cdcdcd 3%);
      background-repeat: repeat-x;
      background-position-y: -3px;
      display: block;
      font-size: inherit;
      font-weight: inherit; }
  .toggleLink.toggleLink-clear {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: unset;
    padding: 0;
    transition: unset;
    width: auto;
    color: #3a3a3a; }
    .toggleLink.toggleLink-clear .toggleLink-text {
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 97%, #cdcdcd 3%);
      background-repeat: repeat-x;
      background-position-y: -3px;
      display: block;
      font-size: inherit;
      font-weight: inherit; }
  @media (min-width: 1025px) {
    .toggleLink:hover {
      color: #3a3a3a; }
      .toggleLink:hover .toggleLink-text {
        background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.banners {
  background-color: #286040;
  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: 75rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 2px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.5rem;
    width: 0.5rem;
    display: inline-block;
    fill: #3a3a3a;
    position: relative;
    top: -1px;
    margin: 0 0 0 5px; }
  .facetLabel:hover, .facetLabel:focus {
    color: white;
    background-color: #286040; }
    .facetLabel:hover .icon, .facetLabel:focus .icon {
      fill: white; }

.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 .halo-free-shipping-message {
  padding-top: 0;
  padding-bottom: 0; }
  .page-cart.has-calculate-shipping .halo-free-shipping-message + .cart-notification {
    padding-top: 25px; }
  .page-cart.has-calculate-shipping .halo-free-shipping-message .progress-shipping {
    height: 14px; }
  .page-cart.has-calculate-shipping .halo-free-shipping-message .shipping-message-100 {
    padding-top: 11px;
    padding-bottom: 11px;
    background: #fafafa; }

.halo-cart-notification {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbf8e5;
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #8b714a;
  margin: 0 0 15px 0;
  line-height: 30px; }
  .halo-cart-notification .time {
    font-weight: 500; }
  .halo-cart-notification .icon {
    display: none;
    width: 20px;
    height: 20px;
    margin: 0 35px 0 0; }
    .halo-cart-notification .icon svg {
      fill: #8b714a;
      stroke: transparent; }
  @media (min-width: 768px) {
    .halo-cart-notification .icon {
      display: inline-block; } }

.cart-content-wrapper {
  display: block;
  font-size: 0;
  letter-spacing: 0; }
  .cart-content-wrapper:before, .cart-content-wrapper:after {
    content: " ";
    display: table; }
  .cart-content-wrapper:after {
    clear: both; }
  .cart-content-wrapper .cart-content-item {
    display: block; }
    .cart-content-wrapper .cart-content-item[data-cart-totals] {
      max-width: 470px;
      padding: 20px 0 0 0; }
      .cart-content-wrapper .cart-content-item[data-cart-totals] .cart-content-totals {
        border: 10px solid #fafafa; }
  @media (min-width: 1400px) {
    .cart-content-wrapper .cart-content-item {
      display: inline-block;
      vertical-align: top; }
      .cart-content-wrapper .cart-content-item[data-cart-content] {
        width: calc(100% - 400px);
        padding-right: 30px; }
      .cart-content-wrapper .cart-content-item[data-cart-totals] {
        width: 400px;
        padding: 0; } }
  @media (min-width: 1600px) {
    .cart-content-wrapper .cart-content-item[data-cart-content] {
      padding-right: 40px; } }
  @media (min-width: 1800px) {
    .cart-content-wrapper .cart-content-item {
      display: inline-block;
      vertical-align: top; }
      .cart-content-wrapper .cart-content-item[data-cart-content] {
        width: calc(100% - 470px);
        padding-right: 80px; }
      .cart-content-wrapper .cart-content-item[data-cart-totals] {
        width: 470px; } }

.cart {
  display: block;
  width: 100%;
  margin: 0 0 25px 0; }
  @media (min-width: 768px) {
    .cart {
      display: table;
      border-collapse: collapse;
      border-spacing: 0; } }

.cart-header {
  display: none;
  text-align: left;
  width: 100%; }
  .cart-header-item {
    font-size: 16px;
    font-weight: 500;
    color: black;
    letter-spacing: 0;
    line-height: 1.75;
    padding: 11px 15px;
    background-color: #fafafa; }
  @media (min-width: 768px) {
    .cart-header {
      display: table-header-group; }
      .cart-header-item.cart-header-price {
        text-align: center; }
      .cart-header-item.cart-header-quantity {
        text-align: center; }
      .cart-header-item.cart-header-total {
        text-align: right; } }
  @media (min-width: 1400px) {
    .cart-header-item {
      padding-left: 20px;
      padding-right: 30px; } }

.cart-list {
  display: block;
  text-align: left;
  width: 100%; }
  .cart-list .cart-item-spacer {
    width: 100%;
    height: 10px; }
  .cart-list .cart-item {
    display: block;
    border-bottom: 1px solid #e4e7e6;
    margin: 0; }
    .cart-list .cart-item-block {
      display: inline-block;
      vertical-align: middle;
      padding: 20px; }
      .cart-list .cart-item-block p {
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        color: black;
        letter-spacing: 0;
        line-height: 28px;
        margin: 0;
        text-align: left; }
      .cart-list .cart-item-block.cart-item-figure {
        padding: 20px 0; }
      .cart-list .cart-item-block.cart-item-total {
        text-align: right;
        display: none; }
        .cart-list .cart-item-block.cart-item-total .cart-item-value {
          font-weight: 500; }
      .cart-list .cart-item-block.cart-item-price {
        width: 40%;
        margin: 0;
        padding-top: 0;
        text-align: center; }
      .cart-list .cart-item-block.cart-item-quantity {
        width: 30%;
        padding-top: 0;
        padding-left: 0;
        padding-right: 20px;
        position: relative; }
      .cart-list .cart-item-block.cart-item-remove {
        padding: 0;
        width: 30%;
        height: 36px;
        text-align: center; }
    .cart-list .cart-item-image {
      display: block;
      margin: 0 auto;
      width: 100%;
      object-fit: cover; }
    .cart-list .cart-item-name {
      margin: 0; }
      .cart-list .cart-item-name > a {
        font-family: "Noto Sans", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 4px 0;
        letter-spacing: 0;
        line-height: 28px;
        color: #1e1e1e;
        text-transform: capitalize;
        text-decoration: none; }
    .cart-list .cart-item-edit {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0;
      transition: unset;
      color: black;
      padding: 7px 0; }
      .cart-list .cart-item-edit .icon {
        display: inline-block;
        vertical-align: -2px;
        width: 16px;
        height: 16px;
        fill: black;
        margin: 0 5px 0 0; }
      .cart-list .cart-item-edit .text {
        background-image: linear-gradient(transparent 96%, #d6d6d6 4%);
        background-repeat: repeat-x;
        background-position-y: 0; }
    .cart-list .cart-item-options {
      margin: 3px 0 0 0;
      display: flex;
      flex-wrap: wrap; }
    .cart-list .cart-item-option-title, .cart-list .cart-item-option-description {
      font-weight: 500;
      font-size: 16px;
      color: black;
      letter-spacing: 0;
      line-height: 28px;
      margin: 0; }
    .cart-list .cart-item-option-description {
      margin-left: 5px; }
      .cart-list .cart-item-option-description a {
        color: inherit; }
        .cart-list .cart-item-option-description a .text {
          background-image: linear-gradient(transparent 96%, #d6d6d6 4%);
          background-repeat: repeat-x;
          background-position: 0; }
      .cart-list .cart-item-option-description + .cart-item-option-title {
        margin-left: 5px; }
    .cart-list .cart-item .definitionList {
      margin: 0; }
      .cart-list .cart-item .definitionList:before, .cart-list .cart-item .definitionList:after {
        content: " ";
        display: table; }
      .cart-list .cart-item .definitionList:after {
        clear: both; }
      .cart-list .cart-item .definitionList .definitionList-key,
      .cart-list .cart-item .definitionList .definitionList-value {
        float: left;
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        color: black;
        letter-spacing: 0;
        line-height: 26px;
        margin-right: 0;
        margin-bottom: 0;
        text-transform: capitalize; }
      .cart-list .cart-item .definitionList .definitionList-value {
        margin-left: 5px; }
    .cart-list .cart-item-value {
      font-size: 18px;
      font-weight: 500;
      color: #1e1e1e;
      letter-spacing: 0;
      line-height: 1.75; }
    .cart-list .cart-item-quantity .cart-item-label {
      position: absolute !important;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    .cart-list .cart-item-quantity .form-increment {
      margin: auto; }
      .cart-list .cart-item-quantity .form-increment input {
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        color: #696969;
        text-align: left;
        width: 100%;
        background-color: white;
        border: 1px solid #cbcbcb;
        padding: 10px 10px 10px 20px;
        line-height: 16px;
        max-width: 100%;
        height: 45px;
        min-height: 45px;
        margin: 0;
        -webkit-appearance: none;
        -moz-appearance: none; }
    .cart-list .cart-item-quantity .cart-remove {
      font-size: 16px;
      padding: 5px 0 0 0;
      display: flex;
      align-items: center;
      position: absolute;
      left: 100%;
      top: -50%;
      transform: translateY(100%); }
      .cart-list .cart-item-quantity .cart-remove svg {
        margin: 0 4px 0 0;
        height: 20px;
        width: 20px; }
  @media (min-width: 321px) {
    .cart-list .cart-item-block.cart-item-figure {
      width: 80px;
      vertical-align: top; }
    .cart-list .cart-item-block.cart-item-title {
      width: calc(100% - 100px);
      vertical-align: top;
      line-height: 1; }
    .cart-list .cart-item-block.cart-item-price {
      width: auto; }
    .cart-list .cart-item-block.cart-item-remove {
      width: calc(40% - 80px); } }
  @media (min-width: 551px) {
    .cart-list .cart-item-block.cart-item-price {
      margin-left: 80px; } }
  @media (min-width: 768px) {
    .cart-list {
      display: table-row-group; }
      .cart-list .cart-item {
        display: table-row;
        height: 214px; }
        .cart-list .cart-item-block {
          display: table-cell !important;
          padding: 30px 15px 30px !important;
          margin: 0 !important;
          width: auto !important; }
          .cart-list .cart-item-block.cart-item-figure {
            padding-right: 0 !important;
            padding-left: 0 !important;
            width: 120px !important;
            vertical-align: top; }
        .cart-list .cart-item-name > a {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          text-overflow: ellipsis;
          line-height: 2;
          position: relative;
          top: -5px;
          margin-bottom: 5px; }
        .cart-list .cart-item-quantity .form-increment input {
          width: 122px; }
        .cart-list .cart-item-quantity .cart-remove {
          top: unset;
          left: 50%;
          transform: translateX(-50%); } }
  @media (min-width: 1025px) {
    .cart-list .cart-item-edit:hover {
      color: #3a3a3a; }
      .cart-list .cart-item-edit:hover .text {
        background-image: linear-gradient(transparent 96%, #3a3a3a 4%); }
    .cart-list .cart-item-option-description a:hover {
      color: #3a3a3a; }
      .cart-list .cart-item-option-description a:hover .text {
        background-image: linear-gradient(transparent 96%, #3a3a3a 4%); }
    .cart-list .cart-item-quantity .form-increment input {
      width: 122px; } }
  @media (min-width: 1400px) {
    .cart-list .cart-item-quantity .cart-remove {
      left: 50%; } }
  @media (min-width: 1600px) {
    .cart-list .cart-item-block {
      padding: 30px !important; } }

.cart-totals {
  list-style: none;
  margin: 0;
  padding: 2px 30px; }
  @media (min-width: 1600px) {
    .cart-totals {
      padding: 2px 40px; } }
  .cart-totals .cart-total {
    display: block;
    padding: 0 0 1px 0; }
    .cart-totals .cart-total:before, .cart-totals .cart-total:after {
      content: " ";
      display: table; }
    .cart-totals .cart-total:after {
      clear: both; }
    .cart-totals .cart-total-label {
      font-size: 16px;
      font-weight: 500;
      color: black;
      letter-spacing: 0;
      line-height: 25px;
      text-align: left;
      padding: 16px 0 13px;
      float: left;
      text-transform: uppercase; }
      .cart-totals .cart-total-label a {
        font-weight: 400;
        transition: unset; }
        .cart-totals .cart-total-label a .text {
          padding: 0 0 1px 0;
          background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
    .cart-totals .cart-total-value {
      font-size: 18px;
      font-weight: 500;
      color: black;
      letter-spacing: 0;
      line-height: 25px;
      text-align: right;
      padding: 16px 0 13px;
      float: right; }
      .cart-totals .cart-total-value p[translate] {
        font-size: 16px;
        font-weight: 400;
        color: #3a3a3a;
        margin: 0; }
    .cart-totals .cart-total .form-label {
      font-size: 16px;
      font-weight: 500;
      color: black;
      margin: 0;
      line-height: 45px; }
    .cart-totals .cart-total .form-input {
      display: inline-block;
      vertical-align: top;
      font-style: normal;
      padding-left: 20px;
      padding-right: 20px;
      width: 100%;
      height: 45px;
      line-height: 45px;
      margin: 0; }
    .cart-totals .cart-total .form-select {
      display: inline-block;
      vertical-align: top;
      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='%23787878' 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: 10px;
      background-position: right 14px top 16px;
      height: 45px;
      line-height: 45px;
      width: 100%;
      padding: 0 20px;
      font-size: 16px;
      font-weight: 400;
      color: #3a3a3a;
      border-radius: 0; }
    .cart-totals .cart-total .form-inlineMessage {
      text-align: left; }
    .cart-totals .cart-total + .cart-total {
      border-top: 1px solid #e4e7e6; }
    .cart-totals .cart-total.cart-total-grandtotal {
      padding-top: 5px; }
      .cart-totals .cart-total.cart-total-grandtotal .cart-total-value {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2; }
  @media (min-width: 1025px) {
    .cart-totals .cart-total-label a:hover {
      color: #3a3a3a; }
      .cart-totals .cart-total-label a:hover .text {
        background-image: linear-gradient(transparent 97%, #3a3a3a 3%); } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  position: relative;
  color: #286040;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  background-image: linear-gradient(transparent 97%, #d5d5d5 3%);
  background-repeat: repeat-x;
  background-position-y: -3px; }
  @media (min-width: 1025px) {
    .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: #3a3a3a;
      background-image: linear-gradient(transparent 97%, #3a3a3a 3%); } }

.shipping-estimator {
  display: block;
  width: 100%;
  float: left;
  margin: 18px 0 0 0; }

.estimator-form {
  display: block;
  margin: 0; }
  .estimator-form:before, .estimator-form:after {
    content: " ";
    display: table; }
  .estimator-form:after {
    clear: both; }
  .estimator-form dl {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0; }
    .estimator-form dl + dl {
      margin-top: 15px; }
  .estimator-form .estimator-form-label {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    margin: 0; }
  .estimator-form .estimator-form-input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 110px);
    margin: 0; }
  .estimator-form .shipping-estimate-submit {
    width: calc(100% - 110px);
    float: right;
    margin: 15px 0;
    text-transform: uppercase; }

.shipping-quotes {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: black;
  margin: 0 0 15px 0; }
  .shipping-quotes form:before, .shipping-quotes form:after {
    content: " ";
    display: table; }
  .shipping-quotes form:after {
    clear: both; }
  .shipping-quotes ul {
    list-style: none;
    margin: 0; }
  .shipping-quotes .estimator-form-row {
    display: block;
    width: 100%;
    margin: 0;
    padding: 11px 20px; }
    .shipping-quotes .estimator-form-row dl {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0; }
    .shipping-quotes .estimator-form-row .estimator-form-label,
    .shipping-quotes .estimator-form-row .estimator-form-input {
      font-weight: 400;
      line-height: 1.625;
      margin: 0; }
    .shipping-quotes .estimator-form-row .estimator-form-label {
      color: black;
      font-size: 16px; }
    .shipping-quotes .estimator-form-row .estimator-form-input {
      color: #2d2d2d;
      font-size: 18px; }
    .shipping-quotes .estimator-form-row .shipping-quote {
      width: 14px;
      height: 14px;
      display: inline-block;
      vertical-align: middle;
      border-color: #cecece; }
    .shipping-quotes .estimator-form-row .estimator-form-label-text {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 5px; }
    .shipping-quotes .estimator-form-row .estimator-form-input--price {
      width: 30%;
      text-align: right; }
    .shipping-quotes .estimator-form-row + .estimator-form-row {
      margin-top: 15px; }
  .shipping-quotes .select-shipping-quote,
  .shipping-quotes .estimator-form-toggleUPSRate {
    font-size: 16px;
    font-weight: 400;
    width: auto;
    float: right;
    margin: 25px 10px 20px 0;
    text-transform: capitalize; }
    .shipping-quotes .select-shipping-quote .icon,
    .shipping-quotes .estimator-form-toggleUPSRate .icon {
      width: 20px;
      height: 20px;
      margin: 0 6px 0 0;
      fill: #2d2d2d;
      stroke: white;
      stroke-width: 10px; }
    .shipping-quotes .select-shipping-quote span,
    .shipping-quotes .estimator-form-toggleUPSRate span {
      background-image: linear-gradient(transparent 96%, #d5d5d5 4%);
      background-repeat: repeat-x;
      background-position-y: 0; }

.coupon-form,
.cart-gift-certificate-form {
  display: inline-block;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
  margin: 0; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: calc(100% - 120px) !important;
    margin: 12px 0 0 0 !important;
    border-color: #c5c5cf; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 105px;
    margin: 12px 0 30px 15px;
    height: 45px;
    line-height: 45px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase; }

.cart-actions {
  display: block;
  margin: 7px 0 0 0;
  padding: 0 40px 25px 40px; }
  .cart-actions .button {
    width: 100%;
    height: 50px;
    text-transform: uppercase; }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

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

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

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

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

.cart-additionalCheckoutButtons .FloatRight p {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.625;
  color: #3a3a3a;
  float: none !important;
  margin: 0 0 0.5rem 0;
  text-align: center; }

.cart-additionalCheckoutButtons .FloatRight div {
  margin: 0 auto;
  text-align: center; }

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

.cart-secure-image {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  padding: 22px 40px;
  margin: 0;
  text-align: center; }
  .cart-secure-image .secure-image-label {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #286040;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 13px 0;
    text-transform: capitalize; }
  .cart-secure-image .secure-image {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 25px 0; }
    .cart-secure-image .secure-image img {
      width: 100%; }
    .cart-secure-image .secure-image + .secure-image {
      margin-left: 20px; }

.cart-content-empty {
  text-align: center;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0; }

.addressList {
  list-style: none;
  margin: 40px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (min-width: 768px) {
    .addressList {
      margin: 40px -15px 0; } }

.address {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin: 0;
  background: #fafafa; }
  .address + .address {
    margin-top: 20px; }
  @media (min-width: 768px) {
    .address {
      width: calc(50% - 30px);
      margin-right: 15px;
      margin-left: 15px;
      margin-bottom: 30px;
      justify-content: center;
      padding: 20px 25px; }
      .address + .address {
        margin-top: 0; } }
  @media (min-width: 1400px) {
    .address {
      width: calc(33.33% - 30px); } }

.address-title {
  display: block;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: black;
  line-height: 2;
  text-transform: capitalize;
  margin: 0; }

.address-details {
  list-style-type: none;
  margin: 0; }
  .address-details.address-details--postal {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: black; }

.address-addNew {
  display: block;
  text-align: center; }
  .address-addNew .address-symbol {
    display: block;
    margin: 0 0 10px 0;
    text-align: center; }
    .address-addNew .address-symbol svg {
      width: 40px;
      height: 40px;
      fill: black; }

.panel--address {
  position: relative;
  width: 100%; }
  .panel--address .panel-body {
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0; }
  .panel--address form .form-actions {
    display: block;
    margin: 20px 0 0; }
    .panel--address form .form-actions .button {
      vertical-align: top; }
      .panel--address form .form-actions .button + .button {
        margin-top: 20px; }
      @media (max-width: 767px) {
        .panel--address form .form-actions .button {
          margin-left: 0; } }
  .panel--address.panel--newAddress {
    margin: auto; }
    .panel--address.panel--newAddress .panel-body {
      display: flex;
      min-height: 240px;
      align-items: center;
      justify-content: center; }
  @media (min-width: 768px) {
    .panel--address form .form-actions {
      display: block; }
      .panel--address form .form-actions .button {
        width: auto;
        vertical-align: top; }
        .panel--address form .form-actions .button + .button {
          margin-top: 0; } }

.address-description,
.address-label {
  display: inline-block;
  margin: 0; }

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

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

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

.video {
  display: block;
  margin-bottom: 1.875rem;
  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: 801px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

.halo-cart-sidebar .halo-sidebar-wrapper {
  height: 100%;
  position: initial;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 70px; }

.halo-free-shipping-message {
  padding: 25px 0 0 0; }
  .halo-free-shipping-message.animated-loading {
    min-height: 53px; }
  .halo-free-shipping-message .progress-shipping {
    width: 100%;
    height: 14px;
    margin: 0 0 15px 0;
    background-color: #ededed; }
    .halo-free-shipping-message .progress-shipping .progress-meter {
      position: relative;
      display: block;
      height: 100%;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 14px;
      color: white;
      -webkit-animation: 2s linear 0s infinite progress-bar-stripes;
      animation: 2s linear 0s infinite progress-bar-stripes;
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
      background-size: 40px 40px;
      transition: 0.9s linear;
      transition-property: width, background-color; }
    .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 .progress-shipping.progress-shipping-full .progress-meter {
      background-color: #69c69c; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-full + .shipping-message {
      color: black;
      font-weight: 500; }
  .halo-free-shipping-message .shipping-message {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #286040;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    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: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    background: transparent; }

.previewCart {
  margin: 0;
  padding: 25px 30px 30px 27px; }
  .previewCart .previewCartHeader {
    display: block;
    text-align: left;
    padding: 16px 0 0 0;
    position: absolute;
    right: 70px;
    top: -10px;
    z-index: 99; }
    @media (min-width: 1025px) {
      .previewCart .previewCartHeader {
        right: 30px; } }
    .previewCart .previewCartHeader .text {
      font-size: 16px;
      font-weight: 400;
      color: #286040;
      line-height: inherit;
      letter-spacing: 0; }
    .previewCart .previewCartHeader + .halo-free-shipping-message {
      padding-top: 0; }
  .previewCart .previewCartList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: unset; }
  .previewCart .previewCartItem {
    display: block;
    max-width: 100%;
    line-height: unset;
    padding: 35px 0;
    font-size: 0;
    margin: 0;
    letter-spacing: 0;
    border: 0;
    border-bottom: 1px solid #e6e6e6; }
  .previewCart .previewCartItem-image {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    padding: 0;
    position: relative;
    text-align: center; }
    .previewCart .previewCartItem-image:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 128%; }
    .previewCart .previewCartItem-image img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .previewCart .previewCartItem-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
    padding: 0 0 0 20px;
    position: relative; }
  .previewCart .previewCartItem-name {
    overflow-wrap: break-word;
    margin: 0;
    position: relative;
    padding-bottom: 8px; }
    .previewCart .previewCartItem-name > a {
      font-family: "Noto Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: black;
      letter-spacing: 0;
      margin: 0;
      line-height: 24px;
      text-transform: capitalize;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      text-overflow: ellipsis; }
  .previewCart .previewCartItem-options {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 30px 0 0;
    width: auto; }
  .previewCart .previewCartItem-variant {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 24px;
    color: #286040;
    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: #286040; }
    @media (min-width: 1025px) {
      .previewCart .previewCartItem-edit:hover .icon {
        fill: #286040; } }
  .previewCart .previewCartItem-price {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: black;
    letter-spacing: 0;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin: 2px 0 0 0; }
    .previewCart .previewCartItem-price p {
      font-size: 18px;
      font-weight: 500;
      color: black;
      letter-spacing: 0;
      line-height: 24px;
      margin: 0;
      text-transform: capitalize; }
  .previewCart .previewCartItem-qty {
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 11px 0 0 0;
    padding: 0;
    position: relative; }
    .previewCart .previewCartItem-qty .form-label {
      vertical-align: middle;
      width: 100%;
      margin: 0;
      padding: 0;
      color: #3a3a3a;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 24px;
      color: black;
      margin-bottom: 7px; }
    .previewCart .previewCartItem-qty .form-increment {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 30px); }
      .previewCart .previewCartItem-qty .form-increment .form-input--incrementTotal {
        text-align: center;
        width: 100%;
        padding: 5px;
        border: 1px solid #cbcbcb;
        color: black;
        font-weight: 400;
        font-size: 16px;
        font-style: normal;
        min-height: unset;
        height: 40px;
        line-height: normal; }
  .previewCart .previewCartItem-remove {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    color: #286040;
    margin-left: 29px;
    position: relative;
    top: 4px; }
    .previewCart .previewCartItem-remove span {
      border-bottom: 1px solid #e6e6e6; }
  .previewCart .previewCartTotalsPrice {
    list-style: none;
    margin: 0;
    padding: 20px 0 15px; }
  .previewCart .previewCartTotals {
    display: block;
    font-size: 0;
    padding: 0;
    letter-spacing: 0; }
    .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: black;
      font-size: 16px;
      font-weight: 500;
      line-height: 35px;
      letter-spacing: 0;
      text-transform: none; }
    .previewCart .previewCartTotals .previewCartTotals-value {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 120px);
      text-align: right;
      color: black;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 36px; }
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-label {
      font-weight: 500;
      font-size: 18px; }
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-value {
      font-family: "Noto Sans", Arial, Helvetica, sans-serif;
      font-size: 20px;
      font-weight: 500;
      color: black;
      padding: 0;
      top: -1px; }
  .previewCart .previewCartAction {
    border: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0;
    padding: 3px 0 0 0;
    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: 25px 0 0 0; }
    .previewCart .previewCartAction .button {
      margin: 0;
      width: 100%;
      text-transform: uppercase;
      max-width: 100%; }
  .previewCart.previewCart2 {
    padding: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0; }
    .previewCart.previewCart2 .halo-free-shipping-message {
      padding-top: 0;
      padding-bottom: 30px; }
    .previewCart.previewCart2 .previewCartView .productView-brand {
      margin-bottom: 0; }
    .previewCart.previewCart2 .previewCartView .productView-title {
      font-size: 16px; }
  @media (min-width: 321px) {
    .previewCart .previewCartItem-qty .form-increment {
      width: 104px; } }
  @media (min-width: 551px) {
    .previewCart .previewCartItem-qty {
      max-width: 193px; }
      .previewCart .previewCartItem-qty .form-increment .form-input--incrementTotal {
        text-align: left;
        padding: 10px 13px 10px 15px; } }
  @media (min-width: 1025px) {
    .previewCart .previewCartItem-remove:hover span {
      color: #286040;
      border-color: #286040; } }

.previewCart-emptyBody {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
  padding: 35px 0;
  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: 16px;
    font-weight: 400;
    color: #3a3a3a;
    letter-spacing: 0;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 2px 0; }
  .previewCartView .productView-title {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #1e1e1e;
    line-height: 32px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .previewCartView .productView-price {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    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: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #3a3a3a;
    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: 992px) {
    .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: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3a3a3a;
    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: 20px;
      font-weight: 500;
      line-height: 32px;
      letter-spacing: 0;
      text-align: center;
      position: relative;
      top: -10px;
      margin: 0 0 7px 0;
      color: black; }
    .previewCartCheckout .previewCartCheckout-subtotal span {
      display: inline-block;
      vertical-align: top;
      background: white;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1.75;
      position: relative;
      top: -15px;
      padding: 0 20px;
      color: #3a3a3a; }
    .previewCartCheckout .previewCartCheckout-subtotal p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.75;
      letter-spacing: 0;
      color: #3a3a3a;
      margin: 0; }
  .previewCartCheckout [data-cart-quantity] {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #3a3a3a;
    margin: 15px 0 20px 0; }
  .previewCartCheckout .previewCartCheckout-text {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    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: 551px) {
    .previewCartCheckout {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 0 0 15px; } }
  @media (min-width: 768px) {
    .previewCartCheckout {
      padding-left: 0;
      width: 280px; } }

.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: 30px; }
    .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 #e6e6e6; }
  .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: #286040;
      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); }
    .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 .subtitle {
        display: none;
        font-family: "Noto Sans", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0;
        line-height: 24px;
        color: #3a3a3a;
        position: relative; }
      .product-edit-wrapper .product-edit-content .product-edit-title a {
        font-family: "Noto Sans", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.75;
        color: black;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        text-decoration: none;
        text-transform: capitalize; }
    .product-edit-wrapper .product-edit-content .product-edit-variant {
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      color: #3a3a3a;
      line-height: 24px;
      letter-spacing: 0;
      margin: 0 0 7px 0;
      padding: 0;
      text-transform: capitalize; }
      .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: 2px 0 0 0;
      position: relative; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section {
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        color: #3a3a3a; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-section--withoutTax {
          color: #787878; }
        .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: #286040;
          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: #787878; }
          .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: 500; }
      .product-edit-wrapper .product-edit-content .product-edit-price > p {
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        line-height: 1.75;
        letter-spacing: 0;
        color: #3a3a3a;
        margin-bottom: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section--saving {
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        line-height: 28px;
        letter-spacing: 0;
        color: #3a3a3a;
        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: 18px 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: black;
        font-size: 16px;
        font-weight: 500; }
      .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-input--incrementTotal {
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        text-align: left;
        width: 90px;
        border: 1px solid #cbcbcb;
        padding: 10px 10px 10px 19px;
        line-height: 1;
        max-width: 100%; }
  .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: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 24px;
        color: black;
        margin-bottom: 13px; }
        .product-edit-wrapper .product-edit-change .form-field > .form-label small {
          display: block;
          color: #f1152f;
          line-height: inherit;
          margin: 0 0 0 3px;
          float: none; }
        .product-edit-wrapper .product-edit-change .form-field > .form-label [data-option-value] {
          font-size: 16px;
          font-weight: 400;
          font-style: normal;
          line-height: 24px;
          letter-spacing: 0;
          color: #3a3a3a;
          text-transform: capitalize;
          margin: 0 0 0 8px; }
      .product-edit-wrapper .product-edit-change .form-field + .form-field {
        margin-top: 20px; }
  .product-edit-wrapper .product-edit-optionsStock {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 24px;
    letter-spacing: 0;
    color: #787878;
    margin: 7px 0 0 0; }
  .product-edit-wrapper .product-edit-message {
    margin-top: 15px;
    margin-bottom: 0;
    justify-content: flex-start; }
    .product-edit-wrapper .product-edit-message .alertBox-icon {
      padding: 0 15px 0 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 .subtitle {
      display: inline-block;
      vertical-align: middle; }
  @media (min-width: 321px) {
    .product-edit-wrapper .product-edit-content .product-edit-increment .form-label {
      width: 65px; }
    .product-edit-wrapper .product-edit-content .product-edit-increment .form-increment {
      width: calc(100% - 65px); }
    .product-edit-wrapper .product-edit-content .product-edit-increment .form-input--incrementTotal {
      width: 122px; } }
  @media (min-width: 551px) {
    .product-edit-wrapper .product-edit-content .product-edit-increment {
      max-width: 193px; } }
  @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; }
    .product-edit-wrapper .product-edit-image .link:hover {
      background-color: #286040; }
      .product-edit-wrapper .product-edit-image .link:hover .icon {
        fill: white; } }

.product-edit-action {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  background: white;
  z-index: 20; }
  .product-edit-action .product-add-more {
    margin: 15px 0 0 0;
    padding: 0 30px 15px 30px; }
    .product-edit-action .product-add-more .link {
      font-size: 16px;
      font-weight: 500;
      text-transform: unset;
      letter-spacing: 0;
      line-height: 30px;
      position: relative;
      margin: 0;
      padding: 0 0 0 15px;
      color: #3a3a3a;
      transition: unset; }
      .product-edit-action .product-add-more .link .text {
        padding: 0 0 1px 0; }
      .product-edit-action .product-add-more .link:before {
        content: "";
        position: absolute;
        top: 10px;
        width: 10px;
        height: 2px;
        left: -4px;
        background-color: #3a3a3a; }
      .product-edit-action .product-add-more .link:after {
        content: "";
        position: absolute;
        top: 6px;
        width: 2px;
        height: 10px;
        left: 0;
        background-color: #3a3a3a; }
  .product-edit-action .product-edit-button .button {
    width: 100%;
    text-transform: uppercase; }
    .product-edit-action .product-edit-button .button:before {
      content: '';
      display: none;
      width: 20px;
      height: 20px;
      border: 2px solid #3a3a3a;
      border-radius: 100%;
      border-top: 2px solid transparent;
      -webkit-animation: load-animate infinite linear 1s;
      animation: load-animate infinite linear 1s; }
    .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: #3a3a3a;
      background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
    .product-edit-action .product-add-more .link:hover:after, .product-edit-action .product-add-more .link:hover:before {
      background: #3a3a3a; } }

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

.maintenanceNotice-header {
  font-family: "Noto Serif";
  margin: 0 0 0.75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.login-row {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .login-row {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 53px; }
      .page-login .login-row {
        margin-bottom: 28px; } }

.login-form {
  display: block;
  width: 100%;
  margin: 0 0 30px 0; }
  .login-form .form-field {
    margin-bottom: 0; }
    .login-form .form-field + .form-field {
      margin-top: 20px; }
  .login-form .form-label {
    color: black;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: capitalize; }
    .login-form .form-label small {
      display: inline-block;
      color: #f1152f;
      line-height: inherit;
      margin: 0 0 0 4px;
      float: none; }
  .login-form .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center; }
    .login-form .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }
    .login-form .form-actions .forgot-password {
      font-size: 16px;
      font-weight: 400;
      color: black;
      line-height: 1.75;
      margin: 15px 0 0 0;
      width: auto;
      transition: unset; }
      .login-form .form-actions .forgot-password .text {
        background-image: linear-gradient(transparent 96%, #cccccc 4%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  @media (min-width: 768px) {
    .login-form {
      display: inline-block;
      vertical-align: middle;
      width: calc(46% - 2px);
      padding: 0 15px;
      margin-bottom: 0; }
      .login-form .form-field {
        max-width: 470px; }
      .login-form .form-actions {
        margin-top: 30px; } }
  @media (min-width: 992px) {
    .login-form .form-actions {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      text-align: left; }
      .login-form .form-actions .button {
        display: inline-block;
        vertical-align: top;
        min-width: 145px;
        width: auto; }
      .login-form .form-actions .forgot-password {
        margin-left: 30px;
        margin-top: 0; } }
  @media (min-width: 1025px) {
    .login-form .form-actions .forgot-password:hover .text {
      background-image: linear-gradient(transparent 96%, #3a3a3a 4%); } }
  @media (min-width: 1600px) {
    .login-form {
      padding: 0 65px 0 15px; }
      .login-form .form-actions .forgot-password {
        margin-left: 40px; } }

.new-customer {
  display: block;
  width: 100%; }
  .new-customer .panel {
    background: #fafafa;
    padding: 46px 30px 50px 30px; }
  .new-customer .panel-header,
  .new-customer .panel-body {
    background: transparent;
    padding: 0;
    margin: 0; }
  .new-customer .panel-title {
    font-size: 18px;
    font-weight: 400;
    color: #282828;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 22px 0; }
  .new-customer .new-customer-intro {
    font-size: 16px;
    font-weight: 400;
    color: black;
    line-height: 1.75;
    letter-spacing: 0;
    margin-bottom: 10px; }
  .new-customer .new-customer-fact-list {
    margin: 0;
    list-style-position: inside;
    padding-left: 16px; }
    .new-customer .new-customer-fact-list .new-customer-fact {
      font-size: 16px;
      font-weight: 400;
      color: black;
      letter-spacing: 0;
      line-height: 24px; }
      .new-customer .new-customer-fact-list .new-customer-fact::marker {
        font-size: 19px; }
      .new-customer .new-customer-fact-list .new-customer-fact span {
        margin-left: -6px; }
  .new-customer .button {
    text-transform: uppercase;
    margin-top: 28px;
    min-width: 238px; }
  @media (min-width: 768px) {
    .new-customer {
      display: inline-block;
      vertical-align: middle;
      width: calc(54% + 2px);
      padding: 0 15px; }
      .new-customer .panel {
        padding: 46px 50px 50px 50px; } }
  @media (min-width: 1025px) {
    .new-customer .panel {
      padding: 57px 60px 60px 60px; } }
  @media (min-width: 1600px) {
    .new-customer {
      padding: 0 15px 0 65px; } }

.item--quicksearch {
  position: relative; }
  .item--quicksearch #quickSearch.active .form-input {
    min-width: 170px !important; }
  .item--quicksearch #quickSearch.active .form-fieldset .button--primary {
    width: 30px;
    opacity: 1; }
    .item--quicksearch #quickSearch.active .form-fieldset .button--primary.btn-search-right {
      width: 0px;
      opacity: 0;
      padding: 0px; }
  .item--quicksearch #quickSearch.active .form-fieldset {
    width: 170px; }
    .item--quicksearch #quickSearch.active .form-fieldset .form-input {
      border-color: black; }
  .item--quicksearch #quickSearch .form {
    margin: 0px; }
  .item--quicksearch #quickSearch .form-fieldset {
    width: 82px;
    webkit-transition: all 0.6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease; }
    .item--quicksearch #quickSearch .form-fieldset .button--primary {
      background: transparent;
      width: 0px;
      opacity: 0;
      border: none;
      min-height: auto;
      height: 33px;
      line-height: 22px;
      padding: 5px; }
      .item--quicksearch #quickSearch .form-fieldset .button--primary.btn-search-right {
        margin-right: 7px;
        display: block;
        width: 42px;
        height: 42px;
        opacity: 1;
        padding: 3px; }
      .item--quicksearch #quickSearch .form-fieldset .button--primary svg {
        height: 100% !important; }
    .item--quicksearch #quickSearch .form-fieldset .form-field {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      margin: 0px; }
    .item--quicksearch #quickSearch .form-fieldset .form-input {
      background: transparent;
      border: none;
      border-bottom: 1px solid transparent;
      padding: 0px;
      min-height: auto;
      height: auto;
      line-height: 22px;
      color: black;
      font-style: normal;
      letter-spacing: 0;
      min-width: 50px;
      max-width: min-content;
      font-size: 16px; }
      .item--quicksearch #quickSearch .form-fieldset .form-input::-webkit-input-placeholder {
        /* Edge */
        color: black;
        letter-spacing: 0; }
      .item--quicksearch #quickSearch .form-fieldset .form-input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: black;
        letter-spacing: 0; }
      .item--quicksearch #quickSearch .form-fieldset .form-input::placeholder {
        color: black;
        letter-spacing: 0; }

body.openQuickSearch header {
  z-index: 11 !important; }

body.openQuickSearch.page-type-product header {
  z-index: 22 !important; }

.quickSearch {
  display: block;
  margin: 0 auto;
  padding: 15px 30px;
  z-index: 21;
  position: relative;
  width: 100%; }
  .quickSearch .form {
    margin: 0; }
  .quickSearch .form-fieldset {
    border: 0;
    margin: 0;
    width: 100%;
    position: relative; }
  .quickSearch .form-field {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 15px 0 12px 0;
    border-bottom: 1px solid #e6e6e6; }
  .quickSearch .form-input {
    border-radius: 0;
    border-color: white;
    border-left: 0;
    padding: 0;
    min-height: unset;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; }
  .quickSearch .button {
    min-width: unset;
    height: auto;
    padding: 0;
    background-color: transparent !important;
    border-color: transparent !important;
    text-align: right;
    line-height: 1; }
    .quickSearch .button svg {
      position: relative;
      width: 28px;
      height: 25px;
      fill: #286040; }
  @media (min-width: 1025px) {
    .quickSearch {
      padding: 85px 0 0 0;
      max-width: 1170px; } }

.haloQuickSearchResults {
  margin: 0 auto;
  background-color: #fafafa;
  padding: 25px 0;
  display: none;
  position: relative;
  padding: 25px 30px;
  width: 700px;
  z-index: 999; }
  .haloQuickSearchResults .quickSearchMessage {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
    color: #3a3a3a;
    margin: 0;
    text-align: center;
    padding: 10px 15px; }
  .haloQuickSearchResults.is-open {
    display: block; }
  @media (min-width: 1025px) {
    .haloQuickSearchResults {
      position: absolute;
      top: calc(100% + 20px);
      right: 0px;
      overflow-x: hidden;
      overflow-y: auto;
      max-height: calc(100vh - 150px); } }

.card-quick-search .card-body-content {
  background: transparent; }

.quickResults-wrapper {
  display: block; }
  .quickResults-wrapper .quickResults-item {
    display: block;
    width: 100%;
    padding: 0; }
    .quickResults-wrapper .quickResults-item.quickResults-product {
      position: relative;
      padding-top: 10px; }
      .quickResults-wrapper .quickResults-item.quickResults-product.is-loading {
        padding-top: 50px;
        padding-bottom: 70px; }
        .quickResults-wrapper .quickResults-item.quickResults-product.is-loading .loadingOverlay {
          display: block;
          padding-top: 40px;
          padding-bottom: 40px; }
      .quickResults-wrapper .quickResults-item.quickResults-product .card-action {
        border: 1px solid #1e1e1e;
        background-color: transparent; }
        .quickResults-wrapper .quickResults-item.quickResults-product .card-action .text {
          left: 10px;
          border-bottom: none;
          color: black; }
        @media (max-width: 1024px) {
          .quickResults-wrapper .quickResults-item.quickResults-product .card-action {
            color: #1e1e1e; }
            .quickResults-wrapper .quickResults-item.quickResults-product .card-action .text:after, .quickResults-wrapper .quickResults-item.quickResults-product .card-action .text:before {
              background-color: #1e1e1e; } }
    .quickResults-wrapper .quickResults-item + .quickResults-item {
      margin-top: 20px; }
  .quickResults-wrapper .quickResults-title {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 26px 0;
    text-transform: uppercase;
    text-align: left; }
  .quickResults-wrapper .quickResults-link {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #3a3a3a;
    transition: unset; }
    .quickResults-wrapper .quickResults-link span {
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 97%, #e6e6e6 3%);
      background-repeat: repeat-x;
      background-position-y: -3px;
      display: block; }
  .quickResults-wrapper .productGrid-search {
    list-style: none;
    margin: 0;
    text-align: left;
    font-size: 0;
    letter-spacing: 0; }
    .quickResults-wrapper .productGrid-search .search-item {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px 10px 0; }
      .quickResults-wrapper .productGrid-search .search-item:last-child {
        margin-right: 0; }
    .quickResults-wrapper .productGrid-search .link {
      display: block;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0;
      padding: 6px 12px;
      cursor: pointer;
      pointer-events: auto;
      border: 1px solid #e6e6e6; }
    .quickResults-wrapper .productGrid-search .icon {
      position: relative;
      top: -2px;
      margin: 0 9px 0 0;
      width: 12px !important;
      height: 12px !important;
      fill: black !important;
      color: black !important; }
  .quickResults-wrapper .productGrid {
    overflow-x: auto;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-flow: row wrap; }
    .quickResults-wrapper .productGrid .product {
      width: 200px;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 0;
      flex: 0 0 100%;
      display: flex;
      padding: 10px;
      /* gutter width */ }
      @media (min-width: 551px) {
        .quickResults-wrapper .productGrid .product {
          flex: 0 0 50%; } }
      @media (min-width: 1024px) {
        .quickResults-wrapper .productGrid .product {
          flex: 0 0 33.333%; } }
      .quickResults-wrapper .productGrid .product .card {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column; }
        .quickResults-wrapper .productGrid .product .card .card-body {
          display: flex;
          flex-direction: column;
          flex-grow: 1; }
          .quickResults-wrapper .productGrid .product .card .card-body .card-body-content {
            flex-grow: 1; }
    .quickResults-wrapper .productGrid .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: white;
      margin-top: 0;
      border-color: #b9b8b7;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      padding: 10px;
      fill: #b9b8b7; }
      .quickResults-wrapper .productGrid .slick-arrow.slick-prev {
        left: 15px; }
      .quickResults-wrapper .productGrid .slick-arrow.slick-next {
        left: auto;
        right: 15px; }
  .quickResults-wrapper .card-option .form-field {
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0; }
  @media (min-width: 1025px) {
    .quickResults-wrapper .quickResults-item.quickResults-product {
      order: -1;
      padding-right: 15px; }
    .quickResults-wrapper .quickResults-item + .quickResults-item {
      margin-top: 0; }
    .quickResults-wrapper .quickResults-link:hover {
      color: #3a3a3a; }
      .quickResults-wrapper .quickResults-link:hover span {
        background-image: linear-gradient(transparent 97%, #3a3a3a 3%); }
    .quickResults-wrapper .productGrid-search .search-item {
      margin-right: 15px;
      margin-bottom: 15px; }
    .quickResults-wrapper .productGrid-search .link:hover {
      color: #333333;
      background-color: transparent; }
      .quickResults-wrapper .productGrid-search .link:hover .icon {
        fill: #333333; }
    .quickResults-wrapper .productGrid .product {
      width: 33.3333333%; } }

.search-suggestion {
  display: block;
  position: relative;
  margin: 0 0 27px 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75; }
  .search-suggestion ul {
    margin-left: 15px; }
    .search-suggestion ul li {
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 40px; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 27px 0;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: capitalize; }

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

.advancedSearch-separator {
  display: none; }

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

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

.category-suggestion-list {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  text-transform: unset;
  list-style: none;
  padding: 0;
  margin: 0 !important; }
  .category-suggestion-list .category-suggestion {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0; }
    .category-suggestion-list .category-suggestion > a {
      color: #3a3a3a;
      transition: unset; }
      .category-suggestion-list .category-suggestion > a .text {
        padding: 0 0 1px 0; }
    .category-suggestion-list .category-suggestion:only-child {
      padding: 0; }
  @media (min-width: 1025px) {
    .category-suggestion-list {
      display: block;
      font-size: 0;
      letter-spacing: 0;
      margin-left: -15px;
      margin-right: -15px; }
      .category-suggestion-list .category-suggestion {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
        .category-suggestion-list .category-suggestion > a:hover {
          color: #3a3a3a; }
          .category-suggestion-list .category-suggestion > a:hover .text {
            background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
            background-repeat: repeat-x;
            background-position-y: 0; } }

.search-refine {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  text-transform: unset;
  color: #3a3a3a;
  padding: 0;
  line-height: 1.75;
  letter-spacing: 0;
  transition: unset;
  width: auto;
  margin: 0 0 0 10px; }
  .search-refine .text {
    padding: 0 0 1px 0;
    background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
    background-repeat: repeat-x;
    background-position-y: -5px;
    display: block; }
  @media (min-width: 1025px) {
    .search-refine:hover .text {
      background-image: linear-gradient(transparent 97%, #3a3a3a 3%); } }

.search-nav {
  display: flex;
  justify-content: center;
  margin: 0 0 30px 0;
  position: relative; }
  .search-nav .navBar-section {
    width: 100%;
    border: 1px solid #286040; }
  .search-nav .navBar-item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 9px 15px 8px 15px;
    text-align: center;
    width: 100%; }
    .search-nav .navBar-item.navBar-item--active {
      background-color: #286040; }
    .search-nav .navBar-item .navBar-action {
      color: #464646; }
  .search-nav .navBar-action {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: white;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 1.75; }
  .search-nav .navBar-action-color--active {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: white;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 1.75; }
  @media (min-width: 375px) {
    .search-nav .navBar-section {
      width: auto; }
    .search-nav .navBar-item {
      display: inline-block;
      width: auto; } }
  @media (min-width: 551px) {
    .search-nav {
      width: auto;
      text-align: right; } }
  @media (min-width: 1025px) {
    .search-nav {
      margin-top: 11px;
      margin-bottom: 55px; } }

#search-results-content .actionBar {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 2rem 0; }
  #search-results-content .actionBar .form-field {
    border: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center; }
  #search-results-content .actionBar .form-label {
    display: none;
    vertical-align: middle;
    font-family: "Noto Serif", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-right: 14px;
    margin-bottom: 0;
    padding: 0;
    line-height: 1;
    color: black; }
  #search-results-content .actionBar .form-select {
    border: 1px solid #c5c5cf;
    padding-left: 15px;
    color: black;
    min-width: 150px;
    background-position: right 8px top 9px;
    background-size: unset; }

#search-results-content > ul {
  margin-left: 0; }

@media (min-width: 551px) {
  #search-results-content .actionBar .form-select {
    min-width: 175px; } }

@media (min-width: 992px) {
  #search-results-content .actionBar .form-label {
    display: inline-block; } }

@media (min-width: 1025px) {
  #search-results-content .actionBar .form-select {
    min-width: 192px; } }

.navBar--account {
  display: block; }
  .navBar--account .navBar-section {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    float: none;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    border: 1px solid #e4e7e6;
    background-color: #fafafa; }
    .navBar--account .navBar-section .navBar-item {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      padding: 0;
      margin: 0;
      width: 220px;
      float: none; }
      .navBar--account .navBar-section .navBar-item .navBar-action {
        font-size: 16px;
        font-weight: 500;
        color: black;
        letter-spacing: 0;
        background-color: #fafafa;
        padding: 11px 15px 10px 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: capitalize;
        transition: unset; }
      .navBar--account .navBar-section .navBar-item.is-active .navBar-action {
        color: #1e1e1e !important;
        background-color: white !important; }
      .navBar--account .navBar-section .navBar-item + .navBar-item {
        border-left: 1px solid #e4e7e6; }
  @media (min-width: 768px) {
    .navBar--account.navBar--account2 .navBar-section {
      width: 100%;
      max-width: 1110px;
      margin-left: auto;
      margin-right: auto; }
      .navBar--account.navBar--account2 .navBar-section .navBar-item {
        width: calc(100%/3);
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 1025px) {
    .navBar--account .navBar-section .navBar-item {
      width: calc(100%/4); }
      .navBar--account .navBar-section .navBar-item .navBar-action:hover {
        color: white;
        background-color: #286040; } }
  @media (min-width: 1400px) {
    .navBar--account .navBar-section .navBar-item {
      width: calc(100%/6); } }
  @media (min-width: 1600px) {
    .navBar--account .navBar-section .navBar-item {
      width: calc(100%/7); } }

.account-heading {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding-bottom: 1rem;
  color: #1e1e1e; }

.account-description {
  font-size: 16px;
  font-weight: 400;
  color: black;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 30px 0 0 0; }
  .account-description + .account-list.account-list2 {
    margin-top: 15px; }

.account-list {
  list-style: none;
  margin: 0; }
  .account-list + .account-heading {
    margin-top: 40px;
    margin-bottom: 30px; }
  .account-list.account-list2 {
    list-style-type: decimal;
    list-style-position: inside; }

.account-listItem {
  border-bottom: 1px solid #eeeeee;
  padding: 45px 0 30px 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    max-height: 153px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .account-listItem + .account-listItem {
    padding: 30px 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 {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
  position: relative;
  width: 120px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 128.125%; }

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

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

.account-product-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
  color: #1e1e1e;
  margin: 0;
  text-transform: capitalize; }
  .account-product-title > a {
    font-family: "Noto Serif", Arial, Helvetica, sans-serif;
    position: relative;
    text-decoration: none;
    top: -8px;
    background-image: linear-gradient(transparent 96%, #d2d2d2 4%);
    background-repeat: repeat-x;
    background-position-y: -2px; }
  .account-product-title + .account-product-description {
    position: relative;
    top: -8px; }

.account-product-description {
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 26px;
  letter-spacing: 0;
  margin: 0; }
  .account-product-description span {
    font-size: 18px;
    font-weight: 500;
    color: #1e1e1e; }
  .account-product-description + .account-product-details {
    margin-top: 24px; }

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

.account-product-price {
  float: right;
  font-size: 16px;
  font-weight: 500;
  color: black; }
  @media (max-width: 550px) {
    .account-product-price {
      float: unset; } }

.account-product-description + .definitionList {
  margin: -1.375rem 0 1.5rem; }
  .account-product-description + .definitionList .definitionList-value,
  .account-product-description + .definitionList .definitionList-key {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 1.75;
    letter-spacing: 0; }

.account-product-title + .definitionList .definitionList-value,
.account-product-title + .definitionList .definitionList-key {
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 1.75;
  letter-spacing: 0; }

.account-product-title + .is-read {
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 1.75;
  letter-spacing: 0;
  margin: 0;
  padding: 15px 0 0 0; }

.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; }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 50%; }
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .account-product-detail {
      width: 25%; } }
  @media (min-width: 1025px) {
    .account-product-detail {
      width: auto; }
      .account-product-detail + .account-product-detail {
        margin-left: 35px; } }
  @media (min-width: 1600px) {
    .account-product-detail {
      width: auto; }
      .account-product-detail + .account-product-detail {
        margin-left: 145px; } }

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

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

.account-product-detail-heading {
  color: black;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
  text-underline-position: under; }
  .account-product-detail-heading + span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: black;
    line-height: 26px;
    letter-spacing: 0; }

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

.account-orderTotal {
  float: right;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  color: black; }

.account-orderTotal-key {
  color: black;
  float: left; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

.account-orderTotal-value {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #e6e6e6;
  color: black;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-weight: 500;
    font-size: 20px; }

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

.account-orderStatus-label {
  background-color: #a0a0a0;
  color: white;
  display: inline-block;
  vertical-align: top;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding: 6px 20px;
  margin-top: 0; }
  @media (min-width: 551px) {
    .account-orderStatus-label {
      margin-top: 0;
      margin-bottom: 0;
      min-width: 200px; }
      .account-orderStatus-label + .account-orderStatus-action {
        margin-top: 10px;
        text-decoration: underline;
        text-underline-position: under; } }

.account-orderStatus-action {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin: 10px 0 0 15px;
  text-align: right; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-top: 0;
      margin-left: 0; } }

.page-type-account_returns .account-product-title + .account-product-description {
  top: unset; }

.page-type-account_returns .account-product-description a {
  font-style: italic;
  text-decoration: underline;
  text-underline-position: under; }

.page-type-account_returns .account-product-description + .definitionList {
  margin-top: 0; }

.page-type-account_returns .definitionList {
  margin-bottom: 20px; }

.account .pagination {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: black;
  letter-spacing: 0;
  line-height: 1.75;
  margin-top: 30px; }

.account .pagination-list--small .pagination-item {
  font-size: 16px;
  font-weight: 400;
  color: black;
  letter-spacing: 0;
  line-height: 1.75; }

.account-sidebar-block {
  font-size: 24px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }
  .account-sidebar-block .definitionList .definitionList-key,
  .account-sidebar-block .definitionList .definitionList-value {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 1.75;
    letter-spacing: 0; }
  .account-sidebar-block .definitionList .order-payments-description,
  .account-sidebar-block .definitionList .order-payments-value {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 1.75;
    letter-spacing: 0; }
  .account-sidebar-block .definitionList .order-payments-description,
  .account-sidebar-block .definitionList .definitionList-key {
    color: black;
    font-weight: 500; }
  .account-sidebar-block .button {
    text-transform: uppercase;
    min-width: 200px;
    margin-bottom: 10px; }

.account-order-address {
  margin-bottom: 0;
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }
  .account-order-address li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: black; }

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

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

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

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

.account-downloadsItem-availability {
  color: #3a3a3a; }

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .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: 40.625rem;
  text-align: center; }
  .share-wishlist .panel-body {
    margin-top: 40px; }
    .share-wishlist .panel-body .title {
      font-weight: 500;
      text-transform: uppercase; }

.item-wishlist .card {
  margin-bottom: 30px; }

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

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

.rating--small {
  display: inline-block;
  vertical-align: top;
  line-height: 1; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem; }
    .rating--small .icon + .icon {
      margin-left: 4px; }

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

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

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

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

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

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

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }
  .methodHeader-icon {
    margin-right: 0.75rem;
    width: 1.75rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.625rem; } }
  .methodHeader-title {
    font-size: 20px;
    font-weight: 500; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 20px;
    font-weight: 500; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    padding-left: 0.75rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.75rem;
    fill: #666666;
    height: 1.125rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.25rem;
        width: 1.25rem; } }
  .methodHeader-expiry {
    font-size: 24px;
    text-transform: capitalize; }

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

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

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

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

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.3125rem;
    width: 1.3125rem; }

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

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

.paymentMethodForm-details-description {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0; }

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

.product-advertisment .content-wrapper {
  display: block;
  text-align: center;
  margin: 15px 0 0 0; }
  .product-advertisment .content-wrapper:before, .product-advertisment .content-wrapper:after {
    content: " ";
    display: table; }
  .product-advertisment .content-wrapper:after {
    clear: both; }
  .product-advertisment .content-wrapper .title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    color: black;
    margin: 0 0 32px 0; }
  .product-advertisment .content-wrapper .button {
    text-transform: uppercase;
    min-width: 140px; }

@media (min-width: 1025px) {
  .product-advertisment .image-wrapper:hover:before {
    top: 0; }
  .product-advertisment .content-wrapper .title {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto; } }

.compare-link {
  pointer-events: none;
  display: none; }
  .compare-link .button {
    background: white;
    border-color: #e5e5e5;
    border-radius: 2px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12);
    max-width: 82px;
    width: 82px;
    height: 42px;
    line-height: 42px;
    color: #232323;
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    overflow: visible; }
    .compare-link .button .countPill {
      position: absolute;
      top: -11px;
      right: -12px;
      display: inline-block;
      vertical-align: middle;
      height: 22px;
      width: 22px;
      line-height: 23px;
      color: black;
      background-color: #b9e126;
      border-radius: 50%;
      text-align: center;
      font-size: 12px;
      font-weight: 400; }
  @media (min-width: 1025px) {
    .compare-link {
      display: block;
      position: fixed;
      top: auto;
      bottom: 167px;
      right: 30px;
      z-index: 100;
      pointer-events: auto;
      transform: translateY(-50%); }
      .compare-link .button {
        display: none; }
        .compare-link .button.show {
          display: block; } }

.halo-product-show-more {
  flex: 1;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 0 20px 0; }
  .halo-product-show-more:before, .halo-product-show-more:after {
    content: " ";
    display: table; }
  .halo-product-show-more:after {
    clear: both; }
  .halo-product-show-more .button:before {
    content: '';
    display: none;
    width: 20px;
    height: 20px;
    border: 2px solid #191919;
    border-radius: 100%;
    border-top: 2px solid transparent;
    -webkit-animation: load-animate infinite linear 1s;
    animation: load-animate infinite linear 1s; }
  .halo-product-show-more .button.loading {
    pointer-events: none;
    font-size: 0; }
    .halo-product-show-more .button.loading svg {
      display: none; }
    .halo-product-show-more .button.loading:before {
      display: inline-block;
      vertical-align: middle; }
  @media (min-width: 768px) {
    .halo-product-show-more {
      margin-bottom: 0; } }

.page-layout-custom .halo-product-show-more {
  max-width: 250px;
  margin: 0 auto; }
  .page-layout-custom .halo-product-show-more .button {
    color: black;
    border-color: #b2b2b2;
    background: transparent; }

.page-listing-header {
  position: relative;
  margin: 0 0 25px 0; }
  .page-listing-header--banner {
    display: block;
    height: 150px;
    background: #ededed; }
  .page-listing-header--content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 3; }
    .page-listing-header--content .breadcrumb-wrapper {
      text-align: center; }
    .page-listing-header--content .page-heading {
      text-align: center;
      text-transform: capitalize;
      letter-spacing: 0; }
  .page-listing-header img {
    display: block;
    width: 100%; }
    .page-listing-header img.lazyload, .page-listing-header img.lazyloading {
      width: auto;
      height: auto;
      object-fit: contain;
      margin: auto; }
  .page-listing-header p {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    padding: 15px;
    margin: 0; }
    .page-listing-header p + p {
      margin-top: 15px; }
  .page-listing-header .halo-listing-top-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .page-listing-header.has-banner .page-listing-header--banner {
    position: relative; }
    .page-listing-header.has-banner .page-listing-header--banner:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 2; }
  .page-listing-header.has-banner .breadcrumb {
    color: white; }
    .page-listing-header.has-banner .breadcrumb.is-active .breadcrumb-label {
      color: white; }
    .page-listing-header.has-banner .breadcrumb:before {
      color: white; }
  .page-listing-header.has-banner .page-heading {
    color: white;
    text-transform: capitalize;
    letter-spacing: 0; }
  .page-listing-header .page-description {
    margin-top: 25px !important;
    max-width: 85%;
    margin: 0 auto; }
    .page-listing-header .page-description p {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0;
      color: white; }
  @media (min-width: 552px) {
    .page-listing-header--banner {
      height: 250px; } }
  @media (min-width: 1025px) {
    .page-listing-header {
      margin: 0 0 44px 0; }
      .page-listing-header--banner {
        height: 300px; }
      .page-listing-header .page-description p {
        max-width: 69%;
        margin: 0 auto; } }
  .page-listing-header.header-layout-custom {
    border-bottom: 1px solid #e4e7e6; }
    @media (min-width: 1025px) {
      .page-listing-header.header-layout-custom {
        margin: 0 0 35px 0; } }
    @media (min-width: 1025px) {
      .page-listing-header.header-layout-custom .breadcrumbs {
        margin-top: 2px;
        margin-bottom: 24px; } }
    .page-listing-header.header-layout-custom .breadcrumb {
      color: #286040; }
      .page-listing-header.header-layout-custom .breadcrumb.is-active .breadcrumb-label {
        color: #286040; }
      .page-listing-header.header-layout-custom .breadcrumb:before {
        color: #286040; }
    .page-listing-header.header-layout-custom .page-listing-header--content {
      position: relative;
      top: 0px;
      transform: translateY(0);
      padding: 15px 15px 30px; }
      @media (min-width: 1025px) {
        .page-listing-header.header-layout-custom .page-listing-header--content {
          padding: 25px 15px 37px; } }
      .page-listing-header.header-layout-custom .page-listing-header--content .page-heading {
        color: #282828; }
      .page-listing-header.header-layout-custom .page-listing-header--content .page-description {
        margin-top: 10px !important;
        display: block !important;
        max-width: 100%; }
        @media (min-width: 1025px) {
          .page-listing-header.header-layout-custom .page-listing-header--content .page-description {
            margin-top: 19px !important; } }
        .page-listing-header.header-layout-custom .page-listing-header--content .page-description p {
          color: black; }

.page-category .page-header {
  margin: 0px; }
  .page-category .page-header .page-description.description-full {
    margin-bottom: 45px; }

.page-header .halo-description-mobile {
  display: none !important; }

@media (max-width: 551px) {
  .halo-description.halo-description-mobile {
    display: block !important;
    margin-bottom: 30px; } }

/* 
-Product Listing - Banner Bottom
*/
@media (min-width: 1025px) {
  .page.page-layout-custom {
    margin-top: 33px; } }

.page.page-layout-custom .sidebar-right #featured-products .sidebarBlock-heading {
  margin: 8px 0px 2px; }

/* 
-Product Listing - Product Bottom
*/
.footer-cetgory-product {
  margin: 0 !important; }
  .footer-cetgory-product .halo-block-header {
    margin: 40px 15px 30px;
    position: relative; }
    @media (min-width: 1025px) {
      .footer-cetgory-product .halo-block-header {
        margin: 68px 15px 37px; } }
    .footer-cetgory-product .halo-block-header .sidebarBlock-heading {
      font-size: 26px;
      line-height: 35px;
      color: #282828;
      letter-spacing: 0;
      margin: 30px 0 10px;
      text-transform: capitalize;
      font-family: "Noto Serif", Arial, Helvetica, sans-serif;
      font-weight: normal;
      text-align: center; }
    .footer-cetgory-product .halo-block-header .link {
      font-size: 16px;
      color: #282828;
      position: absolute;
      top: 7px;
      right: 0px; }
      .footer-cetgory-product .halo-block-header .link .text {
        border-bottom: 1px solid #b2b2b2; }
  .footer-cetgory-product .sidebarBlock-content {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    overflow: auto;
    font-size: 0;
    letter-spacing: 0; }
    @media (min-width: 1025px) {
      .footer-cetgory-product .sidebarBlock-content {
        width: auto;
        padding: 0;
        min-width: 100%;
        overflow: visible;
        white-space: normal; } }
    @media (min-width: 551px) {
      .footer-cetgory-product .sidebarBlock-content .products-list .product:first-child {
        padding-left: 0; }
      .footer-cetgory-product .sidebarBlock-content .products-list .product:last-child {
        padding-right: 0; } }
    @media (max-width: 550px) {
      .footer-cetgory-product .sidebarBlock-content .products-list .product {
        width: 220px;
        padding-right: 0;
        padding-left: 10px; }
        .footer-cetgory-product .sidebarBlock-content .products-list .product:first-child {
          padding-left: 0; } }

/* 
-Product Listing - Banner Bottom
*/
.page-listing-footer {
  display: block; }
  .page-listing-footer:before, .page-listing-footer:after {
    content: " ";
    display: table; }
  .page-listing-footer:after {
    clear: both; }

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

.animated-loading {
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #fafafa;
  background: linear-gradient(to right, #fafafa 4%, #f6f6f6 25%, #fafafa 36%);
  background-size: 1200px 100%; }

@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 fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

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

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

@-webkit-keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 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.5, 1.5, 1);
    transform: scale3d(1.5, 1.5, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-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 moveUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes moveUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes moveOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes moveOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

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

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: 16px;
  line-height: 24px;
  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: 15px;
  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: 500;
  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: 15px;
  font-weight: 500;
  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: 15px;
  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); } }

.header-menu-sidebar-only .halo-navHeader.halo-navHeader-hidden {
  display: none !important; }

.header-menu-sidebar-only .halo-middleHeader .middleHeader-item.item-mobile {
  display: inherit !important; }

.header-menu-sidebar-only .halo-middleHeader .middleHeader-item .item--hamburger {
  display: flex;
  align-items: center;
  gap: 8px;
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */ }
  .header-menu-sidebar-only .halo-middleHeader .middleHeader-item .item--hamburger:has(.mobileMenu-toggle.is-open) {
    color: black; }

.header-menu-sidebar-only.no-sticky .header-logo {
  color: white; }

.header-menu-sidebar-only.no-sticky.is-open .header-logo,
.header-menu-sidebar-only.no-sticky.is-open .mobileMenu-toggle .icon-label {
  color: black; }

body.has-activeNavPages .header-menu-sidebar-only .halo-middleHeader .middleHeader-item.item-right .icon {
  color: black !important;
  fill: black !important; }

body.has-activeNavPages .header-menu-sidebar-only .halo-middleHeader .middleHeader-item.item-right .navUser-icon {
  color: black !important; }

body.has-activeNavPages .header-menu-sidebar-only .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input {
  color: black !important; }
  body.has-activeNavPages .header-menu-sidebar-only .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input::-webkit-input-placeholder {
    color: black !important; }
  body.has-activeNavPages .header-menu-sidebar-only .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input:-ms-input-placeholder {
    color: black !important; }
  body.has-activeNavPages .header-menu-sidebar-only .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input::placeholder {
    color: black !important; }

body.has-activeNavPages .header-menu-sidebar-only .halo-middleHeader .middleHeader-item.item-mobile .mobileMenu-toggleIcon::before,
body.has-activeNavPages .header-menu-sidebar-only .halo-middleHeader .middleHeader-item.item-mobile .mobileMenu-toggleIcon::after {
  background: black !important; }

@media (min-width: 1025px) {
  body.has-activeNavPages .header-menu-sidebar-only .halo-middleHeader .middleHeader-item.item-mobile .header-logo .header-logo-text {
    color: black !important; } }

.icon,
.promotion-bar-icon {
  height: 1.5rem;
  width: 1.5rem; }

body.page-type-default .header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9; }
  body.page-type-default .header .halo-middleHeader {
    background-color: transparent;
    background-size: 100% 200%;
    transition: background-position .3s; }
    body.page-type-default .header .halo-middleHeader .middleHeader-item.item-right .middleHeader-item__item .navUser-action {
      color: white; }
    body.page-type-default .header .halo-middleHeader .mobileMenu-toggle .icon-label {
      color: white; }
  body.page-type-default .header.header-sticky.is-sticky {
    position: fixed !important;
    top: 0 !important;
    z-index: 103 !important; }

body.page-type-default.halo-topHeader-visible header:not(.is-sticky) {
  top: 40px; }
  body.page-type-default.halo-topHeader-visible header:not(.is-sticky) .halo-middleHeader .item-mobile .mobileMenu-toggleIcon {
    background: white; }
    body.page-type-default.halo-topHeader-visible header:not(.is-sticky) .halo-middleHeader .item-mobile .mobileMenu-toggleIcon:before {
      background: white; }
    body.page-type-default.halo-topHeader-visible header:not(.is-sticky) .halo-middleHeader .item-mobile .mobileMenu-toggleIcon:after {
      background: white; }
  body.page-type-default.halo-topHeader-visible header:not(.is-sticky) .halo-middleHeader .item-mobile .item--hamburger {
    color: white; }
  body.page-type-default.halo-topHeader-visible header:not(.is-sticky) .halo-middleHeader .item-right .item--account .navUser-action .icon,
  body.page-type-default.halo-topHeader-visible header:not(.is-sticky) .halo-middleHeader .item-right .item--cart .navUser-action .icon {
    color: white; }
  body.page-type-default.halo-topHeader-visible header:not(.is-sticky) .halo-middleHeader .item-right .item--searchMobile {
    padding: 0; }
    @media (min-width: 1025px) {
      body.page-type-default.halo-topHeader-visible header:not(.is-sticky) .halo-middleHeader .item-right .item--searchMobile {
        display: none; } }
    body.page-type-default.halo-topHeader-visible header:not(.is-sticky) .halo-middleHeader .item-right .item--searchMobile .navUser-action svg {
      color: white; }
  body.page-type-default.halo-topHeader-visible header:not(.is-sticky) .halo-middleHeader .item--logo {
    color: white; }

@media (min-width: 1025px) {
  body.halo-topHeader-visible header:not(.is-sticky) {
    top: 40px; }
  .page-type-default.has-activeMegaMenu .header .halo-middleHeader,
  .page-type-about-us.has-activeMegaMenu .header .halo-middleHeader {
    background-position: 0 -100%;
    transition: background-position .3s; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .page-type-default.has-activeMegaMenu .header .halo-middleHeader .middleHeader-item .header-logo .header-logo-text,
    .page-type-about-us.has-activeMegaMenu .header .halo-middleHeader .middleHeader-item .header-logo .header-logo-text {
      color: black !important; } }

@media (min-width: 1025px) {
  .page-type-default .header,
  .page-type-about-us .header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9; }
    .page-type-default .header.header-sticky.is-sticky,
    .page-type-about-us .header.header-sticky.is-sticky {
      position: fixed !important;
      top: 0 !important;
      z-index: 103 !important; }
    .page-type-default .header .halo-middleHeader,
    .page-type-about-us .header .halo-middleHeader {
      background-color: transparent;
      background-size: 100% 200%;
      transition: background-position .3s; }
      .page-type-default .header .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-about-us .header .halo-middleHeader .middleHeader-item.item-mobile {
        display: none; }
        .page-type-default .header .halo-middleHeader .middleHeader-item.item-mobile .mobileMenu-toggle,
        .page-type-about-us .header .halo-middleHeader .middleHeader-item.item-mobile .mobileMenu-toggle {
          top: 0px; }
      .page-type-default .header .halo-middleHeader .middleHeader-item.item--logo,
      .page-type-about-us .header .halo-middleHeader .middleHeader-item.item--logo {
        display: block; } }
    @media (min-width: 1025px) and (min-width: 1025px) {
      .page-type-default .header .halo-middleHeader .middleHeader-item .header-logo .header-logo-text,
      .page-type-about-us .header .halo-middleHeader .middleHeader-item .header-logo .header-logo-text {
        color: white !important; } }

@media (min-width: 1025px) {
      .page-type-default .header .halo-middleHeader .middleHeader-item.item-mobile .mobileMenu-toggleIcon,
      .page-type-about-us .header .halo-middleHeader .middleHeader-item.item-mobile .mobileMenu-toggleIcon {
        background: white; }
        .page-type-default .header .halo-middleHeader .middleHeader-item.item-mobile .mobileMenu-toggleIcon:before,
        .page-type-about-us .header .halo-middleHeader .middleHeader-item.item-mobile .mobileMenu-toggleIcon:before {
          background: white; }
        .page-type-default .header .halo-middleHeader .middleHeader-item.item-mobile .mobileMenu-toggleIcon:after,
        .page-type-about-us .header .halo-middleHeader .middleHeader-item.item-mobile .mobileMenu-toggleIcon:after {
          background: white; }
      .page-type-default .header .halo-middleHeader .middleHeader-item.item-right .icon,
      .page-type-about-us .header .halo-middleHeader .middleHeader-item.item-right .icon {
        color: white;
        fill: white; }
      .page-type-default .header .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input,
      .page-type-about-us .header .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input {
        color: white; }
        .page-type-default .header .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input::-webkit-input-placeholder,
        .page-type-about-us .header .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input::-webkit-input-placeholder {
          color: white; }
        .page-type-default .header .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input:-ms-input-placeholder,
        .page-type-about-us .header .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input:-ms-input-placeholder {
          color: white; }
        .page-type-default .header .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input::placeholder,
        .page-type-about-us .header .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input::placeholder {
          color: white; }
      .page-type-default .header .halo-middleHeader .middleHeader-item.item-right #quickSearch.active .form-fieldset .form-input,
      .page-type-about-us .header .halo-middleHeader .middleHeader-item.item-right #quickSearch.active .form-fieldset .form-input {
        border-color: white; }
    .page-type-default .header .halo-navHeader,
    .page-type-about-us .header .halo-navHeader {
      display: block; }
  .page-type-brands.has-activeMegaMenu .header,
  .page-type-cart.has-activeMegaMenu .header,
  .page-type-login.has-activeMegaMenu .header,
  .page-type-createaccount.has-activeMegaMenu .header,
  .page-type-forgotpassword.has-activeMegaMenu .header,
  .page-type-getnewpassword.has-activeMegaMenu .header,
  .page-type-createaccount_thanks.has-activeMegaMenu .header,
  .page-type-account_orderstatus.has-activeMegaMenu .header,
  .page-type-account_returns.has-activeMegaMenu .header,
  .page-type-account_inbox.has-activeMegaMenu .header,
  .page-type-account_addressbook.has-activeMegaMenu .header,
  .page-type-wishlist.has-activeMegaMenu .header,
  .page-type-wishlists.has-activeMegaMenu .header,
  .page-type-account_recentitems.has-activeMegaMenu .header,
  .page-type-editaccount.has-activeMegaMenu .header,
  .page-type-shippingaddressform.has-activeMegaMenu .header,
  .page-type-add-wishlist.has-activeMegaMenu .header,
  .page-type-account_new_return.has-activeMegaMenu .header,
  .page-type-account_order.has-activeMegaMenu .header,
  .page-type-account_paymentmethods.has-activeMegaMenu .header,
  .page-type-account_addpaymentmethod.has-activeMegaMenu .header,
  .page-type-giftcertificates.has-activeMegaMenu .header,
  .page-type-giftcertificates_redeem.has-activeMegaMenu .header,
  .page-type-giftcertificates_balance.has-activeMegaMenu .header,
  .page-type-404.has-activeMegaMenu .header,
  .page-type-page.has-activeMegaMenu .header,
  .page-type-blog.has-activeMegaMenu .header,
  .page-type-blog_post.has-activeMegaMenu .header,
  .page-type-compare.has-activeMegaMenu .header,
  .page-type-page_contact_form.has-activeMegaMenu .header,
  .page-type-sitemap.has-activeMegaMenu .header,
  .page-type-newsletter_subscribe.has-activeMegaMenu .header {
    z-index: 11; }
  .page-type-brands .header,
  .page-type-cart .header,
  .page-type-login .header,
  .page-type-createaccount .header,
  .page-type-forgotpassword .header,
  .page-type-getnewpassword .header,
  .page-type-createaccount_thanks .header,
  .page-type-account_orderstatus .header,
  .page-type-account_returns .header,
  .page-type-account_inbox .header,
  .page-type-account_addressbook .header,
  .page-type-wishlist .header,
  .page-type-wishlists .header,
  .page-type-account_recentitems .header,
  .page-type-editaccount .header,
  .page-type-shippingaddressform .header,
  .page-type-add-wishlist .header,
  .page-type-account_new_return .header,
  .page-type-account_order .header,
  .page-type-account_paymentmethods .header,
  .page-type-account_addpaymentmethod .header,
  .page-type-giftcertificates .header,
  .page-type-giftcertificates_redeem .header,
  .page-type-giftcertificates_balance .header,
  .page-type-404 .header,
  .page-type-page .header,
  .page-type-blog .header,
  .page-type-blog_post .header,
  .page-type-compare .header,
  .page-type-page_contact_form .header,
  .page-type-sitemap .header,
  .page-type-newsletter_subscribe .header {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    transition: background-position .3s;
    z-index: 9; }
    .has-activeMegaMenu .page-type-brands .header, .has-activeMegaMenu
    .page-type-cart .header, .has-activeMegaMenu
    .page-type-login .header, .has-activeMegaMenu
    .page-type-createaccount .header, .has-activeMegaMenu
    .page-type-forgotpassword .header, .has-activeMegaMenu
    .page-type-getnewpassword .header, .has-activeMegaMenu
    .page-type-createaccount_thanks .header, .has-activeMegaMenu
    .page-type-account_orderstatus .header, .has-activeMegaMenu
    .page-type-account_returns .header, .has-activeMegaMenu
    .page-type-account_inbox .header, .has-activeMegaMenu
    .page-type-account_addressbook .header, .has-activeMegaMenu
    .page-type-wishlist .header, .has-activeMegaMenu
    .page-type-wishlists .header, .has-activeMegaMenu
    .page-type-account_recentitems .header, .has-activeMegaMenu
    .page-type-editaccount .header, .has-activeMegaMenu
    .page-type-shippingaddressform .header, .has-activeMegaMenu
    .page-type-add-wishlist .header, .has-activeMegaMenu
    .page-type-account_new_return .header, .has-activeMegaMenu
    .page-type-account_order .header, .has-activeMegaMenu
    .page-type-account_paymentmethods .header, .has-activeMegaMenu
    .page-type-account_addpaymentmethod .header, .has-activeMegaMenu
    .page-type-giftcertificates .header, .has-activeMegaMenu
    .page-type-giftcertificates_redeem .header, .has-activeMegaMenu
    .page-type-giftcertificates_balance .header, .has-activeMegaMenu
    .page-type-404 .header, .has-activeMegaMenu
    .page-type-page .header, .has-activeMegaMenu
    .page-type-blog .header, .has-activeMegaMenu
    .page-type-blog_post .header, .has-activeMegaMenu
    .page-type-compare .header, .has-activeMegaMenu
    .page-type-page_contact_form .header, .has-activeMegaMenu
    .page-type-sitemap .header, .has-activeMegaMenu
    .page-type-newsletter_subscribe .header {
      z-index: 11; }
    .page-type-brands .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-cart .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-login .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-createaccount .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-forgotpassword .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-getnewpassword .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-createaccount_thanks .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-account_orderstatus .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-account_returns .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-account_inbox .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-account_addressbook .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-wishlist .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-wishlists .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-account_recentitems .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-editaccount .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-shippingaddressform .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-add-wishlist .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-account_new_return .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-account_order .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-account_paymentmethods .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-account_addpaymentmethod .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-giftcertificates .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-giftcertificates_redeem .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-giftcertificates_balance .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-404 .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-page .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-blog .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-blog_post .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-compare .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-page_contact_form .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-sitemap .header .halo-middleHeader .middleHeader-item.item-mobile,
    .page-type-newsletter_subscribe .header .halo-middleHeader .middleHeader-item.item-mobile {
      display: none; }
    .page-type-brands .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-cart .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-login .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-createaccount .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-forgotpassword .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-getnewpassword .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-createaccount_thanks .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-account_orderstatus .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-account_returns .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-account_inbox .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-account_addressbook .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-wishlist .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-wishlists .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-account_recentitems .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-editaccount .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-shippingaddressform .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-add-wishlist .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-account_new_return .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-account_order .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-account_paymentmethods .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-account_addpaymentmethod .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-giftcertificates .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-giftcertificates_redeem .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-giftcertificates_balance .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-404 .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-page .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-blog .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-blog_post .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-compare .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-page_contact_form .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-sitemap .header .halo-middleHeader .middleHeader-item.item--logo,
    .page-type-newsletter_subscribe .header .halo-middleHeader .middleHeader-item.item--logo {
      display: block; }
    .page-type-brands .header .halo-navHeader,
    .page-type-cart .header .halo-navHeader,
    .page-type-login .header .halo-navHeader,
    .page-type-createaccount .header .halo-navHeader,
    .page-type-forgotpassword .header .halo-navHeader,
    .page-type-getnewpassword .header .halo-navHeader,
    .page-type-createaccount_thanks .header .halo-navHeader,
    .page-type-account_orderstatus .header .halo-navHeader,
    .page-type-account_returns .header .halo-navHeader,
    .page-type-account_inbox .header .halo-navHeader,
    .page-type-account_addressbook .header .halo-navHeader,
    .page-type-wishlist .header .halo-navHeader,
    .page-type-wishlists .header .halo-navHeader,
    .page-type-account_recentitems .header .halo-navHeader,
    .page-type-editaccount .header .halo-navHeader,
    .page-type-shippingaddressform .header .halo-navHeader,
    .page-type-add-wishlist .header .halo-navHeader,
    .page-type-account_new_return .header .halo-navHeader,
    .page-type-account_order .header .halo-navHeader,
    .page-type-account_paymentmethods .header .halo-navHeader,
    .page-type-account_addpaymentmethod .header .halo-navHeader,
    .page-type-giftcertificates .header .halo-navHeader,
    .page-type-giftcertificates_redeem .header .halo-navHeader,
    .page-type-giftcertificates_balance .header .halo-navHeader,
    .page-type-404 .header .halo-navHeader,
    .page-type-page .header .halo-navHeader,
    .page-type-blog .header .halo-navHeader,
    .page-type-blog_post .header .halo-navHeader,
    .page-type-compare .header .halo-navHeader,
    .page-type-page_contact_form .header .halo-navHeader,
    .page-type-sitemap .header .halo-navHeader,
    .page-type-newsletter_subscribe .header .halo-navHeader {
      display: block; }
      .page-type-brands .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-cart .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-login .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-createaccount .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-forgotpassword .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-getnewpassword .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-createaccount_thanks .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-account_orderstatus .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-account_returns .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-account_inbox .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-account_addressbook .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-wishlist .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-wishlists .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-account_recentitems .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-editaccount .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-shippingaddressform .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-add-wishlist .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-account_new_return .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-account_order .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-account_paymentmethods .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-account_addpaymentmethod .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-giftcertificates .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-giftcertificates_redeem .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-giftcertificates_balance .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-404 .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-page .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-blog .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-blog_post .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-compare .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-page_contact_form .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-sitemap .header .halo-navHeader .navPages-list .navPages-item > .navPages-action,
      .page-type-newsletter_subscribe .header .halo-navHeader .navPages-list .navPages-item > .navPages-action {
        color: black; }
        .page-type-brands .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-cart .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-login .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-createaccount .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-forgotpassword .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-getnewpassword .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-createaccount_thanks .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-account_orderstatus .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-account_returns .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-account_inbox .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-account_addressbook .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-wishlist .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-wishlists .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-account_recentitems .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-editaccount .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-shippingaddressform .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-add-wishlist .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-account_new_return .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-account_order .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-account_paymentmethods .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-account_addpaymentmethod .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-giftcertificates .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-giftcertificates_redeem .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-giftcertificates_balance .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-404 .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-page .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-blog .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-blog_post .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-compare .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-page_contact_form .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-sitemap .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg,
        .page-type-newsletter_subscribe .header .halo-navHeader .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon svg {
          fill: black;
          stroke: black;
          width: 8px; }
    .page-type-brands .header.is-sticky,
    .page-type-cart .header.is-sticky,
    .page-type-login .header.is-sticky,
    .page-type-createaccount .header.is-sticky,
    .page-type-forgotpassword .header.is-sticky,
    .page-type-getnewpassword .header.is-sticky,
    .page-type-createaccount_thanks .header.is-sticky,
    .page-type-account_orderstatus .header.is-sticky,
    .page-type-account_returns .header.is-sticky,
    .page-type-account_inbox .header.is-sticky,
    .page-type-account_addressbook .header.is-sticky,
    .page-type-wishlist .header.is-sticky,
    .page-type-wishlists .header.is-sticky,
    .page-type-account_recentitems .header.is-sticky,
    .page-type-editaccount .header.is-sticky,
    .page-type-shippingaddressform .header.is-sticky,
    .page-type-add-wishlist .header.is-sticky,
    .page-type-account_new_return .header.is-sticky,
    .page-type-account_order .header.is-sticky,
    .page-type-account_paymentmethods .header.is-sticky,
    .page-type-account_addpaymentmethod .header.is-sticky,
    .page-type-giftcertificates .header.is-sticky,
    .page-type-giftcertificates_redeem .header.is-sticky,
    .page-type-giftcertificates_balance .header.is-sticky,
    .page-type-404 .header.is-sticky,
    .page-type-page .header.is-sticky,
    .page-type-blog .header.is-sticky,
    .page-type-blog_post .header.is-sticky,
    .page-type-compare .header.is-sticky,
    .page-type-page_contact_form .header.is-sticky,
    .page-type-sitemap .header.is-sticky,
    .page-type-newsletter_subscribe .header.is-sticky {
      position: fixed;
      top: 0;
      width: 100%;
      animation-name: fadeInDown;
      animation-duration: .6s;
      border-bottom: 0;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      background: white;
      z-index: 103; }
      .page-type-brands .header.is-sticky .halo-navHeader,
      .page-type-cart .header.is-sticky .halo-navHeader,
      .page-type-login .header.is-sticky .halo-navHeader,
      .page-type-createaccount .header.is-sticky .halo-navHeader,
      .page-type-forgotpassword .header.is-sticky .halo-navHeader,
      .page-type-getnewpassword .header.is-sticky .halo-navHeader,
      .page-type-createaccount_thanks .header.is-sticky .halo-navHeader,
      .page-type-account_orderstatus .header.is-sticky .halo-navHeader,
      .page-type-account_returns .header.is-sticky .halo-navHeader,
      .page-type-account_inbox .header.is-sticky .halo-navHeader,
      .page-type-account_addressbook .header.is-sticky .halo-navHeader,
      .page-type-wishlist .header.is-sticky .halo-navHeader,
      .page-type-wishlists .header.is-sticky .halo-navHeader,
      .page-type-account_recentitems .header.is-sticky .halo-navHeader,
      .page-type-editaccount .header.is-sticky .halo-navHeader,
      .page-type-shippingaddressform .header.is-sticky .halo-navHeader,
      .page-type-add-wishlist .header.is-sticky .halo-navHeader,
      .page-type-account_new_return .header.is-sticky .halo-navHeader,
      .page-type-account_order .header.is-sticky .halo-navHeader,
      .page-type-account_paymentmethods .header.is-sticky .halo-navHeader,
      .page-type-account_addpaymentmethod .header.is-sticky .halo-navHeader,
      .page-type-giftcertificates .header.is-sticky .halo-navHeader,
      .page-type-giftcertificates_redeem .header.is-sticky .halo-navHeader,
      .page-type-giftcertificates_balance .header.is-sticky .halo-navHeader,
      .page-type-404 .header.is-sticky .halo-navHeader,
      .page-type-page .header.is-sticky .halo-navHeader,
      .page-type-blog .header.is-sticky .halo-navHeader,
      .page-type-blog_post .header.is-sticky .halo-navHeader,
      .page-type-compare .header.is-sticky .halo-navHeader,
      .page-type-page_contact_form .header.is-sticky .halo-navHeader,
      .page-type-sitemap .header.is-sticky .halo-navHeader,
      .page-type-newsletter_subscribe .header.is-sticky .halo-navHeader {
        display: none; }
      .page-type-brands .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-cart .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-login .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-createaccount .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-forgotpassword .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-getnewpassword .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-createaccount_thanks .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-account_orderstatus .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-account_returns .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-account_inbox .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-account_addressbook .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-wishlist .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-wishlists .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-account_recentitems .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-editaccount .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-shippingaddressform .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-add-wishlist .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-account_new_return .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-account_order .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-account_paymentmethods .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-account_addpaymentmethod .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-giftcertificates .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-giftcertificates_redeem .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-giftcertificates_balance .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-404 .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-page .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-blog .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-blog_post .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-compare .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-page_contact_form .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-sitemap .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile,
      .page-type-newsletter_subscribe .header.is-sticky .halo-middleHeader .middleHeader-item.item-mobile {
        display: inherit; } }

.halo-topHeader {
  background: #286040; }
  .halo-topHeader .topHeader-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0px 9px;
    font-size: 12px;
    height: 40px; }
    @media (min-width: 1025px) {
      .halo-topHeader .topHeader-wrapper {
        padding: 8px 0px 5px; } }
    .halo-topHeader .topHeader-wrapper p,
    .halo-topHeader .topHeader-wrapper a {
      margin: 0px;
      color: white;
      letter-spacing: 0;
      line-height: 24px;
      text-transform: uppercase; }
    .halo-topHeader .topHeader-wrapper .topHeader-item {
      width: 100%;
      position: relative; }
      @media (min-width: 1025px) {
        .halo-topHeader .topHeader-wrapper .topHeader-item {
          width: 33.3333%; } }
      @media (max-width: 1024px) {
        .halo-topHeader .topHeader-wrapper .topHeader-item.item-left {
          display: none; } }
      .halo-topHeader .topHeader-wrapper .topHeader-item.item-center p {
        font-weight: 500;
        text-transform: uppercase; }
      .halo-topHeader .topHeader-wrapper .topHeader-item.item-center .topBarPromotion-carousel:not(.slick-slider) .topBarPromotion-item:nth-child(n+2) {
        display: none; }
      .halo-topHeader .topHeader-wrapper .topHeader-item.item-right {
        display: flex;
        justify-content: flex-end;
        gap: 24px; }
        .halo-topHeader .topHeader-wrapper .topHeader-item.item-right .promotion-bar-link {
          display: flex;
          align-items: center; }
        .halo-topHeader .topHeader-wrapper .topHeader-item.item-right a {
          color: white; }
          .halo-topHeader .topHeader-wrapper .topHeader-item.item-right a svg {
            fill: white;
            color: white;
            margin-right: 4px; }
        .halo-topHeader .topHeader-wrapper .topHeader-item.item-right .text {
          position: relative;
          top: 1px;
          padding-right: 0px; }
        .halo-topHeader .topHeader-wrapper .topHeader-item.item-right img {
          padding-right: 3px; }
        @media (max-width: 1024px) {
          .halo-topHeader .topHeader-wrapper .topHeader-item.item-right {
            display: none; } }

.navUser-icon {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-transform: capitalize; }
  .navUser-icon svg {
    stroke-width: 0.2; }

#currencySelection {
  top: 100% !important;
  left: auto !important;
  right: 0;
  width: 100%;
  max-width: 100px;
  border: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 10px 0 10px 0;
  background: white;
  overflow: hidden;
  z-index: 999; }
  #currencySelection .dropdown-menu-item {
    padding: 0 20px;
    line-height: 30px; }
    #currencySelection .dropdown-menu-item > a {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: inherit;
      color: black;
      padding: 0;
      text-transform: uppercase; }
      #currencySelection .dropdown-menu-item > a .flag {
        margin: 0 5px 0 0; }
      #currencySelection .dropdown-menu-item > a.is-active .text {
        background-image: linear-gradient(transparent 97%, #d2d2d2 3%);
        background-repeat: repeat-x;
        background-position-y: -7px; }

@media (min-width: 1025px) {
  #currencySelection .dropdown-menu-item a .text {
    color: black; }
  #currencySelection .dropdown-menu-item a:hover .text {
    color: black;
    background-image: linear-gradient(transparent 97%, #d2d2d2 3%);
    background-repeat: repeat-x;
    background-position-y: -7px; } }

@media (max-width: 1024px) {
  .header {
    border-bottom: 1px solid #f5f5f5; }
    .page-type-default .header {
      border-bottom: none; } }

.header .halo-middleHeader .item-mobile .logo_left {
  display: none; }
  @media (min-width: 1025px) {
    .header .halo-middleHeader .item-mobile .logo_left {
      margin-left: 25px; }
      .header .halo-middleHeader .item-mobile .logo_left .header-logo-text {
        color: black !important; } }

.header .halo-middleHeader .middleHeader-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 11;
  padding: 20px 0; }
  @media (max-width: 550px) {
    .header .halo-middleHeader .middleHeader-wrapper {
      padding: 20px 10px; } }
  @media (min-width: 1025px) {
    .header .halo-middleHeader .middleHeader-wrapper {
      padding: 24px 0px 20px; }
      .header .halo-middleHeader .middleHeader-wrapper .middleHeader-item {
        width: 45%; } }

.header .halo-middleHeader .middleHeader-item .header-logo {
  margin: 0px;
  text-align: center; }
  .header .halo-middleHeader .middleHeader-item .header-logo__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .header .halo-middleHeader .middleHeader-item .header-logo.has-logoImage {
    font-size: 0; }
  @media (min-width: 551px) {
    .header .halo-middleHeader .middleHeader-item .header-logo {
      font-size: 24px; } }
  @media (min-width: 1025px) {
    .header .halo-middleHeader .middleHeader-item .header-logo {
      font-size: 34px; } }
  .header .halo-middleHeader .middleHeader-item .header-logo .header-logo-text {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 35px;
    color: black;
    font-family: "Noto Serif", Arial, Helvetica, sans-serif;
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .header .halo-middleHeader .middleHeader-item .header-logo .header-logo-text {
        font-size: 34px; } }
  @media (max-width: 1024px) {
    .header .halo-middleHeader .middleHeader-item .header-logo img {
      height: 24px; } }
  .header .halo-middleHeader .middleHeader-item .header-logo svg {
    height: 40px;
    width: 210px; }
    @media (max-width: 1024px) {
      .header .halo-middleHeader .middleHeader-item .header-logo svg {
        height: 24px; } }
    @media (max-width: 375px) {
      .header .halo-middleHeader .middleHeader-item .header-logo svg {
        height: 20px;
        width: 180px; } }

.header .halo-middleHeader .middleHeader-item.item-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  padding: 0; }
  .header .halo-middleHeader .middleHeader-item.item-right .icon {
    color: black;
    fill: black;
    height: 1.5rem;
    width: 1.5rem; }
    .header .halo-middleHeader .middleHeader-item.item-right .icon[aria-label="Account"] {
      height: 1.75rem;
      width: 1.75rem; }
      @media (max-width: 1024px) {
        .header .halo-middleHeader .middleHeader-item.item-right .icon[aria-label="Account"] {
          margin-top: 2px; } }
  .header .halo-middleHeader .middleHeader-item.item-right .middleHeader-item__item {
    padding-left: 12px; }
    .header .halo-middleHeader .middleHeader-item.item-right .middleHeader-item__item .navUser-action {
      padding: 0px;
      position: relative; }
      .header .halo-middleHeader .middleHeader-item.item-right .middleHeader-item__item .navUser-action .navUser-icon {
        font-size: 16px; }
    @media (max-width: 1024px) {
      .header .halo-middleHeader .middleHeader-item.item-right .middleHeader-item__item.item--quicksearch, .header .halo-middleHeader .middleHeader-item.item-right .middleHeader-item__item.item--info, .header .halo-middleHeader .middleHeader-item.item-right .middleHeader-item__item.item--wishlist,
      .header .halo-middleHeader .middleHeader-item.item-right .middleHeader-item__item.item--account .icon-label {
        display: none; }
      .header .halo-middleHeader .middleHeader-item.item-right .middleHeader-item__item.item--account {
        padding-left: 0px;
        display: none; } }
  @media (min-width: 1025px) {
    .header .halo-middleHeader .middleHeader-item.item-right .item--searchMobile {
      display: none; } }

.header .halo-middleHeader .middleHeader-item.item-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0; }
  @media (min-width: 1025px) {
    .header .halo-middleHeader .middleHeader-item.item-mobile {
      justify-content: start; }
      .header .halo-middleHeader .middleHeader-item.item-mobile .item--searchMobile {
        display: none; } }
  .header .halo-middleHeader .middleHeader-item.item-mobile .navUser-icon {
    margin-left: 15px; }
    @media (max-width: 550px) {
      .header .halo-middleHeader .middleHeader-item.item-mobile .navUser-icon {
        margin-left: 0px; } }
    .header .halo-middleHeader .middleHeader-item.item-mobile .navUser-icon .icon {
      width: 25px;
      height: 25px; }

/*
- Mobile Menu Toggle
*/
.mobileMenu-toggle {
  width: 24px;
  height: 24px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
  top: 1px;
  outline: none;
  box-shadow: none; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      width: fit-content; } }
  @media (min-width: 801px) {
    .mobileMenu-toggle .icon-label {
      width: 75px;
      display: block;
      padding-left: 30px;
      color: inherit;
      font-size: 14px; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    content: "";
    background: black;
    display: block;
    height: 2px;
    width: 24px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    width: 24px;
    transform: translateY(-50%);
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -8px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -8px; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent !important;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      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); }

.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  animation-duration: .6s;
  border-bottom: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background: white;
  z-index: 103; }
  .header-sticky.is-sticky .halo-navHeader {
    display: none; }
  .header-sticky.is-sticky .mobileMenu-toggle .icon-label,
  .header-sticky.is-sticky .icon-label,
  .header-sticky.is-sticky .header-logo {
    color: black !important; }

@media (min-width: 1025px) {
  .header-sticky.is-sticky .navPages-list .navPages-item > .navPages-action {
    padding-top: 23px;
    padding-bottom: 15px; }
    .header-sticky.is-sticky .navPages-list .navPages-item > .navPages-action .text {
      padding-top: 0; }
  .header-sticky.is-sticky .halo-middleHeader .middleHeader-wrapper {
    padding: 15px 0px 15px; }
  .header-sticky.is-sticky .halo-middleHeader .middleHeader-item.item-right .icon {
    color: black;
    fill: black; }
  .header-sticky.is-sticky .halo-middleHeader .middleHeader-item.item-right .navUser-icon {
    color: black !important; }
  .header-sticky.is-sticky .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input {
    color: black; }
    .header-sticky.is-sticky .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input::-webkit-input-placeholder {
      color: black; }
    .header-sticky.is-sticky .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input:-ms-input-placeholder {
      color: black; }
    .header-sticky.is-sticky .halo-middleHeader .middleHeader-item.item-right #quickSearch .form-fieldset .form-input::placeholder {
      color: black; }
  .header-sticky.is-sticky .halo-middleHeader .middleHeader-item.item-right #quickSearch.active .form-fieldset .form-input {
    border-color: black; }
  .header-sticky.is-sticky .halo-middleHeader .middleHeader-item.item-mobile {
    display: inherit; }
    .header-sticky.is-sticky .halo-middleHeader .middleHeader-item.item-mobile .mobileMenu-toggleIcon {
      background: black; }
      .header-sticky.is-sticky .halo-middleHeader .middleHeader-item.item-mobile .mobileMenu-toggleIcon:before {
        background: black; }
      .header-sticky.is-sticky .halo-middleHeader .middleHeader-item.item-mobile .mobileMenu-toggleIcon:after {
        background: black; }
  .header-sticky.is-sticky .halo-middleHeader .middleHeader-item .header-logo .header-logo-text {
    color: black !important; } }

@media (min-width: 1025px) {
  body.page-type-default .header.logo-pos-center .middleHeader-item.item-mobile {
    display: inherit; }
    body.page-type-default .header.logo-pos-center .middleHeader-item.item-mobile .header-logo {
      display: none; }
  .header.logo-pos-center .halo-middleHeader .middleHeader-item.item--logo {
    display: block;
    text-align: center; }
  .header.logo-pos-center .halo-middleHeader .middleHeader-item.item-mobile .header-logo {
    display: none; }
  .header.logo-pos-center.is-sticky .halo-middleHeader .middleHeader-item.item--logo .header-logo-text {
    color: black; } }

.body {
  display: block;
  position: relative;
  background-color: white; }

.page {
  margin: 0 auto;
  position: relative;
  padding: 0; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }
  body:not(.page-type-default) .page {
    padding-bottom: 30px; }
    body:not(.page-type-default) .page.page-portfolio {
      padding-bottom: 40px; }
    body:not(.page-type-default) .page.page-gallery {
      padding-bottom: 50px; }
  @media (min-width: 551px) {
    body:not(.page-type-default) .page {
      padding-bottom: 50px; } }
  @media (min-width: 768px) {
    body:not(.page-type-default) .page {
      padding-bottom: 75px; } }
  @media (min-width: 1025px) {
    body:not(.page-type-default) .page {
      padding-bottom: 80px; }
      body:not(.page-type-default) .page.page-product {
        padding-bottom: 85px; } }

.page-header {
  display: block;
  margin: 0 0 30px 0; }
  @media (min-width: 1025px) {
    .page-header {
      margin-bottom: 55px; } }

.page-heading {
  position: relative;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  color: black;
  letter-spacing: 0;
  text-align: left; }
  .page-heading + .page-description {
    margin-top: 40px; }
  .page-heading[data-cart-page-title] span {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 25px;
    margin: 0 0 0 10px;
    text-transform: capitalize; }
  .page-errors .page-heading .heading {
    display: block;
    text-align: center;
    font-size: 100px;
    color: black;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 0; }
  .page-errors .page-heading .text {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 1;
    margin: 30px 0 0 0; }
  @media (min-width: 551px) {
    .page-errors .page-heading .text {
      font-size: 40px; } }
  @media (min-width: 1025px) {
    .page-errors .page-heading .heading {
      font-size: 200px; } }

.page .heading-page {
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0;
  color: black;
  margin-top: -4px; }

@media (min-width: 1025px) {
  .page .page-header {
    margin-bottom: 35px; } }

.page-wrapper {
  margin-top: 33px; }

.page-image {
  display: block;
  text-align: center; }
  .page-image:before, .page-image:after {
    content: " ";
    display: table; }
  .page-image:after {
    clear: both; }
  .page-image img {
    display: block;
    width: auto;
    margin: 0 auto; }
    .page-image img.lazyloading, .page-image img.lazyload {
      width: auto;
      margin: auto;
      object-fit: contain; }

.page-description {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%; }
  .page-description:before, .page-description:after {
    content: " ";
    display: table; }
  .page-description:after {
    clear: both; }
  .page-description p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
    color: black;
    margin: 0 0 25px 0;
    padding: 0;
    text-align: center; }
    .page-description p:last-child {
      margin-bottom: 0; }
  .page-description a {
    color: black; }
    .page-description a span {
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 96%, #d6d6d6 4%);
      background-repeat: repeat-x;
      background-position-y: 0;
      transition: all 0.3s ease; }
  .page-normal .page-description {
    text-align: left;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .page-normal .page-description p {
      text-align: left; }
  @media (min-width: 1025px) {
    .page-description {
      max-width: 1060px;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto; }
      .page-description a:hover {
        color: #3a3a3a; }
        .page-description a:hover span {
          background-image: linear-gradient(transparent 96%, #3a3a3a 4%); } }

@media (max-width: 1024px) {
  body .page-sidebar {
    z-index: 201; } }

.page-sidebar {
  position: fixed;
  top: 0;
  left: -101%;
  bottom: 0;
  width: calc(100% - 50px);
  height: 100%;
  z-index: 102;
  max-width: 405px;
  transition-property: left, right;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  background-color: white; }
  .page-sidebar .page-sidebar-close {
    position: relative;
    background-color: #f5f5f5;
    padding: 8px 30px 7px 30px; }
    .page-sidebar .page-sidebar-close .title {
      display: block;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 25px;
      color: #286040;
      text-transform: uppercase;
      margin: 0; }
    .page-sidebar .page-sidebar-close .close {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      line-height: 1;
      width: 40px;
      height: 40px;
      padding: 13px; }
      .page-sidebar .page-sidebar-close .close svg {
        fill: #286040;
        width: 100%;
        height: 100%; }
  .page-sidebar > nav {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 25px 30px; }
  @media (min-width: 1200px) {
    .page-sidebar.sidebar-right {
      float: right;
      width: 140px; } }
  @media (min-width: 1600px) {
    .page-sidebar.sidebar-right {
      float: right;
      width: 195px; } }
  .page-sidebar #featured-products .sidebarBlock-heading {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .05em;
    color: black;
    margin: 11px 0px 2px; }
  .page-sidebar #featured-products .link {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: black;
    text-align: center;
    display: block; }
    .page-sidebar #featured-products .link span {
      border-bottom: 1px solid #cdcdcd; }
  .page-sidebar #featured-products .sidebarBlock-content .products-list .product {
    list-style-type: none;
    margin-top: 27px; }
    .page-sidebar #featured-products .sidebarBlock-content .products-list .product + .product {
      margin-top: 38px; }
  .page-sidebar #featured-products .sidebarBlock-content .products-list .card .card-figure {
    max-width: 150px;
    margin: 0 auto; }
    .page-sidebar #featured-products .sidebarBlock-content .products-list .card .card-figure .card-quick-action,
    .page-sidebar #featured-products .sidebarBlock-content .products-list .card .card-figure .halo-badges,
    .page-sidebar #featured-products .sidebarBlock-content .products-list .card .card-figure .card-figure-action {
      display: none; }
  .page-sidebar #featured-products .sidebarBlock-content .products-list .card .card-body-content {
    text-align: center;
    padding: 0px; }
    .page-sidebar #featured-products .sidebarBlock-content .products-list .card .card-body-content .card-title {
      padding-top: 12px; }
      .page-sidebar #featured-products .sidebarBlock-content .products-list .card .card-body-content .card-title .card-ellipsis {
        -webkit-line-clamp: 1;
        line-height: 24px;
        color: #1e1e1e; }
    .page-sidebar #featured-products .sidebarBlock-content .products-list .card .card-body-content .card-price {
      justify-content: center;
      padding-top: 2px; }
    .page-sidebar #featured-products .sidebarBlock-content .products-list .card .card-body-content .card-variant_color_name {
      padding-bottom: 3px; }
    .page-sidebar #featured-products .sidebarBlock-content .products-list .card .card-body-content .card-option {
      display: none; }
      .page-sidebar #featured-products .sidebarBlock-content .products-list .card .card-body-content .card-option .form-field {
        text-align: center; }
  .page-sidebar .products-sidebar .sidebarBlock .sidebarBlock-content .card {
    display: table; }
    .page-sidebar .products-sidebar .sidebarBlock .sidebarBlock-content .card .card-link {
      display: table-cell;
      vertical-align: top;
      position: relative;
      overflow: hidden;
      z-index: 1;
      width: 85px; }
    .page-sidebar .products-sidebar .sidebarBlock .sidebarBlock-content .card .card-content {
      display: table-cell;
      vertical-align: top;
      width: calc(100% - 85px);
      padding: 0 0 0 15px;
      text-align: left; }
      .page-sidebar .products-sidebar .sidebarBlock .sidebarBlock-content .card .card-content .card-title {
        margin-top: 0px;
        padding-top: 0px !important; }
      .page-sidebar .products-sidebar .sidebarBlock .sidebarBlock-content .card .card-content .card-variant_color_name {
        text-align: left; }
      .page-sidebar .products-sidebar .sidebarBlock .sidebarBlock-content .card .card-content .card-price {
        justify-content: flex-start !important; }
      .page-sidebar .products-sidebar .sidebarBlock .sidebarBlock-content .card .card-content .card-option {
        display: block !important; }
      @media (min-width: 1025px) {
        .page-sidebar .products-sidebar .sidebarBlock .sidebarBlock-content .card .card-content {
          padding-left: 20px; } }
  .page-sidebar .page-sidebar-content {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 25px 30px; }
  @media (max-width: 1024px) {
    .openSideBar .page-sidebar.is-open {
      left: 0; } }
  @media (min-width: 1025px) {
    .page-sidebar {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      z-index: 5;
      float: left;
      width: 225px;
      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 {
        width: 100%; }
      .page-sidebar.sidebar-nav-empty + .page-content {
        padding-left: 0;
        width: fit-content; }
      .page-sidebar.u-hiddenVisually + .page-content {
        padding-left: 0;
        width: 100% !important; }
      .page-sidebar.u-hidden + .page-content {
        padding-left: 0;
        width: 100% !important; }
      .page-listing .page-sidebar {
        position: sticky;
        top: 85px; }
        .page-listing .page-sidebar.sidebar-right {
          top: 82px; }
      .page-blog .page-sidebar {
        position: sticky;
        top: 85px; } }

.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: inline-block;
      vertical-align: middle;
      font-size: 16px;
      font-family: "Noto Sans", Arial, Helvetica, sans-serif;
      font-weight: 500;
      color: black;
      line-height: 25px;
      letter-spacing: .02em;
      text-transform: uppercase;
      margin-right: 11px;
      margin-bottom: 0;
      padding: 0;
      line-height: 1;
      display: none; }
      @media (min-width: 992px) {
        .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
          display: block; } }
      .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: 45px;
      height: 45px;
      padding: 12px;
      fill: black;
      stroke: transparent;
      pointer-events: none;
      background: transparent;
      border: 1px solid #cbcbcb; }
  @media (min-width: 992px) {
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
      display: inline-block;
      margin-right: 11px; } }
  @media (min-width: 1025px) {
    .page-sidebar-mobile-wrapper {
      display: none;
      margin-bottom: 0; } }

@media (min-width: 1025px) {
  .page-blog .page-sidebar.sidebar-right {
    float: right;
    width: 194px;
    margin-top: -85px; } }

@media (min-width: 1600px) {
  .page-blog .page-sidebar.sidebar-right {
    width: 224px; } }

.page-blog .page-sidebar #featured-products .sidebarBlock-heading {
  text-align: left;
  margin-bottom: 25px; }

@media (min-width: 1025px) {
  .page-blog.page-blog-detail .page-sidebar.sidebar-right {
    margin-top: -45px; } }

@media (min-width: 1025px) {
  .page-faq .page-sidebar.sidebar-right {
    float: right;
    width: 224px;
    margin-top: -20px; } }

@media (min-width: 1025px) {
  .page-faq .page-header {
    width: calc(100% - 270px); } }

@media (min-width: 1400px) {
  .page-faq .page-header {
    width: calc(100% - 290px); } }

@media (min-width: 1600px) {
  .page-faq .page-header {
    width: calc(100% - 300px); } }

.page-content {
  padding: 0;
  position: relative;
  float: left;
  width: 100%; }
  .page-content .page-no-products,
  .page-content .page-no-result {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    line-height: 1.75;
    color: black; }
  @media (min-width: 1025px) {
    .page-content.page-custom-sidebar {
      width: calc(100% - 240px); }
    .page-content.page-custom-sidebar-2 {
      width: calc(100% - 270px); } }
  @media (min-width: 1400px) {
    .page-content.page-custom-sidebar {
      width: calc(100% - 260px); }
    .page-content.page-custom-sidebar-2 {
      width: calc(100% - 290px); } }
  @media (min-width: 1600px) {
    .page-content.sidebar-right-show {
      width: calc(100% - 240px); }
    .page-content.sidebar-right-show.sidebar-left-show {
      width: calc(100% - 460px); }
    .page-content.page-custom-sidebar {
      width: calc(100% - 300px); }
    .page-content.page-custom-sidebar-2 {
      width: calc(100% - 300px); } }
  @media (min-width: 1700px) {
    .page-content.sidebar-right-show {
      width: calc(100% - 287px); }
    .page-content.sidebar-right-show.sidebar-left-show {
      width: calc(100% - 512px); } }

.footer {
  background-color: white;
  position: relative;
  z-index: 2;
  border: 0;
  padding: 0;
  clear: both; }
  @media (min-width: 551px) and (max-width: 1024px) {
    .page-full-width .footer .container {
      padding-left: 30px;
      padding-right: 30px; } }

.footer-subscription {
  position: relative;
  margin: 30px 0 0 !important;
  padding: 40px 0 0 0; }
  @media (min-width: 551px) {
    .footer-subscription {
      margin: 0 0 30px 0 !important; } }
  .footer-subscription .footer-info-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    max-width: unset;
    text-align: left;
    margin: -3px 0 14px 0; }
    .footer-subscription .footer-info-text p {
      margin: 0;
      color: #5A5A5A; }
  .footer-subscription .footer-info-heading {
    color: #5A5A5A; }
  .footer-subscription .socialLinks .socialLinks-item {
    margin: 30px 10px 0px 0px; }
    .footer-subscription .socialLinks .socialLinks-item .icon {
      border: 1px solid #666666;
      width: 36px;
      height: 36px;
      padding: 8px;
      border-radius: 50%; }
      .footer-subscription .socialLinks .socialLinks-item .icon svg {
        fill: #323232;
        color: #323232; }
      .footer-subscription .socialLinks .socialLinks-item .icon:hover {
        border-color: black;
        background-color: black; }
        .footer-subscription .socialLinks .socialLinks-item .icon:hover svg {
          fill: white;
          color: white; }
  .footer-subscription .form {
    width: 100%;
    max-width: 880px;
    margin: 0 auto; }
  .footer-subscription .form-field {
    margin: 0; }
  .footer-subscription .form-prefixPostfix .form-input {
    line-height: 45px;
    height: 45px;
    border-color: #d2d2d2;
    border-radius: 100px;
    background-color: #fafafa;
    text-align: left;
    font-style: normal;
    text-transform: unset;
    letter-spacing: 0;
    font-size: 16px;
    margin-right: 10px; }
    @media (min-width: 1025px) {
      .footer-subscription .form-prefixPostfix .form-input {
        max-width: 300px; } }
  .footer-subscription .form-prefixPostfix .button {
    max-width: 90px;
    padding: 0px 16px;
    margin: 0;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    letter-spacing: 0;
    background: #286040;
    color: white;
    transition: all .6s ease;
    text-transform: capitalize; }
    .footer-subscription .form-prefixPostfix .button:hover, .footer-subscription .form-prefixPostfix .button:focus, .footer-subscription .form-prefixPostfix .button:active {
      background: linear-gradient(94deg, rgba(184, 225, 38, 0.16) -7.6%, rgba(201, 255, 4, 0.48) 110.75%), #286040; }
  @media (min-width: 768px) {
    .footer-subscription {
      margin-bottom: 58px; } }

.footer-top {
  display: block;
  padding: 32px 0px 62px;
  background-color: #fafafa; }
  @media (min-width: 551px) {
    .footer-top {
      padding: 45px 0px 30px; } }
  @media (min-width: 1025px) {
    .footer-top {
      padding: 64px 0px 63px; } }
  .footer-top-wrapper {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -8px; }
  @media (min-width: 768px) {
    .footer-top {
      margin: 0 0 12px 0; } }
  @media (min-width: 1025px) {
    .footer-top-wrapper {
      width: auto;
      min-width: 100%;
      margin-left: -15px;
      margin-right: -15px;
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: space-between; } }

.footer-logo-col {
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    .footer-logo-col {
      width: 13.2%;
      margin-bottom: 0; } }
  .footer-logo-col img {
    display: block;
    margin: 0 auto; }

.footer-info-col {
  display: block;
  padding: 0 8px;
  margin: 0 0 4px 0;
  text-align: left; }
  .footer-info-col.footer-info {
    margin-bottom: 0; }
    .footer-info-col.footer-info .footer-info-list li + li {
      margin-top: 5px; }
  @media (min-width: 551px) {
    .footer-info-col {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      margin-bottom: 30px; }
      .footer-info-col.footer-info {
        width: 100%;
        margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .footer-info-col {
      width: 33.33333333%; }
      .footer-info-col.footer-info {
        width: 66.66666666%; } }
  @media (min-width: 1025px) {
    .footer-info-col {
      padding-left: 15px;
      padding-right: 15px;
      width: 13.2%;
      margin-bottom: 0; }
      .footer-info-col.footer-subscription {
        width: 370px; } }

.footer-info-col--mobile .footer-info-heading {
  color: #323232;
  border-bottom: 1px solid #323232;
  pointer-events: auto; }
  .footer-info-col--mobile .footer-info-heading:before, .footer-info-col--mobile .footer-info-heading:after {
    content: "";
    background-color: #C3C3C3;
    position: absolute;
    top: 50%;
    transition: all .5s ease;
    z-index: 2;
    transform: translateY(-50%) rotate(0); }
  .footer-info-col--mobile .footer-info-heading:before {
    right: 5px;
    width: 2px;
    height: 12px; }
  .footer-info-col--mobile .footer-info-heading:after {
    right: 0;
    width: 12px;
    height: 2px; }
  .footer-info-col--mobile .footer-info-heading.is-clicked:before {
    transform: translateY(-50%) rotate(90deg); }
  .footer-info-col--mobile .footer-info-heading.is-clicked:after {
    transform: translateY(-50%) rotate(180deg); }

.footer-info-col--mobile .footer-info-wrapper {
  display: none;
  padding-top: 20px; }

@media (min-width: 551px) {
  .footer-info-col--mobile .footer-info-wrapper {
    display: block !important;
    margin: 0;
    padding: 0; } }

.footer-info-heading {
  display: block;
  position: relative;
  padding: 10px 0;
  font-family: "Noto Serif", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  pointer-events: none;
  text-transform: capitalize;
  color: #323232; }
  @media (min-width: 551px) {
    .footer-info-heading {
      border-bottom: 0 !important;
      pointer-events: none !important;
      margin-bottom: 7px; }
      .footer-info-heading:after, .footer-info-heading:before {
        display: none; } }
  @media (min-width: 1025px) {
    .footer-info-heading {
      font-size: 20px; } }

.footer-info-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer-info-list li {
    display: block;
    margin: 0; }
    .footer-info-list li .footer-info-icon {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 40px;
      color: #5a5a5a;
      width: 85px; }
      .footer-info-list li .footer-info-icon + .footer-info-list-link,
      .footer-info-list li .footer-info-icon + .footer-info-text {
        width: calc(100% - 85px); }
    .footer-info-list li .footer-info-text {
      font-size: 16px;
      font-weight: 400;
      color: #5a5a5a;
      letter-spacing: 0;
      line-height: 30px;
      font-style: normal;
      display: inline-block;
      vertical-align: top;
      margin: 5px 0 3px 0; }
  .footer-info-list-link {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #5a5a5a;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top; }
    .footer-info-list-link span {
      display: block;
      padding: 0 0 2px 0; }
    .footer-info-list-link:hover, .footer-info-list-link:focus {
      color: #5a5a5a;
      text-decoration: underline; }
  @media (min-width: 1025px) {
    .footer-info-list {
      margin-top: -7px; } }

.footer-bottom {
  display: none;
  padding: 18px 0 22px;
  background-color: white; }
  .footer-bottom-item {
    text-align: center;
    margin: 0 0 10px 0; }
    .footer-bottom-item__label {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 28px;
      color: #b9e126;
      text-transform: uppercase;
      display: block;
      text-align: center;
      margin: 0; }
    .footer-bottom-item .footer-copyright p {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0;
      margin: 0; }
    .footer-bottom-item .footer-copyright a {
      color: #5a5a5a;
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0; }
      .footer-bottom-item .footer-copyright a span {
        padding: 0 0 1px 0; }
    .footer-bottom-item .footer-copyright.footer-site-info {
      text-align: center; }
    .footer-bottom-item:last-child {
      margin-bottom: 0; }
  .footer-bottom .footer-payment-icons {
    padding: 0 0 15px 0;
    text-align: center; }
    .footer-bottom .footer-payment-icons svg {
      width: 100%;
      max-width: 40px;
      height: 30px;
      display: inline-block;
      vertical-align: top;
      padding: 5px 0 0 0; }
      .footer-bottom .footer-payment-icons svg + svg {
        margin-left: 10px; }
  .footer-bottom .footer-social-media {
    text-align: center; }
    .footer-bottom .footer-social-media .socialLinks {
      display: inline-block;
      vertical-align: middle; }
    .footer-bottom .footer-social-media .socialLinks-item {
      display: inline-block;
      vertical-align: top;
      margin: 0 14px 14px 0;
      width: 20px;
      height: 20px; }
      .footer-bottom .footer-social-media .socialLinks-item .icon {
        width: 100%;
        height: 100%; }
        .footer-bottom .footer-social-media .socialLinks-item .icon svg {
          width: 100%;
          height: 100%;
          fill: #b9e126; }
      .footer-bottom .footer-social-media .socialLinks-item:last-child {
        margin-right: 0; }
  @media (min-width: 1025px) {
    .footer-bottom-wrapper {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: center; }
    .footer-bottom-item {
      width: 33.33333333%;
      margin-bottom: 15px; }
      .footer-bottom-item__label {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        margin-right: 12px; }
      .footer-bottom-item .footer-copyright a:hover {
        color: #3a3a3a; }
        .footer-bottom-item .footer-copyright a:hover span {
          background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
      .footer-bottom-item.text-left {
        text-align: left; }
      .footer-bottom-item.text-center {
        text-align: center; }
      .footer-bottom-item.text-right {
        text-align: right; }
    .footer-bottom .footer-payment-icons {
      text-align: right;
      padding-bottom: 0; }
    .footer-bottom .footer-social-media {
      text-align: left; }
      .footer-bottom .footer-social-media .socialLinks-item .icon:hover svg {
        fill: #3a3a3a; } }

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

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

.container_full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  @media (min-width: 1025px) {
    .container_full {
      max-width: 1200px; } }

.page-full-width .container_full {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

.page-full-width .container {
  padding: 0 12px;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

.page-full-width .container-custom {
  padding: 0 12px;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

.page-full-width .container-custom2 {
  padding: 0 12px;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 1025px) {
  .page-full-width .container {
    padding-left: 72px;
    padding-right: 72px;
    max-width: 1690px; }
  .page-full-width .container-custom {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1154px; }
  .page-full-width .container-custom2 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px; } }

@media (min-width: 1600px) {
  .page-full-width .container {
    max-width: 1890px;
    padding-left: 60px;
    padding-right: 60px; }
    .page-full-width .container.container-custom {
      max-width: 1200px;
      padding-left: 5px;
      padding-right: 5px; } }

@media (min-width: 1890px) {
  .page-full-width .container_full {
    max-width: 100%; }
  .page-full-width .container {
    max-width: 100%; }
    .page-full-width .container.container-custom {
      max-width: 1200px;
      padding-left: 5px;
      padding-right: 5px; } }

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

.blog-title {
  color: black;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding: 3px 0 0 0; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #848484;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 25px; }

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

.blog-post {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8; }
  .blog-post .blog-post-btn {
    display: block;
    margin-top: 30px; }
    .blog-post .blog-post-btn .button {
      display: inline-block;
      margin-bottom: 0;
      border-color: black;
      text-transform: uppercase;
      font-weight: 500;
      max-width: 136px;
      height: 40px;
      line-height: 40px; }
      .blog-post .blog-post-btn .button:hover {
        border-color: #3a3a3a; }
  .blog-post .des-title {
    font-size: 16px;
    font-weight: 500;
    color: #323232;
    margin-bottom: 18px; }
  .blog-post .des-list-nostyle {
    margin-left: 0; }
    .blog-post .des-list-nostyle > li {
      display: block; }
      .blog-post .des-list-nostyle > li > span {
        width: 16px;
        display: inline-block; }
  .blog-post .des-col {
    padding: 20px 0 40px 0; }
    .blog-post .des-col .des-item {
      width: 100%; }
      @media (min-width: 768px) {
        .blog-post .des-col .des-item {
          display: flex;
          align-items: center; } }
      @media (min-width: 1025px) and (max-width: 1199px) {
        .blog-post .des-col .des-item {
          display: block; } }
      .blog-post .des-col .des-item .desItem-img {
        text-align: center;
        width: 100%;
        min-width: 100%; }
        .blog-post .des-col .des-item .desItem-img img {
          width: 100%;
          object-fit: cover; }
        @media (min-width: 768px) {
          .blog-post .des-col .des-item .desItem-img {
            width: 50%;
            min-width: 50%; } }
        @media (min-width: 1025px) and (max-width: 1199px) {
          .blog-post .des-col .des-item .desItem-img {
            width: 100%;
            min-width: 100%; } }
      .blog-post .des-col .des-item .desItem-content {
        padding: 0;
        display: block;
        text-align: left;
        width: 100%; }
        .blog-post .des-col .des-item .desItem-content .des-list {
          margin-bottom: 25px; }
          .blog-post .des-col .des-item .desItem-content .des-list.des-list-nostyle {
            margin-bottom: 0; }
          .blog-post .des-col .des-item .desItem-content .des-list > li {
            line-height: 32px; }
          .blog-post .des-col .des-item .desItem-content .des-list li::marker {
            font-size: 15px; }
  .blog-post .desItem-content-bottom-1 {
    padding-top: 40px; }
  .blog-post .des-contentBorder {
    border-left: 2px solid #cccccc;
    padding: 5px 20px;
    margin-top: 15px;
    margin-bottom: 35px; }
  .blog-post .desItem-content-bottom-2 {
    padding-bottom: 10px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e4e7e6; }

.page-type-blog_post .blog {
  border-bottom: none;
  padding-bottom: 0; }

.blog-thumbnail {
  margin: 0 auto 30px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: left; }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 100%; }

.page-blog #sidebar-products .card-figure {
  max-width: 120px;
  margin: 0 auto; }

.page-blog #sidebar-products .open-quick-shop .card-body {
  z-index: -1; }

.page-blog #sidebar-products .card-body .card-body-content {
  text-align: center; }

.page-blog #sidebar-products .card-body .card-title .card-ellipsis {
  -webkit-line-clamp: 1; }

.page-blog #sidebar-products .card-body .card-price {
  justify-content: center; }

.page-blog #sidebar-products .card-body .card-option {
  padding: 14px 0 20px 0; }
  .page-blog #sidebar-products .card-body .card-option .form-field {
    text-align: center; }

.page-blog #sidebar-products .card-body.card-has-options .card-variant_color_name {
  min-height: 37px; }

.page-blog #sidebar-products .card-body.card-has-options .card-option {
  min-height: 56px; }

.page-blog #sidebar-products .card-body .card-figure-action {
  display: block; }
  .page-blog #sidebar-products .card-body .card-figure-action .card-action {
    border-color: black;
    -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;
    height: 40px;
    line-height: 40px;
    padding: 0 10px; }
    .page-blog #sidebar-products .card-body .card-figure-action .card-action span {
      border-bottom: none;
      left: 10px; }
      .page-blog #sidebar-products .card-body .card-figure-action .card-action span:before {
        top: 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; }
      .page-blog #sidebar-products .card-body .card-figure-action .card-action span:after {
        top: 5px;
        -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; }
    @media (min-width: 1025px) {
      .page-blog #sidebar-products .card-body .card-figure-action .card-action:hover {
        border-color: black;
        background-color: black;
        color: white; }
        .page-blog #sidebar-products .card-body .card-figure-action .card-action:hover span:before,
        .page-blog #sidebar-products .card-body .card-figure-action .card-action:hover span:after {
          background-color: white; } }

.page-blog #sidebar-products .slick-arrow {
  position: absolute;
  top: 20%;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  transform: unset;
  border: none;
  z-index: 10;
  padding: 0;
  margin: 0;
  width: 27px;
  height: 27px;
  border-radius: 0;
  opacity: 1;
  fill: black; }
  .page-blog #sidebar-products .slick-arrow:hover {
    background-color: transparent;
    fill: black; }
  .page-blog #sidebar-products .slick-arrow.slick-prev {
    left: -3px; }
  .page-blog #sidebar-products .slick-arrow.slick-next {
    right: -3px; }
  .page-blog #sidebar-products .slick-arrow.slick-disabled {
    opacity: .25; }
  .page-blog #sidebar-products .slick-arrow:before {
    display: none; }

.page-blog .sidebarBlock#advertisement-image {
  padding-bottom: 45px; }

.page-blog .sidebarBlock#advertisement-content {
  padding-bottom: 20px; }

.page-blog .sidebarBlock#popular-tags .sidebarBlock-heading {
  margin-bottom: 30px; }

@media (min-width: 1025px) {
  .page-blog-detail .page-header {
    margin-bottom: 22px; } }

.page-blog-detail .page-heading {
  display: none; }

.page-blog-detail .blog-lookbook {
  overflow: hidden; }

.recentPosts-list {
  margin-bottom: 0; }
  .recentPosts-list .recentPosts-list-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e4e7e6; }
    .recentPosts-list .recentPosts-list-item .title {
      color: black;
      font-size: 16px;
      font-weight: 500;
      text-decoration: none;
      margin-bottom: 0;
      display: block;
      line-height: 25px; }
    .recentPosts-list .recentPosts-list-item .date {
      color: #286040;
      font-style: italic;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 0; }
    .recentPosts-list .recentPosts-list-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }

.tags-list,
.tags {
  margin-left: 0;
  margin-bottom: 30px; }
  .tags-list .tags-list-item,
  .tags .tags-list-item {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 1px; }
    .tags-list .tags-list-item .link,
    .tags .tags-list-item .link {
      color: black;
      background-color: #fafafa;
      border: 1px solid #fafafa;
      font-style: normal;
      font-size: 16px;
      font-weight: 400;
      padding: 0 15px;
      height: 40px;
      line-height: 40px;
      display: block;
      -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; }
      @media (min-width: 1025px) {
        .tags-list .tags-list-item .link:hover,
        .tags .tags-list-item .link:hover {
          background-color: white;
          border: 1px solid black; }
          .tags-list .tags-list-item .link:hover span:before,
          .tags-list .tags-list-item .link:hover span:after,
          .tags .tags-list-item .link:hover span:before,
          .tags .tags-list-item .link:hover span:after {
            background-color: white; } }

.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;
  padding-bottom: 20px; }
  .tags-block .tags-title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 0;
    margin-right: 10px;
    min-width: 45px;
    color: #323232;
    text-transform: uppercase; }
  .tags-block .tags {
    display: block;
    margin: 0;
    text-align: left; }
    .tags-block .tags .tags-list-item {
      margin-right: 10px; }

.side-block-body .page-sidebar {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

@media (max-width: 1024px) {
  .blog-page .page-sidebar {
    width: 347px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; }
    .blog-page .page-sidebar + .page-content {
      width: 100%;
      padding-left: 0; }
  .blog-page .page-content {
    width: 100%;
    padding-left: 0; }
  .blog-page .sidebar-label {
    margin-bottom: 20px; }
    .blog-page .sidebar-label .sidebar_more {
      display: block; }
  .blog-page .close-sidebar {
    justify-content: flex-end;
    background: #fff;
    padding: 12px 30px 0; }
  .blog-page nav {
    padding: 0 30px 30px 30px; } }

.sidebarBlock {
  margin: 0 0 35px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #e4e7e6; }
  .sidebarBlock:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
    @media (max-width: 1024px) {
      .sidebarBlock:last-child {
        margin-bottom: 50px; } }
  .sidebarBlock#recent-posts {
    padding-bottom: 30px;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .sidebarBlock#recent-posts {
        padding-top: 15px; } }
  .sidebarBlock#popular-tags {
    margin-bottom: 30px; }
  .sidebarBlock#featured-products {
    padding-bottom: 5px;
    margin-bottom: 40px;
    position: relative;
    border-bottom: none; }
  .sidebarBlock#allCategories {
    padding-bottom: 19px; }
  .sidebarBlock#shopByPrices {
    padding-bottom: 22px; }
  .sidebarBlock#shopByBrands {
    border: none;
    margin-bottom: 0px; }
  .sidebarBlock#advertisement-image {
    padding-bottom: 35px; }
  .sidebarBlock#advertisement-content .sidebarBlock-content {
    padding-top: 3px; }
    .sidebarBlock#advertisement-content .sidebarBlock-content p {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0;
      color: black; }

.sidebarBlock-heading {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: black;
  margin: 0 0 19px 0;
  text-transform: uppercase;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif; }

.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 #d2d2d2; }
    .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;
        width: 100%;
        padding-bottom: 131.57895%; }
      .brandGrid .brand .card-figure .brand-img-container img {
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 50%;
        right: 0;
        opacity: 1;
        visibility: visible;
        border: 0;
        width: 100%;
        max-height: 100%;
        object-fit: contain;
        margin: 0 auto;
        transition: all 0.3s ease;
        transform: translate(-50%, -50%); }
        .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: 16px;
        font-weight: 500;
        color: black;
        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.3s 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: #3a3a3a; }
        .brandGrid .brand .card-body .link:hover span {
          background-image: linear-gradient(transparent 97%, #3a3a3a 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%; } }

.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 #d2d2d2;
    border-left: none;
    transition: all .6s ease; }
    .haloAZBrandsTable li a {
      font-size: 16px;
      font-weight: 500;
      color: #286040;
      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 #d2d2d2; }
    .haloAZBrandsTable li.disable {
      pointer-events: none; }
      .haloAZBrandsTable li.disable a {
        color: #f3f3f3;
        pointer-events: none; }
    .haloAZBrandsTable li.is-active {
      border-color: #286040;
      background-color: #286040; }
      .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: #286040;
          background-color: #286040; }
          .haloAZBrandsTable li:hover a {
            color: white; } }

.haloAZBrandsWrapper .azBrands-group {
  display: none;
  margin: 0 0 30px 0; }
  .haloAZBrandsWrapper .azBrands-group-title {
    font-size: 20px;
    font-weight: 500;
    color: #286040;
    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: "Noto Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: black;
      letter-spacing: 0;
      line-height: 35px;
      text-transform: capitalize; }
      .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link {
        color: black;
        padding: 0 0 1px 0;
        transition: unset;
        letter-spacing: 0; }
  .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: #3a3a3a;
      background-image: linear-gradient(transparent 96%, #3a3a3a 4%);
      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 {
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

.productGrid {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -5px;
  list-style: none;
  text-align: left; }
  .productGrid .product {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 5px;
    margin: 0 0 25px 0;
    white-space: normal; }
  @media (min-width: 551px) {
    .productGrid .product {
      margin-bottom: 16px; } }
  @media (min-width: 768px) {
    .productGrid .product {
      width: 33.3333333%; } }
  @media (min-width: 1025px) {
    .productGrid {
      margin-left: -15px;
      margin-right: -15px; }
      .productGrid .product {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0; }
        .productGrid .product:nth-child(-n+3) {
          margin-top: 0; }
      .productGrid.col-4 .product {
        width: 25% !important; }
        .productGrid.col-4 .product:nth-child(-n+4) {
          margin-top: 0; }
      .productGrid.col-5 .product {
        width: 25% !important; }
        .productGrid.col-5 .product:nth-child(-n+4) {
          margin-top: 0; } }
  @media (min-width: 1280px) {
    .productGrid.col-5 .product {
      width: 20% !important; }
      .productGrid.col-5 .product:nth-child(-n+5) {
        margin-top: 0; } }
  @media (min-width: 1600px) {
    .productGrid .product {
      margin-top: 39px; } }
  @media (min-width: 1025px) and (max-width: 1199px) {
    .productGrid .product {
      width: 50%; } }

.page-type-default .productGrid {
  margin-left: -5px;
  margin-right: -5px; }
  .page-type-default .productGrid .product {
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 1600px) {
      .page-type-default .productGrid .product {
        margin-top: 10px; } }

.productGrid-showMore {
  display: block;
  text-align: center;
  margin: 30px 0 0 0; }
  .productGrid-showMore .button {
    min-width: 200px;
    text-transform: uppercase; }
  @media (min-width: 1025px) {
    .productGrid-showMore {
      margin-top: 50px; } }

.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 35px 0;
    white-space: normal; }
    .productList .product.product-advertisment {
      display: none;
      margin-bottom: 0; }
  .productList .card {
    background-color: white;
    text-align: left; }
  @media (max-width: 1024px) {
    .productList .card-figure-button {
      bottom: 5px; } }
  .productList .card-figure-action {
    display: none !important; }
  .productList .card-bottom-action .card-figure-action {
    display: block !important;
    width: 100%;
    max-width: 100%; }
    @media (min-width: 551px) {
      .productList .card-bottom-action .card-figure-action {
        max-width: 221px; } }
    @media (min-width: 1025px) {
      .productList .card-bottom-action .card-figure-action {
        margin-right: 40px; } }
    @media (min-width: 1280px) {
      .productList .card-bottom-action .card-figure-action {
        margin-right: 70px; } }
  .productList .card-body .card-body-content {
    text-align: left; }
    .productList .card-body .card-body-content .card-title {
      margin-top: 15px; }
  .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-bottom-action {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    margin-top: 23px; }
  .productList .card-body .card-action {
    width: 100%;
    margin: 0;
    order: -1;
    padding-top: 11px;
    padding-bottom: 11px;
    transition: all .6s ease; }
    .productList .card-body .card-action span {
      border: none;
      left: 10px; }
    .productList .card-body .card-action:not(.card-out-of-stock) {
      background: black;
      color: white;
      border-color: black; }
      .productList .card-body .card-action:not(.card-out-of-stock) span:before {
        background-color: white; }
      .productList .card-body .card-action:not(.card-out-of-stock) span:after {
        background-color: white; }
    @media (min-width: 1025px) {
      .productList .card-body .card-action:hover {
        background: white;
        color: black;
        border-color: black; }
        .productList .card-body .card-action:hover span:before {
          background-color: black; }
        .productList .card-body .card-action:hover span:after {
          background-color: black; } }
  .productList .card-link .card-img-container {
    margin: 0 auto;
    max-width: 100%; }
  .productList .card-option {
    margin-top: 5px; }
  .productList .card-text[data-test-info-type="brandName"] {
    margin-bottom: 3px; }
  .productList .card-desc {
    display: block;
    margin: 9px 0 14px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0; }
    @media (min-width: 1200px) {
      .productList .card-desc {
        max-width: 65%; } }
  .productList .card-price {
    justify-content: flex-start; }
  .productList .card-compare {
    position: relative;
    display: inline-block;
    top: 0;
    opacity: 1;
    overflow: visible;
    z-index: 1;
    display: none; }
    @media (min-width: 1025px) {
      .productList .card-compare {
        display: block; } }
  @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-wishlist {
      margin: 0 0 0 15px; }
    .productList .card-body .card-action {
      max-width: 221px; } }
  @media (min-width: 1025px) {
    .productList .product {
      margin-bottom: 55px; }
    .productList .card-hover:hover .card-link .card-image {
      opacity: 1;
      -webkit-backface-visibility: visible;
      backface-visibility: visible; }
    .productList .card-hover:hover .card-link .card-image-2 {
      opacity: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .productList .card-hover:hover .card-link .card-image-2 img {
        transform: unset; }
    .productList .card-hover .card-figure:hover .card-link .card-image {
      opacity: 0;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .productList .card-hover .card-figure:hover .card-link .card-image-2 {
      opacity: 1;
      -webkit-backface-visibility: visible;
      backface-visibility: visible; }
      .productList .card-hover .card-figure:hover .card-link .card-image-2 img {
        transform: scale(1.09); }
    .productList .card .card-figure:hover .card-figure-action {
      opacity: 1;
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
      pointer-events: auto; }
    .productList .card-figure {
      width: 370px; }
      .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.3s ease;
        width: 100%; }
    .productList .card-body {
      display: table-cell;
      vertical-align: top;
      padding-left: 70px;
      padding-top: 30px;
      width: calc(100% - 390px); }
      .productList .card-body .card-wishlist:hover {
        border-radius: 50%;
        background-color: transparent; }
        .productList .card-body .card-wishlist:hover .icon {
          fill: #333333; }
    .productList .card-option .form-field {
      display: flex;
      align-items: center; } }
  @media (min-width: 1280px) {
    .productList .card-body {
      padding-left: 70px;
      padding-top: 68px; }
      .productList .card-body .card-wishlist {
        margin-left: 30px; } }

.page-content.sidebar-right-show .productList .card-desc {
  max-width: 100%; }

.productView-alert {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 1;
  width: 100%; }
  .productView-alert:before, .productView-alert:after {
    content: " ";
    display: table; }
  .productView-alert:after {
    clear: both; }
  .productView-alert > div:only-child {
    margin-bottom: 45px; }

@media (min-width: 992px) {
  body.openTabDesc .halo-productView-right .productView-wrapper-details {
    max-width: 100%; }
    body.openTabDesc .halo-productView-right .productView-wrapper-details .productView-details.product-data {
      position: absolute !important;
      visibility: hidden;
      opacity: 0; }
  body.openTabDesc .halo-productView-right .productView-nextProducts,
  body.openTabDesc .halo-productView-right .productView-options,
  body.openTabDesc .halo-productView-right .productView-notifyMe,
  body.openTabDesc .halo-productView-right .productView-detail-tab,
  body.openTabDesc .halo-productView-right .productView-info-bottom,
  body.openTabDesc .halo-productView-right .productView-securityImage {
    position: absolute !important;
    visibility: hidden;
    opacity: 0; }
  body.closeTabDesc .halo-productView-right .productView-wrapper-details .productView-details.product-data {
    -webkit-animation: fadeIn 0.36s;
    animation: fadeIn 0.36s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1); }
  body.closeTabDesc .halo-productView-right .productView-nextProducts,
  body.closeTabDesc .halo-productView-right .productView-options,
  body.closeTabDesc .halo-productView-right .productView-notifyMe,
  body.closeTabDesc .halo-productView-right .productView-detail-tab,
  body.closeTabDesc .halo-productView-right .productView-info-bottom,
  body.closeTabDesc .halo-productView-right .productView-securityImage {
    -webkit-animation: fadeIn 0.36s;
    animation: fadeIn 0.36s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1); } }

@media (max-width: 991px) {
  body.openTabDesc {
    overflow: hidden; }
    body.openTabDesc .body {
      z-index: 999; } }

.button.findDealer-button {
  max-width: none; }

.halo-productView-bottom #halo-related-products {
  background: #F3F3F3;
  margin-bottom: 0px;
  padding: 24px 0px; }
  .halo-productView-bottom #halo-related-products .title {
    color: #323232;
    text-align: center;
    font-family: "Noto Serif";
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 1.25px; }

.halo-productView-bottom .productCarousel .card-link .card-img-container {
  height: 60vh; }

@media (min-width: 1025px) {
  .halo-productView-bottom #halo-related-products {
    padding-top: 0px; }
    .halo-productView-bottom #halo-related-products .title {
      font-size: 48px;
      line-height: 56px; }
  .halo-productView-bottom .productCarousel .card-link .card-img-container {
    height: 560.06px;
    flex-shrink: 0; } }

.page-type-product .page-product-custom {
  position: relative;
  top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .page-type-product .page-product-custom {
      top: 70px;
      padding-bottom: 70px; } }
  @media (min-width: 1025px) {
    .page-type-product .page-product-custom {
      top: 118px;
      padding-bottom: 118px; } }
  .page-type-product .page-product-custom .breadcrumbs {
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .page-type-product .page-product-custom .breadcrumbs {
        display: none; } }
  .page-type-product .page-product-custom .halo-productView-custom {
    z-index: 21; }
    .page-type-product .page-product-custom .halo-productView-custom .halo-badges {
      top: 20px; }
    @media (max-width: 550px) {
      .page-type-product .page-product-custom .halo-productView-custom .productView-nav {
        display: none !important; } }
    .page-type-product .page-product-custom .halo-productView-custom .productView-nav.productView-nav-mobile {
      display: none !important; }
      @media (max-width: 550px) {
        .page-type-product .page-product-custom .halo-productView-custom .productView-nav.productView-nav-mobile {
          display: block !important; } }
    .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper {
      width: 100%;
      padding-right: 0;
      margin-top: 10px; }
      .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .productView-for {
        padding: 0 45px; }
        .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .productView-for:not(.slick-slider) {
          white-space: unset;
          overflow: unset; }
          .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .productView-for:not(.slick-slider) > div {
            width: 100%; }
        .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) > div {
          width: 50%; }
          .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) > div:nth-child(n+3) {
            display: none; }
          @media (min-width: 360px) {
            .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) > div {
              width: 33.3333%; }
              .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) > div:nth-child(n+4) {
                display: none; } }
          @media (min-width: 640px) {
            .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) > div {
              width: 25%; }
              .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) > div:nth-child(n+5) {
                display: none; } }
          @media (min-width: 768px) {
            .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) > div {
              width: 33.3333%; }
              .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) > div:nth-child(n+4) {
                display: none; } }
          @media (min-width: 992px) {
            .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) > div {
              width: 25%; }
              .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) > div:nth-child(n+5) {
                display: none; } }
          @media (min-width: 1200px) {
            .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) > div {
              width: 20%; }
              .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) > div:nth-child(n+6) {
                display: none; } }
      .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .slick-list {
        margin: 0 -7px; }
      .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .slick-arrow {
        margin-top: 0;
        top: 50% !important;
        bottom: auto !important;
        transform: translateY(-50%) !important; }
        .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .slick-arrow.slick-prev {
          left: 0; }
        .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper .slick-arrow.slick-next {
          left: auto;
          right: 0; }
      @media (max-width: 550px) {
        .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail-wrapper {
          display: none; } }
    .page-type-product .page-product-custom .halo-productView-custom .productView-thumbnail {
      padding: 0 7px; }
  .page-type-product .page-product-custom .halo-productView-bottom .productCarousel .card-link .card-img-container {
    height: 560.06px;
    flex-shrink: 0; }
  .page-type-product .page-product-custom .halo-productView-bottom .halo-productView-description {
    padding: 30px 0; }
    .page-type-product .page-product-custom .halo-productView-bottom .halo-productView-description .productView-description {
      float: unset;
      padding: 0; }
  .page-type-product .page-product-custom .halo-productView-bottom .productView-tab {
    display: block !important; }
  .page-type-product .page-product-custom .halo-productView-bottom .container {
    padding: 0 12px;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 1025px) {
    .page-type-product .page-product-custom .halo-productView-bottom .container {
      padding: 0 30px;
      max-width: 1690px; } }
  @media (min-width: 1600px) {
    .page-type-product .page-product-custom .halo-productView-bottom .container {
      max-width: 1890px;
      padding: 0 60px; } }
  @media (min-width: 1890px) {
    .page-type-product .page-product-custom .halo-productView-bottom .container {
      max-width: 100%; } }
  .page-type-product .page-product-custom .productView-tab .tabs-contents {
    padding-top: 30px; }
    .page-type-product .page-product-custom .productView-tab .tabs-contents .alertBox {
      display: block; }
    .page-type-product .page-product-custom .productView-tab .tabs-contents p {
      max-width: 100%; }
    .page-type-product .page-product-custom .productView-tab .tabs-contents .des-title {
      font-size: 16px;
      font-weight: 500;
      color: black;
      margin-bottom: 8px !important;
      padding-top: 10px; }
    .page-type-product .page-product-custom .productView-tab .tabs-contents .des-list {
      margin-bottom: 13px !important;
      margin-left: 16px !important; }
      .page-type-product .page-product-custom .productView-tab .tabs-contents .des-list.des-list-nostyle {
        margin-bottom: 0; }
      .page-type-product .page-product-custom .productView-tab .tabs-contents .des-list > li {
        line-height: 32px; }
      .page-type-product .page-product-custom .productView-tab .tabs-contents .des-list li::marker {
        font-size: 15px; }
    .page-type-product .page-product-custom .productView-tab .tabs-contents .des-list-nostyle {
      margin-left: 0; }
      .page-type-product .page-product-custom .productView-tab .tabs-contents .des-list-nostyle > li {
        display: block; }
        .page-type-product .page-product-custom .productView-tab .tabs-contents .des-list-nostyle > li > span {
          width: 16px;
          display: inline-block; }
    .page-type-product .page-product-custom .productView-tab .tabs-contents .desItem-content-bottom-1 {
      padding-top: 13px; }
    .page-type-product .page-product-custom .productView-tab .tabs-contents .des-contentBorder {
      border-left: 2px solid #cccccc;
      padding: 5px 20px;
      margin-top: 18px !important;
      margin-bottom: 25px !important; }
    .page-type-product .page-product-custom .productView-tab .tabs-contents .desItem-content-bottom-2 {
      padding-bottom: 10px;
      margin-bottom: 35px !important; }
    .page-type-product .page-product-custom .productView-tab .tabs-contents .custom-description {
      display: block;
      position: relative;
      margin: 35px 0 0 0 !important; }
      .page-type-product .page-product-custom .productView-tab .tabs-contents .custom-description:before, .page-type-product .page-product-custom .productView-tab .tabs-contents .custom-description:after {
        content: " ";
        display: table; }
      .page-type-product .page-product-custom .productView-tab .tabs-contents .custom-description:after {
        clear: both; }
      .page-type-product .page-product-custom .productView-tab .tabs-contents .custom-description table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: auto;
        margin: 0; }
        .page-type-product .page-product-custom .productView-tab .tabs-contents .custom-description table tr {
          background: transparent;
          height: 45px; }
          .page-type-product .page-product-custom .productView-tab .tabs-contents .custom-description table tr:nth-child(odd) {
            background: #fafafa; }
        .page-type-product .page-product-custom .productView-tab .tabs-contents .custom-description table td {
          font-size: 16px;
          font-weight: 400;
          line-height: 1.75;
          padding: 11px 14px;
          text-align: left;
          color: black; }
          .page-type-product .page-product-custom .productView-tab .tabs-contents .custom-description table td.tb-title {
            color: black;
            font-weight: 500; }

.page-type-product .body .halo-productView-right {
  z-index: 10; }

@media (min-width: 1600px) {
  .page-type-product.halo-topHeader-visible .page-product-custom .halo-productView-right {
    margin-top: 0; } }

.page-type-product .page-product-custom .halo-productView-right {
  margin-top: 0; }

.halo-productView-top {
  display: block;
  background: #F3F3F3; }
  .halo-productView-top:before, .halo-productView-top:after {
    content: " ";
    display: table; }
  .halo-productView-top:after {
    clear: both; }

.halo-productView-bottom {
  display: block; }
  .halo-productView-bottom .container {
    max-width: 100%;
    padding: 0 12px; }

.productView {
  display: block;
  position: relative; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 992px) {
    .productView {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: flex-start; } }

#productView-left .productView-image-wrapper .product-images:nth-child(n+5) {
  display: none; }

#productView-left .productView-image-wrapper .is-show {
  display: block !important; }

#productView-left .productView-image-wrapper .is-hidden {
  display: none !important; }

.halo-productView-left {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  padding: 0;
  width: 100%;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    .halo-productView-left {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      margin-bottom: 0;
      max-width: 100%; } }

.halo-productView-right {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  width: 100%;
  padding: 32px 12px;
  margin-right: 0px;
  transition: all 0.3s ease; }
  .halo-productView-right .productView-details {
    display: block;
    margin: 0;
    padding: 0; }
  @media (min-width: 992px) {
    .halo-productView-right {
      position: sticky;
      top: 110px;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 94px 10px 0 10px; }
      .halo-productView-right .productView-wrapper-details {
        max-width: 600px;
        height: 100%; }
        .halo-productView-right .productView-wrapper-details .productView-details {
          padding-left: 30px;
          padding-bottom: 20px;
          display: flex;
          flex-direction: column; } }
      @media (min-width: 992px) and (min-width: 1600px) {
        .halo-productView-right .productView-wrapper-details .productView-details {
          padding-left: 70px; } }
  @media (min-width: 992px) {
      .halo-productView-right .breadcrumbs-product {
        padding-left: 30px;
        padding-bottom: 18px; } }
    @media (min-width: 992px) and (min-width: 1600px) {
      .halo-productView-right .breadcrumbs-product {
        padding-left: 70px; } }
  @media (min-width: 1400px) {
    .halo-productView-right {
      top: 80px; } }

.productView-images-wrapper {
  display: none; }
  .productView-images-wrapper:before, .productView-images-wrapper:after {
    content: " ";
    display: table; }
  .productView-images-wrapper:after {
    clear: both; }
  .productView-images-wrapper.productView-images-wrapper-mobile {
    display: block; }

@media (max-width: 991px) {
  .productView-images {
    width: 100vw !important; } }

@media (min-width: 992px) {
  .productView-images-wrapper {
    display: block; }
    .productView-images-wrapper:before, .productView-images-wrapper:after {
      content: " ";
      display: table; }
    .productView-images-wrapper:after {
      clear: both; }
    .productView-images-wrapper.productView-images-wrapper-mobile {
      display: none; } }

@media (min-width: 1200px) {
  .productView-images-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start; } }

.productView-nav-mobile {
  width: 1px;
  min-width: 100%;
  white-space: nowrap;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0; }
  .productView-nav-mobile.slick-dotted {
    margin-bottom: 0; }
  .productView-nav-mobile.slick-initialized {
    opacity: 1; }
  .productView-nav-mobile:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .productView-nav-mobile .slick-arrow {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    border: 0;
    padding: 8px;
    border: none;
    fill: white;
    stroke: white;
    top: initial;
    transform: translate(0);
    bottom: 30px; }
    .productView-nav-mobile .slick-arrow:before {
      display: none; }
    .productView-nav-mobile .slick-arrow.slick-prev {
      left: 32%;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 551.13 551.13'%3E%3Cpath d='m189.451 275.565 223.897-223.897v-51.668l-275.565 275.565 275.565 275.565v-51.668z' fill='rgba(0, 0, 0, 1)' /%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center; }
    .productView-nav-mobile .slick-arrow.slick-next {
      right: 32%;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 551.13 551.13'%3E%3Cpath d='m361.679 275.565-223.896 223.897v51.668l275.565-275.565-275.565-275.565v51.668z' fill='rgba(0, 0, 0, 1)' /%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center; }
    @media (min-width: 551px) {
      .productView-nav-mobile .slick-arrow.slick-prev {
        left: 38%; }
      .productView-nav-mobile .slick-arrow.slick-next {
        right: 38%; } }
    @media (min-width: 768px) {
      .productView-nav-mobile .slick-arrow.slick-prev {
        left: 41%; }
      .productView-nav-mobile .slick-arrow.slick-next {
        right: 41%; } }
    @media (min-width: 1200px) {
      .productView-nav-mobile .slick-arrow.slick-prev {
        left: 44.5%; }
      .productView-nav-mobile .slick-arrow.slick-next {
        right: 44.5%; } }
    @media (min-width: 1770px) {
      .productView-nav-mobile .slick-arrow.slick-prev {
        left: 46.5%; }
      .productView-nav-mobile .slick-arrow.slick-next {
        right: 46.5%; } }
    .productView-nav-mobile .slick-arrow.slick-disabled {
      opacity: 0.5 !important;
      cursor: default; }
    .productView-nav-mobile .slick-arrow:focus {
      outline: none !important;
      outline-offset: 0 !important; }
  .productView-nav-mobile .slick-dots {
    position: absolute;
    top: inherit;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    width: auto;
    width: 80px;
    overflow: hidden; }
    .productView-nav-mobile .slick-dots li {
      width: auto;
      height: auto;
      padding: 0;
      text-align: center;
      width: 100%;
      display: none; }
      .productView-nav-mobile .slick-dots li button {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 24px;
        color: black;
        border: 0;
        border-radius: 0;
        width: auto;
        height: auto;
        position: relative;
        transition: all 0.3s ease;
        border-bottom: 1px solid transparent; }
        .productView-nav-mobile .slick-dots li button:before {
          display: none; }
      .productView-nav-mobile .slick-dots li.slick-active {
        display: block; }
        .productView-nav-mobile .slick-dots li.slick-active button {
          color: black; }

.productView.halo-productView .productView-image .productView-img-container > a {
  cursor: none; }

.productView-image {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer; }
  .productView-image .zoomImg {
    min-height: 1280px !important;
    width: auto !important; }
  .productView-image .productView-img-container {
    position: relative;
    margin: auto;
    max-width: none;
    width: 100%;
    height: 100vh; }
    .productView-image .productView-img-container:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 126.68161%; }
    .productView-image .productView-img-container > a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center; }
    .productView-image .productView-img-container .productView-video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%; }
      .productView-image .productView-img-container .productView-video iframe {
        width: 100% !important;
        height: 100% !important; }
    .productView-image .productView-img-container img {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      vertical-align: top;
      height: 100%;
      width: 100%;
      max-width: none;
      transform: translate(0, 0);
      object-fit: cover; }
      .productView-image .productView-img-container img.lazyload, .productView-image .productView-img-container img.lazyloading {
        width: auto;
        height: auto;
        margin: 0 auto; }
    .productView-image .productView-img-container.productView-img-containerDefault {
      border: 1px solid #d6d6d6; }
      .productView-image .productView-img-container.productView-img-containerDefault .productView-image--default {
        object-fit: contain;
        width: auto;
        height: auto; }
  .productView-image-wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%; }
    .productView-image-wrapper .productView-nav {
      display: block;
      margin: 0; }
      .productView-image-wrapper .productView-nav:not(.slick-initialized) {
        overflow: hidden;
        font-size: 0;
        letter-spacing: 0;
        display: block;
        white-space: nowrap; }
        .productView-image-wrapper .productView-nav:not(.slick-initialized) > div,
        .productView-image-wrapper .productView-nav:not(.slick-initialized) > figure {
          display: inline-block;
          vertical-align: top;
          width: 100%; }
      .productView-image-wrapper .productView-nav.slick-slider--playvideo + .halo-compareColors {
        display: none; }
      .productView-image-wrapper .productView-nav.slick-slider--playvideo + .halo-askAnExpert + .halo-compareColors {
        display: none; }
    .productView-image-wrapper .halo-zoom {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin: 21px 0 0 0; }
      .productView-image-wrapper .halo-zoom .icon {
        width: 15px;
        height: 15px;
        fill: #999999;
        margin: 0 10px 0 0; }
      .productView-image-wrapper .halo-zoom .text {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        letter-spacing: 0;
        line-height: 24px; }
      .productView-image-wrapper .halo-zoom + .halo-compareColors {
        bottom: 65px; }
    .productView-image-wrapper .halo-askAnExpert {
      display: block;
      text-align: center;
      margin: 20px 0 0 0; }
      .productView-image-wrapper .halo-askAnExpert .ask-an-expert-link {
        font-weight: 400;
        min-width: 145px;
        height: 46px;
        line-height: 44px;
        padding-left: 0;
        padding-right: 0;
        text-transform: uppercase;
        background: transparent;
        border-color: #286040;
        color: #286040; }
        .productView-image-wrapper .halo-askAnExpert .ask-an-expert-link .text {
          position: relative;
          z-index: 2; }
      .productView-image-wrapper .halo-askAnExpert + .halo-compareColors {
        bottom: 101px; }
    .productView-image-wrapper [data-index="1"] {
      position: relative; }
    .productView-image-wrapper .product-images:not([data-index="1"]) .halo-productVideos,
    .productView-image-wrapper .product-images:not([data-index="1"]) .halo-compareColors {
      display: none; }
    .productView-image-wrapper .halo-productVideos {
      position: absolute;
      left: 34px;
      opacity: 1;
      bottom: 30px;
      display: block;
      transition: all 0.15s ease; }
      .productView-image-wrapper .halo-productVideos .halo-productVideo-link {
        display: inline-block;
        vertical-align: top; }
        .productView-image-wrapper .halo-productVideos .halo-productVideo-link .icon {
          display: inline-block;
          vertical-align: top;
          width: 40px;
          height: 40px;
          fill: black;
          stroke: black; }
      .productView-image-wrapper .halo-productVideos:hover {
        opacity: 1; }
      @media (max-width: 991px) {
        .productView-image-wrapper .halo-productVideos {
          left: 10px; } }
    .productView-image-wrapper .halo-compareColors {
      display: block;
      position: absolute;
      top: auto;
      bottom: 30px;
      right: 30px; }
      .productView-image-wrapper .halo-compareColors-link {
        display: flex;
        align-items: center; }
        .productView-image-wrapper .halo-compareColors-link .icon {
          display: inherit;
          width: 24px;
          height: 24px;
          margin: 0 10px 0 0; }
          .productView-image-wrapper .halo-compareColors-link .icon img {
            width: 100%;
            height: 100%; }
        .productView-image-wrapper .halo-compareColors-link .text {
          color: black;
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          letter-spacing: 0;
          text-transform: capitalize; }
          .productView-image-wrapper .halo-compareColors-link .text span {
            padding: 0 0 1px 0;
            background-image: linear-gradient(transparent 97%, #a9acaf 3%);
            background-repeat: repeat-x;
            background-position-y: 0; }
      @media (max-width: 551px) {
        .productView-image-wrapper .halo-compareColors-link .icon {
          width: 28px;
          height: 28px; }
        .productView-image-wrapper .halo-compareColors-link .text {
          display: none; } }
      @media (max-width: 991px) {
        .productView-image-wrapper .halo-compareColors {
          right: 10px; } }
  @media (min-width: 551px) {
    .productView-image-wrapper .halo-compareColors {
      right: 40px; }
    .productView-image-wrapper .halo-productVideos {
      left: 40px; } }
  @media (min-width: 1025px) {
    .productView-image-wrapper .halo-askAnExpert {
      position: absolute;
      top: auto;
      bottom: 25px;
      left: auto;
      right: 25px; }
      .productView-image-wrapper .halo-askAnExpert .ask-an-expert-link:before {
        content: '';
        background: #286040;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        transition: all 0.3s ease;
        z-index: 1; }
      .productView-image-wrapper .halo-askAnExpert .ask-an-expert-link:hover {
        color: white;
        border-color: #286040;
        background-color: #286040; }
        .productView-image-wrapper .halo-askAnExpert .ask-an-expert-link:hover:before {
          width: 100%; }
    .productView-image-wrapper .halo-productVideos {
      bottom: 30px; }
      .productView-image-wrapper .halo-productVideos .halo-productVideo-link .icon {
        width: 48px;
        height: 48px; }
    .productView-image-wrapper .halo-compareColors {
      bottom: 30px; } }
  @media (min-width: 1600px) {
    .productView-image-wrapper .halo-compareColors {
      bottom: 70px; }
    .productView-image-wrapper .halo-productVideos {
      left: 60px;
      bottom: 60px; } }

.productView-thumbnail {
  display: block;
  width: 100%;
  padding: 0 8px;
  margin: 0; }
  .productView-thumbnail .productView-thumbnail-link {
    display: block;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100px;
    background: transparent; }
    .productView-thumbnail .productView-thumbnail-link:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 128.125%; }
    .productView-thumbnail .productView-thumbnail-link img {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 100%;
      width: 100%;
      max-width: none;
      display: inline-block;
      vertical-align: top;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease;
      object-fit: cover; }
      .productView-thumbnail .productView-thumbnail-link img.lazyload, .productView-thumbnail .productView-thumbnail-link img.lazyloading {
        width: auto;
        height: auto;
        margin: 0 auto; }
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .videoText {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      transform: translateY(-50%); }
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .icon {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid white;
      margin: auto; }
    .productView-thumbnail .productView-thumbnail-link:hover {
      border-color: black; }
      .productView-thumbnail .productView-thumbnail-link:hover img {
        opacity: .5; }
  .productView-thumbnail-wrapper {
    display: block;
    padding: 0;
    margin: 20px 0 0 0;
    position: relative; }
    .productView-thumbnail-wrapper .productView-for {
      display: block;
      position: relative;
      font-size: 0;
      letter-spacing: 0;
      margin: 0;
      padding: 0 45px; }
      .productView-thumbnail-wrapper .productView-for:not(.slick-slider) {
        white-space: nowrap;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0; }
        .productView-thumbnail-wrapper .productView-for:not(.slick-slider) > div {
          display: inline-block;
          vertical-align: top;
          width: auto; }
    .productView-thumbnail-wrapper .slick-arrow {
      width: 25px;
      height: 25px;
      fill: black;
      background: transparent;
      border: 0;
      top: 50%;
      bottom: auto;
      padding: 0;
      transform: translateY(-50%);
      margin-top: 0; }
      .productView-thumbnail-wrapper .slick-arrow.slick-prev {
        left: 0; }
      .productView-thumbnail-wrapper .slick-arrow.slick-next {
        left: auto;
        right: 0; }
      .productView-thumbnail-wrapper .slick-arrow.slick-disabled {
        opacity: .5; }
  .productView-thumbnail.slick-current .productView-thumbnail-link {
    border-color: #286040; }
    .productView-thumbnail.slick-current .productView-thumbnail-link img {
      opacity: .5; }
  @media (min-width: 551px) {
    .productView-thumbnail-wrapper {
      margin-top: 30px; }
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .text {
      display: block; } }
  @media (min-width: 768px) {
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .icon {
      width: 44px;
      height: 44px; } }
  @media (min-width: 1025px) {
    .slick-slide .productView-thumbnail:hover .productView-thumbnail-link {
      border-color: #286040; }
      .slick-slide .productView-thumbnail:hover .productView-thumbnail-link img {
        opacity: .5; }
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .icon {
      width: 36px;
      height: 36px; }
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .text {
      font-size: 14px;
      margin-top: 3px; } }
  @media (min-width: 1200px) {
    .productView-thumbnail {
      padding: 8px 0; }
      .productView-thumbnail-wrapper {
        display: inline-block;
        vertical-align: top;
        width: 130px;
        padding-right: 44px;
        margin-top: 0;
        order: -1; }
        .productView-thumbnail-wrapper .productView-for {
          padding: 30px 0 38px 0; }
        .productView-thumbnail-wrapper .slick-arrow.slick-prev {
          top: -5px;
          left: 50%;
          transform: translateX(-50%) rotate(90deg); }
        .productView-thumbnail-wrapper .slick-arrow.slick-next {
          top: auto;
          left: 50%;
          right: auto;
          bottom: 0;
          transform: translateX(-50%) rotate(90deg); }
        .productView-thumbnail-wrapper.arrows-disable {
          margin-top: -8px; }
          .productView-thumbnail-wrapper.arrows-disable .productView-for {
            padding-top: 0;
            padding-bottom: 0; } }

.productView-details {
  display: block;
  margin: 0;
  padding: 0; }

.productView-tab .tabs {
  display: none;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-bottom: 0;
  border-bottom: 0; }
  .productView-tab .tabs .tab {
    display: block;
    float: none;
    width: 100%; }
  .productView-tab .tabs .tab-title {
    display: block;
    width: 100%;
    padding: 0 15px;
    text-align: left;
    transition: unset;
    color: #286040;
    font-family: "Noto Serif";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; }

.productView-tab .tabs-contents {
  margin: 0; }
  .productView-tab .tabs-contents .tab-content {
    display: block;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease; }
  .productView-tab .tabs-contents .toggle-title {
    display: block;
    margin: 0;
    padding: 0;
    color: #286040;
    font-family: "Noto Serif";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; }
  .productView-tab .tabs-contents .toggleLink {
    display: block;
    float: none;
    color: #286040;
    font-family: "Noto Serif";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    width: 100%;
    padding: 15px 45px 15px 15px;
    position: relative;
    text-transform: capitalize;
    border-top: 1px solid #286040;
    border-bottom: none;
    transition: all 0.3s 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: 15px;
      z-index: 2;
      pointer-events: none;
      transform: translateY(-50%);
      background-color: transparent;
      background-position: unset;
      background-repeat: unset;
      background-image: unset;
      transition: all 0.3s 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.3s ease;
        transform: translate(0, -50%);
        background: black; }
      .productView-tab .tabs-contents .toggleLink .icon-plus:before {
        right: 5px;
        width: 2px;
        height: 12px; }
      .productView-tab .tabs-contents .toggleLink .icon-plus:after {
        right: 0;
        width: 12px;
        height: 2px; }
    .productView-tab .tabs-contents .toggleLink.is-open {
      border-bottom: 1px solid transparent; }
      .productView-tab .tabs-contents .toggleLink.is-open .icon-plus:before, .productView-tab .tabs-contents .toggleLink.is-open .icon-plus:after {
        background: #286040; }
      .productView-tab .tabs-contents .toggleLink.is-open .icon-plus:before {
        transform: translateY(-50%) rotate(90deg); }
  .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 #286040; }
    .productView-tab .tabs-contents .tab-content:last-child .toggleLink.is-open {
      border-bottom: none; }
  .productView-tab .tabs-contents .toggle-content {
    position: relative; }
    .productView-tab .tabs-contents .toggle-content.is-open {
      padding-top: 15px;
      padding-bottom: 15px; }

@media (min-width: 992px) {
  .productView-tab .tabs-contents .toggle-content#tab-description-mobile {
    max-height: 300px;
    overflow: hidden;
    transition-property: max-height; }
    .productView-tab .tabs-contents .toggle-content#tab-description-mobile p {
      margin-top: 32px !important; } }

@media (min-width: 992px) {
  .productView-tab .tabs {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: auto; }
    .productView-tab .tabs .tab {
      display: inline-block;
      vertical-align: top;
      width: 300px;
      border: 0;
      white-space: normal;
      margin-right: 15px;
      padding-bottom: 2px;
      flex-grow: 1; }
      .productView-tab .tabs .tab.is-active .tab-title {
        border-bottom: 2px solid #757575; }
    .productView-tab .tabs .tab-title {
      padding-top: 30px;
      padding-bottom: 8px;
      font-size: 16px;
      border-bottom: 1px solid #757575; }
  .productView-tab .tabs-contents .tab-content {
    display: none;
    padding-right: 12px; }
    .productView-tab .tabs-contents .tab-content.is-active {
      display: block; }
  .productView-tab .tabs-contents .toggle-title {
    display: none; }
  .productView-tab .tabs-contents .toggle-content {
    display: block;
    max-height: unset !important; } }

@media (min-width: 1025px) {
  .productView-tab {
    padding: 64px 72px; }
    .productView-tab .tabs {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px;
      padding-bottom: 0;
      overflow: hidden; }
      .productView-tab .tabs .tab {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0; }
      .productView-tab .tabs .tab-title:hover {
        color: #3a3a3a;
        border-color: #3a3a3a; } }

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

.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 .button {
    min-width: 200px !important;
    text-transform: uppercase;
    line-height: 24px;
    height: 50px;
    font-weight: 500; }
  .tab-descriptionShowmore.less {
    padding-top: 30px;
    position: relative; }
  @media (min-width: 768px) {
    .tab-descriptionShowmore {
      display: none; } }

@media (max-width: 767px) {
  .productView-tab .tabs-contents .toggle-content#tab-description-mobile {
    max-height: 300px;
    overflow: hidden; } }

.page-product-mobile .customPag {
  display: none; }

@media (max-width: 550px) {
  .page-product-mobile .breadcrumbs {
    display: none; }
  .page-product-mobile .halo-productView-top .productView {
    padding-top: 0; }
  .page-product-mobile .halo-productView-left {
    margin-bottom: 15px; }
  .page-product-mobile .productView-image-wrapper {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    width: auto; }
    .page-product-mobile .productView-image-wrapper .productView-nav:not(.slick-initialized) {
      padding-right: 25%; }
  .page-product-mobile .productView-nav .slick-slide .productView-image {
    padding-left: 3px;
    padding-right: 3px; }
  .page-product-mobile .productView-nav .customPag {
    display: block;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    height: 20px;
    color: white;
    background: rgba(40, 96, 64, 0.5);
    padding: 0 8px; }
    .page-product-mobile .productView-nav .customPag span {
      padding: 0;
      position: relative; }
      .page-product-mobile .productView-nav .customPag span + span {
        padding-left: 10px; }
        .page-product-mobile .productView-nav .customPag span + span:before {
          content: '/';
          position: absolute;
          top: 2px;
          left: 3px;
          font-size: 16px;
          font-weight: 400; }
  .page-product-mobile .productView-nav.customSlick {
    /*opacity: 0;
                visibility: hidden;*/ }
    .page-product-mobile .productView-nav.customSlick .slick-list {
      padding-left: 0;
      padding-right: 25%; }
  .page-product-mobile .productView-nav.customSlickRight .slick-list {
    padding-left: 0;
    padding-right: 25%; }
  .page-product-mobile .productView-nav.customSlickLeft .slick-list {
    padding-left: 25%;
    padding-right: 0; }
  .page-product-mobile .productView-thumbnail-wrapper {
    display: none; } }

.productView-detail-tab {
  display: flex;
  padding: 6px 0px 16px;
  margin: 0px; }
  .productView-detail-tab.custom-description-tabs {
    display: flex; }
    @media (max-width: 991px) {
      .productView-detail-tab.custom-description-tabs {
        display: none; } }
  .productView-detail-tab li.tab {
    font-size: 16px;
    line-height: 24px;
    list-style-type: none;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #e4e7e6;
    padding-left: 15px;
    padding-right: 15px; }
    .productView-detail-tab li.tab:first-child {
      padding-left: 0; }
    .productView-detail-tab li.tab:last-child {
      padding-right: 0;
      border-right: none; }
    .productView-detail-tab li.tab a {
      letter-spacing: 0;
      color: #286040;
      padding: 10px 0px; }
      .productView-detail-tab li.tab a span {
        border-bottom: 1px solid transparent; }
      @media (min-width: 1025px) {
        .productView-detail-tab li.tab a:hover span {
          border-color: #d2d2d2; } }
  @media (min-width: 992px) and (max-width: 1150px) {
    .productView-detail-tab li.tab {
      font-size: 15px;
      padding-left: 7px;
      padding-right: 7px; } }
  @media (max-width: 767px) {
    .productView-detail-tab {
      display: block;
      font-size: 0;
      letter-spacing: 0;
      white-space: nowrap;
      overflow: auto;
      margin-bottom: 0 !important; }
      .productView-detail-tab li.tab {
        display: inline-block !important;
        vertical-align: top;
        min-width: 60px;
        margin: 0 auto;
        white-space: normal;
        text-align: center; }
        .productView-detail-tab li.tab.product-tab-divider {
          display: inline-block;
          min-width: 1px;
          margin: 0 15px; } }
  @media (max-width: 551px) {
    .productView-detail-tab {
      padding-bottom: 5px; }
      .productView-detail-tab li.tab:first-child {
        padding-left: 15px; }
      .productView-detail-tab li.tab:last-child {
        padding-right: 15px; }
      .productView-detail-tab li.tab:not(.slick-active) {
        border-right: none; }
      .productView-detail-tab .slick-dots {
        display: inline-block;
        vertical-align: middle;
        left: 0;
        bottom: -5px; }
        .productView-detail-tab .slick-dots li {
          margin: 0 10px;
          padding: 0;
          width: auto;
          height: auto; } }
      @media (max-width: 551px) and (min-width: 1025px) {
        .productView-detail-tab .slick-dots li {
          margin: 0 20px; } }
  @media (max-width: 551px) {
          .productView-detail-tab .slick-dots li button {
            width: 8px;
            height: 8px;
            opacity: 1;
            border: 1px solid #286040;
            background-color: transparent;
            transition: all 0.3s ease; }
            .productView-detail-tab .slick-dots li button:before {
              display: none; }
          .productView-detail-tab .slick-dots li:only-child {
            display: none; }
          .productView-detail-tab .slick-dots li.slick-active button {
            opacity: 1;
            border-color: #286040;
            background-color: #286040; } }

.halo-productView-prTab {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  height: 100vh;
  -webkit-animation: fadeIn 0.5s, moveUp 0.5s;
  animation: fadeIn 0.5s, moveUp 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  display: none; }
  @media (max-width: 991px) {
    .halo-productView-prTab {
      padding: 0 25px;
      top: 500px; } }
  @media (min-width: 992px) {
    .halo-productView-prTab {
      left: 40px;
      padding-right: 10px; } }
  @media (min-width: 1600px) {
    .halo-productView-prTab {
      left: 80px; } }
  .halo-productView-prTab.is-open {
    background: white;
    position: sticky;
    top: 0;
    z-index: 103;
    opacity: 1;
    overflow: visible;
    padding-top: 0;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .halo-productView-prTab.is-open {
        position: fixed;
        z-index: 999;
        padding-top: 0; } }
  .halo-productView-prTab .halo-productView-prTab-header {
    position: relative; }
    .halo-productView-prTab .halo-productView-prTab-header .title {
      font-size: 16px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0;
      color: black;
      font-family: "Noto Sans", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      margin: 0px;
      padding: 11px 0px 23px; }
    .halo-productView-prTab .halo-productView-prTab-header .close {
      position: absolute;
      top: 23px;
      right: -6px;
      z-index: 10;
      line-height: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      pointer-events: auto;
      width: 18px;
      height: 18px; }
  .halo-productView-prTab .halo-productView-prTab__content {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    color: black;
    max-width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    background: #fff; }
    .halo-productView-prTab .halo-productView-prTab__content h3 {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0;
      font-family: "Noto Sans", Arial, Helvetica, sans-serif;
      font-weight: 500;
      margin-top: 0px;
      margin-bottom: 15px; }
      .halo-productView-prTab .halo-productView-prTab__content h3.shipping {
        margin-top: 28px; }
    .halo-productView-prTab .halo-productView-prTab__content a:not(.button) {
      font-weight: 500;
      color: black; }
      .halo-productView-prTab .halo-productView-prTab__content a:not(.button) span {
        background-image: linear-gradient(transparent 96%, #d2d2d2 4%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  .halo-productView-prTab .des-title {
    font-size: 16px;
    font-weight: 500;
    color: black;
    margin-bottom: 8px;
    padding-top: 10px; }
  .halo-productView-prTab .des-list {
    margin-bottom: 13px;
    margin-left: 16px; }
    .halo-productView-prTab .des-list.des-list-nostyle {
      margin-bottom: 0; }
    .halo-productView-prTab .des-list > li {
      line-height: 32px; }
    .halo-productView-prTab .des-list li::marker {
      font-size: 15px; }
  .halo-productView-prTab .des-list-nostyle {
    margin-left: 0; }
    .halo-productView-prTab .des-list-nostyle > li {
      display: block; }
      .halo-productView-prTab .des-list-nostyle > li > span {
        width: 16px;
        display: inline-block; }
  .halo-productView-prTab .desItem-content-bottom-1 {
    padding-top: 13px; }
  .halo-productView-prTab .des-contentBorder {
    border-left: 2px solid #cccccc;
    padding: 5px 20px;
    margin-top: 18px;
    margin-bottom: 25px; }
  .halo-productView-prTab .desItem-content-bottom-2 {
    padding-bottom: 10px;
    margin-bottom: 35px; }
  .halo-productView-prTab .custom-description {
    display: block;
    position: relative;
    margin: 35px 0 0 0; }
    .halo-productView-prTab .custom-description:before, .halo-productView-prTab .custom-description:after {
      content: " ";
      display: table; }
    .halo-productView-prTab .custom-description:after {
      clear: both; }
    .halo-productView-prTab .custom-description table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
      table-layout: auto;
      margin: 0; }
      .halo-productView-prTab .custom-description table tr {
        background: transparent;
        height: 45px; }
        .halo-productView-prTab .custom-description table tr:nth-child(odd) {
          background: #fafafa; }
      .halo-productView-prTab .custom-description table td {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.75;
        padding: 11px 14px;
        text-align: left;
        color: black; }
        .halo-productView-prTab .custom-description table td.tb-title {
          color: black;
          font-weight: 500; }
  @media (min-width: 1025px) {
    .halo-productView-prTab {
      padding-right: 30px; } }
  @media (min-width: 1600px) {
    .halo-productView-prTab {
      padding-right: 58px; } }

.specification {
  display: block;
  max-width: 828px;
  margin: 32px auto; }
  .specification .specification-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    padding: 20px; }
    .specification .specification-list .specification-list-name,
    .specification .specification-list .specification-list-value {
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      color: #5a5a5a;
      margin: 0;
      padding: 15px 0;
      border-bottom: 1px solid #d8d8d8; }
    .specification .specification-list .specification-list-name::after {
      content: ':'; }
  @media (max-width: 767px) {
    .specification {
      padding: 15px;
      margin: 0 auto;
      max-width: max-content; }
      .specification .specification-list {
        grid-template-columns: 1fr 1fr; }
        .specification .specification-list .specification-list-name,
        .specification .specification-list .specification-list-value {
          padding: 12px 0;
          font-size: 15px; }
        .specification .specification-list .specification-list-value {
          padding-left: 12px; } }
  @media (max-width: 330px) {
    .specification .specification-list {
      grid-template-columns: 1fr; }
      .specification .specification-list .specification-list-name {
        border-bottom: none;
        padding-bottom: 0;
        font-weight: 500; }
      .specification .specification-list .specification-list-value {
        padding-top: 5px; } }

.halo-badges {
  position: absolute;
  top: 0px;
  z-index: 10;
  display: flex;
  flex-direction: column; }
  .halo-badges.halo-badges-left {
    left: 0px;
    align-items: flex-start; }
  .halo-badges.halo-badges-right {
    left: auto;
    right: 0px;
    align-items: flex-end; }
  .card .halo-badges {
    top: 10px; }
    @media (min-width: 1025px) {
      .card .halo-badges {
        top: 20px; } }
    .card .halo-badges.halo-badges-left {
      left: 0; }
    .card .halo-badges.halo-badges-right {
      left: auto;
      right: 0; }

.halo-badge {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Noto Sans";
  line-height: 22px;
  height: 22px;
  padding: 0 8px;
  margin: 0 0 5px 0;
  text-transform: uppercase; }
  .halo-badge.sale-badge {
    background: white;
    color: #e95144; }
  .halo-badge.soldOut-badge {
    display: none;
    background: #787878;
    color: white; }
    .halo-badge.soldOut-badge.is-visible {
      display: inline-block; }
  .halo-badge.new-badge {
    background: #b9e126;
    color: #323232; }
  .halo-badge.custom-badge {
    background: #c6a57d;
    color: white; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.halo-productOptions .form-option {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  padding: 0;
  line-height: 1; }
  .halo-productOptions .form-option-variant {
    min-width: unset;
    width: 34px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #cbcbcb;
    font-size: 0;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    position: relative; }
    .halo-productOptions .form-option-variant:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      transition: all 0.3s ease;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0);
      opacity: 1;
      visibility: visible;
      border: 2px solid white; }
  .halo-productOptions .form-option-variant--color2 {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: rotate(45deg); }
    .halo-productOptions .form-option-variant--color2 span {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
  .halo-productOptions .form-option-expanded {
    display: none;
    background-color: white;
    border: 1px solid transparent;
    padding: 2px;
    position: absolute;
    top: calc(100% + 5px);
    left: calc(100% + 5px);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
    .halo-productOptions .form-option-expanded .form-option-image {
      display: block;
      height: 100px;
      width: 100px;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover; }
  .halo-productOptions .form-option-swatch {
    position: relative;
    overflow: visible;
    box-shadow: none !important;
    border: 0 !important; }
    .halo-productOptions .form-option-swatch .form-option-variant {
      background-color: white;
      background-size: auto; }
      .halo-productOptions .form-option-swatch .form-option-variant:after {
        border-width: 3px; }
  .halo-productOptions .form-option-rectangle {
    border: 0 !important;
    box-shadow: none !important; }
    .halo-productOptions .form-option-rectangle .form-option-variant {
      font-size: 16px;
      font-weight: 400;
      color: black;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 4px 0px 0; }
      .halo-productOptions .form-option-rectangle .form-option-variant.form-option-length {
        min-width: 34px;
        width: auto;
        padding-left: 7px;
        padding-right: 7px; }
  .halo-productOptions .form-option.unavailable {
    position: relative;
    background: transparent;
    /*pointer-events: none;*/ }
    .halo-productOptions .form-option.unavailable .form-option-variant {
      opacity: .5; }
      .halo-productOptions .form-option.unavailable .form-option-variant:before {
        content: "";
        top: 15px;
        left: -8px;
        height: 1px;
        opacity: 1;
        z-index: 5;
        border: none;
        position: absolute;
        visibility: visible;
        width: calc(150% - 1px);
        background-color: #e95144;
        transform: rotate(-45deg); }
      .halo-productOptions .form-option.unavailable .form-option-variant:after {
        box-shadow: none !important;
        border: 2px solid #f5f5f5; }
      .halo-productOptions .form-option.unavailable .form-option-variant.form-option-length:before {
        left: 50%;
        width: 60px;
        transform: translateX(-50%) rotate(-45deg); }
    .halo-productOptions .form-option.unavailable .form-option-variant--color2:before {
      transform: rotate(90deg); }
    .halo-productOptions .form-option.unavailable.form-option-rectangle .form-option-variant {
      opacity: 1;
      background: #f5f5f5;
      border-color: #f5f5f5; }

.halo-productOptions .form-radio:checked + .form-option-swatch .form-option-variant:after {
  border-color: #cbcbcb; }

.halo-productOptions .form-radio:checked + .form-option-rectangle .form-option-variant:after {
  border-color: #cbcbcb; }

.halo-productOptions [data-product-attribute="input-checkbox"] .form-checkbox + .form-label {
  line-height: 1.3;
  color: #3a3a3a;
  display: inline-block; }
  .halo-productOptions [data-product-attribute="input-checkbox"] .form-checkbox + .form-label:before {
    top: 2px; }
  .halo-productOptions [data-product-attribute="input-checkbox"] .form-checkbox + .form-label:after {
    top: 2px; }

.halo-productOptions [data-product-attribute="input-checkbox"] .form-checkbox:checked + .form-label {
  font-weight: 500;
  color: black; }

.halo-productOptions [data-product-attribute="set-radio"] .form-radio + .form-label {
  color: #3a3a3a;
  display: inline-block; }

.halo-productOptions [data-product-attribute="set-radio"] .form-radio:checked + .form-label {
  font-weight: 500;
  color: black; }

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

.halo-productOptions [data-product-attribute="input-text"] .form-input {
  height: auto;
  margin-bottom: 10px; }

.halo-productOptions [data-product-attribute="set-select"] .form-select {
  height: 50px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
  background-position: right 8px top 18px;
  background-size: 12px;
  margin-bottom: 10px; }

.halo-productOptions [data-product-attribute="textarea"] .form-input {
  line-height: unset;
  min-height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px; }

.halo-productOptions [data-product-attribute="input-number"] .form-input {
  min-width: 100px;
  font-style: normal;
  margin-bottom: 10px; }
  .halo-productOptions [data-product-attribute="input-number"] .form-input::-webkit-outer-spin-button, .halo-productOptions [data-product-attribute="input-number"] .form-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.halo-productOptions [data-product-attribute="input-file"] .form-fileDescription {
  margin-bottom: 10px; }

.halo-productOptions [data-product-attribute="product-list"] .productOptions-list {
  margin-bottom: 10px; }

.halo-productOptions [data-product-attribute="date"] .form-select {
  min-width: 75px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
  background-position: right 8px top 18px;
  background-size: 12px;
  margin-bottom: 10px; }

.halo-productOptions [data-product-attribute="set-select"] .form-select {
  max-width: 50%; }

@media (min-width: 1025px) {
  .halo-productOptions .form-option-expanded {
    display: block; }
  .halo-productOptions .form-option:hover .form-option-expanded {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
    z-index: 5000; } }

.account {
  display: block;
  margin: 0; }

@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-body {
  margin: 0; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }
  @media (min-width: 1025px) {
    .account-body {
      margin-bottom: 20px; } }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  .account-content .alertBox {
    margin-top: 30px; }
  .account-content .productGrid {
    margin-top: 40px; }
    .account-content .productGrid .product .form {
      text-align: center;
      margin-bottom: 0; }
  .account-content .account-row {
    margin: 30px 0 0 0; }
  .account-content.account-content2 {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  @media (max-width: 768px) {
    .account-content form .form-fieldset {
      padding: 0 16px; } }
  @media (min-width: 1025px) {
    .account-content .productGrid .card-body .card-body-button {
      top: 0; }
    .account-content .productGrid .card:hover .card-body .card-body-button {
      top: -60px; } }

@media (min-width: 1025px) {
  .account-content--fixed {
    width: 66.66667%; } }

.account-content--fixedSmall {
  padding-top: 45px; }
  .account-content--fixedSmall .account-product-title {
    font-size: 16px;
    text-transform: capitalize; }
  .account-content--fixedSmall.account-content2 {
    width: 100%; }
  @media (min-width: 1025px) {
    .account-content--fixedSmall {
      width: 50%; } }

.account-sidebar {
  padding-top: 45px;
  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; } }

[data-create-account-form],
.new-password-form {
  margin: 0; }
  [data-create-account-form] .form-row,
  .new-password-form .form-row {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -15px;
    max-width: unset; }
    [data-create-account-form] .form-row .form-field,
    .new-password-form .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-create-account-form] .form-row .form-label,
    .new-password-form .form-row .form-label {
      line-height: 24px;
      margin-bottom: 10px;
      text-transform: capitalize;
      color: black; }
      [data-create-account-form] .form-row .form-label small,
      .new-password-form .form-row .form-label small {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 24px;
        color: #286040;
        text-transform: capitalize;
        margin-top: 0; }
  [data-create-account-form] .form-actions,
  .new-password-form .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center; }
    [data-create-account-form] .form-actions .button,
    .new-password-form .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }
  @media (min-width: 768px) {
    [data-create-account-form] .form-row,
    .new-password-form .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-create-account-form] .form-row .form-field,
      .new-password-form .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
    [data-create-account-form] .form-actions,
    .new-password-form .form-actions {
      margin-top: 0;
      text-align: left; }
      [data-create-account-form] .form-actions .button,
      .new-password-form .form-actions .button {
        display: inline-block;
        vertical-align: top;
        min-width: 238px;
        width: auto; } }
  @media (min-width: 1600px) {
    [data-create-account-form] .form-row,
    .new-password-form .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-create-account-form] .form-row .form-field,
      .new-password-form .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px; } }

.forgot-password-text,
.new-password-text {
  font-size: 16px;
  font-weight: 400;
  color: black;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 0 0 20px 0; }

.new-password-text + .button {
  text-transform: uppercase; }

@media (min-width: 768px) {
  .new-password-text + .button {
    min-width: 238px; } }

.forgot-password-form {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }
  .forgot-password-form .button {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    margin: 20px 0 0 0; }
  .forgot-password-form small {
    display: inline-block;
    color: #f1152f;
    line-height: inherit;
    margin: 0 0 0 4px;
    float: none; }
  @media (min-width: 768px) {
    .forgot-password-form .button {
      width: auto;
      margin-left: 20px;
      margin-top: 0;
      min-width: 238px; } }

.page-type-account_orderstatus .panel-body,
.page-type-account_inbox .panel-body,
.page-type-account_addressbook .panel-body,
.page-type-wishlist .panel-body,
.page-type-wishlists .panel-body,
.page-type-account_recentitems .panel-body,
.page-type-editaccount .panel-body,
.page-type-shippingaddressform .panel-body,
.page-type-add-wishlist .panel-body {
  background: #fafafa; }

.page-type-account_orderstatus .form-input[readonly],
.page-type-account_inbox .form-input[readonly],
.page-type-account_addressbook .form-input[readonly],
.page-type-wishlist .form-input[readonly],
.page-type-wishlists .form-input[readonly],
.page-type-account_recentitems .form-input[readonly],
.page-type-editaccount .form-input[readonly],
.page-type-shippingaddressform .form-input[readonly],
.page-type-add-wishlist .form-input[readonly] {
  background-color: #fafafa; }

[data-account-wishlist-form] .form-label small {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 16px; }

[data-inbox-form],
[data-add-wishlist-form],
[data-address-form],
[data-edit-account-form],
[data-payment-method-form] {
  margin: 40px 0 0; }
  [data-inbox-form] .form-row,
  [data-add-wishlist-form] .form-row,
  [data-address-form] .form-row,
  [data-edit-account-form] .form-row,
  [data-payment-method-form] .form-row {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -15px;
    max-width: unset; }
    [data-inbox-form] .form-row .form-field,
    [data-add-wishlist-form] .form-row .form-field,
    [data-address-form] .form-row .form-field,
    [data-edit-account-form] .form-row .form-field,
    [data-payment-method-form] .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-inbox-form] .form-row .form-label small,
    [data-add-wishlist-form] .form-row .form-label small,
    [data-address-form] .form-row .form-label small,
    [data-edit-account-form] .form-row .form-label small,
    [data-payment-method-form] .form-row .form-label small {
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      text-transform: capitalize;
      line-height: 16px; }
    [data-inbox-form] .form-row .form-select,
    [data-add-wishlist-form] .form-row .form-select,
    [data-address-form] .form-row .form-select,
    [data-edit-account-form] .form-row .form-select,
    [data-payment-method-form] .form-row .form-select {
      height: 45px; }
  [data-inbox-form] .form-field .form-label small,
  [data-inbox-form] .form-field--textarea .form-label small,
  [data-add-wishlist-form] .form-field .form-label small,
  [data-add-wishlist-form] .form-field--textarea .form-label small,
  [data-address-form] .form-field .form-label small,
  [data-address-form] .form-field--textarea .form-label small,
  [data-edit-account-form] .form-field .form-label small,
  [data-edit-account-form] .form-field--textarea .form-label small,
  [data-payment-method-form] .form-field .form-label small,
  [data-payment-method-form] .form-field--textarea .form-label small {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 16px; }
  [data-inbox-form] .form-actions,
  [data-add-wishlist-form] .form-actions,
  [data-address-form] .form-actions,
  [data-edit-account-form] .form-actions,
  [data-payment-method-form] .form-actions {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 20px 0 0 0;
    text-align: center;
    max-width: 100%; }
    [data-inbox-form] .form-actions .button,
    [data-add-wishlist-form] .form-actions .button,
    [data-address-form] .form-actions .button,
    [data-edit-account-form] .form-actions .button,
    [data-payment-method-form] .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }
  @media (max-width: 767px) {
    [data-inbox-form] .form-actions .button + .button,
    [data-add-wishlist-form] .form-actions .button + .button,
    [data-address-form] .form-actions .button + .button,
    [data-edit-account-form] .form-actions .button + .button,
    [data-payment-method-form] .form-actions .button + .button {
      margin-left: 0; } }
  @media (min-width: 768px) {
    [data-inbox-form] .form-row,
    [data-add-wishlist-form] .form-row,
    [data-address-form] .form-row,
    [data-edit-account-form] .form-row,
    [data-payment-method-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-inbox-form] .form-row .form-field,
      [data-add-wishlist-form] .form-row .form-field,
      [data-address-form] .form-row .form-field,
      [data-edit-account-form] .form-row .form-field,
      [data-payment-method-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
    [data-inbox-form] .form-actions,
    [data-add-wishlist-form] .form-actions,
    [data-address-form] .form-actions,
    [data-edit-account-form] .form-actions,
    [data-payment-method-form] .form-actions {
      margin-top: 0;
      text-align: left; }
      [data-inbox-form] .form-actions .button,
      [data-add-wishlist-form] .form-actions .button,
      [data-address-form] .form-actions .button,
      [data-edit-account-form] .form-actions .button,
      [data-payment-method-form] .form-actions .button {
        display: inline-block;
        vertical-align: top;
        max-width: 238px !important; }
        [data-inbox-form] .form-actions .button + .button,
        [data-add-wishlist-form] .form-actions .button + .button,
        [data-address-form] .form-actions .button + .button,
        [data-edit-account-form] .form-actions .button + .button,
        [data-payment-method-form] .form-actions .button + .button {
          margin-top: 0;
          margin-left: 20px; }
      [data-inbox-form] .form-actions [data-wishlist-delete],
      [data-add-wishlist-form] .form-actions [data-wishlist-delete],
      [data-address-form] .form-actions [data-wishlist-delete],
      [data-edit-account-form] .form-actions [data-wishlist-delete],
      [data-payment-method-form] .form-actions [data-wishlist-delete] {
        margin-top: 0;
        margin-left: 20px; } }
  @media (min-width: 1600px) {
    [data-inbox-form] .form-row,
    [data-add-wishlist-form] .form-row,
    [data-address-form] .form-row,
    [data-edit-account-form] .form-row,
    [data-payment-method-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-inbox-form] .form-row .form-field,
      [data-add-wishlist-form] .form-row .form-field,
      [data-address-form] .form-row .form-field,
      [data-edit-account-form] .form-row .form-field,
      [data-payment-method-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px; } }

[data-message-account-form],
[data-account-return-form] {
  margin: 0; }
  [data-message-account-form] .form-select,
  [data-account-return-form] .form-select {
    background-size: unset; }
  [data-message-account-form] .return-itemQuantity .form-select,
  [data-account-return-form] .return-itemQuantity .form-select {
    background-position: right .5rem top .6rem; }
  [data-message-account-form] .form-row,
  [data-account-return-form] .form-row {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -15px;
    max-width: unset; }
    [data-message-account-form] .form-row .form-field,
    [data-account-return-form] .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-message-account-form] .form-row .form-label small,
    [data-account-return-form] .form-row .form-label small {
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      text-transform: capitalize;
      line-height: 16px; }
    [data-message-account-form] .form-row .form-select,
    [data-account-return-form] .form-row .form-select {
      height: 45px; }
  [data-message-account-form] .form-field--textarea .form-label small,
  [data-account-return-form] .form-field--textarea .form-label small {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 16px; }
  [data-message-account-form] .form-actions,
  [data-account-return-form] .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 0;
    letter-spacing: 0; }
    [data-message-account-form] .form-actions .button,
    [data-account-return-form] .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }
  @media (min-width: 768px) {
    [data-message-account-form] .form-row,
    [data-account-return-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-message-account-form] .form-row .form-field,
      [data-account-return-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
    [data-message-account-form] .form-actions,
    [data-account-return-form] .form-actions {
      margin-top: 0;
      text-align: left; }
      [data-message-account-form] .form-actions .button,
      [data-account-return-form] .form-actions .button {
        display: inline-block;
        vertical-align: top;
        max-width: 238px !important; }
        [data-message-account-form] .form-actions .button + .button,
        [data-account-return-form] .form-actions .button + .button {
          margin-top: 0;
          margin-left: 20px; } }
  @media (min-width: 1600px) {
    [data-message-account-form] .form-row,
    [data-account-return-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-message-account-form] .form-row .form-field,
      [data-account-return-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px; } }

[data-account-wishlist-form] {
  margin: 40px auto 0 auto; }
  [data-account-wishlist-form] .form-label small {
    font-size: 16px -1px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 16px; }
  [data-account-wishlist-form] .form-select {
    height: 45px; }

[data-add-giftcertificates-form] {
  margin: 40px auto 0 auto;
  max-width: 100%; }
  [data-add-giftcertificates-form] .form-field {
    margin-bottom: 20px; }
  [data-add-giftcertificates-form] .form-label small {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 16px; }
  [data-add-giftcertificates-form] .form-select {
    height: 45px; }
  [data-add-giftcertificates-form] .form-actions .button {
    margin-left: 0; }
  @media (min-width: 768px) {
    [data-add-giftcertificates-form] {
      max-width: 34.375rem; } }

[data-giftcertificates-form] {
  margin: 45px 0 0 0; }
  [data-giftcertificates-form] .form-row {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -15px;
    max-width: unset; }
    [data-giftcertificates-form] .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-giftcertificates-form] .form-row .form-label {
      line-height: 24px;
      margin-bottom: 10px; }
      [data-giftcertificates-form] .form-row .form-label small {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0; }
    [data-giftcertificates-form] .form-row .form-select {
      height: 45px; }
    [data-giftcertificates-form] .form-row .form-field--textarea .form-input {
      min-height: 182px;
      line-height: inherit; }
    [data-giftcertificates-form] .form-row .form-radio + .form-label {
      color: black;
      margin-bottom: 15px; }
    [data-giftcertificates-form] .form-row .form-field--checkbox {
      margin-top: 2px;
      margin-bottom: 0; }
      [data-giftcertificates-form] .form-row .form-field--checkbox .form-checkbox + .form-label {
        color: black; }
      [data-giftcertificates-form] .form-row .form-field--checkbox + .form-field--checkbox {
        margin-top: 3px; }
    [data-giftcertificates-form] .form-row .form-field-group {
      border-radius: 0;
      border-color: #fafafa;
      background-color: #fafafa;
      padding: 16px 20px 8px; }
      [data-giftcertificates-form] .form-row .form-field-group .form-label {
        line-height: 22px;
        padding-left: 28px;
        color: black;
        margin-bottom: 10px; }
  [data-giftcertificates-form] .form-column {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
    [data-giftcertificates-form] .form-column + .form-column {
      margin-top: 15px; }
  [data-giftcertificates-form] .form-actions {
    display: block;
    margin: 0;
    text-align: center;
    max-width: 100%;
    font-size: 0;
    letter-spacing: 0; }
    [data-giftcertificates-form] .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase;
      margin-left: 0; }
      [data-giftcertificates-form] .form-actions .button:first-child {
        color: #286040;
        background-color: transparent; }
      [data-giftcertificates-form] .form-actions .button + .button {
        margin-top: 20px;
        margin-left: 0; }
  @media (min-width: 768px) {
    [data-giftcertificates-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-giftcertificates-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
      [data-giftcertificates-form] .form-row .form-column .form-field {
        width: 100%; }
    [data-giftcertificates-form] .form-column {
      width: 50%; }
      [data-giftcertificates-form] .form-column + .form-column {
        margin-top: 0; }
    [data-giftcertificates-form] .form-actions {
      text-align: center; }
      [data-giftcertificates-form] .form-actions .button {
        display: inline-block;
        vertical-align: top;
        width: 153px; }
        [data-giftcertificates-form] .form-actions .button + .button {
          width: 388px;
          margin-left: 15px;
          margin-top: 0; } }
  @media (min-width: 1025px) {
    [data-giftcertificates-form] .form-actions .button:first-child:hover {
      color: white;
      border-color: #286040;
      background-color: #286040; } }
  @media (min-width: 1200px) {
    [data-giftcertificates-form] .form-actions {
      text-align: right; }
      [data-giftcertificates-form] .form-actions .button {
        display: inline-block;
        vertical-align: top;
        width: 153px; }
        [data-giftcertificates-form] .form-actions .button + .button {
          width: calc(50% - 184px);
          margin-left: 15px;
          margin-top: 0; } }
  @media (min-width: 1600px) {
    [data-giftcertificates-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-giftcertificates-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px; }
    [data-giftcertificates-form] .form-actions {
      padding-top: 10px; }
      [data-giftcertificates-form] .form-actions .button + .button {
        width: calc(50% - 197px);
        margin-left: 30px; } }

.page-giftcertificates #gift-certificate-balance {
  margin-top: 20px; }

#giftcertificatecode + .form-prefixPostfix-button--postfix {
  height: 45px; }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: normal; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: normal;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: normal;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 1025px) {
  .image-with-overlay {
    display: block;
    overflow: hidden;
    position: relative; }
    .image-with-overlay:before {
      content: "";
      width: 100%;
      height: 100%;
      top: 100%;
      right: 0;
      left: auto;
      z-index: 1;
      transform: none;
      position: absolute;
      transition: all 0.3s ease;
      background-color: rgba(0, 0, 0, 0.2);
      background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 100%); }
  .halo-custom-block-banner .halo-banner-items .item:hover .image-with-overlay:before {
    top: 0; }
  .image-with-overlay:hover:before {
    top: 0; }
  .image-with-scale {
    display: block;
    overflow: hidden;
    position: relative; }
    .image-with-scale img {
      -webkit-transition: -webkit-transform 1.5s ease-out;
      transition: -webkit-transform 1.5s ease-out;
      -moz-transition: transform 1.5s ease-out, -moz-transform 1.5s ease-out;
      transition: transform 1.5s ease-out;
      transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out, -moz-transform 1.5s ease-out; }
    .image-with-scale:hover img {
      transform: scale(1.1); } }

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

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

.text-right {
  text-align: right; }

/*
- custom block banner
*/
.halo-custom-block-banner {
  overflow: hidden; }
  .halo-custom-block-banner .halo-banner-items {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    font-size: 0;
    letter-spacing: 0;
    margin: 0px -10px;
    padding: 0px;
    padding-left: 10px; }
    @media (min-width: 551px) {
      .halo-custom-block-banner .halo-banner-items {
        padding-left: 0px;
        margin: 0px -5px; } }
    @media (min-width: 768px) {
      .halo-custom-block-banner .halo-banner-items {
        flex-direction: row; } }
    .halo-custom-block-banner .halo-banner-items .item {
      display: inline-block;
      vertical-align: top;
      position: relative;
      white-space: normal;
      width: 100%;
      height: 100%; }
      @media (max-width: 551px) {
        .halo-custom-block-banner .halo-banner-items .item {
          padding: 0; } }
      @media (min-width: 768px) {
        .halo-custom-block-banner .halo-banner-items .item {
          width: 50%; } }
      @media (min-width: 1440px) {
        .halo-custom-block-banner .halo-banner-items .item {
          max-height: calc(95vh - 80px);
          min-height: 580px; } }
    .halo-custom-block-banner .halo-banner-items .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 9;
      margin: 0 auto;
      padding: 24px;
      top: 50%;
      transform: translateY(-50%); }
      .halo-custom-block-banner .halo-banner-items .content .content-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 23px; }
      .halo-custom-block-banner .halo-banner-items .content .title,
      .halo-custom-block-banner .halo-banner-items .content .subtitle,
      .halo-custom-block-banner .halo-banner-items .content .desc {
        margin: 0; }
      .halo-custom-block-banner .halo-banner-items .content .subtitle {
        color: #fff;
        font-family: "Noto Sans";
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 4px;
        padding: 5px 10px;
        background-color: black;
        width: fit-content; }
      .halo-custom-block-banner .halo-banner-items .content .title {
        color: #fff;
        font-family: "Noto Serif";
        font-size: 22px;
        font-weight: 600;
        line-height: 27px; }
      .halo-custom-block-banner .halo-banner-items .content .desc {
        color: #fff;
        font-family: "Noto Sans";
        font-size: 16px;
        font-weight: 400;
        line-height: 26px; }
      @media (min-width: 550px) {
        .halo-custom-block-banner .halo-banner-items .content .subtitle {
          font-size: 18px;
          line-height: 28px;
          letter-spacing: 4px;
          padding: 5px 10px; }
        .halo-custom-block-banner .halo-banner-items .content .title {
          font-size: 24px;
          line-height: 27px; }
        .halo-custom-block-banner .halo-banner-items .content .desc {
          font-size: 16px;
          line-height: 26px; } }
      @media (min-width: 1025px) {
        .halo-custom-block-banner .halo-banner-items .content {
          left: 10%;
          padding: 0; }
          .halo-custom-block-banner .halo-banner-items .content .subtitle {
            font-size: 20px;
            font-weight: 700;
            line-height: 28px;
            letter-spacing: 4px; }
          .halo-custom-block-banner .halo-banner-items .content .title {
            font-size: 36px;
            line-height: 44px; }
          .halo-custom-block-banner .halo-banner-items .content .desc {
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            max-width: 60%; }
          .halo-custom-block-banner .halo-banner-items .content:hover, .halo-custom-block-banner .halo-banner-items .content:focus {
            color: white;
            border-color: white;
            background: transparent; } }

/*
- Custom Block parallx banner
*/
.halo-custom-parallax-banner.halo-custom-parallax-banner-2 .halo-block--background .halo-block-content {
  position: relative; }

.halo-custom-parallax-banner .banner-wrapper {
  position: relative; }
  .halo-custom-parallax-banner .banner-wrapper .halo-block-content {
    background: #242523;
    max-width: none;
    padding: 32px; }
    .halo-custom-parallax-banner .banner-wrapper .halo-block-content .content-wrapper {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 23px; }
    .halo-custom-parallax-banner .banner-wrapper .halo-block-content .title,
    .halo-custom-parallax-banner .banner-wrapper .halo-block-content .subtitle,
    .halo-custom-parallax-banner .banner-wrapper .halo-block-content .desc {
      color: #fff;
      margin: 0; }
    .halo-custom-parallax-banner .banner-wrapper .halo-block-content .title {
      text-align: center;
      font-size: 30px;
      font-weight: 700;
      line-height: 33px;
      letter-spacing: 1.25px;
      width: 100%; }
    .halo-custom-parallax-banner .banner-wrapper .halo-block-content .desc {
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      width: 100%; }
    .halo-custom-parallax-banner .banner-wrapper .halo-block-content .button {
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      align-self: center; }
  @media (min-width: 1025px) {
    .halo-custom-parallax-banner .banner-wrapper .halo-block-content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      max-width: 60%;
      background-color: transparent; }
      .halo-custom-parallax-banner .banner-wrapper .halo-block-content .title {
        font-weight: 700;
        letter-spacing: 1.25px; }
      .halo-custom-parallax-banner .banner-wrapper .halo-block-content .desc {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px; }
      .halo-custom-parallax-banner .banner-wrapper .halo-block-content--right .title,
      .halo-custom-parallax-banner .banner-wrapper .halo-block-content--right .desc,
      .halo-custom-parallax-banner .banner-wrapper .halo-block-content--right .subtitle, .halo-custom-parallax-banner .banner-wrapper .halo-block-content--left .title,
      .halo-custom-parallax-banner .banner-wrapper .halo-block-content--left .desc,
      .halo-custom-parallax-banner .banner-wrapper .halo-block-content--left .subtitle {
        text-align: left; }
      .halo-custom-parallax-banner .banner-wrapper .halo-block-content--right .button, .halo-custom-parallax-banner .banner-wrapper .halo-block-content--left .button {
        align-self: flex-start; }
      .halo-custom-parallax-banner .banner-wrapper .halo-block-content--right {
        padding-right: 5%;
        right: 0;
        left: auto; }
      .halo-custom-parallax-banner .banner-wrapper .halo-block-content--left {
        right: 0;
        left: auto;
        padding-left: 5%; } }
  @media (min-width: 1440px) {
    .halo-custom-parallax-banner .banner-wrapper .halo-block-content {
      max-width: 50%; } }

.halo-custom-parallax-banner .halo-block--background {
  height: 400px;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }
  @media (min-width: 768px) {
    .halo-custom-parallax-banner .halo-block--background {
      background-position: left; } }
  @media (min-width: 1025px) {
    .halo-custom-parallax-banner .halo-block--background {
      height: 840px;
      background-attachment: fixed;
      background-repeat: no-repeat; } }
  .halo-custom-parallax-banner .halo-block--background .halo-block-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9;
    text-align: center;
    max-width: calc(100% - 50px); }
    @media (min-width: 1025px) {
      .halo-custom-parallax-banner .halo-block--background .halo-block-content {
        max-width: 650px; } }
    .halo-custom-parallax-banner .halo-block--background .halo-block-content .subtitle {
      color: white;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 35px;
      margin-bottom: 9px; }
      .halo-custom-parallax-banner .halo-block--background .halo-block-content .subtitle span {
        position: relative; }
    .halo-custom-parallax-banner .halo-block--background .halo-block-content .title {
      color: #fff;
      margin-top: 0px;
      margin-bottom: 23px; }
    .halo-custom-parallax-banner .halo-block--background .halo-block-content .desc {
      font-size: 16px;
      color: #fff;
      line-height: 24px;
      letter-spacing: 0;
      width: 100%;
      display: block;
      margin-bottom: 35px; }
    .halo-custom-parallax-banner .halo-block--background .halo-block-content .countdown {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 500;
      line-height: 22px;
      color: white; }
      @media (min-width: 1024px) {
        .halo-custom-parallax-banner .halo-block--background .halo-block-content .countdown {
          line-height: 35px; } }
      .halo-custom-parallax-banner .halo-block--background .halo-block-content .countdown .num {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        width: 60px;
        height: 60px;
        border: 1px solid white;
        text-align: center;
        color: #fff;
        text-align: center;
        font-family: "Noto Serif";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
        .halo-custom-parallax-banner .halo-block--background .halo-block-content .countdown .num .label {
          color: #fff;
          text-align: center;
          font-feature-settings: "liga" off, "clig" off;
          /* Body Small */
          font-family: var(--Fonts-Body, "Noto Sans");
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
          /* 142.857% */ }
        .halo-custom-parallax-banner .halo-block--background .halo-block-content .countdown .num + .num {
          margin-left: 12px; }
      @media (min-width: 551) {
        .halo-custom-parallax-banner .halo-block--background .halo-block-content .countdown .num {
          font-size: 32px;
          width: 70px;
          height: 70px; } }
      @media (min-width: 1025px) {
        .halo-custom-parallax-banner .halo-block--background .halo-block-content .countdown {
          margin-bottom: 40px; }
          .halo-custom-parallax-banner .halo-block--background .halo-block-content .countdown .num {
            font-size: 32px;
            width: 90px;
            height: 90px; } }

@media (max-width: 551px) {
  .halo-custom-parallax-banner.halo-custom-parallax-banner-category {
    margin-top: 50px; } }

@media (min-width: 1025px) {
  .halo-custom-parallax-banner.halo-custom-parallax-banner-category {
    margin-top: 100px; } }

.halo-custom-parallax-banner.halo-custom-parallax-banner-category .halo-block--background {
  position: relative; }
  @media (min-width: 1025px) {
    .halo-custom-parallax-banner.halo-custom-parallax-banner-category .halo-block--background .halo-block-content {
      left: 30px;
      transform: translate(0%, -50%);
      max-width: 450px; } }
  @media (min-width: 1200px) {
    .halo-custom-parallax-banner.halo-custom-parallax-banner-category .halo-block--background .halo-block-content {
      left: calc((100% - 1230px) / 2); } }
  .halo-custom-parallax-banner.halo-custom-parallax-banner-category .halo-block--background .halo-block-content .subtitle {
    line-height: 26px;
    margin-bottom: 8px; }
    .halo-custom-parallax-banner.halo-custom-parallax-banner-category .halo-block--background .halo-block-content .subtitle span:before {
      display: none; }
  .halo-custom-parallax-banner.halo-custom-parallax-banner-category .halo-block--background .halo-block-content .halo-line {
    display: block;
    width: 100%;
    max-width: 35px;
    height: 2px;
    background: white;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 0px;
    margin-bottom: 23px; }
  .halo-custom-parallax-banner.halo-custom-parallax-banner-category .halo-block--background .halo-block-content .title {
    margin-bottom: 16px; }
  .halo-custom-parallax-banner.halo-custom-parallax-banner-category .halo-block--background .halo-block-content .desc {
    line-height: 26px;
    margin-bottom: 30px; }
  .halo-custom-parallax-banner.halo-custom-parallax-banner-category .halo-block--background .halo-block-content .button {
    background: #464646;
    color: white;
    border-color: #1e1e1e; }
    .halo-custom-parallax-banner.halo-custom-parallax-banner-category .halo-block--background .halo-block-content .button:hover {
      border-color: #464646 !important;
      background-color: white;
      color: #464646 !important; }
    @media (min-width: 551px) {
      .halo-custom-parallax-banner.halo-custom-parallax-banner-category .halo-block--background .halo-block-content .button {
        max-width: 171px; } }
  .halo-custom-parallax-banner.halo-custom-parallax-banner-category .halo-block--background:before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: 1;
    background-color: rgba(86, 70, 55, 0.2); }
  @media (min-width: 1025px) {
    .halo-custom-parallax-banner.halo-custom-parallax-banner-category .halo-block--background {
      height: 670px; } }

.halo-custom-parallax-banner.countdown-banner .halo-block-content .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px; }

.halo-custom-parallax-banner.countdown-banner .halo-block-content .title,
.halo-custom-parallax-banner.countdown-banner .halo-block-content .subtitle,
.halo-custom-parallax-banner.countdown-banner .halo-block-content .desc {
  margin: 0; }

.halo-custom-parallax-banner.countdown-banner .halo-block-content .title {
  color: #fff;
  font-family: "Noto Serif";
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 1.25px; }

.halo-custom-parallax-banner.countdown-banner .halo-block-content .subtitle {
  color: #fff;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase; }

.halo-custom-parallax-banner.countdown-banner .halo-block-content .button {
  max-width: none;
  margin: 0 auto;
  width: fit-content; }

@media (min-width: 1025px) {
  .halo-custom-parallax-banner.countdown-banner .halo-block-content {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 1.25px; }
    .halo-custom-parallax-banner.countdown-banner .halo-block-content .title {
      font-size: 48px;
      line-height: 56px;
      letter-spacing: 1.25px; }
    .halo-custom-parallax-banner.countdown-banner .halo-block-content .desc {
      font-size: 18px;
      line-height: 28px; }
    .halo-custom-parallax-banner.countdown-banner .halo-block-content .content-wrapper {
      gap: 50px; } }

/*
-Custom Instagram Gallery
*/
#halo_instagram {
  text-align: center;
  margin: 44px 0;
  display: flex;
  flex-direction: column;
  gap: 27px; }
  @media (min-width: 1025px) {
    #halo_instagram {
      margin: 72px 0;
      gap: 37px; } }
  #halo_instagram .socialLinks--alt .icon {
    width: 18px;
    height: 18px; }
  #halo_instagram .socialLinks {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px; }
    #halo_instagram .socialLinks .socialLinks-item {
      border-radius: 18px;
      border: 1px solid #286040;
      display: flex;
      width: 36px;
      padding: 8px 4px;
      justify-content: center;
      align-items: center;
      margin: 0; }
      #halo_instagram .socialLinks .socialLinks-item svg {
        color: #286040;
        width: 18px;
        height: 18px; }
  #halo_instagram .halo-block-header {
    text-align: center;
    max-width: calc(100% - 60px);
    margin: 0 auto; }
    @media (min-width: 551px) {
      #halo_instagram .halo-block-header {
        max-width: fit-content; } }
    #halo_instagram .halo-block-header .title {
      color: black;
      margin-bottom: 10px;
      font-family: "Noto Serif";
      font-size: 30px;
      font-weight: 700;
      line-height: 33px;
      letter-spacing: 1.25px; }
    #halo_instagram .halo-block-header .desc {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 24px;
      margin-bottom: 30px; }
    @media (min-width: 1025px) {
      #halo_instagram .halo-block-header .title {
        font-size: 48px;
        line-height: 56px; }
      #halo_instagram .halo-block-header .desc {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 37px; } }
  #halo_instagram .halo-block-footer {
    margin-top: 30px; }
    @media (min-width: 1025px) {
      #halo_instagram .halo-block-footer {
        margin-top: 45px; } }

.halo-image-instagram {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
  overflow: auto;
  white-space: nowrap; }
  @media (max-width: 551px) {
    .halo-image-instagram {
      margin: 0 -10px;
      padding-left: 10px;
      padding-right: 10px; } }
  .halo-image-instagram .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 320px;
    margin: 0 10px 2px 0;
    white-space: normal;
    padding: 0; }
    .halo-image-instagram .item:last-child {
      margin-right: 0; }
  .halo-image-instagram .image-collection2 {
    position: relative; }
    .halo-image-instagram .image-collection2 .image-with-overlay:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .halo-image-instagram .image-collection2 .image-with-overlay img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      transform: translate3d(-50%, -50%, 0); }
      .halo-image-instagram .image-collection2 .image-with-overlay img.lazyload, .halo-image-instagram .image-collection2 .image-with-overlay img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain;
        margin: auto; }
      .halo-image-instagram .image-collection2 .image-with-overlay img.lazyloaded {
        width: auto;
        height: auto;
        min-width: 100%;
        transition: all 0.7s ease; }
    .halo-image-instagram .image-collection2 .image-with-overlay span {
      opacity: 0;
      overflow: hidden; }
  @media (min-width: 551px) {
    .halo-image-instagram .item {
      width: 60%;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .halo-image-instagram .item {
      width: 40%; } }
  @media (min-width: 1025px) {
    .halo-image-instagram {
      margin-left: -5px;
      margin-right: -5px;
      white-space: unset;
      overflow: hidden;
      padding-left: 0; }
      .halo-image-instagram .item {
        width: 25%;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 10px;
        margin-right: 0;
        margin-bottom: 0; }
      .halo-image-instagram .image-collection2 {
        display: block;
        overflow: hidden;
        position: relative; }
        .halo-image-instagram .image-collection2 .image-with-overlay:before {
          background-color: rgba(30, 30, 30, 0.5);
          transition: all 0.6s ease;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 2;
          opacity: 0;
          content: "";
          visibility: hidden; }
        .halo-image-instagram .image-collection2 .image-with-overlay:after {
          padding-bottom: 100%; }
        .halo-image-instagram .image-collection2 .image-with-overlay span {
          font-size: 0px;
          width: 48px;
          height: 48px;
          position: absolute;
          z-index: 999;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          opacity: 0;
          overflow: hidden;
          transition: all 0.6s ease; }
          .halo-image-instagram .image-collection2 .image-with-overlay span:before {
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: white;
            width: 2px;
            height: 100%; }
          .halo-image-instagram .image-collection2 .image-with-overlay span:after {
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: white;
            width: 100%;
            height: 2px; }
        .halo-image-instagram .image-collection2 .title {
          font-size: 32px;
          margin-bottom: 30px;
          max-width: 158px; }
        .halo-image-instagram .image-collection2:hover .image-with-overlay:before {
          opacity: 1;
          overflow: visible;
          visibility: visible; }
        .halo-image-instagram .image-collection2:hover .image-with-overlay span {
          opacity: 1;
          overflow: visible;
          visibility: visible; }
        .halo-image-instagram .image-collection2:hover .image-with-overlay img {
          transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); } }

/*
- Custom block full banner category
*/
.halo-fullwidth-banner {
  padding: 0px 10px; }
  @media (min-width: 768px) {
    .halo-fullwidth-banner {
      padding: 0;
      background: #fafafa;
      margin-bottom: 50px; } }
  @media (min-width: 1025px) {
    .halo-fullwidth-banner {
      margin-bottom: 71px; } }
  .halo-fullwidth-banner.halo-fullwidth-banner-2 {
    padding: 50px 0; }
    @media (min-width: 1600px) {
      .halo-fullwidth-banner.halo-fullwidth-banner-2 .halo-row .halo-fullwidth-banner--left {
        padding-left: 345px;
        padding-right: 60px; } }
    @media (min-width: 1025px) {
      .halo-fullwidth-banner.halo-fullwidth-banner-2 .slick-dots {
        position: absolute;
        top: 70px;
        left: calc(50% + 54px);
        bottom: inherit;
        margin: 0;
        padding: 0;
        width: auto;
        width: 80px;
        transform: translateX(-50%);
        padding-left: 0 !important; }
        .halo-fullwidth-banner.halo-fullwidth-banner-2 .slick-dots li {
          width: auto;
          height: auto;
          padding: 0;
          text-align: center;
          width: 100%;
          display: none;
          margin: 0px; }
          .halo-fullwidth-banner.halo-fullwidth-banner-2 .slick-dots li button {
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0;
            line-height: 26px;
            color: white;
            border: 0;
            border-radius: 0;
            width: auto;
            height: auto;
            position: relative;
            transition: all 0.3s ease;
            border-bottom: 1px solid transparent;
            background: transparent; }
            .halo-fullwidth-banner.halo-fullwidth-banner-2 .slick-dots li button:before {
              display: none; }
          .halo-fullwidth-banner.halo-fullwidth-banner-2 .slick-dots li.slick-active {
            display: block; }
            .halo-fullwidth-banner.halo-fullwidth-banner-2 .slick-dots li.slick-active button {
              color: white; } }
    @media (min-width: 1199px) {
      .halo-fullwidth-banner.halo-fullwidth-banner-2 .slick-dots {
        top: 100px; } }
    @media (min-width: 1300px) {
      .halo-fullwidth-banner.halo-fullwidth-banner-2 .slick-dots {
        top: 130px; } }
    @media (min-width: 768px) {
      .halo-fullwidth-banner.halo-fullwidth-banner-2 {
        background: transparent;
        margin-bottom: 0; }
        .halo-fullwidth-banner.halo-fullwidth-banner-2 .halo-row {
          background: #fafafa; } }
    @media (min-width: 1025px) {
      .halo-fullwidth-banner.halo-fullwidth-banner-2 {
        padding: 70px 0; } }
  .halo-fullwidth-banner.halo-fullwidth-banner-3 {
    padding-top: 50px;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .halo-fullwidth-banner.halo-fullwidth-banner-3 {
        background: transparent;
        margin-bottom: 0; }
        .halo-fullwidth-banner.halo-fullwidth-banner-3 .halo-fullwidth-banner--wrapper {
          background: #fafafa; } }
    @media (min-width: 1025px) {
      .halo-fullwidth-banner.halo-fullwidth-banner-3 {
        padding-top: 70px; } }
  .halo-fullwidth-banner .halo-row {
    display: block;
    white-space: nowrap;
    font-size: 0;
    letter-spacing: 0;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 0 0 0 15px; }
    .halo-fullwidth-banner .halo-row-slider {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0;
      margin: 0 15px 0 0;
      white-space: normal;
      width: auto; }
    .halo-fullwidth-banner .halo-row-item {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      position: relative;
      width: 400px; }
    .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--left,
    .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--right {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
    .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--left {
      padding: 20px 0 30px 0;
      overflow: unset; }
    .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--right {
      order: -1;
      padding: 0;
      overflow: hidden;
      position: relative; }
    .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--content .desc {
      margin-bottom: 50px; }
    .halo-fullwidth-banner .halo-row:not(.slick-initialized) .halo-row-slider {
      opacity: 1 !important;
      top: unset !important;
      left: unset !important; }
    @media (min-width: 1025px) {
      .halo-fullwidth-banner .halo-row {
        width: auto;
        padding: 0;
        min-width: 100%;
        overflow: visible;
        margin-left: -5px;
        margin-right: -5px; }
        .halo-fullwidth-banner .halo-row-slider {
          width: 100%;
          overflow: hidden;
          margin: 0; }
        .halo-fullwidth-banner .halo-row-item {
          flex-wrap: nowrap;
          width: 100%;
          padding-left: 5px;
          padding-right: 5px; }
        .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--left,
        .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--right {
          width: 50%; }
        .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--left {
          padding: 100px 30px; }
        .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--right {
          order: unset; }
        .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--content {
          padding-left: 15px;
          padding-right: 15px;
          max-width: 615px; }
          .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--content .title:before {
            left: auto;
            right: -23%; }
        .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--image {
          display: block;
          height: 100%; }
          .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--image img {
            height: 100%;
            object-fit: cover; }
            .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--image img.lazyload, .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--image img.lazyloading {
              height: auto;
              object-fit: contain; }
        .halo-fullwidth-banner .halo-row .slick-next,
        .halo-fullwidth-banner .halo-row .slick-prev {
          background-color: transparent;
          border-color: transparent;
          padding: 0;
          width: auto;
          transition: all ease 0.5s; }
          .halo-fullwidth-banner .halo-row .slick-next:before,
          .halo-fullwidth-banner .halo-row .slick-prev:before {
            height: 27px; }
        .halo-fullwidth-banner .halo-row .slick-prev {
          left: calc(50% + 40px); }
          .halo-fullwidth-banner .halo-row .slick-prev::before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
        .halo-fullwidth-banner .halo-row .slick-next {
          right: calc(50% - 105px); }
          .halo-fullwidth-banner .halo-row .slick-next::before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
        .halo-fullwidth-banner .halo-row:not(.slick-initialized) {
          display: block;
          white-space: nowrap;
          overflow: hidden;
          font-size: 0;
          letter-spacing: 0; }
          .halo-fullwidth-banner .halo-row:not(.slick-initialized) .halo-row-slider {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            overflow: hidden; } }
    @media (min-width: 1200px) {
      .halo-fullwidth-banner .halo-row .slick-dots {
        text-align: left;
        padding-left: 30px;
        bottom: 50px; } }
    @media (min-width: 1400px) {
      .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--content .title:before {
        right: -30.5%; } }
    @media (min-width: 1600px) {
      .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--left {
        padding-left: calc((100% - 1470px) / 2);
        padding-right: calc((100% - 1470px) / 2); }
      .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--content .title:before {
        right: -35.5%; }
      .halo-fullwidth-banner .halo-row .slick-dots {
        padding-left: calc((100% - 1470px) / 2);
        bottom: 140px; } }
    @media (min-width: 1920px) {
      .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--left {
        padding-left: calc((100% - 1570px) / 2);
        padding-right: calc((100% - 1570px) / 2); }
      .halo-fullwidth-banner .halo-row .halo-fullwidth-banner--content .title:before {
        right: -43.5%; }
      .halo-fullwidth-banner .halo-row .slick-dots {
        padding-left: calc((100% - 1570px) / 2);
        bottom: 280px; } }
  .halo-fullwidth-banner--wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    position: relative; }
    @media (min-width: 768px) {
      .halo-fullwidth-banner--wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--left {
      width: 100%; }
      @media (min-width: 768px) {
        .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--left {
          width: 50%; } }
    .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--right {
      width: 100%;
      padding: 20px 0 30px 0; }
      @media (min-width: 768px) {
        .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--right {
          padding: 0;
          padding-left: 30px;
          width: 50%; } }
      @media (min-width: 1200px) {
        .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--right {
          padding-left: 70px; } }
      @media (min-width: 1600px) {
        .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--right {
          padding-left: 114px; } }
    .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--image {
      display: block; }
      .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--image img {
        width: 100%;
        object-fit: cover; }
        .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--image img.lazyload, .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--image img.lazyloading {
          height: auto;
          object-fit: contain; }
  .halo-fullwidth-banner--content {
    width: calc(100% - 15px); }
    .halo-fullwidth-banner--content .subtitle {
      color: #286040;
      font-size: 16px;
      line-height: 36px;
      letter-spacing: 0; }
    .halo-fullwidth-banner--content .title {
      font-size: 34px;
      color: #464646;
      line-height: 36px;
      margin: 5px 0px 15px; }
      @media (min-width: 1025px) {
        .halo-fullwidth-banner--content .title {
          font-size: 44px;
          margin: 16px 0px 23px; } }
    .halo-fullwidth-banner--content .desc {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0;
      display: block;
      margin-bottom: 25px; }
      @media (min-width: 1025px) {
        .halo-fullwidth-banner--content .desc {
          margin-bottom: 35px; } }
    .halo-fullwidth-banner--content .button {
      width: 100%;
      max-width: 210px;
      text-transform: uppercase; }
    @media (min-width: 1025px) {
      .halo-fullwidth-banner--content {
        max-width: 500px; } }
  .halo-fullwidth-banner.halo-custom-banner-category {
    background: transparent;
    padding: 0px; }
    @media (min-width: 1025px) {
      .halo-fullwidth-banner.halo-custom-banner-category {
        margin-bottom: 68px; } }
    @media (min-width: 1600px) {
      .halo-fullwidth-banner.halo-custom-banner-category .halo-fullwidth-banner--wrapper {
        padding-left: 7px; } }
    @media (min-width: 768px) {
      .halo-fullwidth-banner.halo-custom-banner-category .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--left {
        width: 55%; } }
    @media (min-width: 1025px) {
      .halo-fullwidth-banner.halo-custom-banner-category .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--left {
        width: 66%; } }
    @media (min-width: 768px) {
      .halo-fullwidth-banner.halo-custom-banner-category .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--right {
        width: 45%; } }
    @media (min-width: 1025px) {
      .halo-fullwidth-banner.halo-custom-banner-category .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--right {
        width: 34%; } }
    @media (min-width: 1600px) {
      .halo-fullwidth-banner.halo-custom-banner-category .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--right {
        padding-left: 85px; } }
    .halo-fullwidth-banner.halo-custom-banner-category .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--right .halo-fullwidth-banner--content {
      text-align: center;
      width: 100%; }
      .halo-fullwidth-banner.halo-custom-banner-category .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--right .halo-fullwidth-banner--content .title {
        font-size: 34px;
        line-height: 35px;
        color: black;
        margin: 0 0 12px; }
      .halo-fullwidth-banner.halo-custom-banner-category .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--right .halo-fullwidth-banner--content .halo-line {
        display: block;
        width: 100%;
        max-width: 35px;
        height: 2px;
        background: black;
        margin: 0 auto;
        position: relative;
        text-align: center;
        font-size: 0px;
        margin-bottom: 25px; }
      .halo-fullwidth-banner.halo-custom-banner-category .halo-fullwidth-banner--wrapper .halo-fullwidth-banner--right .halo-fullwidth-banner--content .button {
        max-width: 171px; }

/*
- Custom block banner video category
*/
.halo-custom-block-video-category {
  margin-bottom: 20px;
  margin-top: 30px; }
  @media (min-width: 551px) {
    .halo-custom-block-video-category {
      margin-top: 50px; } }
  @media (min-width: 768px) {
    .halo-custom-block-video-category {
      margin-top: 75px; } }
  @media (min-width: 1025px) {
    .halo-custom-block-video-category {
      margin-top: 100px; } }
  .halo-custom-block-video-category .halo-block--background {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .halo-custom-block-video-category .halo-block--background:before {
      content: "";
      position: absolute;
      inset: 0px;
      z-index: 1;
      background-color: rgba(86, 70, 55, 0.2); }
    @media (min-width: 1025px) {
      .halo-custom-block-video-category .halo-block--background {
        height: 540px; } }
  .halo-custom-block-video-category .halo-block-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9;
    text-align: center; }
    @media (min-width: 1025px) {
      .halo-custom-block-video-category .halo-block-content {
        max-width: 650px; } }
    .halo-custom-block-video-category .halo-block-content .subtitle {
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      font-weight: 500;
      margin-bottom: 8px;
      color: white; }
    .halo-custom-block-video-category .halo-block-content .halo-line {
      display: block;
      width: 100%;
      max-width: 35px;
      height: 2px;
      background: white;
      margin: 0 auto;
      position: relative;
      text-align: center;
      font-size: 0px;
      margin-bottom: 23px; }
    .halo-custom-block-video-category .halo-block-content .title {
      font-size: 34px;
      color: white;
      line-height: 35px;
      margin-bottom: 16px;
      margin-top: 5px; }
      @media (min-width: 768px) {
        .halo-custom-block-video-category .halo-block-content .title {
          font-size: 44px; } }
    .halo-custom-block-video-category .halo-block-content .desc {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 26px;
      color: white;
      margin-bottom: 30px; }
    .halo-custom-block-video-category .halo-block-content .button {
      text-transform: uppercase;
      position: relative;
      background: #286040;
      border-color: #286040;
      color: white;
      transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
      width: 100%;
      font-weight: 500;
      text-transform: uppercase; }
      @media (min-width: 1025px) {
        .halo-custom-block-video-category .halo-block-content .button:hover {
          border-color: #286040;
          background-color: transparent;
          color: #286040; } }
      @media (min-width: 551px) {
        .halo-custom-block-video-category .halo-block-content .button {
          max-width: 171px; } }

#halo-lookbook-slider {
  padding: 20px 10px 40px 10px; }
  #halo-lookbook-slider .slick-dots {
    bottom: -30px; }
  #halo-lookbook-slider .slick-next,
  #halo-lookbook-slider .slick-prev {
    background: rgba(30, 30, 30, 0.4);
    border-color: transparent;
    backdrop-filter: blur(2px);
    padding: 0;
    transition: all ease 0.5s;
    color: white;
    height: 4.25rem;
    width: 4.25rem;
    padding: 14px 10px; }
  #halo-lookbook-slider .halo-special-logo {
    position: relative;
    margin: 0 0 30px 0;
    text-align: center;
    padding: 0 15px; }
    #halo-lookbook-slider .halo-special-logo img {
      width: 100%; }
      #halo-lookbook-slider .halo-special-logo img.lazyload, #halo-lookbook-slider .halo-special-logo img.lazyloading {
        width: auto;
        height: auto;
        margin: auto;
        object-fit: contain; }
    #halo-lookbook-slider .halo-special-logo:before {
      content: "";
      position: absolute;
      top: -65px;
      left: 50%;
      width: 1px;
      height: 40px;
      background-color: #286040;
      z-index: 1; }
  .page-blog #halo-lookbook-slider {
    width: 100%; }
    .page-blog #halo-lookbook-slider img {
      display: block; }
  .page-normal #halo-lookbook-slider {
    padding-top: 0;
    padding-bottom: 0; }
  @media (min-width: 551px) {
    #halo-lookbook-slider .halo-special-logo {
      position: absolute;
      top: -50px;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      z-index: 2;
      width: 100%;
      max-width: calc(100% - 100px); }
      #halo-lookbook-slider .halo-special-logo:before {
        top: -86px; } }
  @media (min-width: 768px) {
    #halo-lookbook-slider {
      padding: 40px 24px; }
      #halo-lookbook-slider .halo-special-logo {
        top: -80px; }
      #halo-lookbook-slider .slick-prev {
        left: 0; }
      #halo-lookbook-slider .slick-next {
        right: 0; } }
  @media (min-width: 1025px) {
    #halo-lookbook-slider .slick-dots {
      bottom: -30px; }
    #halo-lookbook-slider .slick-track {
      max-height: 90vh; }
    #halo-lookbook-slider .halo-special-logo {
      width: 100%;
      max-width: 1050px;
      top: -125px; }
      #halo-lookbook-slider .halo-special-logo:before {
        height: 65px;
        top: -106px; } }
  @media (min-width: 1300px) {
    #halo-lookbook-slider {
      padding: 66px 132px; }
      #halo-lookbook-slider .slick-dots {
        bottom: -40px; } }

.halo-lookbook-slider {
  display: block; }
  .halo-lookbook-slider-slide {
    position: relative; }
  .halo-lookbook-slider-imageWrapper {
    position: relative; }
    .halo-lookbook-slider-imageWrapper:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-color: rgba(90, 75, 68, 0.1); }
  .halo-lookbook-slider-image {
    text-align: center; }
    .halo-lookbook-slider-image img.lazyload, .halo-lookbook-slider-image img.lazyloading {
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }
    .halo-lookbook-slider-image img.image-mobile {
      display: block; }
      .halo-lookbook-slider-image img.image-mobile.lazyload, .halo-lookbook-slider-image img.image-mobile.lazyloading {
        width: auto;
        height: auto;
        margin: auto;
        object-fit: contain; }
    .page-normal .halo-lookbook-slider-image {
      width: 100%; }
      .page-normal .halo-lookbook-slider-image img {
        display: block; }
    .page-blog .halo-lookbook-slider-image {
      position: relative;
      z-index: 2;
      display: block; }
      .page-blog .halo-lookbook-slider-image:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 100%;
        right: 0;
        left: auto;
        z-index: 2;
        transform: none;
        position: absolute;
        transition: all 0.3s ease;
        background-color: rgba(0, 0, 0, 0.2);
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 100%); }
      .page-blog .halo-lookbook-slider-image:hover:hover:before {
        top: 0; }
  .halo-lookbook-slider-content {
    display: block;
    width: 100%;
    text-align: center;
    padding: 24px 0 0 0;
    margin: 0 auto;
    white-space: normal;
    background-color: rgba(0, 0, 255, 0); }
    .halo-lookbook-slider-content .subtitle {
      color: #000;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px;
      /* 177.778% */
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .halo-lookbook-slider-content .title {
      color: #000;
      text-align: center;
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 33px;
      /* 110% */
      letter-spacing: 1.25px;
      margin-top: 0; }
    .halo-lookbook-slider-content .desc {
      color: #000;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px; }
    .halo-lookbook-slider-content .button {
      min-width: 200px;
      text-transform: uppercase; }
  .halo-lookbook-slider-point {
    display: block;
    position: absolute;
    z-index: 5;
    pointer-events: auto; }
    .page-normal .halo-lookbook-slider-point {
      display: block; }
  .halo-lookbook-slider-icon {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    background-color: black;
    padding-left: 1px; }
    .halo-lookbook-slider-icon:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      border-radius: 50%;
      opacity: 0.3;
      background-color: black;
      animation: zoom-animation 1.4s ease-in-out infinite; }
  .halo-lookbook-slider-info {
    display: block;
    padding: 24px 0 25px 0; }
  .halo-lookbook-slider-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    color: #5a5a5a;
    text-align: center; }
  .halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .subtitle {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .title {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .desc {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .button {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .halo-lookbook-slider .slick-current .halo-lookbook-slider-content .subtitle {
    visibility: visible;
    animation-delay: 50ms;
    animation-name: fadeInUp; }
  .halo-lookbook-slider .slick-current .halo-lookbook-slider-content .title {
    visibility: visible;
    animation-delay: 100ms;
    animation-name: fadeInUp; }
  .halo-lookbook-slider .slick-current .halo-lookbook-slider-content .desc {
    visibility: visible;
    animation-delay: 150ms;
    animation-name: fadeInUp; }
  .halo-lookbook-slider .slick-current .halo-lookbook-slider-content .button {
    visibility: visible;
    animation-delay: 200ms;
    animation-name: fadeInUp; }
  .halo-lookbook-slider .slick-dots {
    display: inline-block;
    vertical-align: middle;
    left: 0; }
    .halo-lookbook-slider .slick-dots .slick-dots li {
      margin: 0 10px;
      padding: 0;
      width: auto;
      height: auto; }
      @media (min-width: 1025px) {
        .halo-lookbook-slider .slick-dots .slick-dots li {
          margin: 0 10px; } }
      .halo-lookbook-slider .slick-dots .slick-dots li button {
        width: 8px;
        height: 8px;
        opacity: 1;
        border: 1px solid #286040;
        background-color: transparent;
        transition: all 0.3s ease; }
        .halo-lookbook-slider .slick-dots .slick-dots li button:before {
          display: none; }
      .halo-lookbook-slider .slick-dots .slick-dots li:only-child {
        display: none; }
      .halo-lookbook-slider .slick-dots .slick-dots li.slick-active button {
        opacity: 1;
        border-color: #286040;
        background-color: #286040; }
    .page-blog .halo-lookbook-slider .slick-dots {
      bottom: -45px; }
  .page-normal .halo-lookbook-slider .slick-arrow,
  .page-blog .halo-lookbook-slider .slick-arrow {
    position: absolute;
    top: 50%;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: white;
    color: transparent;
    transform: translate(0, -50%);
    border: none;
    z-index: 10;
    padding: 9px;
    margin: 0;
    width: 45px;
    height: 90px;
    border-radius: 0;
    opacity: 1;
    fill: black; }
    .page-normal .halo-lookbook-slider .slick-arrow:hover,
    .page-blog .halo-lookbook-slider .slick-arrow:hover {
      background-color: rgba(30, 30, 30, 0.3);
      fill: white; }
    .page-normal .halo-lookbook-slider .slick-arrow.slick-prev,
    .page-blog .halo-lookbook-slider .slick-arrow.slick-prev {
      left: 0; }
    .page-normal .halo-lookbook-slider .slick-arrow.slick-next,
    .page-blog .halo-lookbook-slider .slick-arrow.slick-next {
      right: 0; }
    .page-normal .halo-lookbook-slider .slick-arrow.slick-disabled,
    .page-blog .halo-lookbook-slider .slick-arrow.slick-disabled {
      opacity: 0.25; }
    .page-normal .halo-lookbook-slider .slick-arrow:before,
    .page-blog .halo-lookbook-slider .slick-arrow:before {
      display: none; }
  .page-blog .halo-lookbook-slider .slick-arrow.slick-prev {
    left: 15px; }
  .page-blog .halo-lookbook-slider .slick-arrow.slick-next {
    right: 15px; }
  .halo-lookbook-slider:not(.slick-initialized) {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0; }
    .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      overflow: hidden; }
      .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide:not(:first-child) {
        opacity: 0;
        visibility: hidden; }
  .halo-lookbook-slider.slick-initialized {
    margin-bottom: 0; }
  .page-blog .halo-lookbook-slider {
    padding-top: 15px;
    margin-bottom: 45px; }
  @media (min-width: 375px) {
    .page-blog .halo-lookbook-slider-slide {
      padding-left: 8px;
      padding-right: 8px; }
    page-blog .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide {
      width: 50%;
      opacity: 1;
      visibility: visible; }
    .page-blog .halo-lookbook-slider {
      margin-left: -8px;
      margin-right: -8px;
      width: auto; } }
  @media (min-width: 551px) {
    .halo-lookbook-slider-image img {
      display: block;
      height: 50%;
      object-fit: cover;
      object-position: center; }
      .halo-lookbook-slider-image img.image-mobile {
        display: none; }
    page-blog .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide {
      width: 33.3333333%;
      opacity: 1;
      visibility: visible; } }
  @media (min-width: 768px) {
    .halo-lookbook-slider-content {
      padding: 24px 22px; }
    .halo-lookbook-slider-info {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .halo-lookbook-slider-text {
      text-align: left; } }
  @media (min-width: 1025px) {
    .page-blog .halo-lookbook-slider-slide {
      padding-left: 15px;
      padding-right: 15px; }
    .halo-lookbook-slider-image {
      height: calc(85vh - 80px);
      min-height: 580px; }
      .halo-lookbook-slider-image img {
        height: 100%; }
    .halo-lookbook-slider-content {
      text-align: left;
      position: absolute;
      top: 20%;
      left: 0;
      right: 0;
      z-index: 3;
      padding: 15px;
      padding: 0;
      text-align: left;
      margin: 0 0 0 7%; }
      .halo-lookbook-slider-content .subtitle {
        display: block;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 3px;
        line-height: 40px;
        text-transform: uppercase;
        color: white;
        margin: 0 0 10px 0;
        text-align: left; }
      .halo-lookbook-slider-content .title {
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        letter-spacing: 1.25%;
        text-transform: capitalize;
        color: white;
        text-align: left;
        margin: 0 0 24px 0; }
      .halo-lookbook-slider-content .desc {
        display: block;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        color: white;
        margin: 0 0 24px 0;
        max-width: 690px;
        text-align: left; }
    .halo-lookbook-slider .slick-dots li button {
      width: 12px;
      height: 12px; }
    .page-blog .halo-lookbook-slider {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 1200px) {
    .halo-lookbook-slider-content {
      text-align: left;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      z-index: 3;
      padding: 15px;
      padding: 0;
      text-align: left;
      max-width: 60%;
      margin: 0 0 0 6%; } }

.halo-lookbook-share {
  position: absolute;
  top: auto;
  bottom: 4px;
  right: 0;
  margin-top: 0; }
  .halo-lookbook-share .shareLinkSocial {
    position: relative;
    padding: 8px 0 7px 0; }
    .halo-lookbook-share .shareLinkSocial .socialLinks .icon {
      position: unset; }
    .halo-lookbook-share .shareLinkSocial .icon {
      fill: black;
      position: absolute;
      left: 0px;
      top: 12px;
      height: 16px;
      width: 16px; }
    .halo-lookbook-share .shareLinkSocial .shareLinkSocial__button span {
      font-size: 16px;
      letter-spacing: 0;
      color: black;
      margin-left: 24px;
      display: block;
      line-height: 26px; }
    .halo-lookbook-share .shareLinkSocial .shareLinkSocial__popup {
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 3;
      padding: 15px 20px 10px 20px;
      width: 326px;
      background-color: white;
      box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
      margin-top: 10px; }
      .halo-lookbook-share .shareLinkSocial .shareLinkSocial__popup .title {
        margin-bottom: 14px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0;
        color: black;
        text-transform: uppercase; }
      .halo-lookbook-share .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link {
        position: relative;
        margin-bottom: 24px; }
        .halo-lookbook-share .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link input {
          border: 1px solid #cbcbcb;
          background-color: #f5f5f5;
          padding: 15px 18px 14px;
          display: block;
          width: 100%;
          color: #a0a0a0;
          font-size: 16px; }
        .halo-lookbook-share .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link .shareLinkSocial__close .icon {
          width: 10px;
          height: 10px;
          position: absolute;
          top: 1px;
          right: 2px;
          left: auto;
          fill: black; }
      .halo-lookbook-share .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__social .title {
        margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .halo-lookbook-share {
      bottom: 25px; }
      .halo-lookbook-share .shareLinkSocial:hover span {
        color: black;
        background-image: linear-gradient(transparent 97%, black 3%);
        background-repeat: repeat-x;
        background-position-y: -6px; }
      .halo-lookbook-share .shareLinkSocial:hover icon {
        fill: black; } }

.halo-lookbook-button {
  text-align: center;
  padding: 45px 0 0 0;
  margin: 0; }
  .halo-lookbook-button .button {
    text-transform: uppercase;
    min-width: 180px;
    height: 50px;
    line-height: 50px; }
  @media (min-width: 375px) {
    .halo-lookbook-button .button {
      min-width: 220px; } }
  @media (min-width: 551px) {
    .halo-lookbook-button .button {
      min-width: 240px; } }
  @media (min-width: 1025px) {
    .halo-lookbook-button {
      padding-top: 45px;
      margin-bottom: 20px; } }

.halo-text-custom {
  padding: 30px 0; }
  .halo-text-custom.halo-text-custom-2 {
    padding-top: 45px;
    padding-bottom: 0; }
    .halo-text-custom.halo-text-custom-2 .halo-text-item:first-child {
      padding-bottom: 0; }
    @media (min-width: 1025px) {
      .halo-text-custom.halo-text-custom-2 {
        padding-top: 65px;
        padding-bottom: 0; } }
  .halo-text-custom .halo-text-item {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 15px 0;
    text-align: center;
    white-space: normal; }
    .halo-text-custom .halo-text-item .title {
      display: block;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0;
      color: #1e1e1e;
      margin: 0 0 9px 0; }
    .halo-text-custom .halo-text-item .desc {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.75;
      color: black;
      margin: 0; }
  @media (min-width: 768px) {
    .halo-text-custom .halo-text-item {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1025px) {
    .halo-text-custom {
      padding-top: 50px;
      padding-bottom: 50px; }
      .halo-text-custom .halo-text-item {
        padding-left: 0;
        padding-right: 0; }
        .halo-text-custom .halo-text-item:first-child {
          padding-bottom: 45px; } }

.halo-bottom-brand {
  background: #f3f3f3; }
  .halo-bottom-brand .halo-block-header {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .halo-bottom-brand .halo-block-header .title {
      color: #323232;
      text-align: center;
      font-family: "Noto Serif";
      margin: 0;
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 33px;
      /* 110% */
      letter-spacing: 1.25px; }
    .halo-bottom-brand .halo-block-header .desc {
      color: #5a5a5a;
      text-align: center;
      font-feature-settings: "liga" off, "clig" off;
      font-family: "Noto Sans";
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 26px; }
  .halo-bottom-brand .container-custom {
    display: flex;
    flex-direction: column;
    gap: 23px; }
  .halo-bottom-brand .slick-next,
  .halo-bottom-brand .slick-prev {
    background-color: transparent;
    border-color: transparent; }
  @media (min-width: 1025px) {
    .halo-bottom-brand .halo-block-header .title {
      font-size: 48px;
      line-height: 56px; }
    .halo-bottom-brand .halo-block-header .desc {
      font-size: 18px;
      line-height: 28px; } }
  .halo-bottom-brand.halo-bottom-brand-2 {
    padding: 40px 0; }
    @media (min-width: 1025px) {
      .halo-bottom-brand.halo-bottom-brand-2 {
        padding: 70px 0; } }

.halo-testimonial {
  background: #f3f3f3;
  padding: 44px 10px; }
  .halo-testimonial .container-custom {
    display: flex;
    flex-direction: column;
    gap: 30px; }
  .halo-testimonial .halo-block-header {
    display: block;
    width: 100%;
    text-align: center;
    white-space: normal; }
    .halo-testimonial .halo-block-header .title {
      color: #000;
      text-align: center;
      font-family: "Noto Serif";
      font-size: 24px;
      font-style: normal;
      font-weight: 600;
      line-height: 27px; }
    .halo-testimonial .halo-block-header .desc {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 1.75;
      color: black;
      margin: 0; }
  .halo-testimonial .halo-row {
    display: block;
    white-space: nowrap;
    font-size: 0;
    letter-spacing: 0;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 0 20px; }
    .halo-testimonial .halo-row-wrapperItem {
      display: block;
      width: 100%;
      max-width: 370px;
      margin: 0 auto; }
    .halo-testimonial .halo-row .image-wrapper {
      display: block;
      position: relative;
      overflow: hidden;
      text-align: center;
      padding: 0 30px;
      max-width: 370px; }
      .halo-testimonial .halo-row .image-wrapper img.lazyload, .halo-testimonial .halo-row .image-wrapper img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain;
        margin: auto; }
      .halo-testimonial .halo-row .image-wrapper .testimonial-icon {
        list-style: none;
        font-size: 0;
        letter-spacing: 0;
        margin: 30px 0 0 0;
        display: flex;
        justify-content: center; }
        .halo-testimonial .halo-row .image-wrapper .testimonial-icon li {
          display: block;
          line-height: 1; }
          .halo-testimonial .halo-row .image-wrapper .testimonial-icon li + li {
            margin-left: 18px; }
        .halo-testimonial .halo-row .image-wrapper .testimonial-icon .icon {
          width: 18px;
          height: 18px;
          fill: white;
          color: white; }
    .halo-testimonial .halo-row .content-wrapper {
      display: block;
      text-align: center;
      margin: 10px 0 0 0; }
      .halo-testimonial .halo-row .content-wrapper .name {
        color: #1e1e1e;
        text-align: center;
        font-family: "Noto Serif";
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 32px; }
        @media (min-width: 768px) {
          .halo-testimonial .halo-row .content-wrapper .name {
            margin: 0 0 5px 0; } }
      .halo-testimonial .halo-row .content-wrapper .info {
        color: #787878;
        text-align: center;
        font-feature-settings: "liga" off, "clig" off;
        font-family: "Noto Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /* 155.556% */ }
        .halo-testimonial .halo-row .content-wrapper .info + .info {
          color: #5a5a5a;
          text-align: center;
          font-family: "Noto Serif";
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 28px;
          /* 155.556% */ }
      @media (min-width: 768px) {
        .halo-testimonial .halo-row .content-wrapper {
          text-align: left; } }
    .halo-testimonial .halo-row .testimonial-wrapper {
      display: block;
      font-size: 16px;
      font-weight: 400;
      color: black;
      letter-spacing: 0;
      line-height: 1.75;
      text-align: center;
      padding: 0 10px 10px 10px; }
      @media (min-width: 768px) {
        .halo-testimonial .halo-row .testimonial-wrapper {
          text-align: left;
          padding: 0; } }
    @media (min-width: 768px) {
      .halo-testimonial .halo-row {
        display: block;
        white-space: unset;
        font-size: 0;
        letter-spacing: 0; } }
  .halo-testimonial .halo-row-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    white-space: normal;
    padding: 0;
    position: relative; }
    @media (min-width: 768px) {
      .halo-testimonial .halo-row-item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0; } }
  .halo-testimonial .halo-row-item-1 {
    width: 100%;
    margin-bottom: 70px;
    display: inline-block;
    margin: 0 auto; }
    .halo-testimonial .halo-row-item-1 img {
      max-width: 150px; }
    @media (min-width: 768px) {
      .halo-testimonial .halo-row-item-1 {
        max-width: 100%; }
        .halo-testimonial .halo-row-item-1 img {
          max-width: 300px; }
        .halo-testimonial .halo-row-item-1 .content-wrapper .name, .halo-testimonial .halo-row-item-1 .content-wrapper .info + .info, .halo-testimonial .halo-row-item-1 .content-wrapper .info {
          text-align: left; }
        .halo-testimonial .halo-row-item-1 .halo-row-wrapperItem--left {
          padding-right: 30px;
          order: unset; }
        .halo-testimonial .halo-row-item-1 .halo-row-wrapperItem--right {
          width: 574px; } }
    @media (min-width: 1200px) {
      .halo-testimonial .halo-row-item-1 .halo-row-wrapperItem--left {
        padding-right: 70px; } }
    @media (min-width: 1600px) {
      .halo-testimonial .halo-row-item-1 .halo-row-wrapperItem--left {
        margin-bottom: 45px; } }
  .halo-testimonial .halo-row-item-2 {
    width: 100%;
    display: inline-block;
    max-width: 370px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .halo-testimonial .halo-row-item-2 {
        max-width: 100%; }
        .halo-testimonial .halo-row-item-2 .halo-row-wrapperItem--left {
          width: 370px; }
        .halo-testimonial .halo-row-item-2 .halo-row-wrapperItem--right {
          width: calc(100% - 370px);
          padding-left: 30px; } }
    @media (min-width: 1200px) {
      .halo-testimonial .halo-row-item-2 .halo-row-wrapperItem--right {
        padding-left: 70px; } }
    @media (min-width: 1600px) {
      .halo-testimonial .halo-row-item-2 .halo-row-wrapperItem--right {
        padding-left: 94px;
        margin-bottom: 45px; } }
  @media (min-width: 1025px) {
    .halo-testimonial {
      padding: 80px 40px; }
      .halo-testimonial .container-custom {
        gap: 50px; }
      .halo-testimonial .halo-block-header .title {
        font-size: 36px;
        line-height: 44px; }
      .halo-testimonial .halo-row {
        width: auto;
        padding: 0;
        min-width: 100%;
        overflow: visible; }
        .halo-testimonial .halo-row-item {
          width: 100%;
          padding: 0; }
        .halo-testimonial .halo-row .image-wrapper {
          padding-left: 0;
          padding-right: 0; }
          .halo-testimonial .halo-row .image-wrapper img {
            display: block;
            border-radius: 50%; }
          .halo-testimonial .halo-row .image-wrapper .testimonial-icon {
            position: absolute;
            top: auto;
            bottom: 55px;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: -1;
            margin-top: 0; }
            .halo-testimonial .halo-row .image-wrapper .testimonial-icon .icon {
              fill: white;
              color: white; }
          .halo-testimonial .halo-row .image-wrapper:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: rgba(40, 40, 40, 0.6);
            z-index: -1;
            transition: all ease 0.5s;
            border-radius: 50%; }
          .halo-testimonial .halo-row .image-wrapper:hover .testimonial-icon {
            opacity: 1;
            visibility: visible;
            z-index: 2; }
          .halo-testimonial .halo-row .image-wrapper:hover:before {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2; } }
  @media (min-width: 1600px) {
    .halo-testimonial .halo-row {
      padding: 0; } }

.halo-block-product .halo-block-header {
  text-align: center; }
  .halo-block-product .halo-block-header .title {
    color: #323232;
    font-size: 24px;
    font-family: "Noto Serif";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px 0px 10px; }
  .halo-block-product .halo-block-header .desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 30px; }
    @media (min-width: 551px) {
      .halo-block-product .halo-block-header .desc {
        margin-bottom: 41px; } }

.halo-block-product #halo-product-block,
.halo-block-product #halo-product-block-1,
.halo-block-product #halo-product-block-2 {
  margin-bottom: 80px; }
  .halo-block-product #halo-product-block.productGrid,
  .halo-block-product #halo-product-block-1.productGrid,
  .halo-block-product #halo-product-block-2.productGrid {
    margin-bottom: 40px; }
    @media (min-width: 551px) {
      .halo-block-product #halo-product-block.productGrid,
      .halo-block-product #halo-product-block-1.productGrid,
      .halo-block-product #halo-product-block-2.productGrid {
        margin-bottom: 60px; } }
    @media (min-width: 1025px) {
      .halo-block-product #halo-product-block.productGrid,
      .halo-block-product #halo-product-block-1.productGrid,
      .halo-block-product #halo-product-block-2.productGrid {
        margin-bottom: 80px; } }
  @media (max-width: 1024px) {
    .halo-block-product #halo-product-block .productCarousel-slide,
    .halo-block-product #halo-product-block-1 .productCarousel-slide,
    .halo-block-product #halo-product-block-2 .productCarousel-slide {
      padding-left: 5px;
      padding-right: 5px; } }

.halo-block-product[data-block-id="halo-product-block"] {
  margin-bottom: 80px; }

.halo-block-product[data-block-id="halo-product-block-1"], .halo-block-product[data-block-id="halo-product-block-2"] {
  margin-bottom: 70px; }
  .halo-block-product[data-block-id="halo-product-block-1"] .halo-block-header .title, .halo-block-product[data-block-id="halo-product-block-2"] .halo-block-header .title {
    font-size: 26px;
    padding: 10px 0px 40px;
    margin: 0; }
  @media (min-width: 768px) {
    .halo-block-product[data-block-id="halo-product-block-1"], .halo-block-product[data-block-id="halo-product-block-2"] {
      margin-bottom: 90px; }
      .halo-block-product[data-block-id="halo-product-block-1"] .halo-block-header .title, .halo-block-product[data-block-id="halo-product-block-2"] .halo-block-header .title {
        padding: 40px 0px 40px; } }

.halo-block-product[data-category-id] .loadingOverlay {
  display: block; }

.halo-block-product[data-list-id] .loadingOverlay {
  display: block; }

.halo-block-product .halo-block-wrapper .halo-block-header {
  padding: 24px; }

.halo-block-product .halo-block-wrapper .halo-block-header .desc {
  margin-bottom: 20px; }

@media (min-width: 1025px) {
  .halo-block-product .halo-block-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .halo-block-product .halo-block-wrapper.block-right {
      flex-direction: row-reverse; }
      .halo-block-product .halo-block-wrapper.block-right .halo-block-header {
        width: 300px;
        text-align: left;
        padding: 35px 20px 20px 50px;
        background-color: white;
        z-index: 2; }
    .halo-block-product .halo-block-wrapper .halo-block-header {
      width: 300px;
      text-align: left;
      padding: 37px 50px 20px; }
      .halo-block-product .halo-block-wrapper .halo-block-header .title {
        font-size: 32px; }
      .halo-block-product .halo-block-wrapper .halo-block-header .desc {
        margin-bottom: 30px; }
      .halo-block-product .halo-block-wrapper .halo-block-header .button {
        max-width: 130px; }
    .halo-block-product .halo-block-wrapper .halo-block-content {
      width: calc(100% - 300px); } }

.halo-block {
  display: block;
  position: relative; }
  .halo-block.halo-block-icon-text {
    background: #fafafa;
    margin-top: 10px;
    margin-bottom: 50px; }
    @media (min-width: 1025px) {
      .halo-block.halo-block-icon-text {
        margin-bottom: 70px; } }
    .halo-block.halo-block-icon-text .halo-row {
      padding: 19px 0 19px 0;
      margin: 0;
      display: block;
      white-space: nowrap;
      overflow: auto;
      font-size: 0;
      letter-spacing: 0; }
      .halo-block.halo-block-icon-text .halo-row .halo-row-slider {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        margin: 0 15px 2px 0;
        overflow: hidden; }
      .halo-block.halo-block-icon-text .halo-row .halo-row-item {
        margin: 0;
        padding: 0; }
  .halo-block.halo-block-post {
    background: #fafafa;
    margin-top: 35px;
    padding: 40px 0px 60px;
    margin-bottom: 50px; }
    @media (max-width: 551px) {
      .halo-block.halo-block-post {
        padding: 25px 0px 30px; } }
    .halo-block.halo-block-post .halo-block-header {
      text-align: center; }
      .halo-block.halo-block-post .halo-block-header .title {
        color: black;
        font-size: 26px;
        line-height: 35px;
        margin: 0px;
        padding: 25px 0px; }
    .halo-block.halo-block-post .halo-row {
      padding: 0;
      margin: 0; }
      @media (max-width: 1024px) {
        .halo-block.halo-block-post .halo-row .halo-row-slider.slick-current .halo-row-item {
          padding-left: 0; }
        .halo-block.halo-block-post .halo-row .halo-row-slider.slick-active:first-of-type .halo-row-item {
          padding-left: 0; }
        .halo-block.halo-block-post .halo-row .halo-row-slider.slick-active:last-of-type .halo-row-item {
          padding-right: 0; }
        .halo-block.halo-block-post .halo-row .halo-row-slider.slick-active + .slick-slide .halo-row-item {
          padding-right: 0; } }
      .halo-block.halo-block-post .halo-row .halo-row-item {
        margin: 0;
        padding: 0 5px;
        outline: none;
        white-space: normal; }
        .halo-block.halo-block-post .halo-row .halo-row-item .item-content {
          text-align: center;
          max-width: calc(100% - 40px);
          margin: 0 auto; }
          @media (min-width: 1025px) {
            .halo-block.halo-block-post .halo-row .halo-row-item .item-content {
              max-width: calc(100% - 100px); } }
          .halo-block.halo-block-post .halo-row .halo-row-item .item-content .date {
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0;
            text-transform: uppercase;
            color: #969696;
            margin-bottom: 3px; }
          .halo-block.halo-block-post .halo-row .halo-row-item .item-content .title {
            font-size: 22px;
            line-height: 35px;
            letter-spacing: 0;
            font-weight: 500;
            font-family: "Noto Sans", Arial, Helvetica, sans-serif;
            color: black;
            margin-top: 0px;
            margin-bottom: 15px; }
          .halo-block.halo-block-post .halo-row .halo-row-item .item-content .summary {
            font-size: 16px;
            letter-spacing: 0;
            line-height: 24px;
            margin: 0px;
            padding-bottom: 35px; }
      .halo-block.halo-block-post .halo-row:not(.slick-initialized) {
        display: block;
        white-space: nowrap;
        overflow: auto;
        font-size: 0;
        letter-spacing: 0; }
        @media (max-width: 1024px) {
          .halo-block.halo-block-post .halo-row:not(.slick-initialized) {
            margin-left: 0px;
            margin-right: -10px; } }
        @media (min-width: 1025px) {
          .halo-block.halo-block-post .halo-row:not(.slick-initialized) {
            overflow: hidden; } }
        .halo-block.halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider {
          display: inline-block;
          vertical-align: top;
          width: 33.3333333%;
          overflow: hidden; }
          @media (max-width: 1024px) {
            .halo-block.halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider {
              width: 50%; } }
          @media (max-width: 551px) {
            .halo-block.halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider {
              width: 325px; } }
      .halo-block.halo-block-post .halo-row .slick-dots {
        display: inline-block;
        vertical-align: middle;
        left: 0;
        bottom: -15px; }
        .halo-block.halo-block-post .halo-row .slick-dots li {
          margin: 0 10px;
          padding: 0;
          width: auto;
          height: auto; }
          @media (min-width: 1025px) {
            .halo-block.halo-block-post .halo-row .slick-dots li {
              margin: 0 20px; } }
          .halo-block.halo-block-post .halo-row .slick-dots li button {
            width: 8px;
            height: 8px;
            opacity: 1;
            border: 1px solid #286040;
            background-color: transparent;
            transition: all 0.3s ease; }
            .halo-block.halo-block-post .halo-row .slick-dots li button:before {
              display: none; }
          .halo-block.halo-block-post .halo-row .slick-dots li:only-child {
            display: none; }
          .halo-block.halo-block-post .halo-row .slick-dots li.slick-active button {
            opacity: 1;
            border-color: #286040;
            background-color: #286040; }
    .halo-block.halo-block-post .halo-recent-post .item-image a {
      display: block;
      overflow: hidden;
      position: relative;
      margin-bottom: 23px; }
      .halo-block.halo-block-post .halo-recent-post .item-image a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: -webkit-transform 1.5s ease-out;
        transition: -webkit-transform 1.5s ease-out;
        -moz-transition: transform 1.5s ease-out, -moz-transform 1.5s ease-out;
        transition: transform 1.5s ease-out;
        transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out, -moz-transform 1.5s ease-out; }
      .halo-block.halo-block-post .halo-recent-post .item-image a:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 72%; }
  @media (min-width: 992px) {
    .halo-block.halo-block-icon-text .halo-row .halo-row-slider {
      width: 400px; } }
  @media (min-width: 1025px) {
    .halo-block.halo-block-icon-text .halo-row {
      width: auto;
      min-width: 100%;
      overflow: visible; }
      .halo-block.halo-block-icon-text .halo-row .halo-row-slider {
        width: 25%;
        overflow: hidden;
        margin: 0; }
      .halo-block.halo-block-icon-text .halo-row .halo-row-item {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
    .halo-block.halo-block-post {
      padding: 44px 0px 86px;
      margin-bottom: 70px; }
      .halo-block.halo-block-post .halo-row {
        width: auto;
        padding: 0;
        min-width: 100%;
        overflow: visible;
        margin-left: -15px;
        margin-right: -15px; }
        .halo-block.halo-block-post .halo-row .halo-row-item {
          width: 100%;
          padding-left: 15px;
          padding-right: 15px; }
          .halo-block.halo-block-post .halo-row .halo-row-item .image-with-overlay:hover:before {
            top: 0; }
          .halo-block.halo-block-post .halo-row .halo-row-item .image-with-overlay:hover img {
            transform: scale(1.1); } }

.icon-with-text {
  display: flex;
  font-size: 0;
  letter-spacing: 0;
  max-width: 300px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  align-items: flex-start; }
  .icon-with-text .icon {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px; }
    .icon-with-text .icon svg {
      fill: black;
      stroke: black;
      color: black; }
  .icon-with-text .content {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 0 15px;
    white-space: normal; }
    .icon-with-text .content .title {
      font-family: "Noto Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: black;
      line-height: 24px;
      letter-spacing: 0;
      text-transform: uppercase;
      margin: 0; }

/*
- halo-block-bottom-brand
*/
@media (max-width: 1024px) {
  .halo-bottom-brand .container-custom {
    padding-left: 0;
    padding-right: 0; } }

.halo-bottom-brand .halo-block-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center; }
  .halo-bottom-brand .halo-block-header .title {
    color: #323232;
    text-align: center;
    font-family: "Noto Serif";
    margin: 0;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    /* 110% */
    letter-spacing: 1.25px; }
  .halo-bottom-brand .halo-block-header .desc {
    color: #5a5a5a;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px; }

.halo-bottom-brand .container-custom {
  display: flex;
  flex-direction: column;
  gap: 23px; }

.halo-bottom-brand .slick-next,
.halo-bottom-brand .slick-prev {
  background-color: transparent;
  border-color: transparent; }

@media (min-width: 1025px) {
  .halo-bottom-brand .halo-block-header .title {
    font-size: 48px;
    line-height: 56px; }
  .halo-bottom-brand .halo-block-header .desc {
    font-size: 18px;
    line-height: 28px; } }

.halo-bottom-brand .halo-row {
  padding: 0;
  margin: 0; }
  .halo-bottom-brand .halo-row .slick-arrow {
    width: 27px;
    height: 27px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
    margin-top: 0px !important;
    color: black;
    fill: black; }
    .halo-bottom-brand .halo-row .slick-arrow.slick-prev {
      left: 0px; }
    .halo-bottom-brand .halo-row .slick-arrow.slick-next {
      right: 0px; }
  @media (min-width: 1100px) {
    .halo-bottom-brand .halo-row .slick-arrow.slick-prev {
      left: -20px; }
    .halo-bottom-brand .halo-row .slick-arrow.slick-next {
      right: -20px; } }
  @media (min-width: 1200px) {
    .halo-bottom-brand .halo-row .slick-arrow.slick-prev {
      left: -40px; }
    .halo-bottom-brand .halo-row .slick-arrow.slick-next {
      right: -40px; } }

.halo-bottom-brand .halo-row-slider {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  overflow: auto;
  padding: 0 0 0 10px; }
  @media (min-width: 1025px) {
    .halo-bottom-brand .halo-row-slider {
      width: 20%;
      margin-bottom: 0;
      padding-left: 0;
      padding: 0; } }
  .halo-bottom-brand .halo-row-slider .halo-row-item {
    margin: 0;
    padding: 0; }
    @media (min-width: 1025px) {
      .halo-bottom-brand .halo-row-slider .halo-row-item {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px; } }

.g-recaptcha {
  display: block;
  margin: 0; }
  .g-recaptcha > div {
    margin: 0 auto; }
  @media (min-width: 768px) {
    .g-recaptcha > div {
      margin-left: 0;
      margin-right: 0; } }

#consent-manager-update-banner {
  display: none; }

/*
- Back To Top
*/
#haloBackToTop a {
  z-index: 99;
  font-size: 0px;
  height: 35px;
  position: fixed;
  bottom: 25%;
  width: 35px;
  cursor: pointer;
  margin: 0;
  color: white;
  border: 1px solid white;
  text-align: center;
  background: white;
  right: 10px !important;
  transition: all 0.6s ease;
  padding: 4px; }
  @media (min-width: 1025px) {
    #haloBackToTop a {
      right: 30px !important;
      width: 45px;
      height: 45px; } }
  @media (min-width: 1600px) {
    #haloBackToTop a {
      right: calc((100% - 1470px) / 2) !important; } }
  @media (min-width: 1920px) {
    #haloBackToTop a {
      right: calc((100% - 1770px) / 2) !important; } }
  #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: white !important;
      background-color: white;
      color: #286040 !important; }
      #haloBackToTop a:hover svg {
        color: #286040 !important;
        fill: #286040 !important; } }

.haloCustomScrollbar::-webkit-scrollbar {
  width: 4px; }

.haloCustomScrollbar::-webkit-scrollbar-track {
  background: #f0f1f1; }

.haloCustomScrollbar::-webkit-scrollbar-thumb {
  background: #a6a6a6; }

.haloCustomScrollbar::-webkit-scrollbar-thumb:hover {
  background: #787878; }

@media (min-width: 1025px) {
  .haloCustomScrollbar-x::-webkit-scrollbar {
    height: 4px; }
  .haloCustomScrollbar-x::-webkit-scrollbar-track {
    background: #f5f5f5; }
  .haloCustomScrollbar-x::-webkit-scrollbar-thumb {
    background: #a6a6a6; }
  .haloCustomScrollbar-x::-webkit-scrollbar-thumb:hover {
    background: #787878; } }

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

.data-capture-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
  align-self: stretch;
  background: #f3f3f3;
  padding: 44px 10px; }
  .data-capture-wrapper .data-capture-heading {
    color: #000;
    text-align: center;
    font-family: "Noto Serif";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    /* 110% */
    letter-spacing: 1.25px; }
  .data-capture-wrapper .data-capture-text {
    color: #000;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */ }
  .data-capture-wrapper .form,
  .data-capture-wrapper .data-capture-heading,
  .data-capture-wrapper .data-capture-text,
  .data-capture-wrapper .form-field {
    margin: 0; }
  .data-capture-wrapper .form-input {
    border-radius: 90px;
    border: 1px solid #d2d2d2;
    background: #fafafa; }
  .data-capture-wrapper .form-prefixPostfix .button {
    margin-top: 12px; }
  @media (min-width: 551px) {
    .data-capture-wrapper .form-prefixPostfix .button {
      margin-top: 0; }
    .data-capture-wrapper .form {
      max-width: 600px; }
    .data-capture-wrapper .data-capture-text {
      max-width: 700px; }
    .data-capture-wrapper .data-capture-text,
    .data-capture-wrapper .form {
      margin: 0 auto; } }
  @media (min-width: 1025px) {
    .data-capture-wrapper {
      padding: 72px; }
      .data-capture-wrapper .form-prefixPostfix .button {
        margin-left: 10px; }
      .data-capture-wrapper .data-capture-heading {
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 1.25px; }
      .data-capture-wrapper .data-capture-text {
        font-size: 18px;
        line-height: 28px; } }

.halo-upperbar {
  position: fixed;
  top: -101%;
  bottom: 0;
  padding: 0;
  height: 100%;
  z-index: 9999;
  max-width: 100%;
  width: 100%;
  webkit-transition: all 0.6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  background-color: white;
  overflow: hidden; }
  @media (min-width: 551px) {
    .halo-upperbar {
      max-height: 313px;
      top: -500px; } }
  .halo-upperbar-header {
    padding-top: 12px;
    position: relative;
    max-width: 95%;
    margin: 0 auto; }
    .halo-upperbar-header .close {
      position: absolute;
      top: 20px;
      right: 0px;
      width: 46px;
      height: 46px;
      z-index: 10;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      pointer-events: auto;
      width: 40px;
      height: 40px;
      padding: 12px; }
      .halo-upperbar-header .close svg {
        fill: black;
        width: 100%;
        height: 100%; }
    .halo-upperbar-header .title {
      font-size: 26px;
      color: black;
      margin: 0px;
      padding: 15px 0px 11px; }
    .halo-upperbar-header .desc,
    .halo-upperbar-header .Learn-more {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 24px; }
    .halo-upperbar-header .Learn-more {
      color: black; }
      .halo-upperbar-header .Learn-more span {
        display: inline-block;
        background-image: linear-gradient(transparent 97%, #cccccc 3%);
        background-repeat: repeat-x;
        background-position-y: -5px; }
  .halo-upperbar-wrapper {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 35px;
    overflow: auto;
    max-height: 90vh;
    height: 100%;
    flex-wrap: wrap; }
    @media (min-width: 551px) {
      .halo-upperbar-wrapper {
        max-height: 130px;
        margin-top: 32px;
        flex-wrap: nowrap; } }
    .halo-upperbar-wrapper::-webkit-scrollbar {
      width: 0px; }
  .halo-upperbar-item {
    width: 100%;
    max-width: 100%;
    margin-top: 20px; }
    @media (min-width: 551px) {
      .halo-upperbar-item {
        max-width: 400px;
        margin-top: 0px; } }
    .halo-upperbar-item .icon {
      width: 33px;
      height: 33px;
      padding: 1px;
      margin-bottom: 10px; }
      .halo-upperbar-item .icon svg {
        width: 100%;
        height: 100%;
        fill: black;
        color: black; }
    .halo-upperbar-item .content .number_phone,
    .halo-upperbar-item .content .title {
      font-size: 18px;
      letter-spacing: 0;
      font-weight: 500;
      margin: 0px;
      color: black;
      text-transform: uppercase;
      margin-bottom: 2px;
      display: block; }
    .halo-upperbar-item .content .desc {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0;
      margin: 0px; }
    .halo-upperbar-item .content .sendEmail {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0;
      margin: 0px;
      display: block; }
      .halo-upperbar-item .content .sendEmail span {
        color: black;
        border-bottom: 1px solid #d6d6d6; }
    .halo-upperbar-item .haloInfoTop-list {
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (max-width: 551px) {
        .halo-upperbar-item .haloInfoTop-list {
          text-align: center; } }
      .halo-upperbar-item .haloInfoTop-list li {
        display: block;
        margin: 0; }
        .halo-upperbar-item .haloInfoTop-list li a {
          color: inherit;
          line-height: 32px; }
        .halo-upperbar-item .haloInfoTop-list li span {
          border-bottom: 1px solid #d6d6d6; }
      @media (min-width: 551px) {
        .halo-upperbar-item .haloInfoTop-list {
          border-left: 1px solid #e6e6e6;
          padding-left: 20%; } }

.halo-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 0;
  height: 100%;
  z-index: 102;
  max-width: 375px;
  width: calc(100% - 50px);
  transition-property: left, right;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  background-color: white; }
  .halo-sidebar-close {
    position: absolute;
    top: 0;
    width: 46px;
    height: 46px;
    z-index: 10;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: auto;
    width: 40px;
    height: 40px;
    padding: 12px; }
    .halo-sidebar-close svg {
      fill: white;
      width: 100%;
      height: 100%; }
  .halo-sidebar-header {
    position: relative;
    background-color: #f5f5f5;
    padding: 8px 30px 7px 30px; }
    .halo-sidebar-header .title {
      display: block;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 25px;
      text-transform: uppercase;
      margin: 0;
      color: black; }
    .halo-sidebar-header .close {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      line-height: 1;
      width: 40px;
      height: 40px;
      padding: 11px 13px; }
      @media (min-width: 551px) {
        .halo-sidebar-header .close {
          padding: 12px;
          right: 22px; } }
      .halo-sidebar-header .close svg {
        fill: #286040;
        width: 100%;
        height: 100%; }
        @media (min-width: 1025px) {
          .halo-sidebar-header .close svg {
            fill: white; }
            .halo-search-sidebar .halo-sidebar-header .close svg {
              fill: #286040; } }
  .halo-sidebar-wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 70px; }
    .halo-sidebar-wrapper .halo-popup-header {
      font-weight: 500;
      color: #3a3a3a;
      position: relative;
      background-color: #f3f3f3;
      padding: 16px 20px 14px 20px; }
      .halo-sidebar-wrapper .halo-popup-header .title {
        color: inherit;
        text-transform: unset;
        line-height: 1;
        margin: 0; }
      .halo-sidebar-wrapper .halo-popup-header .halo-popup-close {
        position: absolute;
        top: 50%;
        opacity: 1;
        right: 20px;
        color: #3a3a3a;
        font-size: 24px;
        font-weight: 400;
        line-height: 22px;
        transform: translateY(-50%); }
        .halo-sidebar-wrapper .halo-popup-header .halo-popup-close svg {
          width: 12px;
          height: 12px;
          fill: #e5e5e5;
          stroke: #e5e5e5; }
  .halo-sidebar.halo-sidebar-left {
    left: -101%; }
    .halo-sidebar.halo-sidebar-left .halo-sidebar-close {
      left: auto;
      right: -46px; }
  .halo-sidebar.halo-sidebar-right {
    right: -101%; }
    .halo-sidebar.halo-sidebar-right .halo-sidebar-close {
      left: -46px; }
  .halo-sidebar.halo-auth-sidebar {
    max-width: 100%; }
  .halo-sidebar.halo-cart-sidebar {
    max-width: 100%; }
  .halo-sidebar.halo-search-sidebar {
    max-width: 100%; }
    @media (max-width: 1024px) {
      .halo-sidebar.halo-search-sidebar .halo-sidebar-header .close {
        right: 18px; } }
    .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper {
      padding: 25px 30px; }
      .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .form-fieldset .form {
        margin-bottom: 0px; }
      .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .form-fieldset .form-field {
        border-bottom: 1px solid; }
      .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .form-fieldset .btn-search-right {
        display: none !important;
        padding: 0px; }
      .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .form-fieldset .button {
        width: 40px;
        height: 40px;
        padding: 10px;
        position: relative;
        border: none;
        right: -10px;
        background-color: transparent; }
        .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .form-fieldset .button svg {
          width: 100%;
          height: 100%;
          position: relative;
          top: -4px;
          color: black;
          stroke: black; }
      .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .form-fieldset .form-input {
        width: calc(100% - 45px);
        display: inline-block;
        border: none;
        min-height: 35px;
        height: 35px;
        line-height: 35px;
        padding: 0px; }
      .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .haloQuickSearchResults {
        width: 100%;
        z-index: 999;
        padding: 0px 0px;
        background: transparent; }
  .halo-sidebar.halo-menu-sidebar .navPages-container {
    display: block; }
    .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: 321px) {
    .halo-sidebar.halo-auth-sidebar {
      max-width: 405px; } }
  @media (min-width: 551px) {
    .halo-sidebar.halo-cart-sidebar {
      max-width: 405px; }
    .halo-sidebar.halo-search-sidebar {
      max-width: 405px; }
    .halo-sidebar.halo-leave-sidebar {
      max-width: 470px; } }
  @media (min-width: 1025px) {
    .halo-sidebar-header {
      padding-left: 30px;
      padding-right: 30px; }
      .halo-sidebar-header .close {
        left: -47px; }
        .halo-search-sidebar .halo-sidebar-header .close {
          left: unset; } }

.halo-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: rgba(50, 50, 50, 0.8);
  webkit-transition: all 0.12s ease;
  -moz-transition: all .12s ease;
  -ms-transition: all .12s ease;
  -o-transition: all .12s ease;
  transition: all .12s ease; }

.openInfoUpperbar .halo-upperbar.is-open {
  top: 0; }

body .halo-auth-sidebar {
  z-index: 201; }

.openAuthSidebar {
  overflow: hidden;
  margin-top: -1px; }
  .openAuthSidebar .halo-auth-sidebar.is-open {
    right: 0; }
  .openAuthSidebar .halo-background {
    z-index: 200;
    opacity: 1;
    visibility: visible; }

body .halo-cart-sidebar {
  z-index: 201; }

.openCartSidebar {
  overflow: hidden;
  margin-top: -1px; }
  .openCartSidebar .halo-cart-sidebar {
    right: 0; }
  .openCartSidebar .halo-background {
    z-index: 200;
    opacity: 1;
    display: block;
    visibility: visible; }

@media (max-width: 1024px) {
  body .halo-menu-sidebar {
    z-index: 201; } }

.has-activeNavPages {
  overflow: hidden;
  margin-top: -1px;
  -webkit-overflow-scrolling: auto; }
  .has-activeNavPages .halo-background {
    z-index: 102;
    opacity: 1;
    display: block;
    visibility: visible; }
    @media (max-width: 1024px) {
      .has-activeNavPages .halo-background {
        z-index: 200; } }
  .has-activeNavPages .halo-menu-sidebar {
    left: 0; }
  @media (min-width: 1025px) {
    .has-activeNavPages.page-type-category .halo-topHeader, .has-activeNavPages.page-type-brand .halo-topHeader, .has-activeNavPages.page-type-search .halo-topHeader, .has-activeNavPages.page-type-product .halo-topHeader {
      position: relative;
      z-index: 104; }
      .has-activeNavPages.page-type-category .halo-topHeader + header:not(.is-sticky), .has-activeNavPages.page-type-brand .halo-topHeader + header:not(.is-sticky), .has-activeNavPages.page-type-search .halo-topHeader + header:not(.is-sticky), .has-activeNavPages.page-type-product .halo-topHeader + header:not(.is-sticky) {
        position: relative;
        top: 0 !important;
        width: 100%;
        z-index: 104;
        background: #fff; }
    .has-activeNavPages .halo-topHeader + header.header-menu-sidebar-only:not(.is-sticky) {
      position: relative;
      top: 0 !important;
      width: 100%;
      z-index: 104;
      background-color: #fff !important;
      transition: background-color 0.4s ease-out !important;
      transition-property: background-color !important; }
    .has-activeNavPages header.header-menu-sidebar-only:not(.is-sticky) {
      position: relative;
      top: 0 !important;
      width: 100%;
      z-index: 104;
      background-color: #fff !important;
      transition: background-color 0.4s ease-out !important;
      transition-property: background-color !important; }
    .has-activeNavPages .halo-topHeader {
      position: relative;
      z-index: 104; } }

@media (min-width: 1025px) {
  body:not(.has-activeNavPages) header.header-menu-sidebar-only:not(.is-sticky) {
    background-color: transparent !important;
    transition: background-color 0.4s ease-out !important;
    transition-property: background-color !important; }
    body:not(.has-activeNavPages) header.header-menu-sidebar-only:not(.is-sticky) .halo-middleHeader {
      transition: background-color 0.4s ease-out !important;
      transition-property: background-color !important; }
  body:not(.has-activeNavPages) .halo-topHeader + header.header-menu-sidebar-only:not(.is-sticky) {
    background-color: transparent !important;
    transition: background-color 0.4s ease-out !important;
    transition-property: background-color !important; }
    body:not(.has-activeNavPages) .halo-topHeader + header.header-menu-sidebar-only:not(.is-sticky) .halo-middleHeader {
      transition: background-color 0.4s ease-out !important;
      transition-property: background-color !important; } }

body:not(.has-activeNavPages).page-type-default .halo-topHeader + header.header-menu-sidebar-only:not(.is-sticky) {
  background-color: transparent !important;
  transition: background-color 0.4s ease-out !important;
  transition-property: background-color !important; }

.openSideBar {
  overflow: hidden;
  margin-top: -1px; }
  .openSideBar .halo-background {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 200; }

body .halo-search-sidebar {
  z-index: 201; }

.openSearchMobile {
  overflow: hidden;
  margin-top: -1px; }
  .openSearchMobile .halo-search-sidebar {
    right: 0;
    left: auto; }
  .openSearchMobile .halo-background {
    z-index: 200;
    opacity: 99;
    display: block;
    visibility: visible; }

body .halo-leave-sidebar {
  z-index: 201; }

.openBeforeYouLeave {
  overflow: hidden;
  margin-top: -1px; }
  .openBeforeYouLeave .halo-leave-sidebar {
    right: 0; }
  .openBeforeYouLeave .halo-background {
    z-index: 200;
    opacity: 1;
    display: block;
    visibility: visible; }

/* 
- Login Sidebar
*/
.login-form-sidebar .note {
  display: block;
  padding: 40px 35px 0 35px; }
  .login-form-sidebar .note .alertBox {
    margin-bottom: 0;
    align-items: center; }

.login-form-sidebar .form {
  margin: 0; }

.login-form-sidebar .login-form-wrapper {
  padding: 25px 30px; }

.login-form-sidebar .form-field {
  margin-bottom: 0; }
  .login-form-sidebar .form-field + .form-field {
    margin-top: 20px; }

.login-form-sidebar .form-actions {
  margin: 15px 0 0; }

.login-form-sidebar .forgot-password {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: black;
  letter-spacing: 0;
  line-height: 25px;
  padding: 15px 0 15px 0;
  margin: 0 !important; }
  .login-form-sidebar .forgot-password span {
    display: inline-block;
    background-image: linear-gradient(transparent 97%, #cccccc 3%);
    background-repeat: repeat-x;
    background-position-y: -7px;
    padding: 0 0 2px 0; }

.login-form-sidebar .create-account {
  text-transform: uppercase;
  margin: px 0 0 0 !important; }

.login-form-sidebar.is-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../img/loading.svg);
  background-size: 200px;
  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 Sidebar
*/
.account-dropdown-sidebar {
  list-style: none;
  margin: 0;
  padding: 25px 30px; }
  .account-dropdown-sidebar .account-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e6e6e6; }
    .account-dropdown-sidebar .account-item .account-action {
      display: block;
      width: 100%;
      color: black;
      font-size: 16px;
      font-weight: 400;
      margin: 0;
      line-height: 45px;
      text-transform: capitalize;
      transition: all 0.3s 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.3s ease;
      padding: 0;
      white-space: nowrap;
      color: black; }
      .account-dropdown-sidebar .account-item .text > .icon {
        display: inline-block;
        vertical-align: middle;
        fill: black;
        stroke: black;
        margin: 0 10px 0 0; }
    .account-dropdown-sidebar .account-item:last-child {
      border-bottom: 0; }

/*
- All Categories
*/
.all-categories-list {
  list-style: none;
  margin: 0; }
  .all-categories-list .navPages-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0; }
    .all-categories-list .navPages-item a {
      font-size: 16px;
      height: 40px;
      line-height: 40px;
      letter-spacing: 0;
      text-transform: uppercase;
      color: black;
      z-index: 11;
      transition: unset;
      font-weight: 500;
      display: inline-block; }
  .all-categories-list .navPage-subMenu-item {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 0 18px; }
    .all-categories-list .navPage-subMenu-item a {
      text-transform: capitalize; }
  .all-categories-list .navPages-level-2 .navPage-subMenu-item a span {
    font-weight: 400; }
  .all-categories-list .navPages-level-3 .navPage-subMenu-item {
    border: 0; }
    .all-categories-list .navPages-level-3 .navPage-subMenu-item a {
      color: black; }
      .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; }
  .all-categories-list .icon-dropdown {
    position: absolute;
    top: 0;
    text-align: right;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    left: 0px;
    width: 100%;
    height: 40px;
    cursor: pointer; }
    .all-categories-list .icon-dropdown svg {
      position: relative;
      top: 4px;
      right: 0;
      height: 10px;
      width: 9px;
      fill: black;
      stroke: black;
      transform: rotate(-90deg); }
  .all-categories-list .is-clicked > a span {
    display: inline-block;
    background-image: linear-gradient(transparent 97%, #d2d2d2 3%);
    background-repeat: repeat-x;
    background-position-y: -12px; }
  .all-categories-list .is-clicked > .icon-dropdown > svg {
    transform: rotate(180deg); }

/*
- Recently Viewed Popup
*/
.halo-recently-viewed {
  position: fixed;
  top: 50%;
  right: -130px;
  width: 82px;
  z-index: 99;
  user-select: none;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 0px 2px 2px 2px;
  transition: right 0.5s ease 0s;
  transform: translateY(-50%);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); }
  .halo-recently-viewed-collapse {
    position: absolute;
    top: -1px;
    left: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 28px;
    cursor: pointer;
    background: white;
    box-shadow: none;
    border-radius: 2px 0px 0px 2px;
    border: 1px solid #e5e5e5;
    border-right: 0; }
    .halo-recently-viewed-collapse svg {
      width: 10px;
      height: 10px;
      fill: #1e1e1e;
      stroke: transparent; }
  .halo-recently-viewed-top {
    opacity: 0;
    visibility: hidden;
    height: 0;
    border-bottom: 1px solid #e7e7e7;
    transition: all 0.25s ease 0s; }
    .halo-recently-viewed-top .cart-icon {
      position: relative;
      display: block;
      text-align: center; }
      .halo-recently-viewed-top .cart-icon a {
        position: relative;
        line-height: 50px; }
      .halo-recently-viewed-top .cart-icon .icon {
        width: 22px;
        height: 22px; }
      .halo-recently-viewed-top .cart-icon .cart-quantity {
        top: -12px; }
    .halo-recently-viewed-top .cart-quantity {
      position: absolute;
      top: -5px;
      right: -11px;
      height: 23px;
      width: 23px;
      line-height: 23px;
      font-size: 16px;
      font-weight: 400;
      color: black;
      text-align: center;
      border-radius: 50%;
      background-color: #b9e126; }
  .halo-recently-viewed-content {
    padding: 12px 0 22px 0;
    transition: all 0.3s ease; }
    .halo-recently-viewed-content .title {
      font-family: "Noto Sans", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: black;
      letter-spacing: 0;
      line-height: 18px;
      margin: 0;
      padding: 1px 5px 12px 5px;
      position: relative;
      text-transform: unset;
      text-align: center; }
    .halo-recently-viewed-content .products-grid {
      width: 100%;
      padding: 0;
      margin: 0 auto; }
    .halo-recently-viewed-content .no-products {
      display: flex;
      justify-content: center;
      align-items: center; }
      .halo-recently-viewed-content .no-products svg {
        width: 46px;
        height: 46px;
        opacity: .1;
        margin: 0 0 15px 0; }
      .halo-recently-viewed-content .no-products .text {
        font-size: 14px;
        color: black;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        padding: 0 10px; }
  .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; }
    .halo-recently-viewed-bottom svg {
      width: 12px;
      height: 12px;
      fill: #172532;
      stroke: transparent; }
    .halo-recently-viewed-bottom .text {
      position: relative;
      top: 1px;
      font-size: 16px;
      font-weight: 400;
      color: black;
      line-height: 1;
      letter-spacing: 0;
      margin: 0 0 0 6px;
      padding: 0;
      text-transform: uppercase; }
  .halo-recently-viewed-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 40px; }
    .halo-recently-viewed-icon svg {
      width: 20px;
      height: 20px;
      fill: black;
      stroke: transparent;
      position: relative;
      top: 1px; }
    .halo-recently-viewed-icon + .halo-recently-viewed-icon {
      border-top: 1px solid #e7e7e7; }
  .halo-recently-viewed .products-grid {
    position: relative; }
    .halo-recently-viewed .products-grid .item {
      padding: 16px 0;
      height: unset;
      height: 101px;
      position: relative; }
    .halo-recently-viewed .products-grid .first-info {
      display: flex;
      align-items: center;
      width: auto;
      height: 100%;
      padding: 0 13px; }
      .halo-recently-viewed .products-grid .first-info img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .halo-recently-viewed .products-grid .second-info {
      display: none; }
    .halo-recently-viewed .products-grid .slick-arrow {
      width: 11px;
      height: 11px;
      fill: #989898;
      stroke: #989898;
      left: 50%;
      transform: translateX(-50%);
      opacity: 1;
      background-color: transparent;
      margin: 0;
      padding: 0;
      border: 0; }
      .halo-recently-viewed .products-grid .slick-arrow.slick-next {
        top: auto;
        right: auto;
        bottom: -5px; }
      .halo-recently-viewed .products-grid .slick-arrow.slick-prev {
        top: 2px; }
    .halo-recently-viewed .products-grid .slick-list {
      height: 100%; }
      .halo-recently-viewed .products-grid .slick-list .slick-slide:not(.slick-active) {
        pointer-events: none; }
    .halo-recently-viewed .products-grid:not(.slick-initialized) .product-info {
      margin-top: 0 !important; }
    .halo-recently-viewed .products-grid:hover .product-info {
      visibility: visible;
      opacity: 1; }
  .halo-recently-viewed .product-info {
    position: absolute;
    top: auto;
    right: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    width: 270px;
    height: 112px;
    border-radius: 2px;
    padding: 0;
    margin: 0;
    background: white;
    display: flex;
    border: 1px solid #e5e5e5;
    border-right: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); }
    .halo-recently-viewed .product-info .first {
      width: 240px;
      padding: 20px 15px 5px 15px;
      background: white;
      height: 100%;
      overflow: auto; }
    .halo-recently-viewed .product-info .second {
      width: 100px;
      height: 100%;
      cursor: pointer;
      background: transparent; }
    .halo-recently-viewed .product-info .product-title {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis;
      line-height: 22px;
      margin-bottom: 5px !important;
      position: relative;
      color: black;
      text-transform: none;
      font-size: 16px;
      font-weight: 500;
      text-decoration: none;
      margin: 0;
      padding: 0; }
    .halo-recently-viewed .product-info .prod-price {
      display: block;
      margin: -1px 0 11px;
      padding: 0;
      line-height: 1; }
      .halo-recently-viewed .product-info .prod-price:before, .halo-recently-viewed .product-info .prod-price:after {
        content: " ";
        display: table; }
      .halo-recently-viewed .product-info .prod-price:after {
        clear: both; }
      .halo-recently-viewed .product-info .prod-price p {
        color: black;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        margin: 0;
        padding: 0; }
    .halo-recently-viewed .product-info .price-section {
      display: inline-block;
      vertical-align: top;
      color: black;
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      margin: 0;
      padding: 0; }
      .halo-recently-viewed .product-info .price-section.price-section--withoutTax {
        color: #787878; }
      .halo-recently-viewed .product-info .price-section.rrp-price--withoutTax {
        margin: 0 0 5px 0; }
      .halo-recently-viewed .product-info .price-section.non-sale-price--withoutTax {
        display: inline-block;
        vertical-align: bottom;
        color: #3a3a3a;
        margin: 0 5px 0 0; }
        .halo-recently-viewed .product-info .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
          display: inline-block;
          vertical-align: bottom; }
      .halo-recently-viewed .product-info .price-section.price-none {
        margin: 0; }
        .halo-recently-viewed .product-info .price-section.price-none + .price-section--withoutTax {
          margin-left: 5px;
          color: black; }
        .halo-recently-viewed .product-info .price-section.price-none[style="display: none;"] + .price-section--withoutTax {
          margin-left: 0; }
      .halo-recently-viewed .product-info .price-section.price-section--salebale {
        display: none; }
      .halo-recently-viewed .product-info .price-section.price-section--saving {
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        line-height: 25px;
        letter-spacing: 0;
        color: #286040;
        margin: 4px 0 0 0;
        display: none; }
    .halo-recently-viewed .product-info .button {
      display: block;
      margin: 4px 0 0 0;
      padding: 5px 0 0 0;
      text-align: left;
      font-size: 16px;
      font-weight: 500;
      color: #3a3a3a;
      width: 155px;
      min-width: 155px;
      height: 32px;
      line-height: 23px;
      text-align: center;
      border: 1px solid;
      background: #464646;
      color: white;
      border-color: #1e1e1e;
      transition: all .6s ease; }
      .halo-recently-viewed .product-info .button:hover, .halo-recently-viewed .product-info .button:focus {
        border-color: #464646 !important;
        background-color: white;
        color: #464646 !important; }
      .halo-recently-viewed .product-info .button.button--sold-out {
        pointer-events: none;
        cursor: none; }
  .halo-recently-viewed.halo-recently-viewed-wrap {
    position: fixed;
    width: 40px;
    height: auto;
    top: 50%;
    right: -50px;
    z-index: 100;
    background: white;
    transform: translateY(-50%);
    transition: right .5s ease 0s;
    border-radius: 2px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.12); }
    .halo-recently-viewed.halo-recently-viewed-wrap.collapsed {
      right: 0; }
  .halo-recently-viewed.is-show {
    right: 0; }
  #halo-recently-viewed-popup.slided-up .halo-recently-viewed-top {
    height: 50px;
    opacity: 1;
    visibility: visible; }
  #halo-recently-viewed-popup.slided-up .halo-recently-viewed-bottom {
    opacity: 1;
    height: 45px;
    visibility: visible; }
  #halo-recently-viewed-popup.has-arrow .halo-recently-viewed .products-grid {
    padding-top: 15px;
    padding-bottom: 15px; }
  @media (min-width: 551px) {
    .halo-recently-viewed.is-show {
      right: 10px; } }
  @media (min-width: 1025px) {
    .halo-recently-viewed.is-show {
      right: 30px; } }

/*
- Back To Top
*/
.halo-back-to-top {
  position: fixed;
  top: auto;
  bottom: 30%;
  right: 10px;
  z-index: 101;
  font-size: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  transition: all 0.5s ease;
  border: 1px solid #286040;
  color: white;
  background-color: #286040;
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 50%; }
  .halo-back-to-top a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    text-align: center; }
  .halo-back-to-top .icon {
    fill: white;
    width: 100%;
    height: 100%;
    display: block;
    transform: rotate(-180deg); }
  .halo-back-to-top.is-visible {
    display: block; }
  .halo-back-to-top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    opacity: .3;
    background-color: #286040;
    animation: zoom-animation 1.4s ease-in-out infinite; }
  .halo-back-to-top:hover {
    color: white;
    border-color: #286040;
    background-color: #286040; }
    .halo-back-to-top:hover .icon {
      fill: white; }
  @media (min-width: 551px) {
    .halo-back-to-top {
      right: 15px;
      border-radius: 0;
      padding: 2px;
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
      width: auto;
      height: auto; }
      .halo-back-to-top a {
        display: block;
        width: 100%;
        height: auto; }
      .halo-back-to-top .icon {
        width: 32px;
        height: 32px; }
      .halo-back-to-top:before {
        display: none; } }
  @media (min-width: 1025px) {
    .halo-back-to-top {
      right: 45px; }
      .halo-back-to-top .icon {
        width: 35px;
        height: 35px; } }

/*
- Newsletter Popup
*/
#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.3s 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: auto;
    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;
    z-index: 5;
    padding: 0;
    line-height: 1;
    text-align: center;
    background: transparent; }
    #halo-newsletter-popup [data-close-newsletter-popup] svg {
      fill: black;
      width: 18px;
      height: 18px; }
      @media (min-width: 768px) {
        #halo-newsletter-popup [data-close-newsletter-popup] svg {
          fill: white; } }
  #halo-newsletter-popup .newsletter-left {
    display: block;
    width: 100%;
    padding: 40px 15px !important;
    text-align: center; }
    #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: 24px;
    font-weight: 400;
    color: black;
    line-height: 16px;
    margin: 0 0 10px 0;
    text-transform: none; }
  #halo-newsletter-popup .halo-line {
    position: relative; }
    #halo-newsletter-popup .halo-line span:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      width: 32px;
      height: 2px;
      background: black;
      left: 50%;
      transform: translatex(-50%); }
  #halo-newsletter-popup .newsletter-message {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px; }
    #halo-newsletter-popup .newsletter-message-top {
      padding-top: 17px; }
    #halo-newsletter-popup .newsletter-message span {
      display: block; }
  #halo-newsletter-popup #popupSubcribeForm {
    margin-top: 20px;
    margin-bottom: 20px; }
    #halo-newsletter-popup #popupSubcribeForm .form {
      margin: 0; }
    #halo-newsletter-popup #popupSubcribeForm .form-field {
      display: block;
      margin: 0; }
    #halo-newsletter-popup #popupSubcribeForm .form-input {
      width: 100%;
      text-align: center;
      margin: 0 0 15px 0;
      height: 42px;
      min-height: 42px;
      line-height: 42px; }
    #halo-newsletter-popup #popupSubcribeForm .button {
      height: 42px;
      min-height: 42px;
      line-height: 42px;
      max-width: 100%;
      text-transform: uppercase;
      font-size: 18px;
      font-family: "Noto Sans", Arial, Helvetica, sans-serif; }
    #halo-newsletter-popup #popupSubcribeForm input[type="submit"] {
      display: block;
      width: 100%; }
  #halo-newsletter-popup .form-show-again {
    display: block;
    line-height: 24px; }
    #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: black; }
          #halo-newsletter-popup .form-show-again .form input:checked + label span {
            background-image: linear-gradient(transparent 97%, black 3%); }
          #halo-newsletter-popup .form-show-again .form input:checked + label:before {
            border-color: black;
            background: black; }
      #halo-newsletter-popup .form-show-again .form label {
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        position: relative;
        line-height: 30px;
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 24px;
        margin: 0px; }
        #halo-newsletter-popup .form-show-again .form label span {
          padding: 0 0 1px 0;
          display: block;
          background-image: linear-gradient(transparent 97%, #d6d6d6 3%);
          background-repeat: repeat-x;
          background-position-y: -9px; }
        #halo-newsletter-popup .form-show-again .form label:before {
          content: '';
          position: absolute;
          top: 8px;
          left: 0;
          width: 15px;
          height: 15px;
          background: transparent;
          border: 1px solid #d8d8d8; }
        #halo-newsletter-popup .form-show-again .form label:after {
          content: '';
          display: block;
          width: 12px;
          height: 12px;
          position: absolute;
          left: 2px;
          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;
      margin-top: 10px; }
      @media (min-width: 1025px) {
        #halo-newsletter-popup .form-show-again .form-field {
          margin-top: 40px; } }
  #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: 20px 30px 10px !important; }
    #halo-newsletter-popup .newsletter-heading {
      font-size: 26px;
      margin: 0 0 15px 0; } }
  @media (min-width: 768px) {
    #halo-newsletter-popup .newsletter-popup-container {
      max-width: 700px; }
      #halo-newsletter-popup .newsletter-popup-container.no-imageNewsletter {
        max-width: 350px; }
        #halo-newsletter-popup .newsletter-popup-container.no-imageNewsletter .newsletter-left {
          width: 100%; }
    #halo-newsletter-popup .newsletter-popup-inner {
      display: flex;
      align-items: center; }
    #halo-newsletter-popup .newsletter-left {
      width: 50%;
      padding: 50px 30px; }
    #halo-newsletter-popup .newsletter-right {
      width: 50%;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      #halo-newsletter-popup .newsletter-right img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
        #halo-newsletter-popup .newsletter-right img.lazyload, #halo-newsletter-popup .newsletter-right img.lazyloading {
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: auto;
          height: auto; }
      #halo-newsletter-popup .newsletter-right:after {
        content: '';
        display: block;
        padding-bottom: 95.6%; } }
  @media (min-width: 1025px) {
    #halo-newsletter-popup .newsletter-popup-container {
      max-width: 940px; }
      #halo-newsletter-popup .newsletter-popup-container.no-imageNewsletter {
        max-width: 470px; }
        #halo-newsletter-popup .newsletter-popup-container.no-imageNewsletter .newsletter-left {
          width: 100%; }
    #halo-newsletter-popup .newsletter-popup-inner {
      overflow: visible; }
    #halo-newsletter-popup [data-close-newsletter-popup] {
      top: 0px;
      right: -37px; }
      #halo-newsletter-popup [data-close-newsletter-popup] svg {
        width: 18px;
        height: 18px;
        fill: white; }
    #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.3s 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-left {
      padding: 40px 60px 55px !important; }
    #halo-newsletter-popup .newsletter-heading {
      margin: 0 0 19px 0; }
    #halo-newsletter-popup #popupSubcribeForm {
      margin-top: 28px;
      margin-bottom: 27px; } }

/*
- Recently Bought Popup
*/
#halo-recently-bought-popup {
  position: fixed;
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  transition: all 0.5s ease; }
  @media (min-width: 551px) {
    #halo-recently-bought-popup {
      left: 10px;
      right: auto;
      bottom: 15px;
      max-width: 470px; } }
  @media (min-width: 1025px) {
    #halo-recently-bought-popup {
      left: 30px;
      bottom: 27px;
      right: auto; } }
  .openPopupOption #halo-recently-bought-popup {
    z-index: 20; }

.halo-recently-bought {
  display: block;
  width: 100%;
  position: relative;
  animation-duration: 1s;
  transition: all 1s ease;
  background: white;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1); }
  .halo-recently-bought [data-close-recently-bought] {
    position: absolute;
    top: 14px;
    right: 15px;
    line-height: 1;
    padding: 0; }
    .halo-recently-bought [data-close-recently-bought] svg {
      display: inline-block;
      vertical-align: top;
      fill: black;
      stroke: black;
      width: 15px;
      height: 14px; }
  .halo-recently-bought .recently-bought-inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
    overflow: hidden; }
  .halo-recently-bought .product-image {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 115px;
    position: relative; }
    .halo-recently-bought .product-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      width: 100%;
      height: auto;
      object-fit: cover;
      transform: translate(-50%, -50%); }
  .halo-recently-bought .product-info {
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle;
    padding: 10px 35px 10px 20px; }
    .halo-recently-bought .product-info .text {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis;
      margin: 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0; }
    .halo-recently-bought .product-info .product-name {
      font-size: 16px;
      font-weight: 400;
      color: black;
      letter-spacing: 0;
      line-height: 24px;
      display: inline;
      text-transform: capitalize; }
    .halo-recently-bought .product-info .info {
      display: block;
      margin: 10px 0 0 0;
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      line-height: 24px;
      color: #a0a0a0; }
  @media (min-width: 551px) {
    .halo-recently-bought .product-info {
      padding: 5px 83px 9px 20px; } }
  @media (min-width: 1025px) {
    .halo-recently-bought .product-info .product-name:hover {
      color: #3a3a3a; } }

/* 
- Megamenu
*/
.navPages-list-megamenu .has-megamenu > .navPage-subMenu {
  display: flex;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 70vh;
  width: 100%;
  border: 0;
  top: -35px !important;
  left: 0px !important;
  padding: 18px 43px 0 43px;
  z-index: -1;
  box-shadow: none;
  cursor: default;
  transition-property: transform, opacity, visibility; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .has-megamenu > .navPage-subMenu {
      padding-left: 265px; } }
  @media (min-width: 1600px) {
    .navPages-list-megamenu .has-megamenu > .navPage-subMenu {
      padding-left: 327px; } }
  @media (min-width: 1890px) {
    .navPages-list-megamenu .has-megamenu > .navPage-subMenu {
      padding-left: calc((100% - 1770px)/2 + 268px); } }

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

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
  border-bottom: 0;
  transition: unset;
  display: block;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .text {
    padding: 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 .navPage-subMenu-item-child .has-subMenu + .navPage-subMenu a {
  line-height: 32px; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child:hover .navPage-subMenu-action .text {
  background-position-y: -3px !important; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child:hover .has-subMenu + .navPage-subMenu {
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  padding: 0px; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child:hover .has-subMenu + .navPage-subMenu a {
    line-height: 32px !important; }

.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 15px;
    background-color: transparent; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-links {
  width: 25%;
  padding: 30px 15px 15px 15px;
  background-color: #fafafa; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-links .navPage-subMenu-item-child {
    padding-right: 0; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list {
  padding: 24px 0 0 0; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-title {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: black;
    letter-spacing: .05em;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 0 17px 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .card-megamenu img {
    max-width: 120px;
    margin: 0 auto; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .card-megamenu .card-content {
    text-align: center; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .card-megamenu .card-content .card-price {
      justify-content: center;
      padding-bottom: 3px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .card-megamenu .card-content .card-title {
      margin-top: 15px; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .card-megamenu .card-content .card-title > a {
        line-height: 24px; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .card-megamenu .card-content .card-title .card-ellipsis {
        -webkit-line-clamp: 1; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .card-megamenu .card-content .card-variant_color_name {
      margin-top: 2px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .card-megamenu .card-content .card-option .form-field {
      text-align: center; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .card-megamenu .card-content .card-action {
      margin-top: 1px; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .card-megamenu .card-content .card-action .text {
        color: black; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .slick-arrow {
    width: 23px;
    height: 23px;
    padding: 0px;
    top: 21%;
    transform: translate(0); }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .slick-arrow.slick-next {
      right: -12px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .slick-arrow.slick-prev {
      left: -12px; }

.navPages-list-megamenu .has-megamenu .megamenu-custom-list {
  position: relative;
  width: 100%; }
  .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-bottom {
    position: absolute;
    bottom: 0px;
    display: block;
    background-color: #efeff1;
    color: black;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.625;
    padding: 11px 0 12px; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-bottom {
        width: calc(100% + 308px);
        left: -265px; } }
    @media (min-width: 1600px) {
      .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-bottom {
        width: calc(100% + 370px);
        left: -327px; } }
    @media (min-width: 1890px) {
      .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-bottom {
        width: calc(100% + 431px);
        left: -388px; } }
  .navPages-list-megamenu .has-megamenu .megamenu-custom-list .text {
    position: relative; }
    .navPages-list-megamenu .has-megamenu .megamenu-custom-list .text:before {
      position: absolute;
      left: 0;
      width: 123%;
      bottom: -1px;
      height: 1px;
      content: '';
      background: #c9c9cb; }
  .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-countDown .num {
    font-weight: 500;
    font-size: 18px; }
    .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-countDown .num:first-child {
      margin-left: 7px; }

.navPages-list-megamenu .cateArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child {
    padding-bottom: 27px !important; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    width: 100%;
    padding-top: 24px !important;
    padding-bottom: 21px !important; }
  .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;
    align-content: flex-start; }
    .navPages-list-megamenu .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 33.333333%; }
  .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; }
    .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; }
    .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-weight: 500;
    color: #323232;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase;
    padding-left: 15px;
    margin-bottom: 9px;
    transform: unset !important; }
    .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text {
      background-image: none !important;
      color: inherit; }
      .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text span {
        background-image: none; }
      .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text:before {
        display: none !important; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action:hover {
        color: #323232; } }

.navPages-list-megamenu .imageArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 0 0 15px; }

.navPages-list-megamenu .style-1 .imageArea {
  padding-left: 12px; }

.navPages-list-megamenu .style-1 .megamenu-left-item {
  width: 195px;
  padding-right: 15px;
  margin-left: 33px; }

.navPages-list-megamenu .style-1 .megamenu-right-item {
  padding: 29px 30px 15px 30px; }
  .navPages-list-megamenu .style-1 .megamenu-right-item .image {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: center; }
    .navPages-list-megamenu .style-1 .megamenu-right-item .image img {
      width: 100%; }
      .navPages-list-megamenu .style-1 .megamenu-right-item .image img.lazyload, .navPages-list-megamenu .style-1 .megamenu-right-item .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }

.navPages-list-megamenu .style-1 .slick-dots {
  bottom: -20px; }

.navPages-list-megamenu .style-2 .megamenu-left-item {
  width: 170px; }

.navPages-list-megamenu .style-2 .imageArea .item-left {
  padding-right: 15px; }
  .navPages-list-megamenu .style-2 .imageArea .item-left .image + .image {
    margin-top: 30px; }

.navPages-list-megamenu .style-2 .imageArea .item-right {
  padding-left: 15px; }

.navPages-list-megamenu .style-2 .megamenu-right-item {
  padding-top: 29px;
  padding-right: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .navPages-list-megamenu .style-2 .megamenu-right-item .item {
    width: 50%;
    padding: 0; }

.navPages-list-megamenu .style-3 .leftArea {
  width: 29%;
  padding: 30px 0 30px 30px;
  padding-left: 50px; }
  .navPages-list-megamenu .style-3 .leftArea .image {
    display: inline-block;
    vertical-align: top;
    width: auto; }

.navPages-list-megamenu .style-3 .centerArea {
  width: 65%; }
  .navPages-list-megamenu .style-3 .centerArea > .navPage-subMenu-list {
    padding-left: 30px !important; }
  .navPages-list-megamenu .style-3 .centerArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .style-3 .centerArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 32%;
      padding-bottom: 22px; }
  .navPages-list-megamenu .style-3 .centerArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .style-3 .centerArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 25%;
      padding-bottom: 22px; }
  .navPages-list-megamenu .style-3 .centerArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .style-3 .centerArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 20%;
      padding-bottom: 22px; }
  .navPages-list-megamenu .style-3 .centerArea > .navPage-subMenu-list {
    padding-top: 24px !important;
    padding-bottom: 25px !important; }
    .navPages-list-megamenu .style-3 .centerArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
      font-weight: 500;
      color: black;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 24px;
      text-transform: uppercase;
      padding-left: 15px;
      margin-bottom: 4px;
      transform: unset !important; }
      .navPages-list-megamenu .style-3 .centerArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text {
        background-image: unset !important;
        color: inherit !important; }
        .navPages-list-megamenu .style-3 .centerArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text:before {
          display: none !important; }

.navPages-list-megamenu .style-3 .centerArea > .navPage-subMenu-list {
  padding-bottom: 68px !important; }

.navPages-list-megamenu .style-4 > .navPage-subMenu {
  display: block; }

.navPages-list-megamenu .style-4 .cateArea {
  display: block; }
  .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list {
    display: block !important;
    font-size: 0;
    letter-spacing: 0;
    width: auto !important;
    padding-left: 30px !important; }
    .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list > li {
      display: inline-block;
      vertical-align: top;
      padding-left: 15px !important;
      padding-right: 15px !important; }
      .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list > li.navPage-subMenu-title {
        display: none; }
      .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list > li.navPage-subMenu-all {
        display: none; }
    .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list .navPage-subMenu-action {
      padding-left: 0; }
    .navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list .navPage-subMenu-item-child {
      padding-left: 0;
      padding-right: 0; }
  .navPages-list-megamenu .style-4 .cateArea .image {
    margin-top: 18px;
    margin-bottom: 11px;
    display: block; }
  .navPages-list-megamenu .style-4 .cateArea.columns-2 > .navPage-subMenu-list > li {
    width: 50%; }
  .navPages-list-megamenu .style-4 .cateArea.columns-3 > .navPage-subMenu-list > li {
    width: 33.333333%; }
  .navPages-list-megamenu .style-4 .cateArea.columns-4 > .navPage-subMenu-list > li {
    width: 25%; }
    @media (min-width: 1600px) {
      .navPages-list-megamenu .style-4 .cateArea.columns-4 > .navPage-subMenu-list > li {
        width: 20%; } }
  .navPages-list-megamenu .style-4 .cateArea.columns-5 > .navPage-subMenu-list > li {
    width: 20%; }
    @media (min-width: 1600px) {
      .navPages-list-megamenu .style-4 .cateArea.columns-5 > .navPage-subMenu-list > li {
        width: 16%; } }

.navPages-list-megamenu .navPages-label {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: calc(100% - 15px);
  top: 50%;
  margin: 0;
  height: 20px;
  line-height: 24px;
  padding: 0 5px;
  transform: translateY(-50%);
  border-radius: 2px;
  background-image: none !important; }
  .navPages-list-megamenu .navPages-label:before {
    content: "";
    border: 5px solid transparent;
    position: absolute;
    left: -9px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .navPages-list-megamenu .navPages-label.sale-label {
    color: white;
    border-color: #c12f49;
    background-color: #c12f49; }
    .navPages-list-megamenu .navPages-label.sale-label:before {
      border-right-color: #c12f49; }
  .navPages-list-megamenu .navPages-label.new-label {
    color: white;
    border-color: #48ade8;
    background-color: #48ade8; }
    .navPages-list-megamenu .navPages-label.new-label:before {
      border-right-color: #48ade8; }
  .navPages-list-megamenu .navPages-label.hot-label {
    color: white;
    border-color: #f4ad57;
    background-color: #f4ad57; }
    .navPages-list-megamenu .navPages-label.hot-label:before {
      border-right-color: #f4ad57; }

@media (min-width: 1025px) {
  .navPages-list-megamenu .cateArea .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action .text {
    background-image: linear-gradient(transparent 97%, #cccccc 3%);
    background-repeat: repeat-x;
    background-position-y: 0; }
  .navPages-list-megamenu .style-3 .centerArea .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action .text {
    background-image: linear-gradient(transparent 97%, #cccccc 3%);
    background-repeat: repeat-x;
    background-position-y: 0; }
  .navPages-list-megamenu .style-4 .navPage-subMenu-item-child:hover .image + .navPage-subMenu {
    pointer-events: auto; } }

@media (min-width: 1600px) {
  .navPages-list-megamenu .style-3 .leftArea {
    padding-bottom: 50px;
    padding-left: 60px; }
  .navPages-list-megamenu .style-3 .centerArea {
    width: 50%; }
    .navPages-list-megamenu .style-3 .centerArea > .navPage-subMenu-list {
      padding-left: 30px !important; } }

@media (min-width: 1890px) {
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-links {
    width: 37%;
    padding-left: calc((100vw - 1620px)/ 2); }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    width: 100%; }
  .navPages-list-megamenu .style-2 .imageArea {
    padding-left: 20px; }
  .navPages-list-megamenu .style-3 .leftArea {
    padding-left: 70px; }
  .navPages-list-megamenu .style-3 .centerArea > .navPage-subMenu-list {
    padding-left: 37px !important; } }

.halo-menu-megamenu .has-megamenu .megamenu-product-list {
  padding: 24px 0 0 0; }
  .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-title {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 21px 0; }
  .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-slider {
    margin-bottom: 0; }
  .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 {
    margin-bottom: 0; }
    .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .item {
      margin-top: 0 !important; }
    .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-dots {
      bottom: -20px; }
  .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-brands {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0;
    white-space: nowrap;
    overflow-x: auto; }
    .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image {
      display: inline-block;
      vertical-align: top;
      margin: 0 15px 0 0;
      font-size: 0; }
      .halo-menu-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image img {
        width: auto;
        margin: 0 auto; }
  .halo-menu-megamenu .has-megamenu .megamenu-product-list .slick-dots {
    bottom: 0; }

.halo-menu-megamenu .has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child {
  border-top: 1px solid #e6e6e6; }
  .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.3s ease; }

.halo-menu-megamenu .has-megamenu .megamenu-custom-list {
  display: block;
  width: 100%;
  background-color: #efeff1;
  color: black;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.625;
  padding: 12px 0 12px; }
  .halo-menu-megamenu .has-megamenu .megamenu-custom-list .text {
    width: 100%;
    display: block; }
  .halo-menu-megamenu .has-megamenu .megamenu-custom-list .megamenu-countDown .num {
    font-weight: 500;
    font-size: 18px; }

.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 .imageArea {
  max-width: 100% !important; }
  .halo-menu-megamenu .imageArea .megamenu-left-item,
  .halo-menu-megamenu .imageArea .megamenu-right-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 15px 30px 0 30px; }

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

.halo-menu-megamenu .style-1 .imageArea .image img {
  margin-top: 0;
  margin-bottom: 30px; }

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

.halo-menu-megamenu .style-2 .item {
  display: block;
  width: 100%;
  margin: 0 0 30px 0; }

.halo-menu-megamenu .style-3 > .navPage-subMenu {
  display: flex !important;
  flex-wrap: wrap; }

.halo-menu-megamenu .style-3 .leftArea {
  width: 100%; }

.halo-menu-megamenu .style-3 .centerArea {
  width: 100%;
  order: -1; }
  .halo-menu-megamenu .style-3 .centerArea > .navPage-subMenu-list {
    padding-left: 0; }

.halo-menu-megamenu .style-4 .container {
  padding-left: 0;
  padding-right: 0; }

.halo-menu-megamenu .style-4 .navPage-subMenu-item-child.is-open {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }
  .halo-menu-megamenu .style-4 .navPage-subMenu-item-child.is-open .image {
    display: block; }

.halo-menu-megamenu .navPages-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0 10px;
  padding: 0 5px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  height: 20px;
  line-height: 24px;
  border-radius: 2px;
  background-image: none !important; }
  .halo-menu-megamenu .navPages-label:before {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    top: 50%;
    right: 100%;
    transform: translateY(-50%); }
  .halo-menu-megamenu .navPages-label.sale-label {
    color: white;
    border-color: #c12f49;
    background-color: #c12f49; }
    .halo-menu-megamenu .navPages-label.sale-label:before {
      border-right-color: #c12f49; }
  .halo-menu-megamenu .navPages-label.new-label {
    color: white;
    border-color: #48ade8;
    background-color: #48ade8; }
    .halo-menu-megamenu .navPages-label.new-label:before {
      border-right-color: #48ade8; }
  .halo-menu-megamenu .navPages-label.hot-label {
    color: white;
    border-color: #f4ad57;
    background-color: #f4ad57; }
    .halo-menu-megamenu .navPages-label.hot-label:before {
      border-right-color: #f4ad57; }

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

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea {
  display: flex;
  justify-content: space-between; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .image img {
    margin-bottom: 0px; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item {
    width: 50%;
    text-align: center;
    padding: 0px 10px 15px 0px;
    margin-top: 10px; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-product-list {
    max-width: 50%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 10px; }
    .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-product-list .megamenu-title {
      display: none; }
    .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-product-list .card-megamenu .card-content {
      text-align: center; }
      .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-product-list .card-megamenu .card-content .card-price {
        justify-content: center;
        padding-bottom: 0px; }
      .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-product-list .card-megamenu .card-content .card-title {
        margin-top: 10px; }
      .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-product-list .card-megamenu .card-content .card-variant_color_name {
        margin-top: 0px;
        line-height: 22px; }
      .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-product-list .card-megamenu .card-content .card-option .form-field {
        text-align: center; }
      .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-product-list .card-megamenu .card-content .card-action {
        display: none; }
    .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-product-list .slick-arrow {
      width: 20px;
      height: 20px;
      padding: 0px;
      top: 100px;
      background: transparent;
      border: none;
      transform: translate(0); }
      @media (min-width: 1025px) {
        .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-product-list .slick-arrow {
          top: 33%; } }
      .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-product-list .slick-arrow.slick-next {
        right: 1px; }
      .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-product-list .slick-arrow.slick-prev {
        left: 1px; }
  @media (max-width: 375px) {
    .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea {
      display: block; }
      .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item {
        width: 100%; }
      .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-product-list {
        max-width: 100%; }
        .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-product-list .slick-arrow {
          top: 200px; } }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .imageArea .megamenu-right-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .imageArea .megamenu-right-item .item-left {
    width: 50%;
    padding-right: 1px; }
    .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .imageArea .megamenu-right-item .item-left .image + .image {
      margin-top: 10px;
      display: block; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .imageArea .megamenu-right-item .item-right {
    width: 50%;
    padding-left: 9px; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-3 .leftAre .image img {
  width: 100%; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-4 .cateArea .navPage-subMenu-item-child .image {
  width: 100%;
  max-width: 210px;
  text-align: center;
  margin: 10px auto; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-4 .cateArea .navPage-subMenu-item-child .image img {
    width: 100%;
    object-fit: cover; }

.halo-ask-an-expert-btn {
  display: block;
  position: fixed;
  right: 10px;
  top: auto;
  bottom: 125px;
  z-index: 98;
  width: 100%;
  max-width: 40px; }
  .halo-ask-an-expert-btn .ask-an-expert-link {
    display: block; }
    .halo-ask-an-expert-btn .ask-an-expert-link img {
      display: none;
      width: 100%; }
      .halo-ask-an-expert-btn .ask-an-expert-link img.lazyload, .halo-ask-an-expert-btn .ask-an-expert-link img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain;
        margin: auto; }
    .halo-ask-an-expert-btn .ask-an-expert-link .icon {
      display: inline-block;
      vertical-align: top;
      width: 40px;
      height: 40px;
      text-align: center;
      background: #286040;
      border-radius: 50%;
      padding: 10px; }
      .halo-ask-an-expert-btn .ask-an-expert-link .icon svg {
        width: 100%;
        height: 100%;
        fill: white; }
      .halo-ask-an-expert-btn .ask-an-expert-link .icon:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 50%;
        opacity: .2;
        background-color: #286040;
        animation: zoom-animation 1.5s ease-in-out infinite; }
  @media (min-width: 551px) {
    .halo-ask-an-expert-btn {
      max-width: 220px;
      overflow: hidden;
      bottom: 90px; }
      .halo-ask-an-expert-btn .ask-an-expert-link img {
        display: block;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s; }
      .halo-ask-an-expert-btn .ask-an-expert-link .icon {
        display: none; } }
  @media (min-width: 1025px) {
    .halo-ask-an-expert-btn {
      right: 30px;
      bottom: 30px; }
      .halo-ask-an-expert-btn .ask-an-expert-link {
        overflow: hidden;
        position: relative; }
        .halo-ask-an-expert-btn .ask-an-expert-link:before {
          content: "";
          width: 100%;
          height: 100%;
          top: 100%;
          right: 0;
          left: auto;
          z-index: 2;
          transform: none;
          position: absolute;
          transition: all 0.3s ease;
          background-color: rgba(0, 0, 0, 0.25);
          background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 100%); }
        .halo-ask-an-expert-btn .ask-an-expert-link:hover:before {
          top: 0; } }

.halo-ask-an-expert {
  overflow: auto; }
  .halo-ask-an-expert .modal-close {
    top: 17px; }
    .halo-ask-an-expert .modal-close span:not(.aria-description--hidden) {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close' style='&%2310; fill: %23ffffff;&%2310;'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '/%3E%3C/svg%3E"); }
  .halo-ask-an-expert .modal-header {
    display: block;
    height: 340px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .halo-ask-an-expert .modal-header .halo-block-content {
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 450px;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      z-index: 9;
      text-align: center; }
    .halo-ask-an-expert .modal-header .subtitle {
      display: block;
      font-size: 16px;
      font-weight: 500;
      color: white;
      line-height: 22px;
      letter-spacing: 0;
      text-transform: uppercase;
      margin: 0; }
    .halo-ask-an-expert .modal-header .title {
      position: relative;
      font-family: "Noto Sans", Arial, Helvetica, sans-serif;
      font-size: 38px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0;
      color: white;
      text-transform: uppercase;
      margin-top: 9px;
      margin-bottom: 15px; }
    .halo-ask-an-expert .modal-header .halo-line {
      display: block;
      width: 100%;
      max-width: 30px;
      height: 2px;
      background: white;
      margin: 0 auto;
      position: relative;
      text-align: center;
      font-size: 0px;
      margin-bottom: 23px; }
    .halo-ask-an-expert .modal-header .desc1 {
      font-size: 16px;
      font-weight: 500;
      color: white;
      letter-spacing: .1em;
      line-height: 1.5;
      text-align: center;
      margin: 0 0 5px 0;
      text-transform: uppercase;
      padding: 4px 30px; }
    .halo-ask-an-expert .modal-header .desc2,
    .halo-ask-an-expert .modal-header .desc3 {
      font-size: 16px;
      font-weight: 400;
      color: white;
      letter-spacing: 0;
      line-height: 24px;
      text-align: center;
      margin-bottom: 0; }
  .halo-ask-an-expert .modal-body {
    padding: 15px 30px 0 30px;
    margin-left: 0;
    margin-right: 0;
    overflow: unset; }
  .halo-ask-an-expert .alertBox {
    font-size: 16px;
    margin: 20px 0 40px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; }
  .halo-ask-an-expert .alertBox-message {
    display: inherit;
    text-align: center; }
  .halo-ask-an-expert #halo-ask-an-expert-form {
    margin: 24px auto 0 auto;
    max-width: 100%; }
  .halo-ask-an-expert .form-field {
    margin-bottom: 0; }
    .halo-ask-an-expert .form-field + .form-field {
      margin-top: 18px; }
      .halo-ask-an-expert .form-field + .form-field.form-field-radio {
        margin-top: 25px;
        border-bottom: none;
        padding-bottom: 0; }
        @media (max-width: 767px) {
          .halo-ask-an-expert .form-field + .form-field.form-field-radio .form-label:first-child {
            display: block;
            margin-right: 0;
            margin-bottom: 16px; } }
    .halo-ask-an-expert .form-field + .form-field-textarea {
      margin-top: 13px; }
      .halo-ask-an-expert .form-field + .form-field-textarea .form-input {
        max-height: 185px; }
    .halo-ask-an-expert .form-field + .form-field-checkbox {
      margin-top: 21px; }
    .halo-ask-an-expert .form-field.form-field-radio .form-radio + .form-label {
      color: black; }
  .halo-ask-an-expert .form-label {
    margin-bottom: 5px; }
  .halo-ask-an-expert .form-input {
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px; }
  .halo-ask-an-expert .form-field-checkbox {
    position: relative; }
    .halo-ask-an-expert .form-field-checkbox input[type="checkbox"] {
      position: absolute;
      top: 5px;
      left: 0;
      width: 14px;
      height: 14px;
      border-radius: 0;
      border: 1px solid #d0d0d0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .halo-ask-an-expert .form-field-checkbox input[type="checkbox"] + .form-label {
        font-size: 16px;
        font-weight: 400;
        color: #3a3a3a;
        padding-left: 25px;
        margin-bottom: 0;
        position: relative; }
      .halo-ask-an-expert .form-field-checkbox input[type="checkbox"]:checked {
        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='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-size: contain;
        background-repeat: no-repeat; }
    .halo-ask-an-expert .form-field-checkbox .link {
      border-bottom: 1px solid #3a3a3a;
      color: #3a3a3a; }
  .halo-ask-an-expert .form-field-radio {
    padding-top: 0; }
  .halo-ask-an-expert .form-actions {
    text-align: center;
    margin-top: 20px; }
    .halo-ask-an-expert .form-actions .button {
      width: 100%;
      margin-bottom: 100px; }
  @media (min-width: 992px) {
    .halo-ask-an-expert .modal-body {
      padding-left: 0;
      padding-right: 0; }
    .halo-ask-an-expert #halo-ask-an-expert-form {
      max-width: 500px; } }

.quickShopPopup {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-height: 100%;
  -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;
  transform: translate3d(0, 0, 0); }
  .quickShopPopup.scrollbar::-webkit-scrollbar {
    width: 5px; }
  .quickShopPopup.is-open {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.8);
    -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;
    transform: translate3d(0, 0, 0);
    z-index: 1; }
  .quickShopPopup .halo-quickShop {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
    padding: 60px 0; }
    .quickShopPopup .halo-quickShop .form-actionFix {
      width: 100%; }
  .quickShopPopup .productView-actions {
    display: block;
    flex-wrap: unset;
    justify-content: unset;
    padding: 0; }
    .quickShopPopup .productView-actions .form-field--increments {
      margin: 0 !important; }
  .quickShopPopup .halo-quickShop-header .halo-quickShop-close {
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 1;
    z-index: 99; }
    .quickShopPopup .halo-quickShop-header .halo-quickShop-close svg {
      width: 17px;
      height: 17px;
      fill: black; }
  @media (max-width: 1024px) {
    .quickShopPopup .halo-quickShop-header {
      display: none; } }
  .quickShopPopup .halo-quickShop-content {
    padding: 20px 0 0 0;
    position: relative; }
    .quickShopPopup .halo-quickShop-content .halo-productOptions {
      text-align: center; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-field {
        margin-bottom: 10px;
        padding: 0 15px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-field .form-label--inlineSmall {
          justify-content: center;
          text-align: left; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-field .form-input {
          margin: 0 auto; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-option-expanded {
        display: none; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-option {
        border-color: transparent; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
        border-color: #cfcfcf;
        box-shadow: none;
        font-weight: 500; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch {
        width: 32px;
        height: 32px;
        border-color: transparent; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option {
        border-color: #cfcfcf;
        box-shadow: none; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-radio"] .form-radio-all {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        min-width: 100px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-radio"] .form-radio-all > div {
          min-width: 70px; }
          .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-radio"] .form-radio-all > div .form-radio-child {
            display: inline-block;
            text-align: left; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="input-checkbox"] .form-checkbox-child {
        display: inline-block;
        width: auto;
        line-height: 1.4; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment {
        width: 100%;
        display: block;
        margin: 0 auto; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .form-input--incrementTotal {
          height: 45px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=dec] {
          bottom: 9px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=inc] {
          top: 9px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .alertBox {
        margin: 20px 15px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action {
        width: 100%;
        margin: 0;
        margin-top: 20px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart,
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-buyItNow {
          margin-bottom: 0;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          max-width: 234px;
          min-width: 234px;
          width: 100%; }
          #featured-products .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart, #featured-products
          .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-buyItNow {
            max-width: 200px;
            min-width: 200px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
        width: 50%;
        float: left;
        display: inline-block;
        padding-left: 10px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
          width: 100%;
          margin-bottom: 0; }
  @media (max-width: 1024px) {
    .quickShopPopup {
      max-height: 100%;
      top: 0;
      position: static;
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .form-input--incrementTotal {
        height: 42px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=dec] {
        bottom: 8px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=inc] {
        top: 8px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action {
        width: 100%;
        padding-right: 0; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart {
          padding: 0 10px;
          font-size: 16px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
        width: 100%;
        padding-left: 0;
        padding-top: 10px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
          padding: 12px 10px 13px;
          font-size: 16px; } }

.halo-bundle-products {
  background: white;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 20px 0;
  z-index: 20; }
  .halo-bundle-products .halo-block-header .title {
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: black;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
    padding: 0 5px 40px 5px;
    position: relative;
    text-transform: uppercase;
    text-align: center; }
  .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: auto;
        opacity: 0;
        visibility: hidden; }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-product-list {
        margin: 0 -15px; } }
  .halo-bundle-products .halo-product-item {
    padding: 0 10px; }
    .halo-bundle-products .halo-product-item .halo-product-image {
      display: block;
      position: relative; }
      .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; }
    .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-product-link {
      pointer-events: none; }
    .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;
      width: 100%;
      padding-bottom: 126.71119%; }
    .halo-bundle-products .halo-product-container > img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      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: 16px 0 0 0;
    text-align: left;
    position: relative; }
  .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: 16px;
      font-weight: 500;
      color: black;
      letter-spacing: 0;
      line-height: 1.75;
      margin: 0 0 16px 0; }
    .halo-bundle-products .halo-product-total .text {
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 96%, #d2d2d2 4%);
      background-repeat: repeat-x;
      background-position-y: 0; }
    .halo-bundle-products .halo-product-total .price {
      font-size: 22px;
      letter-spacing: 0;
      margin: 0 0 0 5px; }
    .halo-bundle-products .halo-product-total .button {
      width: 100%;
      height: 50px;
      line-height: 48px;
      text-transform: uppercase;
      max-width: 100%; }
  .halo-bundle-products .icon-plus {
    position: absolute;
    top: 50%;
    left: -24px;
    z-index: 10;
    display: none;
    vertical-align: top;
    width: 18px;
    height: 18px;
    transform: translateY(-50%); }
    .halo-bundle-products .icon-plus:before, .halo-bundle-products .icon-plus:after {
      content: "";
      position: absolute;
      top: 50%;
      background-color: black; }
    .halo-bundle-products .icon-plus:before {
      width: 18px;
      height: 2px;
      left: 100%;
      transform: translate3D(-100%, -50%, 0) rotate(0); }
    .halo-bundle-products .icon-plus:after {
      width: 2px;
      height: 18px;
      left: auto;
      right: 8px;
      transform: translate3D(0, -50%, 0) rotate(0); }
    @media (max-width: 1024px) {
      .halo-bundle-products .icon-plus {
        left: -19px; } }
  .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: 6px;
      border-radius: 0;
      width: 16px;
      height: 16px;
      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: 9px;
      left: 3px;
      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: #d2d2d2 !important;
    background: white !important; }
  .halo-bundle-products .halo-detail-name {
    font-size: 16px;
    font-weight: 500;
    color: black;
    letter-spacing: 0;
    line-height: 26px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    text-align: left; }
    .halo-bundle-products .halo-detail-name .text {
      display: inline;
      padding: 0 0 0 28px; }
  .halo-bundle-products .halo-detail-price {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    color: #3a3a3a;
    line-height: 1;
    position: relative;
    margin: 9px 0 0 0;
    display: flex;
    justify-content: left; }
    .halo-bundle-products .halo-detail-price > p {
      margin-bottom: 0; }
    .halo-bundle-products .halo-detail-price .price-section {
      margin-right: 10px; }
      .halo-bundle-products .halo-detail-price .price-section.price-section--sale {
        color: #787878; }
      .halo-bundle-products .halo-detail-price .price-section.price-section--withoutTax {
        color: #787878; }
      .halo-bundle-products .halo-detail-price .price-section.non-sale-price--withoutTax, .halo-bundle-products .halo-detail-price .price-section.non-sale-price--withTax {
        text-decoration: line-through;
        color: #3a3a3a; }
      .halo-bundle-products .halo-detail-price .price-section.price-section--salebale {
        display: none; }
      .halo-bundle-products .halo-detail-price .price-section.price-none + .price-section--withoutTax {
        color: #787878; }
      .halo-bundle-products .halo-detail-price .price-section.price-none + .price-section--withTax {
        color: #787878; }
      .halo-bundle-products .halo-detail-price .price-section:last-child {
        margin-right: 0; }
  .halo-bundle-products .halo-detail-options {
    display: none;
    position: absolute;
    text-align: left;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 101;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease; }
    @media (min-width: 551px) {
      .halo-bundle-products .halo-detail-options {
        top: -100%; } }
    .halo-bundle-products .halo-detail-options .halo-option-header {
      display: block;
      position: relative;
      background-color: #fafafa;
      padding: 10px 20px 10px 20px; }
    .halo-bundle-products .halo-detail-options .halo-option-title {
      display: block;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 25px;
      color: black;
      text-transform: capitalize;
      margin: 0; }
    .halo-bundle-products .halo-detail-options .halo-option-close {
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      line-height: 1; }
      .halo-bundle-products .halo-detail-options .halo-option-close svg {
        width: 16px;
        height: 16px;
        fill: black; }
    .halo-bundle-products .halo-detail-options .halo-option-content {
      display: block;
      padding: 20px;
      max-height: 300px;
      overflow: auto; }
      @media (max-width: 375px) {
        .halo-bundle-products .halo-detail-options .halo-option-content {
          max-height: 200px; } }
    .halo-bundle-products .halo-detail-options .alertBox-message {
      display: block;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 24px;
      color: #787878;
      margin: 5px 0 0 0; }
    .halo-bundle-products .halo-detail-options .productView-optionsStock {
      display: block;
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0;
      line-height: 24px;
      color: #787878;
      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: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0;
        color: black;
        margin: 0 0 12px 0; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label small {
          color: #f1152f;
          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: 16px;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: 0;
          color: black;
          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 {
      display: block; }
  .halo-bundle-products .halo-toggle-options {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #3a3a3a;
    border-color: white;
    padding: 0;
    transition: unset;
    height: 36px;
    position: absolute;
    top: -50px;
    width: 100%;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%); }
  .halo-bundle-products .slick-arrow {
    position: absolute;
    top: 36%;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: white;
    color: transparent;
    border: none;
    padding: 9px;
    margin: 0;
    width: 45px;
    height: 90px;
    border-radius: 0;
    opacity: 1;
    fill: black; }
    .halo-bundle-products .slick-arrow:hover {
      background-color: rgba(30, 30, 30, 0.3);
      fill: white; }
    .halo-bundle-products .slick-arrow.slick-prev {
      left: 5px; }
    .halo-bundle-products .slick-arrow.slick-next {
      right: 3px; }
    .halo-bundle-products .slick-arrow.slick-disabled {
      opacity: .25; }
    .halo-bundle-products .slick-arrow:before {
      display: none; }
  .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 #286040;
        background-color: transparent;
        transition: all 0.3s 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: #286040;
        background-color: #286040; }
  .halo-bundle-products .slick-slide + .slick-active .halo-detail-options {
    left: 15px;
    transform: translateY(-50%); }
    @media (min-width: 551px) {
      .halo-bundle-products .slick-slide + .slick-active .halo-detail-options {
        left: 50px; } }
  .halo-bundle-products .slick-active {
    position: relative; }
    .halo-bundle-products .slick-active + .slick-active .icon-plus {
      display: inline-block; }
    .halo-bundle-products .slick-active:first-of-type .halo-detail-options {
      left: 15px;
      transform: translateY(-50%); }
      @media (min-width: 551px) {
        .halo-bundle-products .slick-active:first-of-type .halo-detail-options {
          left: 50px; } }
    .halo-bundle-products .slick-active:last-of-type .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
      @media (min-width: 551px) {
        .halo-bundle-products .slick-active:last-of-type .halo-detail-options {
          right: 50px; } }
    .halo-bundle-products .slick-active + .slick-slide .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
      @media (min-width: 551px) {
        .halo-bundle-products .slick-active + .slick-slide .halo-detail-options {
          right: 50px; } }
  .halo-bundle-products.halo-block-disable .loadingOverlay {
    display: block; }
  @media (min-width: 375px) {
    .halo-bundle-products .halo-detail-options {
      width: 320px; } }
  @media (min-width: 768px) {
    .halo-bundle-products {
      padding-top: 60px;
      padding-bottom: 60px;
      margin-top: 0; }
      .halo-bundle-products .halo-detail-options {
        width: 470px; }
        .halo-bundle-products .halo-detail-options .halo-option-header {
          padding-left: 35px;
          padding-right: 35px; }
        .halo-bundle-products .halo-detail-options .halo-option-close {
          right: 35px; }
        .halo-bundle-products .halo-detail-options .halo-option-content {
          padding-left: 35px;
          padding-right: 35px;
          max-height: 350px; } }
  @media (min-width: 1025px) {
    .halo-bundle-products {
      padding-top: 40px;
      padding-bottom: 50px;
      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: center; }
      .halo-bundle-products .bundle-product-left {
        width: calc(100% - 300px);
        overflow: hidden; }
      .halo-bundle-products .bundle-product-right {
        width: 270px;
        margin-top: 0; }
      .halo-bundle-products .halo-product-list {
        padding-left: 0;
        padding-right: 0;
        margin-left: -15px;
        margin-right: -15px; }
      .halo-bundle-products .halo-product-item {
        padding-left: 15px;
        padding-right: 15px; }
        .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.3s ease; }
      .halo-bundle-products .halo-product-total {
        padding-top: 0;
        max-width: 100%; }
      .halo-bundle-products .icon-plus {
        left: -24px; }
      .halo-bundle-products .halo-toggle-options:hover {
        color: #3a3a3a; }
        .halo-bundle-products .halo-toggle-options:hover .text {
          background-image: linear-gradient(transparent 97%, #3a3a3a 3%); }
      .halo-bundle-products .slick-arrow.slick-prev {
        left: 25px; }
      .halo-bundle-products .slick-arrow.slick-next {
        right: 25px; } }
  @media (min-width: 1600px) {
    .halo-bundle-products .halo-product-list {
      padding-left: 0;
      padding-right: 0; }
    .halo-bundle-products .slick-arrow.slick-prev {
      left: 15px; }
    .halo-bundle-products .slick-arrow.slick-next {
      right: 15px; } }

#sticky_addtocart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  padding: 10px 0;
  text-align: center;
  background: white;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 550px) {
    #sticky_addtocart.sticky-add-to-cart {
      display: none !important; } }
  @media (min-width: 551px) {
    #sticky_addtocart {
      padding: 5px 0; } }
  @media (min-width: 801px) {
    #sticky_addtocart {
      padding: 15px 0; } }
  #sticky_addtocart > .container {
    position: unset; }
    #sticky_addtocart > .container:before, #sticky_addtocart > .container:after {
      content: none; }
    #sticky_addtocart > .container .item-wrap {
      display: flex;
      position: static;
      align-items: center;
      justify-content: center;
      justify-content: space-between; }
    #sticky_addtocart > .container .item {
      width: 100%;
      padding: 0 10px;
      display: inline-block; }
      @media (min-width: 992px) {
        #sticky_addtocart > .container .item {
          padding: 0 15px; } }
      #sticky_addtocart > .container .item:first-child {
        display: none;
        padding-left: 0; }
        @media (min-width: 551px) {
          #sticky_addtocart > .container .item:first-child {
            display: inline-block; } }
        @media (min-width: 768px) {
          #sticky_addtocart > .container .item:first-child {
            width: 100%; } }
        @media (min-width: 992px) {
          #sticky_addtocart > .container .item:first-child {
            width: 40%; } }
        @media (min-width: 1025px) {
          #sticky_addtocart > .container .item:first-child {
            width: 50%; } }
        #sticky_addtocart > .container .item:first-child .product-content {
          padding-left: 20px; }
      #sticky_addtocart > .container .item:last-child {
        padding-right: 0;
        width: 100%; }
        @media (max-width: 550px) {
          #sticky_addtocart > .container .item:last-child {
            padding-left: 0; } }
        @media (min-width: 768px) {
          #sticky_addtocart > .container .item:last-child {
            width: 70%; } }
        @media (min-width: 992px) {
          #sticky_addtocart > .container .item:last-child {
            width: 60%; } }
        @media (min-width: 1025px) {
          #sticky_addtocart > .container .item:last-child {
            width: 50%; } }
      #sticky_addtocart > .container .item.has-countDown {
        width: 100%; }
        @media (min-width: 551px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 60%; } }
        @media (min-width: 768px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 40%; }
            #sticky_addtocart > .container .item.has-countDown:first-child {
              width: 32%; } }
        @media (min-width: 992px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 38%; } }
        @media (min-width: 1400px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 40%; } }
        @media (min-width: 1600px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 33.33%; } }
      #sticky_addtocart > .container .item.product-info .productView-title {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 500;
        color: black;
        letter-spacing: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        overflow: hidden;
        position: relative;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis; }
      #sticky_addtocart > .container .item.count-down {
        display: none;
        width: 100%;
        padding-right: 30px; }
        #sticky_addtocart > .container .item.count-down.has-countDown {
          display: none; }
      #sticky_addtocart > .container .item .productCountDown {
        margin: 0;
        text-align: center; }
        #sticky_addtocart > .container .item .productCountDown .CountDownText {
          display: inline-block;
          padding-top: 2px;
          margin-right: 10px;
          background-position-y: -1px; }
        #sticky_addtocart > .container .item .productCountDown .product-count-down {
          display: inline-block; }
      #sticky_addtocart > .container .item .countDowntimer2 .clock-item {
        background: none;
        border: none;
        padding: 0;
        color: black;
        margin-bottom: 0;
        display: inline-block; }
      #sticky_addtocart > .container .item.item-right {
        text-align: left; }
        @media (min-width: 768px) {
          #sticky_addtocart > .container .item.item-right {
            text-align: right; } }
        #sticky_addtocart > .container .item.item-right .productView-price {
          margin-top: 0;
          margin-bottom: 0;
          margin-right: 15px;
          line-height: 1rem;
          display: none; }
          @media (min-width: 768px) {
            #sticky_addtocart > .container .item.item-right .productView-price {
              margin-top: 5px;
              display: inline-block; } }
          @media (min-width: 1261px) {
            #sticky_addtocart > .container .item.item-right .productView-price {
              margin-right: 30px; } }
          #sticky_addtocart > .container .item.item-right .productView-price .price-section {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 500; }
            #sticky_addtocart > .container .item.item-right .productView-price .price-section.price-section--saving {
              display: none !important; }
        #sticky_addtocart > .container .item.item-right .item-right-left {
          min-width: 155px; }
          @media (max-width: 767px) {
            #sticky_addtocart > .container .item.item-right .item-right-left {
              min-width: auto; } }
          @media (max-width: 550px) {
            #sticky_addtocart > .container .item.item-right .item-right-left {
              display: none; } }
          #sticky_addtocart > .container .item.item-right .item-right-left .productView-price {
            display: block; }
    @media (min-width: 1025px) {
      #sticky_addtocart > .container {
        max-width: 1230px;
        padding-left: 30px;
        padding-right: 30px; } }
  #sticky_addtocart .productView-countDown {
    display: none; }
    @media (min-width: 801px) {
      #sticky_addtocart .productView-countDown {
        display: inline-block;
        margin-right: 5px; }
        #sticky_addtocart .productView-countDown > .countDownDate {
          box-shadow: none;
          border: none; }
        #sticky_addtocart .productView-countDown .block-time {
          width: 55px;
          height: 55px;
          font-size: 16px;
          line-height: 24px;
          font-weight: 600;
          text-align: center;
          display: inline-block;
          vertical-align: middle;
          border-radius: 50%;
          padding: 10px 0 11px 0;
          margin: 0 5px 5px 5px;
          position: relative; }
          #sticky_addtocart .productView-countDown .block-time:after {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: "";
            display: block;
            opacity: 0.6;
            position: absolute;
            border-radius: 50%;
            border: 1px solid #ebebeb; }
          #sticky_addtocart .productView-countDown .block-time:first-child {
            margin-left: 0; }
          #sticky_addtocart .productView-countDown .block-time:last-child {
            margin-right: 0; }
        #sticky_addtocart .productView-countDown .num {
          font-size: 16px;
          line-height: 1; }
        #sticky_addtocart .productView-countDown .block-label {
          font-size: 16px;
          margin: 0;
          text-transform: capitalize; } }
  #sticky_addtocart .product-wrapper {
    display: table;
    text-align: left; }
    #sticky_addtocart .product-wrapper > .product-image {
      display: table-cell;
      vertical-align: middle;
      width: 60px; }
    #sticky_addtocart .product-wrapper > .product-content {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
    #sticky_addtocart .product-wrapper .productView-price {
      font-size: 16px;
      margin-bottom: 0; }
      #sticky_addtocart .product-wrapper .productView-price .price-section {
        font-size: 16px; }
  #sticky_addtocart .productView-actions {
    margin: 0;
    padding: 0;
    min-width: 352px; }
    @media (max-width: 800px) {
      #sticky_addtocart .productView-actions {
        min-width: 220px; } }
    @media (max-width: 550px) {
      #sticky_addtocart .productView-actions {
        min-width: 100%; } }
  #sticky_addtocart .form-field--increments {
    margin: 0 !important;
    font-size: 0;
    display: none; }
    @media (min-width: 801px) {
      #sticky_addtocart .form-field--increments {
        display: inline-block; } }
    #sticky_addtocart .form-field--increments .form-increment .form-input--incrementTotal {
      height: 40px; }
      @media (min-width: 1025px) {
        #sticky_addtocart .form-field--increments .form-increment .form-input--incrementTotal {
          height: 45px; } }
    #sticky_addtocart .form-field--increments .form-increment .button[data-action="inc"] {
      top: 11px; }
    #sticky_addtocart .form-field--increments .form-increment .button[data-action="dec"] {
      bottom: 11px; }
    #sticky_addtocart .form-field--increments .form-label {
      display: none; }
  #sticky_addtocart .form-action {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    height: 40px; }
    @media (min-width: 551px) {
      #sticky_addtocart .form-action {
        max-width: 130px; } }
    @media (min-width: 992px) {
      #sticky_addtocart .form-action {
        max-width: 160px; } }
    @media (min-width: 1025px) {
      #sticky_addtocart .form-action {
        height: 45px; } }
    @media (min-width: 1600px) {
      #sticky_addtocart .form-action {
        max-width: 200px; } }
    #sticky_addtocart .form-action input {
      margin-bottom: 0;
      width: 100%; }
    #sticky_addtocart .form-action .button {
      width: 100%;
      min-width: 215px;
      margin: 0;
      position: absolute;
      left: 0;
      top: -4px;
      right: 0;
      bottom: 0;
      opacity: 1;
      visibility: visible;
      z-index: 5;
      padding: 0 10px;
      text-transform: none;
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: 500;
      min-height: 45px;
      line-height: 45px;
      letter-spacing: 0;
      text-transform: uppercase; }
      @media (min-width: 1025px) {
        #sticky_addtocart .form-action .button {
          top: 0; } }
      #sticky_addtocart .form-action .button.is-active {
        opacity: 0;
        visibility: hidden; }
  #sticky_addtocart .show_select_options {
    color: black;
    border: 1px solid #cbcbcb;
    background-color: rgba(0, 0, 255, 0);
    min-width: 209px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 3px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
  #sticky_addtocart .form {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 40px; }
    @media (min-width: 1025px) {
      #sticky_addtocart .form {
        height: 48px; } }
    #sticky_addtocart .form .pop-up-option {
      left: 0;
      right: 0;
      bottom: 100%;
      width: 100%;
      z-index: 1;
      position: absolute;
      text-align: left;
      background: white;
      opacity: 0;
      overflow: visible;
      visibility: hidden;
      transition: all .3s ease;
      box-shadow: 0 0 0 black, 0 0 1px rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid #e5e5e5;
      border-top: 1px solid #e5e5e5; }
      @media (min-width: 551px) {
        #sticky_addtocart .form .pop-up-option {
          padding: 40px 0px 20px 0px; } }
      @media (min-width: 801px) {
        #sticky_addtocart .form .pop-up-option {
          padding: 35px 0px 15px 0px; } }
      #sticky_addtocart .form .pop-up-option.is-open {
        visibility: visible;
        opacity: 1; }
      #sticky_addtocart .form .pop-up-option > .container {
        position: relative; }
        @media (min-width: 1025px) {
          #sticky_addtocart .form .pop-up-option > .container {
            max-width: 1230px;
            padding-left: 30px;
            padding-right: 30px; } }
      #sticky_addtocart .form .pop-up-option .modal-close {
        top: 17px;
        right: 10px;
        transform: translateY(-50%); }
        @media (min-width: 1025px) {
          #sticky_addtocart .form .pop-up-option .modal-close {
            right: 30px; } }
      #sticky_addtocart .form .pop-up-option .data-product-name {
        display: block;
        padding-top: 10px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f8f8f8; }
        @media (min-width: 551px) {
          #sticky_addtocart .form .pop-up-option .data-product-name {
            display: none; } }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-title {
          font-size: 13px;
          margin-bottom: 0px; }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-price {
          display: inline-block;
          height: auto;
          line-height: unset; }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-price .price-section {
          font-size: 15px; }
        @media (max-width: 550px) {
          #sticky_addtocart .form .pop-up-option .data-product-name {
            padding-right: 30px; } }
      #sticky_addtocart .form .pop-up-option .data-product-option {
        font-size: 0;
        display: block;
        width: calc(100% + 10px);
        max-height: 300px;
        overflow-y: auto; }
        #sticky_addtocart .form .pop-up-option .data-product-option .form-option-expanded {
          display: none; }
        @media (min-width: 551px) {
          #sticky_addtocart .form .pop-up-option .data-product-option {
            position: relative; } }
        #sticky_addtocart .form .pop-up-option .data-product-option.data-product-option-2 .form-field {
          width: 100%; }
          #sticky_addtocart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(even) {
            padding-left: 0;
            border-left: none; }
          #sticky_addtocart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(odd) {
            padding-right: 0; }
          #sticky_addtocart .form .pop-up-option .data-product-option.data-product-option-2 .form-field[data-product-attribute="set-select"] .form-select {
            max-width: 100%; }
          #sticky_addtocart .form .pop-up-option .data-product-option.data-product-option-2 .form-field > .form-label--alternate {
            display: block;
            padding-bottom: 10px; }
        @media (min-width: 551px) {
          #sticky_addtocart .form .pop-up-option .data-product-option.data-product-option-2 .form-field {
            width: 49%; }
            #sticky_addtocart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(even) {
              padding-left: 15px; }
            #sticky_addtocart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(odd) {
              padding-right: 15px; } }
        @media (min-width: 768px) {
          #sticky_addtocart .form .pop-up-option .data-product-option.data-product-option-2 .form-field[data-product-attribute="set-select"] .form-select {
            max-width: 50%; } }
        @media (min-width: 1024px) {
          #sticky_addtocart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(even) {
            padding-left: 25px; }
          #sticky_addtocart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(odd) {
            padding-right: 25px; } }
      #sticky_addtocart .form .pop-up-option .form-field {
        width: 100%;
        font-size: 16px;
        margin: 0 0 15px 0;
        display: block;
        vertical-align: top;
        position: relative; }
        @media (min-width: 801px) {
          #sticky_addtocart .form .pop-up-option .form-field {
            font-size: 16px;
            margin: 0 0 20px 0;
            display: inline-block;
            vertical-align: top;
            width: auto; }
            #sticky_addtocart .form .pop-up-option .form-field + [data-product-attribute="set-select"] {
              white-space: nowrap; }
            #sticky_addtocart .form .pop-up-option .form-field:nth-child(even) {
              padding-left: 35px;
              border-left: 1px solid #e5e5e5; }
            #sticky_addtocart .form .pop-up-option .form-field:nth-child(odd) {
              padding-right: 25px; } }
        #sticky_addtocart .form .pop-up-option .form-field .form-label {
          display: inline-block;
          margin-bottom: 0;
          font-family: "Noto Sans", Arial, Helvetica, sans-serif;
          font-size: 16px; }
          @media (min-width: 551px) {
            #sticky_addtocart .form .pop-up-option .form-field .form-label {
              display: inline-block;
              vertical-align: middle; } }
          #sticky_addtocart .form .pop-up-option .form-field .form-label > small {
            float: none;
            color: #f1152f;
            margin: 0 15px 0 0;
            line-height: inherit; }
        #sticky_addtocart .form .pop-up-option .form-field > .form-checkbox + .form-label {
          display: inline;
          width: auto; }
        #sticky_addtocart .form .pop-up-option .form-field[data-product-attribute] .form-option {
          display: inline-block;
          vertical-align: middle;
          margin-bottom: 0; }
        #sticky_addtocart .form .pop-up-option .form-field .form-select {
          max-width: 530px; }
      #sticky_addtocart .form .pop-up-option .close {
        font-size: 16px;
        color: white;
        position: absolute;
        right: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        background: #fff;
        filter: alpha(opacity=100);
        text-align: center;
        font-weight: 600;
        z-index: 10;
        background-color: #7f7f7f;
        border-radius: 5px; }
    #sticky_addtocart .form .alertBox--error {
      -ms-flex-pack: start;
      justify-content: flex-start; }

.show_sticky#sticky_addtocart {
  z-index: 102;
  opacity: 1;
  visibility: visible; }

.halo-lookbook-popup {
  display: none;
  position: relative; }
  .halo-lookbook-popup.is-open {
    display: block;
    position: absolute;
    z-index: 21; }

.halo-lookbook-close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 10;
  background: #286040 !important;
  width: 30px !important;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 30px !important;
  padding: 10px; }
  .halo-lookbook-close svg {
    fill: white;
    width: 100%;
    height: 100%; }

@media (min-width: 551px) {
  .halo-lookbook-close {
    right: -30px;
    background: transparent; }
    .halo-lookbook-close svg {
      width: 16px;
      height: 16px;
      fill: white; } }

.before-you-leave-header {
  display: block;
  padding: 12px 20px;
  text-align: center; }
  .before-you-leave-header > a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Noto Serif", Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0;
    color: black;
    margin: 0 auto;
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .before-you-leave-header > a {
        font-size: 30px; } }
    .before-you-leave-header > a img {
      display: block;
      width: 100%;
      max-width: 80px;
      margin: 0 auto; }

.before-you-leave-banner {
  display: block;
  position: relative; }
  .before-you-leave-banner:before, .before-you-leave-banner:after {
    content: " ";
    display: table; }
  .before-you-leave-banner:after {
    clear: both; }
  .before-you-leave-banner .image {
    display: block;
    position: relative;
    text-align: center; }
    .before-you-leave-banner .image:before, .before-you-leave-banner .image:after {
      content: " ";
      display: table; }
    .before-you-leave-banner .image:after {
      clear: both; }
    .before-you-leave-banner .image img {
      height: 100%;
      object-fit: cover; }
      .before-you-leave-banner .image img.lazyload, .before-you-leave-banner .image img.lazyloading {
        width: auto;
        height: auto;
        margin: auto;
        object-fit: contain; }
    .before-you-leave-banner .image.no-image {
      height: 400px;
      background-color: rgba(124, 101, 91, 0.5); }
  .before-you-leave-banner .content {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: auto;
    width: 100%;
    padding: 20px;
    text-align: center;
    z-index: 2;
    transform: translateY(-50%); }
    .before-you-leave-banner .content .title {
      font-size: 30px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0;
      color: white;
      margin: 0 0 14px 0;
      text-transform: capitalize; }
    .before-you-leave-banner .content .desc1 {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0;
      color: white;
      margin: 0 0 10px 0;
      text-transform: uppercase; }
    .before-you-leave-banner .content .heading1 {
      font-family: "Noto Sans", Arial, Helvetica, sans-serif;
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 0;
      color: white;
      line-height: 1;
      margin: 0 0 10px 0;
      text-transform: uppercase; }
      .before-you-leave-banner .content .heading1 .text {
        padding: 0 0 6px 0;
        background-image: linear-gradient(transparent 94%, white 6%);
        background-repeat: repeat-x;
        background-position-y: 0; }
    .before-you-leave-banner .content .desc2 {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.75;
      letter-spacing: 0;
      color: white;
      padding: 0;
      margin: 0 0 10px 0; }
    .before-you-leave-banner .content .heading2 {
      font-family: "Noto Sans", Arial, Helvetica, sans-serif;
      font-size: 24px;
      font-weight: 500;
      line-height: 1;
      margin: 0 0 10px 0;
      text-transform: uppercase;
      color: white; }
    .before-you-leave-banner .content .button {
      display: none;
      width: 100%;
      text-transform: uppercase;
      background: #ff7677;
      border-color: #ff7677;
      color: white; }

.before-you-leave-tab .tabs-wrapper {
  padding: 16px 20px;
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6; }
  .before-you-leave-tab .tabs-wrapper .tabs {
    border: 0; }
    .before-you-leave-tab .tabs-wrapper .tabs .tab {
      display: inline-block;
      border: 0;
      margin: 0; }
      .before-you-leave-tab .tabs-wrapper .tabs .tab + .tab {
        margin-left: 22px; }
      .before-you-leave-tab .tabs-wrapper .tabs .tab.is-active .count {
        background-color: #ff7677; }
    .before-you-leave-tab .tabs-wrapper .tabs .tab-title {
      padding: 0;
      margin: 0;
      color: black;
      font-size: 16px;
      font-weight: 500;
      line-height: 25px;
      letter-spacing: 0;
      text-transform: capitalize;
      display: flex;
      align-items: center; }
      .before-you-leave-tab .tabs-wrapper .tabs .tab-title .count {
        width: 24px;
        height: 24px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 0 10px;
        color: white;
        background-color: #c8c8c8;
        border-radius: 50%;
        text-align: center; }
    .before-you-leave-tab .tabs-wrapper .tabs.is-hidden .tab {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }

.before-you-leave-tab .tabs-contents {
  padding: 20px 20px 50px 20px;
  margin: 0; }
  .before-you-leave-tab .tabs-contents .tab-content {
    padding: 0;
    margin: 3px 0 12px 0; }
  .before-you-leave-tab .tabs-contents .slick-arrow {
    top: auto; }
    .before-you-leave-tab .tabs-contents .slick-arrow.slick-next, .before-you-leave-tab .tabs-contents .slick-arrow.slick-prev {
      font-size: 16px;
      display: block;
      width: 75px;
      height: 20px;
      padding: 0;
      bottom: 3px;
      background-color: transparent; }
      .before-you-leave-tab .tabs-contents .slick-arrow.slick-next:before, .before-you-leave-tab .tabs-contents .slick-arrow.slick-prev:before {
        background-image: unset;
        height: 20px;
        width: 20px; }
      .before-you-leave-tab .tabs-contents .slick-arrow.slick-next span, .before-you-leave-tab .tabs-contents .slick-arrow.slick-prev span {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 30px;
        color: black;
        display: inline-block;
        background-image: linear-gradient(transparent 97%, #d6d6d6 3%);
        background-repeat: repeat-x;
        background-position-y: -8px; }
      .before-you-leave-tab .tabs-contents .slick-arrow.slick-next .icon, .before-you-leave-tab .tabs-contents .slick-arrow.slick-prev .icon {
        width: 30px;
        height: 20px;
        position: relative;
        top: -1px;
        fill: black; }
    .before-you-leave-tab .tabs-contents .slick-arrow.slick-prev {
      left: -12px; }
    .before-you-leave-tab .tabs-contents .slick-arrow.slick-next {
      right: -17px; }
  .before-you-leave-tab .tabs-contents .slick-dots {
    display: inline-block;
    vertical-align: middle;
    left: 0;
    bottom: -18px; }
    .before-you-leave-tab .tabs-contents .slick-dots li {
      margin: 0 10px;
      padding: 0;
      width: auto;
      height: auto; }
      @media (min-width: 1025px) {
        .before-you-leave-tab .tabs-contents .slick-dots li {
          margin: 0 20px; } }
      .before-you-leave-tab .tabs-contents .slick-dots li button {
        width: 8px;
        height: 8px;
        opacity: 1;
        border: 1px solid #286040;
        background-color: transparent;
        transition: all .3s ease; }
        .before-you-leave-tab .tabs-contents .slick-dots li button:before {
          display: none; }
      .before-you-leave-tab .tabs-contents .slick-dots li:only-child {
        display: none; }
      .before-you-leave-tab .tabs-contents .slick-dots li.slick-active button {
        opacity: 1;
        border-color: #286040;
        background-color: #286040; }
  .before-you-leave-tab .tabs-contents .slick-slider {
    margin-bottom: 0; }
  .before-you-leave-tab .tabs-contents .no-products {
    display: block;
    text-align: center;
    margin: 35px 0 0 0; }
    .before-you-leave-tab .tabs-contents .no-products:before, .before-you-leave-tab .tabs-contents .no-products:after {
      content: " ";
      display: table; }
    .before-you-leave-tab .tabs-contents .no-products:after {
      clear: both; }
    .before-you-leave-tab .tabs-contents .no-products .icon {
      width: 60px;
      height: 60px;
      opacity: .1;
      margin: 0 0 15px 0; }
    .before-you-leave-tab .tabs-contents .no-products .text {
      font-size: 16px;
      font-weight: 400;
      color: #3a3a3a;
      line-height: 1.75;
      text-align: center;
      padding: 0;
      margin: 0; }
  .before-you-leave-tab .tabs-contents.is-hidden {
    display: none; }

.before-you-leave-search .search-icon {
  display: block;
  background: #ffffff; }
  .before-you-leave-search .search-icon:before, .before-you-leave-search .search-icon:after {
    content: " ";
    display: table; }
  .before-you-leave-search .search-icon:after {
    clear: both; }
  .before-you-leave-search .search-icon .icon {
    width: 20px;
    height: 20px;
    fill: #171717; }
    .before-you-leave-search .search-icon .icon.icon-search {
      display: block; }
    .before-you-leave-search .search-icon .icon.icon-close {
      display: none; }

.before-you-leave-search .form {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  z-index: 5;
  margin: 0; }

.before-you-leave-search .form-field {
  margin: 0;
  position: relative; }

.before-you-leave-search .form-input {
  border-radius: 0;
  border-color: #e6e6e6;
  border-width: 0 1px 1px 0;
  height: 91px;
  line-height: 91px; }

.before-you-leave-search button[type="submit"] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 0 15px; }
  .before-you-leave-search button[type="submit"] .icon {
    width: 20px;
    height: 20px;
    fill: white; }

.before-you-leave-search .productGrid {
  overflow: auto;
  margin-left: 0;
  margin-right: 0; }
  .before-you-leave-search .productGrid .product {
    width: 200px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px; }
    .before-you-leave-search .productGrid .product + .product {
      margin-left: 30px; }

.before-you-leave-search.is-open .search-icon .icon.icon-search {
  display: none; }

.before-you-leave-search.is-open .search-icon .icon.icon-close {
  display: block; }

.before-you-leave-search.is-open .form {
  display: block; }

.before-you-leave-search.is-open .haloQuickSearchResults {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  padding: 25px 20px 25px 20px;
  max-height: unset;
  width: 100%; }

@media (min-width: 321px) {
  .before-you-leave-banner .image {
    height: 400px; }
  .before-you-leave-banner .content .button {
    display: inline-block; }
  .before-you-leave-search .form-input {
    height: 58px;
    line-height: 58px; } }

@media (min-width: 551px) {
  .before-you-leave .image {
    height: unset;
    min-height: 450px; }
    .before-you-leave .image img {
      object-fit: unset;
      height: unset; }
  .before-you-leave .content {
    top: 0;
    bottom: 0;
    transform: unset; } }

@media (min-width: 768px) {
  .before-you-leave-banner .content .heading1 {
    margin-bottom: 38px; }
  .before-you-leave-banner .content .desc1 {
    margin-bottom: 18px; }
  .before-you-leave-banner .content .heading2 {
    margin-bottom: 47px; }
  .before-you-leave-banner .content .desc2 {
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px; } }

@media (min-width: 992px) {
  .before-you-leave-search .form-input {
    height: 58px;
    line-height: 58px; } }

@media (min-width: 1025px) {
  .before-you-leave-header {
    padding-left: 30px;
    padding-right: 30px; }
  .before-you-leave-banner .content {
    padding: 40px 30px 30px 30px; }
    .before-you-leave-banner .content .button:hover {
      background: white !important;
      border-color: #ff7677 !important;
      color: #ff7677 !important; }
  .before-you-leave-tab .tabs-wrapper {
    padding-left: 30px;
    padding-right: 30px; }
  .before-you-leave-tab .tabs-contents {
    padding: 30px 30px 50px 30px; }
    .before-you-leave-tab .tabs-contents .slick-dots li button {
      width: 10px;
      height: 10px; }
    .before-you-leave-tab .tabs-contents .slick-arrow.slick-next:hover span, .before-you-leave-tab .tabs-contents .slick-arrow.slick-prev:hover span {
      color: black; }
    .before-you-leave-tab .tabs-contents .slick-arrow.slick-next:hover .icon, .before-you-leave-tab .tabs-contents .slick-arrow.slick-prev:hover .icon {
      fill: black; }
  .before-you-leave-search .form {
    width: calc(100% - 75px); }
  .before-you-leave-search button[type="submit"] {
    padding-left: 30px;
    padding-right: 30px; }
  .before-you-leave-search .quickResults-wrapper {
    flex-wrap: wrap; }
    .before-you-leave-search .quickResults-wrapper .quickResults-item {
      padding: 0 !important;
      width: 100%;
      order: unset !important; }
      .before-you-leave-search .quickResults-wrapper .quickResults-item + .quickResults-item {
        margin-top: 20px; }
  .before-you-leave-search .productGrid .product {
    width: 250px; }
  .before-you-leave-search.is-open .haloQuickSearchResults {
    padding-left: 30px;
    padding-right: 30px; } }

.halo-toolbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px 0; }
  .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: 64px;
      /* Delay toolbar to match header fadeInDown (.6s) so no gap is visible */
      animation-delay: 0.2s; } }
  @media (min-width: 1025px) {
    .halo-toolbar {
      margin-bottom: 35px; } }

.toolbar-wrapper {
  display: flex;
  justify-content: flex-end;
  width: auto;
  text-align: right;
  padding: 0; }
  @media (min-width: 1025px) {
    .toolbar-wrapper {
      justify-content: space-between; } }
  .toolbar-wrapper .toolbar-left {
    display: none; }
    @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; } }
  .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: 16px;
      font-family: "Noto Sans", Arial, Helvetica, sans-serif;
      font-weight: 500;
      color: black;
      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; }
    .toolbar-wrapper .view-as-btn .btn-view {
      display: block;
      width: 45px;
      height: 45px;
      background: white;
      padding-top: 0;
      padding-bottom: 0;
      border: 1px solid #cbcbcb;
      position: relative; }
      .toolbar-wrapper .view-as-btn .btn-view svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 14px;
        height: 14px;
        fill: #cccccc; }
      .toolbar-wrapper .view-as-btn .btn-view.grid-view {
        border-right: none; }
      .toolbar-wrapper .view-as-btn .btn-view.current-view svg {
        fill: black; }
  .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: 16px;
      font-family: "Noto Sans", Arial, Helvetica, sans-serif;
      font-weight: 500;
      color: black;
      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;
      padding-left: 15px;
      color: black;
      border-radius: 0px;
      padding: 8px 15px;
      height: 45px;
      font-size: 16px;
      letter-spacing: 0; }
    .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: 30px; }
      .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: 30px; }
      .toolbar-wrapper .actionBar .form-select {
        min-width: 210px; }
    .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-type-createaccount_thanks .body {
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 1025px) {
  .page-type-cart .body {
    float: right;
    padding-right: 30px;
    width: calc(100% - 300px);
    margin-top: 122px;
    background: transparent;
    z-index: 10; }
    .page-type-cart .body .container {
      padding-right: 0;
      padding-left: 0; } }

@media (min-width: 1400px) {
  .page-type-cart .body {
    width: calc(100% - 285px); } }

@media (min-width: 1600px) {
  .page-type-cart .body {
    padding-right: 60px;
    width: calc(100% - 325px); } }

@media (min-width: 1800px) {
  .page-type-cart .body {
    padding-right: 60px;
    width: calc(100% - 360px); } }

.page-type-cart .page-heading {
  color: black;
  text-transform: capitalize; }

.halo-page-content .halo-description ul {
  margin-left: 32px; }

.halo-page-content .halo-description p, .halo-page-content .halo-description li p {
  margin-bottom: 0; }

.halo-page-content a:not(.breadcrumb-label):not(.button) {
  color: #286040;
  text-decoration: underline; }

.dealers-list {
  display: flex;
  flex-direction: column;
  gap: 16px; }
  .dealers-list p > strong {
    font-size: 20px; }
  @media (min-width: 1025px) {
    .dealers-list {
      gap: 24px; } }
  .dealers-list.single-column p > strong {
    font-size: 16px; }
  .dealers-list.single-column .country {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; }
  .dealers-list.single-column h5 {
    text-transform: capitalize;
    margin: 0; }

@media (min-width: 1025px) {
  .page-type-brands.halo-topHeader-visible .body,
  .page-type-login.halo-topHeader-visible .body,
  .page-type-createaccount.halo-topHeader-visible .body,
  .page-type-forgotpassword.halo-topHeader-visible .body,
  .page-type-getnewpassword.halo-topHeader-visible .body,
  .page-type-createaccount_thanks.halo-topHeader-visible .body,
  .page-type-account_orderstatus.halo-topHeader-visible .body,
  .page-type-account_returns.halo-topHeader-visible .body,
  .page-type-account_inbox.halo-topHeader-visible .body,
  .page-type-account_addressbook.halo-topHeader-visible .body,
  .page-type-wishlist.halo-topHeader-visible .body,
  .page-type-wishlists.halo-topHeader-visible .body,
  .page-type-account_recentitems.halo-topHeader-visible .body,
  .page-type-editaccount.halo-topHeader-visible .body,
  .page-type-shippingaddressform.halo-topHeader-visible .body,
  .page-type-add-wishlist.halo-topHeader-visible .body,
  .page-type-account_new_return.halo-topHeader-visible .body,
  .page-type-account_order.halo-topHeader-visible .body,
  .page-type-account_paymentmethods.halo-topHeader-visible .body,
  .page-type-account_addpaymentmethod.halo-topHeader-visible .body,
  .page-type-giftcertificates.halo-topHeader-visible .body,
  .page-type-giftcertificates_redeem.halo-topHeader-visible .body,
  .page-type-giftcertificates_balance.halo-topHeader-visible .body,
  .page-type-404.halo-topHeader-visible .body,
  .page-type-page.halo-topHeader-visible .body,
  .page-type-blog.halo-topHeader-visible .body,
  .page-type-blog_post.halo-topHeader-visible .body,
  .page-type-compare.halo-topHeader-visible .body,
  .page-type-page_contact_form.halo-topHeader-visible .body,
  .page-type-sitemap.halo-topHeader-visible .body,
  .page-type-newsletter_subscribe.halo-topHeader-visible .body {
    margin-top: 122px; } }

.page-type-brands .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-login .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-createaccount .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-forgotpassword .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-getnewpassword .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-createaccount_thanks .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-account_orderstatus .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-account_returns .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-account_inbox .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-account_addressbook .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-wishlist .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-wishlists .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-account_recentitems .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-editaccount .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-shippingaddressform .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-add-wishlist .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-account_new_return .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-account_order .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-account_paymentmethods .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-account_addpaymentmethod .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-giftcertificates .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-giftcertificates_redeem .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-giftcertificates_balance .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-404 .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-page .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-blog .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-blog_post .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-compare .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-page_contact_form .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-sitemap .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands),
.page-type-newsletter_subscribe .body .page:not(.page-cart):not(.page-blog):not(.page-faq):not(.page-brands) {
  margin: 0; }

@media (min-width: 1025px) {
  .page-type-brands .body,
  .page-type-login .body,
  .page-type-createaccount .body,
  .page-type-forgotpassword .body,
  .page-type-getnewpassword .body,
  .page-type-createaccount_thanks .body,
  .page-type-account_orderstatus .body,
  .page-type-account_returns .body,
  .page-type-account_inbox .body,
  .page-type-account_addressbook .body,
  .page-type-wishlist .body,
  .page-type-wishlists .body,
  .page-type-account_recentitems .body,
  .page-type-editaccount .body,
  .page-type-shippingaddressform .body,
  .page-type-add-wishlist .body,
  .page-type-account_new_return .body,
  .page-type-account_order .body,
  .page-type-account_paymentmethods .body,
  .page-type-account_addpaymentmethod .body,
  .page-type-giftcertificates .body,
  .page-type-giftcertificates_redeem .body,
  .page-type-giftcertificates_balance .body,
  .page-type-404 .body,
  .page-type-page .body,
  .page-type-blog .body,
  .page-type-blog_post .body,
  .page-type-compare .body,
  .page-type-page_contact_form .body,
  .page-type-sitemap .body,
  .page-type-newsletter_subscribe .body {
    padding: 0 40px;
    margin-top: 122px;
    background: transparent;
    z-index: 10;
    max-width: 1440px;
    margin: 0 auto; }
    .page-type-brands .body .container,
    .page-type-login .body .container,
    .page-type-createaccount .body .container,
    .page-type-forgotpassword .body .container,
    .page-type-getnewpassword .body .container,
    .page-type-createaccount_thanks .body .container,
    .page-type-account_orderstatus .body .container,
    .page-type-account_returns .body .container,
    .page-type-account_inbox .body .container,
    .page-type-account_addressbook .body .container,
    .page-type-wishlist .body .container,
    .page-type-wishlists .body .container,
    .page-type-account_recentitems .body .container,
    .page-type-editaccount .body .container,
    .page-type-shippingaddressform .body .container,
    .page-type-add-wishlist .body .container,
    .page-type-account_new_return .body .container,
    .page-type-account_order .body .container,
    .page-type-account_paymentmethods .body .container,
    .page-type-account_addpaymentmethod .body .container,
    .page-type-giftcertificates .body .container,
    .page-type-giftcertificates_redeem .body .container,
    .page-type-giftcertificates_balance .body .container,
    .page-type-404 .body .container,
    .page-type-page .body .container,
    .page-type-blog .body .container,
    .page-type-blog_post .body .container,
    .page-type-compare .body .container,
    .page-type-page_contact_form .body .container,
    .page-type-sitemap .body .container,
    .page-type-newsletter_subscribe .body .container {
      padding-right: 0;
      padding-left: 0; } }

.page-type-brands .brand-heading,
.page-type-brands .page-heading,
.page-type-login .brand-heading,
.page-type-login .page-heading,
.page-type-createaccount .brand-heading,
.page-type-createaccount .page-heading,
.page-type-forgotpassword .brand-heading,
.page-type-forgotpassword .page-heading,
.page-type-getnewpassword .brand-heading,
.page-type-getnewpassword .page-heading,
.page-type-createaccount_thanks .brand-heading,
.page-type-createaccount_thanks .page-heading,
.page-type-account_orderstatus .brand-heading,
.page-type-account_orderstatus .page-heading,
.page-type-account_returns .brand-heading,
.page-type-account_returns .page-heading,
.page-type-account_inbox .brand-heading,
.page-type-account_inbox .page-heading,
.page-type-account_addressbook .brand-heading,
.page-type-account_addressbook .page-heading,
.page-type-wishlist .brand-heading,
.page-type-wishlist .page-heading,
.page-type-wishlists .brand-heading,
.page-type-wishlists .page-heading,
.page-type-account_recentitems .brand-heading,
.page-type-account_recentitems .page-heading,
.page-type-editaccount .brand-heading,
.page-type-editaccount .page-heading,
.page-type-shippingaddressform .brand-heading,
.page-type-shippingaddressform .page-heading,
.page-type-add-wishlist .brand-heading,
.page-type-add-wishlist .page-heading,
.page-type-account_new_return .brand-heading,
.page-type-account_new_return .page-heading,
.page-type-account_order .brand-heading,
.page-type-account_order .page-heading,
.page-type-account_paymentmethods .brand-heading,
.page-type-account_paymentmethods .page-heading,
.page-type-account_addpaymentmethod .brand-heading,
.page-type-account_addpaymentmethod .page-heading,
.page-type-giftcertificates .brand-heading,
.page-type-giftcertificates .page-heading,
.page-type-giftcertificates_redeem .brand-heading,
.page-type-giftcertificates_redeem .page-heading,
.page-type-giftcertificates_balance .brand-heading,
.page-type-giftcertificates_balance .page-heading,
.page-type-404 .brand-heading,
.page-type-404 .page-heading,
.page-type-page .brand-heading,
.page-type-page .page-heading,
.page-type-blog .brand-heading,
.page-type-blog .page-heading,
.page-type-blog_post .brand-heading,
.page-type-blog_post .page-heading,
.page-type-compare .brand-heading,
.page-type-compare .page-heading,
.page-type-page_contact_form .brand-heading,
.page-type-page_contact_form .page-heading,
.page-type-sitemap .brand-heading,
.page-type-sitemap .page-heading,
.page-type-newsletter_subscribe .brand-heading,
.page-type-newsletter_subscribe .page-heading {
  color: #323232;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.25px;
  text-transform: capitalize; }

.page-type-about-us .vertical-line-spacing {
  height: 50px;
  padding-top: 50px; }
  @media (min-width: 1025px) {
    .page-type-about-us .vertical-line-spacing {
      height: 70px;
      padding-top: 70px; } }

.page-type-about-us .halo-block:before {
  content: "";
  position: absolute;
  top: -50px;
  bottom: auto;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #000000; }

@media (min-width: 1025px) {
  .page-type-about-us .halo-block:before {
    content: "";
    position: absolute;
    top: -70px;
    bottom: auto;
    left: 50%;
    width: 1px;
    height: 70px;
    background-color: #000000; } }

.halo-faqs-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #191919;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: capitalize;
  text-align: left;
  border-bottom: 2px solid #191919; }

.halo-faqs-sidebar .faq-contact {
  display: block; }

.halo-faqs-sidebar .faq-title {
  margin-bottom: 26px;
  text-align: center; }

.halo-faqs-sidebar .faqs-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between; }
  .halo-faqs-sidebar .faqs-group .faqs-group-item {
    width: 50%;
    text-align: center; }
  .halo-faqs-sidebar .faqs-group a {
    transition: unset; }
    .halo-faqs-sidebar .faqs-group a .icon {
      display: block;
      margin: 0 auto 5px auto;
      width: 28px;
      height: 28px;
      fill: #191919; }
    .halo-faqs-sidebar .faqs-group a .text {
      font-size: 16px;
      font-weight: 500;
      font-style: normal;
      line-height: 1.75;
      color: black;
      text-transform: unset;
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 96%, #d2d2d2 4%);
      background-repeat: repeat-x;
      background-position-y: 0;
      transition: all 0.3s ease; }

.halo-faqs-content .faqs-paragraph {
  display: block; }
  .halo-faqs-content .faqs-paragraph + .faqs-paragraph {
    margin-top: 48px; }

.halo-faqs-content .card {
  border-bottom: 1px solid #e6e6e6; }

.halo-faqs-content .card-header {
  position: relative;
  background-color: transparent;
  padding: 0;
  margin: 0; }
  .halo-faqs-content .card-header:before, .halo-faqs-content .card-header:after {
    content: " ";
    display: table; }
  .halo-faqs-content .card-header:after {
    clear: both; }

.halo-faqs-content .card-body {
  padding: 20px 0 45px 0;
  color: black; }
  .halo-faqs-content .card-body a {
    color: black; }
    .halo-faqs-content .card-body a span {
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 96%, #d6d6d6 4%);
      background-repeat: repeat-x;
      background-position-y: 0;
      transition: all 0.3s ease; }

.halo-faqs-content .title {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  color: black;
  text-transform: unset;
  text-align: left;
  padding: 22px 25px 21px 0;
  background: white;
  transition: all .3s ease; }
  .halo-faqs-content .title:before {
    content: "Question";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 21px;
    line-height: 21px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 500;
    background-color: #ff7677;
    border-radius: 2px;
    color: white;
    padding: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(-50%);
    transition: all 0.3s ease; }
  .halo-faqs-content .title.collapsed {
    position: relative;
    padding-left: 88px;
    font-weight: 500; }
    .halo-faqs-content .title.collapsed:before {
      width: 76px; }
    .halo-faqs-content .title.collapsed + .icon-plus:before {
      transform: translateY(-50%) rotate(90deg); }

.halo-faqs-content .icon-plus {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  z-index: 2;
  pointer-events: none;
  transform: translateY(-50%);
  background: transparent; }
  .halo-faqs-content .icon-plus:before, .halo-faqs-content .icon-plus:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 2;
    transform: translate(50%, -50%);
    background: #286040;
    transition: all 0.3s ease; }
  .halo-faqs-content .icon-plus:before {
    width: 2px;
    height: 16px; }
  .halo-faqs-content .icon-plus:after {
    width: 16px;
    height: 2px; }

.halo-faqs-content .collapse {
  position: relative;
  display: none; }

.halo-faqs-content .faq-content {
  padding: 45px 0 30px 0;
  text-align: center; }
  .halo-faqs-content .faq-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: black;
    margin: 0; }
  .halo-faqs-content .faq-content .button {
    margin: 15px 0 0 0;
    text-transform: uppercase;
    color: white;
    border-color: #ff7677;
    background: #ff7677;
    min-width: 200px;
    max-width: 270px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 0; }

@media (min-width: 551px) {
  .halo-faqs-content .faq-content {
    text-align: right; }
    .halo-faqs-content .faq-content .button {
      margin: 15px 0 0 30px;
      min-width: 270px; } }

@media (min-width: 768px) {
  .halo-faqs-content .faq-content .button {
    margin-top: 0; } }

@media (min-width: 1025px) {
  .halo-faqs-title {
    padding-bottom: 18px; }
  .halo-faqs-sidebar {
    position: sticky;
    top: 90px; }
    .halo-faqs-sidebar .faq-contact {
      background-color: #fafafa;
      padding: 25px 25px 33px 25px; }
    .halo-faqs-sidebar .faqs-group a:hover .text {
      background-image: linear-gradient(transparent 96%, #3a3a3a 4%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .halo-faqs-content {
    padding-top: 5px; }
    .halo-faqs-content .faq-content .button {
      margin-top: 0; }
      .halo-faqs-content .faq-content .button:hover {
        border-color: #ff7677 !important;
        color: #ff7677 !important;
        background: white; }
    .halo-faqs-content .card-body a:hover span {
      color: #3a3a3a;
      background-image: linear-gradient(transparent 96%, #3a3a3a 4%);
      background-repeat: repeat-x;
      background-position-y: 0; } }

.page-normal-header {
  display: block;
  position: relative;
  padding-bottom: 50px; }
  @media (min-width: 1025px) {
    .page-normal-header {
      padding-bottom: 70px; } }
  .page-normal-header--banner {
    display: block;
    height: 600px;
    background: #fafafa;
    position: relative;
    background-position: center center; }
  .page-normal-header--content {
    position: absolute;
    top: 0;
    left: 10px;
    width: auto;
    z-index: 1; }
    .page-normal-header--content .breadcrumb-wrapper .breadcrumb {
      color: white; }
      .page-normal-header--content .breadcrumb-wrapper .breadcrumb.is-active .breadcrumb-label {
        color: white; }
      .page-normal-header--content .breadcrumb-wrapper .breadcrumb:before {
        color: white; }
    .page-normal-header--content .page-heading {
      color: white;
      text-transform: capitalize; }
    .page-normal-header--content .page-description {
      display: block;
      text-align: left;
      margin: 100px 0 0 0;
      width: 100%;
      max-width: 100%;
      padding: 0; }
      .page-normal-header--content .page-description .subtitle {
        display: block;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 26px;
        color: white;
        margin: 0 0 11px 0; }
      .page-normal-header--content .page-description .title {
        font-size: 40px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: 0;
        text-transform: capitalize;
        color: white;
        margin: 0 0 18px 0; }
      .page-normal-header--content .page-description .desc {
        display: block;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.75;
        color: white;
        margin: 0 0 28px 0; }
      .page-normal-header--content .page-description .button {
        min-width: 160px;
        text-transform: uppercase;
        border-color: white; }
  @media (min-width: 551px) {
    .page-normal-header--banner {
      height: 720px; }
    .page-normal-header--content .page-description {
      margin-top: 240px; }
      .page-normal-header--content .page-description h2 {
        font-size: 40px;
        line-height: 60px; } }
  @media (min-width: 1025px) {
    .page-normal-header--banner {
      background-size: cover;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-position: center;
      height: 900px; }
    .page-normal-header--content {
      top: 122px;
      left: 320px; }
      .page-normal-header--content .page-description {
        margin-top: 340px; } }
  @media (min-width: 1600px) {
    .page-normal-header--content {
      left: 360px; } }

.halo-location-top {
  display: block;
  margin: 5px 0 0 0; }
  .halo-location-top:before, .halo-location-top:after {
    content: " ";
    display: table; }
  .halo-location-top:after {
    clear: both; }

.halo-location-topLeft, .halo-location-topRight {
  display: block;
  width: 100%; }

.halo-location-topRight {
  margin: 30px 0 0 0; }

.halo-location-title {
  display: block;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: black;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0 0 17px 0;
  padding: 0; }

.halo-location-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75;
  color: #3a3a3a;
  margin: 0;
  padding: 0; }

.halo-location-seach {
  display: block;
  width: 100%; }
  .halo-location-seach:before, .halo-location-seach:after {
    content: " ";
    display: table; }
  .halo-location-seach:after {
    clear: both; }
  .halo-location-seach .ENV_maps__div_search {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative; }
    .halo-location-seach .ENV_maps__div_search input {
      display: block;
      width: 100%; }
    .halo-location-seach .ENV_maps__div_search .button {
      text-transform: uppercase;
      width: 100%;
      margin: 20px 0 0 0; }

.halo-location-bottom {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ececec;
  margin: 45px 0 0 0; }
  .halo-location-bottom:before, .halo-location-bottom:after {
    content: " ";
    display: table; }
  .halo-location-bottom:after {
    clear: both; }
  .halo-location-bottom .InfoFind {
    border-right: 0;
    padding: 0 5px 0 0;
    max-height: 600px;
    overflow-y: auto; }

.halo-location-bottomLeft, .halo-location-bottomRight {
  display: block;
  width: 100%; }

.halo-location-bottomRight {
  order: -1; }

.halo-location-list {
  border-right: 1px solid #ececec; }
  .halo-location-list > div + div {
    border-top: 1px solid #ececec; }
  .halo-location-list .ENV_maps_elist {
    padding: 18px 24px 24px 24px;
    cursor: pointer; }

.halo-location-heading {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 0 8px 0; }

.halo-location-info {
  display: block;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 26px;
  letter-spacing: 0;
  margin: 0; }

@media (min-width: 551px) {
  .halo-location-seach .ENV_maps__div_search {
    padding-right: 165px; }
    .halo-location-seach .ENV_maps__div_search .button {
      position: absolute;
      right: 0;
      top: 0;
      width: 150px;
      margin-top: 0; } }

@media (min-width: 992px) {
  .halo-location-top {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px; }
  .halo-location-topLeft, .halo-location-topRight {
    width: 50%;
    padding: 0 15px; }
  .halo-location-topRight {
    margin-top: 0; }
  .halo-location-title {
    max-width: 450px; }
  .halo-location-text {
    max-width: 450px; }
  .halo-location-bottom {
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 69px;
    margin-bottom: 30px; }
  .halo-location-bottomLeft {
    width: 310px;
    padding: 0 5px 0 0; }
  .halo-location-bottomRight {
    width: calc(100% - 310px);
    order: unset; } }

@media (min-width: 1025px) {
  .halo-location-list .ENV_maps_elist:hover {
    background: #fafafa; } }

@media (min-width: 1025px) {
  .page-contact .page-header {
    margin-bottom: 40px; } }

.page-contact .page-content {
  padding-top: 25px; }

.page-contact .halo-contact-form p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: black;
  margin: 0 0 5px 0; }
  .page-contact .halo-contact-form p a {
    color: #3a3a3a;
    transition: unset; }
    .page-contact .halo-contact-form p a span {
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .page-contact .halo-contact-form p + p {
    margin-top: 0;
    margin-bottom: 0; }

.page-contact .halo-contact-info {
  margin: 50px 0 0 0; }
  .page-contact .halo-contact-info .title {
    font-weight: 400;
    letter-spacing: 0;
    color: black;
    margin: 0 0 27px 0;
    padding: 0 0 17px 0;
    border-bottom: 1px solid #e6e6e6;
    text-transform: unset; }
  .page-contact .halo-contact-info .description,
  .page-contact .halo-contact-info .store-address,
  .page-contact .halo-contact-info .store-email,
  .page-contact .halo-contact-info .store-phone,
  .page-contact .halo-contact-info .store-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: black;
    margin: 0 0 20px 0; }
    .page-contact .halo-contact-info .description .title-info,
    .page-contact .halo-contact-info .store-address .title-info,
    .page-contact .halo-contact-info .store-email .title-info,
    .page-contact .halo-contact-info .store-phone .title-info,
    .page-contact .halo-contact-info .store-info .title-info {
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 0;
      color: black;
      margin: 0 0 12px 0;
      padding-top: 12px;
      text-transform: uppercase; }
    .page-contact .halo-contact-info .description .item-info,
    .page-contact .halo-contact-info .store-address .item-info,
    .page-contact .halo-contact-info .store-email .item-info,
    .page-contact .halo-contact-info .store-phone .item-info,
    .page-contact .halo-contact-info .store-info .item-info {
      margin-bottom: 4px; }
  .page-contact .halo-contact-info .store-info a {
    color: black; }
    .page-contact .halo-contact-info .store-info a span {
      padding: 0 0 1px 0; }
  .page-contact .halo-contact-info .store-info:last-child {
    margin-bottom: 0; }
  .page-contact .halo-contact-info .sample {
    display: block;
    margin: 0 0 41px 0; }
    .page-contact .halo-contact-info .sample .button {
      text-transform: uppercase;
      width: 100%; }

.page-contact [data-contact-form] {
  margin: 0;
  padding: 28px 0 0 0; }
  .page-contact [data-contact-form] .form-row {
    margin: 0; }
  .page-contact [data-contact-form] .form-field {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 100%;
    margin: 0 0 20px 0;
    float: none; }
  .page-contact [data-contact-form] .form-label {
    margin-bottom: 6px;
    color: black; }
    .page-contact [data-contact-form] .form-label small {
      margin: 0;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0;
      font-style: normal;
      line-height: 25px;
      text-transform: capitalize;
      color: #286040; }
  .page-contact [data-contact-form] .form-input {
    margin-bottom: 0;
    color: black; }
  .page-contact [data-contact-form] textarea {
    height: 182px;
    overflow-x: hidden;
    line-height: 2;
    color: black;
    padding: 10px 15px; }
  .page-contact [data-contact-form] .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center; }
    .page-contact [data-contact-form] .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }

@media (min-width: 768px) {
  .page-contact .page-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .page-contact .halo-contact-form {
    width: 65%; }
  .page-contact .halo-contact-info {
    width: 35%;
    margin-top: 0;
    padding: 0 0 0 50px; }
  .page-contact [data-contact-form] .form-actions {
    margin-top: -5px;
    text-align: left; }
    .page-contact [data-contact-form] .form-actions .button {
      display: inline-block;
      vertical-align: top;
      max-width: 218px !important; } }

@media (min-width: 1025px) {
  .page-contact .page-content {
    padding-top: 45px;
    padding-bottom: 35px; }
  .page-contact .halo-contact-form {
    width: 400px; }
    .page-contact .halo-contact-form p a:hover {
      color: #3a3a3a; }
      .page-contact .halo-contact-form p a:hover span {
        background-image: linear-gradient(transparent 96%, #3a3a3a 4%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  .page-contact .halo-contact-info {
    padding-left: 10%;
    width: calc(100% - 400px); }
    .page-contact .halo-contact-info .store-info a:hover {
      color: #3a3a3a; }
      .page-contact .halo-contact-info .store-info a:hover span {
        background-image: linear-gradient(transparent 96%, #3a3a3a 4%); }
    .page-contact .halo-contact-info .sample .button {
      max-width: 235px; } }

@media (min-width: 1200px) {
  .page-contact .halo-contact-form {
    width: 470px; }
  .page-contact .halo-contact-info {
    width: calc(100% - 470px); } }

@media (min-width: 1400px) {
  .page-contact .halo-contact-form {
    width: 570px; }
  .page-contact .halo-contact-info {
    padding-left: calc(100% - 940px);
    width: calc(100% - 570px); } }

.sitemap-list {
  margin: 0; }
  .sitemap-list--item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }
    .sitemap-list--item + .sitemap-list--item {
      margin-top: 30px;
      padding-top: 25px; }
  .sitemap-list--title {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    color: black;
    margin: 0 0 20px 0;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6; }
  .sitemap-list--subItem {
    display: block; }
    .sitemap-list--subItem > a {
      font-size: 18px;
      font-weight: 500;
      line-height: 45px;
      letter-spacing: 0;
      text-transform: capitalize;
      color: black;
      transition: unset; }
      .sitemap-list--subItem > a span {
        padding: 0 0 1px 0; }
    .sitemap-list--subItem > ul {
      margin-left: 2.4rem; }
    .sitemap-list--subItem li a {
      font-size: 18px;
      font-weight: 400;
      padding: 0;
      margin: 0;
      color: black;
      text-transform: capitalize;
      letter-spacing: 0;
      line-height: 45px;
      transition: unset; }
      .sitemap-list--subItem li a span {
        padding: 0 0 1px 0; }
    .sitemap-list--subItem.sitemap-list--viewAll > a {
      font-style: italic;
      color: #3a3a3a;
      text-transform: capitalize; }
      .sitemap-list--subItem.sitemap-list--viewAll > a span {
        padding: 0 0 1px 0;
        background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  @media (min-width: 1025px) {
    .sitemap-list li a:hover {
      color: #3a3a3a; }
      .sitemap-list li a:hover span {
        background-image: linear-gradient(transparent 97%, #3a3a3a 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

.page-errors .button {
  height: 45px;
  line-height: 45px; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-email::before,
.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-distance::before,
.strmpr-search-result .strmpr-field-bucket-general .strmpr-field-url::before,
.strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions::before,
.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-phone::before,
.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-address::before {
  height: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important; }

.strmpr-search-results .strmpr-search-result .strmpr-field-show-on-map {
  line-height: 20px !important; }

.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-url,
.strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions {
  margin-bottom: 0px !important; }

.strmpr-view-more-stores-button {
  line-height: 14px !important; }

.strmpr-search .strmpr-search-box-wrapper .strmpr-search-box {
  box-sizing: border-box !important; }

.strmpr-search .strmpr-search-box-wrapper .strmpr-search-reset {
  top: 3px !important; }
