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

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

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

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

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

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

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

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

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

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

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

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

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

/* Vertical Carousel */
.u-block {
  display: block !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

html {
  font-size: 14px; }
  @media (min-width: 769px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1025px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1281px) {
    html {
      font-size: 14px; } }

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Arimo", 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: #006d9e;
  border-color: #00476b;
  color: white;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: #00476b;
    border-color: #00476b;
    color: white; }
  .button:active {
    background-color: #00476b;
    border: 1px solid #00476b;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

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

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

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

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

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

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

.button[disabled] {
  background-color: #cccccc;
  border-color: #cccccc;
  color: white;
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #323232;
  float: left;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #323232; }
  .breadcrumb.current {
    color: #323232;
    cursor: default; }
    .breadcrumb.current a {
      color: #323232;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #323232;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: auto; }

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: all 0.25s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox--info {
  background-color: #e8f4fa;
  color: #31708f; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 40px; }

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

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

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

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

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

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

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

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

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

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

.form-increment {
  position: relative;
  min-width: 144px;
  min-height: 40px;
  text-align: center;
  border: 1px solid #e2e4e8;
  border-radius: 3px; }
  .form-increment .button {
    margin: 0;
    padding: 0;
    border: none;
    width: 36px;
    height: 100%;
    position: absolute;
    background: 0 0;
    border-radius: 0; }
    .form-increment .button[data-action=dec] {
      bottom: 0;
      left: 0;
      border-right: 1px solid #e2e4e8; }
    .form-increment .button[data-action=inc] {
      bottom: 0;
      right: 0;
      border-left: 1px solid #e2e4e8; }

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

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

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

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

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

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

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

@media (min-width: 1025px) {
  .form-row {
    margin: 0 -15px; }
    .form-row .form-field {
      padding: 0 15px; } }

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

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

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

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

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

.card-image {
  border: 0; }

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

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

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

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

.card-image {
  border: 0; }

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

.card-desc {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5;
  color: white;
  background-color: #ea2129; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 769px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  .navUser .navUser--left {
    float: left; }
  .navUser .navUser--right {
    float: right; }
  .header-layout-2 .navUser .container {
    display: flex;
    padding: 0; }
    .header-layout-2 .navUser .container .text-promotion {
      display: inline-block;
      vertical-align: middle;
      padding: 10px 0;
      color: white;
      font-weight: 700; }
    .header-layout-2 .navUser .container > div {
      width: 33.3334%;
      vertical-align: middle;
      display: flex;
      align-items: center;
      text-align: center; }
      .header-layout-2 .navUser .container > div.navUser--left {
        justify-content: left; }
      .header-layout-2 .navUser .container > div.navUser--center {
        justify-content: center; }
      .header-layout-2 .navUser .container > div.navUser--right {
        justify-content: right; }
        .header-layout-2 .navUser .container > div.navUser--right .navUser-item {
          float: none;
          display: inline-block;
          vertical-align: middle; }
    @media (max-width: 1199px) {
      .header-layout-2 .navUser .container > div.navUser--left {
        display: block;
        text-align: left; }
        .header-layout-2 .navUser .container > div.navUser--left .navUser-item {
          width: 100%;
          margin: 0; }
      .header-layout-2 .navUser .container > div.navUser--right {
        justify-content: right; }
        .header-layout-2 .navUser .container > div.navUser--right > .navUser-item:not(.navUser-item-currency) {
          display: none; } }
    @media (min-width: 1200px) {
      .header-layout-2 .navUser .container {
        padding: 0 15px; } }
  .navUser .navUser-action {
    color: white; }
    .navUser .navUser-action svg {
      fill: white;
      stroke: white; }
    .navUser .navUser-action:hover {
      color: #5874b0; }
      .navUser .navUser-action:hover svg {
        fill: #5874b0;
        stroke: #5874b0; }
  @media (min-width: 1025px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #cccccc transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown--quickSearch {
  padding: 0;
  width: 100%;
  position: absolute;
  background-color: transparent; }
  .dropdown--quickSearch.is-open {
    left: 0;
    right: 0;
    outline: none;
    z-index: 50; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .dropdown--quickSearch.is-open {
        left: 50%;
        right: auto;
        transform: translateX(-50%); } }
  .dropdown--quickSearch .form {
    margin: auto;
    width: 100%; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    position: relative;
    margin-bottom: 0; }
  .dropdown--quickSearch .productGrid {
    padding: 30px 30px 0; }
    .dropdown--quickSearch .productGrid .product {
      float: left; }
  .dropdown--quickSearch.is-sticky {
    position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navPage-subMenu {
  display: none;
  outline: 0; }
  .navPage-subMenu .container {
    padding: 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem 1.5rem 2.28571rem;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 1025px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }
  .navPage-subMenu::-webkit-scrollbar {
    width: 10px; }
  .navPage-subMenu::-webkit-scrollbar-track {
    background: #f5f5f5; }
  .navPage-subMenu::-webkit-scrollbar-thumb {
    background: #a6a6a6; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1025px) {
  .navPages-item .navPage-subMenu-item-child > .navPages-action:hover,
  .navPages-item .navPage-subMenu-item-parent > .navPages-action:hover {
    color: white; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.halo-menu-megamenu .imageArea {
  display: block;
  max-width: 100% !important;
  padding: 30px 0;
  text-align: center; }
  .halo-menu-megamenu .imageArea .card,
  .halo-menu-megamenu .imageArea .image {
    padding: 0 30px; }
  .halo-menu-megamenu .imageArea .megamenu-slider {
    margin-bottom: 60px; }
  .halo-menu-megamenu .imageArea .image {
    margin: 0 auto; }
    .halo-menu-megamenu .imageArea .image + .image {
      margin-top: 20px; }

.halo-menu-megamenu .bottomMegamenu .brand-image .image {
  width: 50%;
  margin-bottom: 10px; }

.halo-menu-megamenu .bottomMegamenu .brand-image span {
  min-height: auto;
  border: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }
  .productOptions-list-item {
    padding: 1.5rem; }
    .productOptions-list-item .form-label {
      font-size: 14px;
      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.28571rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

#facetedSearch .sidebarBlock {
  margin-top: 30px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 1025px) {
    .cart-list {
      display: table-row-group; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCart-acceleratedCheckoutButtons {
  width: 100%; }

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

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

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

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

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 1025px) {
    .cart-list {
      border-top: none;
      display: table-row-group; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-total-custom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee; }
  .cart-total-custom .cart-total-label,
  .cart-total-custom .cart-total-value {
    margin-bottom: 0;
    display: inline-block;
    border-bottom: none;
    width: 50%; }
  .cart-total-custom .cart-total-label {
    font-size: 12px; }
  .cart-total-custom .cart-total-value {
    font-size: 14.5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-cart-content] + .button-group {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: right; }
  [data-cart-content] + .button-group .button {
    display: block;
    width: 200px;
    margin-right: 0;
    margin-left: auto; }
  [data-cart-content] + .button-group .button + .button {
    margin-top: 15px; }
  @media (min-width: 769px) {
    [data-cart-content] + .button-group .button {
      display: inline-block;
      width: auto;
      margin-left: auto;
      margin-right: auto; }
    [data-cart-content] + .button-group .button + .button {
      margin-top: 0;
      margin-left: 15px; } }
  @media (min-width: 1025px) {
    [data-cart-content] + .button-group {
      margin-top: 30px;
      margin-bottom: 50px; } }

.brand-protective {
  display: block; }
  .brand-protective .item {
    text-align: center;
    width: 100%;
    margin-top: 15px; }
    .brand-protective .item:first-child {
      margin-top: 0; }
  @media (min-width: 992px) {
    .brand-protective {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .brand-protective .item {
        margin-top: 30px;
        width: 33.333333%; }
        .brand-protective .item:first-child {
          text-align: left; }
        .brand-protective .item:nth-child(-n + 3) {
          margin-top: 0; } }

.halo_securityContent {
  display: table;
  color: #8c8c8c;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto; }
  .halo_securityContent .icon,
  .halo_securityContent .text {
    display: table-cell;
    vertical-align: middle; }
  .halo_securityContent .icon {
    height: 1.71429rem;
    width: 1.71429rem; }
    .halo_securityContent .icon svg {
      height: 1.71429rem;
      width: 1.71429rem;
      fill: #8c8c8c;
      stroke: #8c8c8c; }
  .halo_securityContent .text {
    padding-left: 5px;
    margin: 0;
    font-style: italic; }
  .halo_securityContent + .description {
    margin: 15px 0 0 0;
    color: #8c8c8c; }

#cartMobile {
  overflow-x: auto;
  padding: 0 20px 30px 20px;
  height: calc(100vh - 70px); }
  #cartMobile .navPage-subMenu-title {
    color: #323232;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 17px;
    margin-bottom: 20px; }
    #cartMobile .navPage-subMenu-title .icon,
    #cartMobile .navPage-subMenu-title .text {
      display: inline-block;
      vertical-align: middle; }
    #cartMobile .navPage-subMenu-title .icon {
      margin-right: 5px; }
  #cartMobile .dropdown-cart {
    display: block;
    position: relative; }
    #cartMobile .dropdown-cart .loadingOverlay {
      display: block;
      padding: 25px; }
  #cartMobile .previewCartTable {
    display: block; }
  #cartMobile .previewCartHeader {
    display: none; }
  #cartMobile .previewCartList {
    height: auto;
    max-height: 246px;
    padding-bottom: 15px; }
    #cartMobile .previewCartList .previewCartItem {
      display: block;
      font-size: 0; }
      #cartMobile .previewCartList .previewCartItem + .previewCartItem {
        margin-top: 15px;
        padding-top: 15px; }
    #cartMobile .previewCartList .previewCartItem-block {
      padding: 0;
      display: inline-block;
      vertical-align: top;
      font-size: 12px; }
    #cartMobile .previewCartList .previewCartItem-image {
      width: 60px;
      max-height: 55px; }
    #cartMobile .previewCartList .previewCartItem-content {
      vertical-align: top;
      padding: 0 0 10px 15px;
      width: calc(100% - 60px); }
    #cartMobile .previewCartList .previewCartItem-price {
      /*margin-left: 75px;*/
      margin-left: 0;
      margin-right: 0; }
    #cartMobile .previewCartList .previewCartItem-price,
    #cartMobile .previewCartList .previewCartItem-quantity,
    #cartMobile .previewCartList .previewCartItem-total {
      width: auto; }
    #cartMobile .previewCartList .previewCartItem-quantity {
      margin: 0 5px; }
      #cartMobile .previewCartList .previewCartItem-quantity:before {
        content: "x";
        color: #999999;
        position: relative;
        display: inline-block; }
    #cartMobile .previewCartList .previewCartItem-total {
      display: none; }
  #cartMobile .preview-cart-total,
  #cartMobile .preview-cart-grand-total {
    padding: 0; }
  #cartMobile .previewCartAction {
    padding: 20px 0;
    background-color: transparent; }
    #cartMobile .previewCartAction .previewCartAction-checkout,
    #cartMobile .previewCartAction .previewCartAction-viewCart {
      display: block;
      width: 100%; }
    #cartMobile .previewCartAction .previewCartAction-viewCart {
      margin-top: 15px;
      margin-bottom: 30px; }
  #cartMobile .previewCartAction-checkoutMultiple {
    margin: 15px 0 0 0; }
  #cartMobile .previewCartItem-pricewrapper {
    margin-top: 10px; }
    #cartMobile .previewCartItem-pricewrapper .previewCartItem-price {
      margin-left: 0; }
  #cartMobile .mCSB_scrollTools {
    width: 3px; }
  @media (min-width: 768px) {
    #cartMobile .previewCartList {
      max-height: calc(100vh - 400px); }
    #cartMobile .previewCartAction .previewCartAction-viewCart {
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media (min-width: 1025px) {
    #cartMobile .previewCartList {
      max-height: calc(100vh - 450px); } }

#CartEditProductFieldsForm .form-input,
#CartEditProductFieldsForm .form-select {
  width: auto;
  min-width: 500px; }

#CartEditProductFieldsForm .form-actions {
  margin-top: 30px; }
  #CartEditProductFieldsForm .form-actions .button {
    width: auto;
    min-width: 200px; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (max-width: 550px) {
    .address {
      width: 50%; } }
  @media (min-width: 1200px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (max-width: 550px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem; }
    @media (max-width: 550px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (max-width: 550px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

.address-title {
  margin: 0 0 0.78571rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.78571rem; }

.address-details--postal {
  font-size: 14px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #323232;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #5874b0; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 36px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 1025px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1025px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.85714rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.halo_videoGallery .videoGallery-main {
  margin-bottom: 15px; }

.halo_videoGallery .videoGallery-list {
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0 0 10px 0; }
  .halo_videoGallery .videoGallery-list .videoGallery-item {
    white-space: normal;
    width: auto;
    max-width: 180px;
    padding: 0 15px 0 0; }
    .halo_videoGallery .videoGallery-list .videoGallery-item:last-child {
      padding-right: 0; }
  .halo_videoGallery .videoGallery-list .video {
    display: block;
    margin-bottom: 0; }
    .halo_videoGallery .videoGallery-list .video .video-figure,
    .halo_videoGallery .videoGallery-list .video .video-body {
      float: none;
      display: block; }
    .halo_videoGallery .videoGallery-list .video .video-figure {
      margin-right: 0; }
    .halo_videoGallery .videoGallery-list .video .video-body {
      display: none; }

.previewCart.previewCartPopUp {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .previewCart.previewCartPopUp:before, .previewCart.previewCartPopUp:after {
    content: " ";
    display: table; }
  .previewCart.previewCartPopUp:after {
    clear: both; }
  @media (max-width: 767px) {
    .previewCart.previewCartPopUp .productView {
      padding: 30px 0 0 0; }
    .previewCart.previewCartPopUp .productView-details .productView-title {
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .previewCart.previewCartPopUp .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0;
      padding-left: 0; }
    .previewCart.previewCartPopUp .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      padding-left: 0;
      display: flex;
      flex-direction: column; }
    .previewCart.previewCartPopUp .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart.previewCartPopUp .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart.previewCartPopUp .productView-title {
    margin-top: 0; }
  .previewCart.previewCartPopUp .previewCartCheckout {
    background: #e5e5e5;
    padding: 1rem;
    text-align: center; }
    @media (min-width: 768px) {
      .previewCart.previewCartPopUp .previewCartCheckout {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: right;
        padding: 1.5rem; } }
    .previewCart.previewCartPopUp .previewCartCheckout .button {
      display: block;
      margin: 0;
      width: 100%; }
      .previewCart.previewCartPopUp .previewCartCheckout .button + p {
        margin-top: 0.78571rem; }
      .previewCart.previewCartPopUp .previewCartCheckout .button:not(:last-child) {
        margin-bottom: 0.78571rem; }
  .previewCart.previewCartPopUp .previewCartCheckout-price {
    display: block;
    font-size: 28px;
    font-weight: bold;
    text-align: center; }
  .previewCart.previewCartPopUp .previewCartCheckout-subtotal {
    display: block;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem; }
  .previewCart.previewCartPopUp .previewCartCheckout-additionalCheckoutButtons p {
    float: none !important;
    margin: 0.5rem 0; }
  .previewCart.previewCartPopUp .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem; }
    .previewCart.previewCartPopUp .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 1.5rem; }
    .previewCart.previewCartPopUp .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 1.5rem; }
  .previewCart.previewCartPopUp .suggestiveCart {
    display: none;
    text-align: center; }
    @media (min-width: 1025px) {
      .previewCart.previewCartPopUp .suggestiveCart {
        display: block; } }

.dropdown-cart {
  display: none;
  position: absolute; }
  @media (min-width: 1025px) {
    .dropdown-cart {
      position: absolute;
      top: calc(100% + 10px);
      right: 0;
      padding: 0;
      z-index: 20;
      text-align: left;
      border-radius: 3px;
      width: 430px;
      background-color: white;
      border: 1px solid #e5e5e5;
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.01); }
      .dropdown-cart:before {
        border: inset 10px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #cccccc transparent;
        border-bottom-style: solid;
        top: -20px;
        left: auto;
        right: 16px;
        position: absolute;
        z-index: 6; }
      .dropdown-cart:after {
        border: inset 10px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent white transparent;
        border-bottom-style: solid;
        top: -18px;
        left: auto;
        right: 16px;
        position: absolute;
        z-index: 6; } }

@media (min-width: 1025px) {
  .openCartDropdown #cart-preview-dropdown.dropdown-cart {
    display: block; }
    .openCartDropdown #cart-preview-dropdown.dropdown-cart.is-loading {
      min-height: 100px; }
      .openCartDropdown #cart-preview-dropdown.dropdown-cart.is-loading .loadingOverlay:before {
        width: 50px;
        height: 50px; } }

@media (min-width: 1025px) {
  .openCartDropdown2 #cart-preview-dropdown-2.dropdown-cart {
    display: block; }
    .openCartDropdown2 #cart-preview-dropdown-2.dropdown-cart.is-loading {
      min-height: 100px; }
      .openCartDropdown2 #cart-preview-dropdown-2.dropdown-cart.is-loading .loadingOverlay:before {
        width: 50px;
        height: 50px; } }

.previewCartHeader {
  padding: 0 0 15px; }
  .previewCartHeader .text {
    font-size: 14px;
    font-weight: 400;
    color: #323232;
    line-height: 20px;
    letter-spacing: 0;
    display: inline-block; }

.previewCart {
  margin: 0; }
  .previewCart .previewCartList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 400px); }
    .previewCart .previewCartList .previewCartItem {
      padding: 10px 30px 15px; }
    .previewCart .previewCartList::-webkit-scrollbar {
      width: 4px; }
    .previewCart .previewCartList::-webkit-scrollbar-track {
      background: #f5f5f5; }
    .previewCart .previewCartList::-webkit-scrollbar-thumb {
      background: #a6a6a6; }
    .previewCart .previewCartList::-webkit-scrollbar-thumb:hover {
      background: #787878; }
  .previewCart .previewCartItem {
    display: block;
    max-width: 100%;
    line-height: unset;
    padding: 25px 0;
    font-size: 0;
    margin: 0;
    letter-spacing: 0; }
  .previewCart .previewCartItem-image {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    padding: 0;
    position: relative;
    text-align: center; }
    .previewCart .previewCartItem-image::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
    .previewCart .previewCartItem-image img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .previewCart .previewCartItem-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    padding: 0 0 0 22px;
    position: relative;
    top: 7px;
    text-align: left; }
  .previewCart .previewCartItem-brand {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px; }
  .previewCart .previewCartItem-name {
    overflow-wrap: break-word;
    margin: 0 0 7px 0;
    position: relative;
    top: -5px; }
    .previewCart .previewCartItem-name > a {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #323232;
      letter-spacing: 0;
      margin: 0;
      line-height: 20px;
      text-transform: capitalize;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis; }
      @media (min-width: 1025px) {
        .previewCart .previewCartItem-name > a:hover span {
          background-image: linear-gradient(transparent 97%, #323232 3%);
          background-repeat: repeat-x;
          background-position-y: -2px; } }
  .previewCart .previewCartItem-options {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 30px 0 0;
    width: auto; }
  .previewCart .previewCartItem-variant {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #616161;
    text-transform: capitalize;
    display: block;
    width: 100%;
    margin: 0 0 7px 0; }
    .previewCart .previewCartItem-variant span + span:before {
      content: '/';
      margin: 0 4px 0 0; }
  .previewCart .previewCartItem-edit {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: -5px;
    right: 0; }
    .previewCart .previewCartItem-edit .icon {
      width: 16px;
      height: 16px;
      fill: #888888; }
    @media (min-width: 1025px) {
      .previewCart .previewCartItem-edit:hover .icon {
        fill: #323232; } }
  .previewCart .previewCartItem-wrapper {
    display: flex;
    align-items: center; }
  .previewCart .previewCartItem-price {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #323232;
    letter-spacing: 0;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin: 0; }
    .previewCart .previewCartItem-price .multiply {
      position: relative;
      top: 2px;
      font-weight: 400;
      font-size: 18px;
      color: #8c8c8c;
      margin: 0 5px 0 8px; }
    .previewCart .previewCartItem-price p {
      font-size: 14px;
      font-weight: 400;
      color: #323232;
      letter-spacing: 0;
      line-height: 20px;
      margin: 0;
      text-transform: capitalize; }
  .previewCart .previewCartItem-qty {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 130px;
    margin: 0;
    padding: 0;
    position: relative; }
    .previewCart .previewCartItem-qty .form-label {
      display: none; }
    .previewCart .previewCartItem-qty .form-increment {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 30px);
      min-width: 100%; }
      .previewCart .previewCartItem-qty .form-increment button {
        width: 25px; }
      .previewCart .previewCartItem-qty .form-increment .form-input--incrementTotal {
        text-align: center;
        width: 100%;
        padding: 5px;
        font-weight: 400;
        font-size: 14px;
        font-style: normal;
        min-height: unset;
        color: #323232; }
  .previewCart .previewCartItem-remove {
    position: absolute;
    margin: 0;
    top: -10px;
    transform: unset;
    bottom: 18px;
    left: auto;
    right: 0;
    line-height: 1;
    display: block;
    height: 15px;
    width: 15px;
    transition: unset;
    padding: 0; }
    .previewCart .previewCartItem-remove:before, .previewCart .previewCartItem-remove:after {
      content: " ";
      display: table; }
    .previewCart .previewCartItem-remove:after {
      clear: both; }
    .previewCart .previewCartItem-remove svg {
      width: 15px;
      height: 15px;
      margin: 0;
      fill: #323232; }
    @media (min-width: 1025px) {
      .previewCart .previewCartItem-remove:hover svg {
        fill: #323232; } }
  .previewCart .previewCartTotalsPrice {
    list-style: none;
    margin: 0;
    padding: 20px 30px 12px;
    border-top: 1px solid #e3e3e3;
    background-color: #f7f7f7; }
  .previewCart .previewCartTotals {
    display: block;
    font-size: 0;
    padding: 0;
    letter-spacing: 0;
    margin-bottom: 10px; }
    .previewCart .previewCartTotals:before, .previewCart .previewCartTotals:after {
      content: " ";
      display: table; }
    .previewCart .previewCartTotals:after {
      clear: both; }
    .previewCart .previewCartTotals .previewCartTotals-label {
      display: inline-block;
      vertical-align: top;
      width: 120px;
      text-align: left;
      color: #323232;
      font-size: 14px;
      font-weight: 700;
      line-height: 24px;
      letter-spacing: 0;
      text-transform: none; }
    .previewCart .previewCartTotals .previewCartTotals-value {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 120px);
      text-align: right;
      color: #323232;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 24px; }
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-label {
      font-size: 16px; }
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-value {
      font-size: 16px;
      padding: 0;
      top: -1px; }
  .previewCart .previewCartAction {
    border: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0;
    padding: 3px 30px 30px;
    margin: 0;
    width: auto;
    background-color: #f7f7f7; }
    .previewCart .previewCartAction .previewCartAction-checkout,
    .previewCart .previewCartAction .previewCartAction-viewCart {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0; }
    .previewCart .previewCartAction .previewCartAction-viewCart {
      margin: 15px 0 0 0; }
    .previewCart .previewCartAction .button {
      margin: 0;
      padding: 0;
      width: 100%; }
  .previewCart .productView-info > :first-child {
    margin-top: 0; }
  .previewCart .productView-info {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%; }
    .previewCart .productView-info .productView-info-name {
      min-width: 65px;
      font-weight: 700;
      letter-spacing: 0;
      text-align: left;
      width: auto; }
    .previewCart .productView-info .productView-info-value {
      margin-bottom: 2px;
      padding-left: 0; }
    .previewCart .productView-info .productView-info-name,
    .previewCart .productView-info .productView-info-value {
      float: left;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 14px;
      text-transform: capitalize; }
  .previewCart .productView-title {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2; }
  .previewCart .productView-brand {
    text-transform: capitalize;
    margin-bottom: 9px; }
  .previewCart .productView-price {
    font-size: 15px; }
    @media (min-width: 1025px) {
      .previewCart .productView-price {
        font-size: 20px; } }
  .previewCart.previewCart2 {
    padding: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0; }
    .previewCart.previewCart2 .previewCartView .productView-brand {
      margin-bottom: 0; }
    .previewCart.previewCart2 .previewCartView .productView-title {
      font-size: 14px; }
  @media (min-width: 551px) {
    .previewCart .previewCartItem-qty {
      max-width: 85px; }
      .previewCart .previewCartItem-qty .form-label {
        width: 75px; }
      .previewCart .previewCartItem-qty .form-increment {
        width: 80px; }
        .previewCart .previewCartItem-qty .form-increment .form-input--incrementTotal {
          text-align: center;
          padding: 10px; } }
  @media (min-width: 1025px) {
    .previewCart .previewCartItem-remove:hover svg {
      fill: #323232; }
    .previewCart .previewCartItem-remove:hover span {
      color: #ce2b1e;
      background-image: linear-gradient(transparent 97%, #ce2b1e 3%);
      background-repeat: repeat-x;
      background-position-y: 0; } }

.previewCart-emptyBody {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #323232;
  margin: 0;
  text-align: center;
  padding: 35px 0 5px;
  border: 1px solid transparent; }

.previewCartView {
  display: block;
  width: 100%;
  text-align: center; }
  .previewCartView .productView-image {
    display: inline-block;
    vertical-align: top;
    width: 100px; }
  .previewCartView .productView-details {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
    text-align: left;
    float: none; }
  .previewCartView .productView-brand {
    font-size: 14px;
    font-weight: 400;
    color: #323232;
    letter-spacing: 0;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 2px 0; }
  .previewCartView .productView-title {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #323232;
    line-height: 32px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .previewCartView .productView-price {
    font-size: 14px;
    font-weight: 400;
    color: #323232;
    letter-spacing: 0;
    margin: 0 0 5px 0; }
  .previewCartView .productView-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; }
    .previewCartView .productView-info + .productView-info {
      margin-top: 4px; }
  .previewCartView .productView-info-name,
  .previewCartView .productView-info-value {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #323232;
    line-height: 28px;
    margin: 0; }
  .previewCartView .productView-info-value {
    margin: 0 0 0 5px; }
  @media (min-width: 551px) {
    .previewCartView {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 15px 0 0; }
      .previewCartView .productView-info {
        justify-content: flex-start; } }
  @media (min-width: 768px) {
    .previewCartView {
      width: calc(100% - 280px);
      padding-right: 50px; }
      .previewCartView .productView-image {
        width: 170px; }
      .previewCartView .productView-details {
        width: calc(100% - 170px);
        padding-left: 30px; } }
  @media (min-width: 1025px) {
    .previewCartView {
      padding-right: 20px; } }

.previewCartCheckout {
  display: block;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0; }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%;
    height: 50px;
    line-height: 50px; }
    .previewCartCheckout .button + .button {
      margin-top: 20px; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #323232;
    margin: 0 0 8px 0; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 13px; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 1.5rem; }
  .previewCartCheckout .previewCartCheckout-subtotal {
    display: block;
    margin: 37px 0 0 0;
    border: 1px solid #c5c5cf;
    border-radius: 0; }
    .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
      display: block;
      font-size: 18px;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 0;
      text-align: center;
      position: relative;
      top: -10px;
      margin: 0 0 7px 0;
      color: #323232; }
    .previewCartCheckout .previewCartCheckout-subtotal span {
      display: inline-block;
      vertical-align: top;
      background: white;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1.75;
      position: relative;
      top: -15px;
      padding: 0 20px;
      color: #323232; }
    .previewCartCheckout .previewCartCheckout-subtotal p {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.75;
      letter-spacing: 0;
      color: #323232;
      margin: 0; }
  .previewCartCheckout [data-cart-quantity] {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #323232;
    margin: 15px 0 20px 0; }
  .previewCartCheckout .previewCartCheckout-text {
    font-size: 14px;
    font-weight: 400;
    color: #323232;
    letter-spacing: 0;
    line-height: 1.75px;
    text-transform: uppercase; }
  .previewCartCheckout.previewCartCheckout2 {
    width: 100%;
    text-align: center; }
    .previewCartCheckout.previewCartCheckout2 .button {
      width: auto; }
      .previewCartCheckout.previewCartCheckout2 .button + .button {
        margin-top: 15px; }
  @media (min-width: 768px) {
    .previewCartCheckout {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0 0 0 15px; } }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 1025px) {
    .suggestiveCart {
      display: block; } }

.product-edit-wrapper {
  display: block; }
  .product-edit-wrapper .product-edit-item {
    display: block;
    padding: 35px 0;
    margin: 0 40px; }
    .product-edit-wrapper .product-edit-item .product-edit-itemLeft {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      padding: 0;
      width: 100%; }
    .product-edit-wrapper .product-edit-item .product-edit-itemRight {
      display: block;
      width: 100%;
      padding: 0;
      margin: 30px 0 0 0; }
    .product-edit-wrapper .product-edit-item + .product-edit-item {
      border-top: 1px solid #323232; }
    .product-edit-wrapper .product-edit-item:first-child {
      padding-top: 32px; }
  .product-edit-wrapper .product-edit-image {
    display: block;
    width: 100px;
    margin: 0 15px 0 0;
    position: relative; }
    .product-edit-wrapper .product-edit-image img {
      width: 100%; }
    .product-edit-wrapper .product-edit-image .link {
      position: absolute;
      top: -16px;
      left: -16px;
      border-radius: 50%;
      background: #000;
      width: 32px;
      height: 32px;
      padding: 10px; }
      .product-edit-wrapper .product-edit-image .link .icon {
        display: block;
        width: 100%;
        height: 100%;
        fill: white; }
  .product-edit-wrapper .product-edit-content {
    display: block;
    width: calc(100% - 115px);
    margin-bottom: -5px; }
    .product-edit-wrapper .product-edit-content .product-edit-title {
      display: block;
      margin: -6px 0 0 0; }
      .product-edit-wrapper .product-edit-content .product-edit-title span,
      .product-edit-wrapper .product-edit-content .product-edit-title .subtitle {
        display: none;
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        color: #323232;
        position: relative; }
      .product-edit-wrapper .product-edit-content .product-edit-title a {
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.75;
        color: #323232;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        text-decoration: none;
        text-transform: capitalize;
        padding-top: 3px;
        padding-bottom: 3px; }
    .product-edit-wrapper .product-edit-content .product-edit-variant {
      font-size: 14px;
      font-weight: 400;
      color: #323232;
      line-height: 20px;
      letter-spacing: 0;
      margin: 0 0 7px 0;
      padding: 0;
      text-transform: capitalize;
      opacity: 0.7; }
      .product-edit-wrapper .product-edit-content .product-edit-variant span {
        display: inline; }
        .product-edit-wrapper .product-edit-content .product-edit-variant span + span {
          margin-left: 4px; }
          .product-edit-wrapper .product-edit-content .product-edit-variant span + span:before {
            content: '/';
            margin: 0 4px 0 0; }
    .product-edit-wrapper .product-edit-content .product-edit-price {
      display: block;
      font-size: 0;
      letter-spacing: 0;
      margin: 9px 0 0 0;
      position: relative; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section {
        font-size: 14px;
        font-weight: 700;
        line-height: 25px;
        color: #323232; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-section--withoutTax {
          color: #ea2129; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.rrp-price--withoutTax {
          margin: 0 0 5px 0; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.non-sale-price--withoutTax {
          display: inline-block;
          vertical-align: bottom;
          color: #323232;
          margin: 0 13px 0 0; }
          .product-edit-wrapper .product-edit-content .product-edit-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
            display: inline-block;
            vertical-align: bottom; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-none {
          margin: 0; }
          .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-none + .price-section--withoutTax {
            margin-left: 13px;
            color: #323232; }
          .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-none[style="display: none;"] + .price-section--withoutTax {
            margin-left: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price--non-sale {
        font-weight: 700; }
      .product-edit-wrapper .product-edit-content .product-edit-price > p {
        font-size: 14px;
        font-weight: 400;
        font-style: italic;
        line-height: 1.75;
        letter-spacing: 0;
        color: #323232;
        margin-bottom: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section--saving {
        font-size: 14px;
        font-weight: 400;
        font-style: italic;
        line-height: 28px;
        letter-spacing: 0;
        color: #323232;
        margin: 5px 0 0 0; }
    .product-edit-wrapper .product-edit-content .product-edit-increment {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      max-width: 130px;
      margin: 15px 0 0 0;
      padding: 0;
      position: relative;
      font-size: 0;
      letter-spacing: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-increment .form-label {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #323232;
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 10px 0; }
      .product-edit-wrapper .product-edit-content .product-edit-increment .form-increment {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 30px);
        font-style: normal; }
        .product-edit-wrapper .product-edit-content .product-edit-increment .form-increment .form-input--incrementTotal {
          text-align: center;
          width: 100%;
          padding: 5px;
          border: 1px solid #cccccc;
          font-weight: 400;
          font-size: 14px;
          font-style: normal;
          min-height: unset;
          height: 50px;
          color: #323232; }
    .product-edit-wrapper .product-edit-content .product-action {
      display: block;
      position: relative;
      margin-left: 20px;
      margin-top: 22px; }
      .product-edit-wrapper .product-edit-content .product-action .text {
        background-image: linear-gradient(transparent 97%, #4c4c4c 3%);
        background-repeat: repeat-x;
        background-position-y: -3px;
        color: #323232; }
        .product-edit-wrapper .product-edit-content .product-action .text:before, .product-edit-wrapper .product-edit-content .product-action .text:after {
          content: "";
          position: absolute;
          display: block;
          line-height: 22px;
          background-color: #323232; }
        .product-edit-wrapper .product-edit-content .product-action .text:before {
          top: 12px;
          right: calc(100% + 9px);
          width: 12px;
          height: 2px; }
        .product-edit-wrapper .product-edit-content .product-action .text:after {
          top: 7px;
          right: calc(100% + 14px);
          width: 2px;
          height: 12px; }
  .product-edit-wrapper .product-edit-remove {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center; }
    .product-edit-wrapper .product-edit-remove .button {
      min-width: 150px; }
  .product-edit-wrapper .product-edit-change {
    display: block; }
    .product-edit-wrapper .product-edit-change .form {
      margin: 0;
      padding: 0; }
    .product-edit-wrapper .product-edit-change .form-field {
      display: block;
      letter-spacing: 0;
      font-size: 0;
      margin: 0;
      padding: 0; }
      .product-edit-wrapper .product-edit-change .form-field > .form-label {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        color: #323232;
        margin-bottom: 13px; }
        .product-edit-wrapper .product-edit-change .form-field > .form-label small {
          display: block;
          color: inherit;
          line-height: inherit;
          margin: 0;
          float: none;
          color: #ea625e; }
        .product-edit-wrapper .product-edit-change .form-field > .form-label [data-option-value] {
          font-size: 14px;
          font-weight: 400;
          font-style: italic;
          line-height: 20px;
          letter-spacing: 0;
          color: #323232;
          text-transform: capitalize;
          margin: 0 0 0 3px; }
      .product-edit-wrapper .product-edit-change .form-field + .form-field {
        margin-top: 20px; }
  .product-edit-wrapper .product-edit-optionsStock {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #ea2129;
    margin: 7px 0 0 0; }
  .product-edit-wrapper .product-edit-message {
    margin-top: 15px;
    margin-bottom: 0; }
  .product-edit-wrapper .product-edit-itemFirst .product-edit-content .product-edit-title {
    margin-top: -10px; }
    .product-edit-wrapper .product-edit-itemFirst .product-edit-content .product-edit-title span,
    .product-edit-wrapper .product-edit-itemFirst .product-edit-content .product-edit-title .subtitle {
      display: inline-block;
      vertical-align: middle;
      background-image: linear-gradient(transparent 97%, #5874b0 3%);
      background-repeat: repeat-x;
      background-position-y: -1px; }
      .product-edit-wrapper .product-edit-itemFirst .product-edit-content .product-edit-title span + span,
      .product-edit-wrapper .product-edit-itemFirst .product-edit-content .product-edit-title .subtitle + span {
        font-size: 14px; }
  @media (min-width: 551px) {
    .product-edit-wrapper .product-edit-content .product-edit-increment {
      max-width: 193px; }
      .product-edit-wrapper .product-edit-content .product-edit-increment .form-label {
        width: 75px;
        margin-bottom: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-increment .form-increment {
        width: calc(100% - 88px); } }
  @media (min-width: 768px) {
    .product-edit-wrapper .product-edit-item {
      display: flex;
      align-items: flex-start; }
      .product-edit-wrapper .product-edit-item .product-edit-itemLeft {
        padding-right: 15px;
        width: 50%; }
      .product-edit-wrapper .product-edit-item .product-edit-itemRight {
        width: 50%;
        margin-top: 0;
        padding-left: 15px; } }
  @media (min-width: 1025px) {
    .product-edit-wrapper .product-edit-image .link:hover {
      background-color: #666; }
      .product-edit-wrapper .product-edit-image .link:hover .icon {
        fill: white; } }

.product-edit-action {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 20;
  padding: 0 40px 40px 40px; }
  .product-edit-action .product-add-more {
    padding: 12px 0;
    border-top: 1px solid #323232; }
    .product-edit-action .product-add-more .link {
      font-size: 14px;
      font-weight: 400;
      text-transform: unset;
      letter-spacing: 0;
      line-height: 30px;
      position: relative;
      margin: 0 0 0 20px;
      padding: 0;
      color: #323232;
      transition: unset; }
      .product-edit-action .product-add-more .link .text {
        background-image: linear-gradient(transparent 97%, #323232 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; }
      .product-edit-action .product-add-more .link:before {
        content: "";
        position: absolute;
        top: 10px;
        width: 12px;
        height: 2px;
        right: calc(100% + 9px);
        background-color: #323232; }
      .product-edit-action .product-add-more .link:after {
        content: "";
        position: absolute;
        top: 5px;
        width: 2px;
        height: 12px;
        right: calc(100% + 14px);
        background-color: #323232; }
  .product-edit-action .product-edit-button .button {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
    border-radius: 0; }
    .product-edit-action .product-edit-button .button:before {
      content: '';
      display: none;
      width: 20px;
      height: 20px;
      border: 2px solid white;
      border-radius: 100%;
      border-top: 2px solid transparent;
      -webkit-animation: load-animate infinite linear 1s;
      animation: load-animate infinite linear 1s; }
      @media (min-width: 1025px) {
        .product-edit-action .product-edit-button .button:before {
          border-color: #323232; } }
    .product-edit-action .product-edit-button .button.loading {
      pointer-events: none;
      font-size: 0; }
      .product-edit-action .product-edit-button .button.loading:before {
        display: inline-block;
        vertical-align: middle; }
    .product-edit-action .product-edit-button .button[disabled] {
      pointer-events: none; }
  @media (min-width: 1025px) {
    .product-edit-action .product-add-more .link:hover .text {
      color: #5874b0;
      background-image: linear-gradient(transparent 97%, #5874b0 3%);
      background-repeat: repeat-x;
      background-position-y: -3px; }
    .product-edit-action .product-add-more .link:hover:after, .product-edit-action .product-add-more .link:hover:before {
      background: #5874b0; } }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 1025px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1200px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 1025px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1200px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 1025px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login-row {
  width: 100%;
  display: block;
  margin-top: 30px; }
  .login-row .login-form {
    width: 100%;
    display: block;
    margin-bottom: 30px; }
  .login-row .new-customer {
    width: 100%;
    display: block; }
  @media (min-width: 769px) {
    .login-row {
      margin-top: 55px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .login-row .login-form {
        width: 50%;
        padding-top: 30px;
        padding-right: 30px;
        margin-bottom: 0; }
      .login-row .new-customer {
        width: 50%; } }
  @media (min-width: 1025px) {
    .login-row .login-form {
      padding-right: 50px; } }
  @media (min-width: 1025px) {
    .login-row .login-form {
      width: 470px;
      padding-right: 0px; }
    .login-row .new-customer {
      width: 600px; } }

.login-form .form-field-login-pass {
  margin: 0 0 14px; }

.login-form .form-actions {
  margin-top: 15px; }
  .login-form .form-actions .button {
    min-width: 160px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    background-color: #5d6673;
    border-color: #5d6673;
    height: 40px;
    line-height: 38px; }
  .login-form .form-actions .forgot-password {
    display: block;
    position: relative;
    margin-top: 0;
    color: #5874b0;
    width: auto;
    line-height: 38px;
    margin-bottom: 0; }
    @media (min-width: 1025px) {
      .login-form .form-actions .forgot-password {
        margin-top: 0;
        margin-left: 25px;
        display: inline-block;
        vertical-align: middle; } }

.new-customer {
  border-radius: 3px;
  padding: 25px 20px;
  background-color: #f7f7f7; }
  .new-customer .panel-header,
  .new-customer .panel-body {
    background-color: transparent; }
  .new-customer .panel-header {
    padding: 0; }
    .new-customer .panel-header .panel-title {
      font-size: 16px;
      line-height: 1;
      margin-bottom: 20px;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      color: #323232;
      font-weight: 700;
      text-transform: capitalize; }
  .new-customer .panel-body {
    padding: 0;
    margin-bottom: 0; }
    .new-customer .panel-body .new-customer-intro {
      margin-bottom: 7px; }
    .new-customer .panel-body ul li {
      line-height: 30px; }
  .new-customer .button {
    margin-top: 5px;
    min-width: 200px;
    margin-bottom: 0;
    height: 40px;
    line-height: 38px;
    background-color: #5d6673;
    border-color: #5d6673; }
  @media (min-width: 1025px) {
    .new-customer {
      padding: 30px 40px 35px; } }

.page-account-created {
  margin-top: 50px;
  margin-bottom: 20px; }
  .page-account-created .alertBox {
    display: inline-block; }
    .page-account-created .alertBox .alertBox-message {
      width: auto; }
  .page-account-created .button {
    margin: 20px 0 0 0; }

.account-body .form-actions .button {
  background-color: #5d6673;
  border-color: #5d6673; }

.button[value="Create Account"] {
  min-width: 250px;
  max-width: 250px;
  height: 40px;
  line-height: 38px; }

.page-type-shippingaddressform form[data-address-form] .button {
  min-width: 180px; }

.forgot-password-form .form-prefixPostfix {
  display: block; }
  .forgot-password-form .form-prefixPostfix .button {
    width: auto;
    display: inline-block;
    margin-top: 15px;
    min-width: 200px; }
  @media (min-width: 1281px) {
    .forgot-password-form .form-prefixPostfix {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      .forgot-password-form .form-prefixPostfix .button {
        margin-top: 0;
        margin-left: 20px; }
      .forgot-password-form .form-prefixPostfix .form-inlineMessage {
        position: absolute;
        bottom: -10px; } }

.new-password-form .button[value="Continue"] {
  min-width: 200px; }

.gift_certificate-page.account {
  margin-top: 0; }

.gift_certificate-page > ol li {
  margin-bottom: 7px; }

.gift_certificate-page > h3 {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 15px; }
  @media (min-width: 769px) {
    .gift_certificate-page > h3 {
      font-size: 22px; } }

#gift-certificate-balance .form-prefixPostfix {
  display: block; }
  #gift-certificate-balance .form-prefixPostfix .button {
    width: auto;
    margin-top: 15px;
    min-width: 200px; }
  @media (min-width: 1281px) {
    #gift-certificate-balance .form-prefixPostfix {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      #gift-certificate-balance .form-prefixPostfix .button {
        margin-top: 0;
        margin-left: 20px; } }

@media (min-width: 769px) {
  #gift-certificate-form #gift-certificate-preview {
    min-width: 120px; }
  #gift-certificate-form #gift-certificate-submit {
    min-width: 300px; } }

@media (min-width: 1025px) {
  #gift-certificate-form #gift-certificate-preview {
    min-width: 160px; }
  #gift-certificate-form #gift-certificate-submit {
    min-width: 400px; } }

.login-dropdown {
  opacity: 0;
  visibility: hidden;
  top: 100px;
  width: 300px;
  border-radius: 3px;
  position: absolute;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
  .login-dropdown .form-input {
    padding: 8px 15px;
    min-height: 36px; }
  .login-dropdown .button {
    padding: 11px 15px 10px 15px; }
  .login-dropdown .login-header {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee; }
    .login-dropdown .login-header .login-title {
      margin: 0;
      line-height: 1;
      font-size: 15px;
      text-transform: capitalize; }
    .login-dropdown .login-header .login-close {
      width: 15px;
      height: 15px;
      text-align: center;
      line-height: 15px;
      font-size: 30px;
      color: #323232; }
  .login-dropdown .login-content {
    text-align: left;
    padding: 15px 25px 25px 25px;
    text-transform: none; }
    .login-dropdown .login-content .login-intro {
      color: #8c8c8c;
      margin-bottom: 15px; }
    .login-dropdown .login-content .login-form {
      margin-bottom: 0; }
    .login-dropdown .login-content .form-field {
      margin-bottom: 17px; }
    .login-dropdown .login-content .form-actions {
      margin-top: 0; }
      .login-dropdown .login-content .form-actions .forgot-password,
      .login-dropdown .login-content .form-actions .button {
        margin-left: 0; }
      .login-dropdown .login-content .form-actions .forgot-password {
        display: inline-block;
        margin-bottom: 15px; }
      .login-dropdown .login-content .form-actions .button {
        width: 100%;
        display: block; }
        .login-dropdown .login-content .form-actions .button:hover {
          color: #ffffff; }
  .login-dropdown .new-customer {
    padding: 15px 25px 30px 25px;
    background-color: #f7f7f7;
    border-radius: 0 0 3px 3px; }
    .login-dropdown .new-customer .new-customer-intro {
      color: #8c8c8c;
      margin-bottom: 15px;
      text-transform: none; }
    .login-dropdown .new-customer .button {
      width: 100%;
      display: block; }

.login-content {
  text-align: left; }

.is-open + .login-dropdown {
  top: 44px;
  opacity: 1;
  visibility: visible; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  max-height: calc(100vh - 200px);
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  margin-top: 1.5rem; }
  @media (min-width: 1025px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
  .quickSearchResults .productGrid {
    margin: 0; }
  .quickSearchResults .productGrid-showMore {
    display: none; }
  .quickSearchResults .card-figcaption-button {
    width: 100%;
    min-width: auto; }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (max-width: 550px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (max-width: 550px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 14px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 14px;
  margin: 0;
  text-align: center;
  background-color: #f7f7f7;
  padding: 30px; }

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 1025px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 769px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 14px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #999999;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 14px; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 769px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1281px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 769px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 769px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1281px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #323232;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 14px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #323232;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 769px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 6px 10px 5px 10px;
  border-radius: 3px; }

.account-orderStatus-action {
  color: #323232;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  /*letter-spacing: letterSpacing("large");*/
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 769px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: black; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 14px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #323232;
  font-size: 14px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #323232; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #e4e4e4; }

.icon--ratingFull svg {
  fill: #ffc50a; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 90px;
  padding: 1.5rem;
  width: 160px;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button,
.apple-pay-supported .productView-options .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    padding: 0.78571rem;
    width: 100%; }
    @media (max-width: 550px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1200px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 12px;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 12px;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1200px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 14px;
    text-transform: capitalize; }

.methodDetails {
  display: flex;
  margin: 0; }
  .methodDetails-label {
    flex: 1;
    font-weight: 600; }
  .methodDetails-description {
    flex: 2;
    font-size: 12px; }

.newPaymentMethod {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-items: center;
  min-height: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (max-width: 550px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (max-width: 550px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (max-width: 550px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (max-width: 550px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (max-width: 550px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.page.page-category {
  margin: 0; }

.page-listing-header {
  position: relative; }
  .page-listing-header--banner {
    display: block;
    height: 270px;
    background: #f0eeed;
    position: relative;
    overflow: hidden; }
    .page-listing-header--banner img {
      width: 100%;
      height: 270px;
      object-fit: cover; }
    @media (min-width: 1025px) {
      .page-listing-header--banner + .halo_MultiCategory-wrapper .halo_MultiCategory {
        top: -40px; } }
  .page-listing-header--content .page-heading {
    margin-bottom: 15px; }
  .page-listing-header--content .categoryImage-carousel {
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1025px) {
      .page-listing-header--content .categoryImage-carousel {
        padding-bottom: 45px; } }

@media (max-width: 1024px) {
  .page-listing-header .container {
    padding: 18px 0 0; }
    .page-listing-header .container .breadcrumb-wrapper,
    .page-listing-header .container .page-heading,
    .page-listing-header .container .page-description > *:not(.categoryImage-carousel) {
      padding: 0 10px; } }

.categoryImage-carousel {
  margin-top: 30px;
  margin-left: -8px;
  margin-right: -8px;
  font-size: 0;
  list-style: none;
  white-space: nowrap; }
  .categoryImage-carousel .item {
    padding: 0 8px;
    vertical-align: top;
    display: inline-block; }
  .categoryImage-carousel .slick-dots {
    bottom: -5px; }
    @media (min-width: 1025px) {
      .categoryImage-carousel .slick-dots {
        bottom: -27px; } }

@media (max-width: 1024px) {
  .haloSubCategories__container.container {
    padding: 0; } }

.haloSubCategories__carousel .slick-dots {
  bottom: -10px; }

@media (min-width: 551px) {
  .haloSubCategories__carousel {
    padding-top: 65px;
    margin: 0 -15px; } }

.haloSubCategories__item {
  width: 290px;
  padding: 0 10px;
  text-align: left;
  display: table !important;
  position: relative;
  margin: 20px 0; }
  @media (min-width: 551px) {
    .haloSubCategories__item {
      width: 320px;
      padding: 0 15px;
      margin: 0 0 45px 0; } }
  @media smin-m {
    .haloSubCategories__item {
      width: 100%; } }

.haloSubCategories__content, .haloSubCategories__img {
  vertical-align: middle;
  display: table-cell; }

.haloSubCategories__content {
  width: 56%; }

.haloSubCategories__img {
  width: 44%; }

.haloSubCategories__name {
  display: block;
  margin: 0 0 10px 0;
  color: #323232; }
  .haloSubCategories__name .text {
    color: inherit;
    position: relative;
    margin: 0;
    font-weight: 700;
    padding-bottom: 1px;
    line-height: 1;
    font-size: 15px;
    max-width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize; }
    .haloSubCategories__name .text:before {
      content: "";
      left: 0;
      width: 0;
      bottom: 0;
      height: 1px;
      position: absolute;
      background-color: #323232;
      transition: all 0.3s ease; }
  .haloSubCategories__name .count {
    color: inherit;
    text-align: center;
    line-height: 1;
    font-size: 12px;
    margin-left: 15px;
    padding: 4px 6px;
    min-width: 30px;
    border-radius: 12px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f7f7f7;
    transition: all 0.3s ease; }
  .haloSubCategories__name:hover .text:before {
    width: 100%; }
  .haloSubCategories__name:hover .count {
    color: #ffffff;
    background-color: #5d6673; }
  @media (min-width: 551px) {
    .haloSubCategories__name .text {
      max-width: 70%; }
    .haloSubCategories__name .count {
      padding: 6px 12px;
      min-width: 44px; } }

.haloSubCategories__desc {
  position: relative;
  max-height: 40px;
  overflow: hidden; }
  .haloSubCategories__desc > * {
    display: none; }
  .haloSubCategories__desc p {
    margin-bottom: 0;
    display: block; }
  .haloSubCategories__desc .dots {
    display: block;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #ffffff; }

.compare-link {
  pointer-events: none;
  display: none; }
  .compare-link .button {
    background: white;
    color: #323232;
    border-color: white;
    text-transform: capitalize;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    min-width: 129px;
    padding: 0 10px;
    font-weight: 400;
    border-radius: 3px; }
    .compare-link .button .countPill {
      position: relative;
      top: unset;
      left: unset;
      bottom: unset;
      right: unset;
      display: inline;
      background: transparent;
      border-radius: 0;
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit;
      height: auto;
      width: auto;
      vertical-align: unset; }
    .compare-link .button:hover {
      background: #323232;
      color: white;
      border-color: #323232; }
  @media (min-width: 1025px) {
    .compare-link {
      display: block;
      position: fixed;
      top: auto;
      bottom: 130px;
      right: 30px;
      z-index: 100;
      pointer-events: auto;
      transform: translateY(-50%); }
      .compare-link .button {
        display: none; }
        .compare-link .button.show {
          display: block; } }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.skip-to-main-link {
  background: white;
  color: #323232;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  position: relative;
  z-index: 99; }
  .header:before, .header:after {
    content: " ";
    display: table; }
  .header:after {
    clear: both; }
  @media (min-width: 1025px) {
    .header {
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1025px) {
      .header.is-open {
        height: auto; } }
  .header.is-sticky {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 0;
    animation-duration: 0.25s;
    box-shadow: 0 1px 3px 0px #6e6e6e; }
    .header.is-sticky .halo_topHeader {
      display: none; }
    .has-stickyToolbar .header.is-sticky ~ .body .halo-toolbar.sticky-down {
      top: 55px; }
  @media (min-width: 1025px) {
    .header.is-sticky .halo_middleHeader .middleHeader-item.left,
    .header.is-sticky .halo_middleHeader .item--hamburger,
    .header.is-sticky .halo_middleHeader .mobileMenu-toggle {
      display: block; }
    .header.is-sticky .halo_middleHeader .mobileMenu-toggle {
      height: 3.57143rem;
      width: 3.57143rem; }
    .header.is-sticky .halo_bottomHeader {
      opacity: 0;
      visibility: hidden;
      height: 0;
      transition: all .3s ease; }
      .has-activeNavPages .header.is-sticky .halo_bottomHeader {
        opacity: 1;
        visibility: visible;
        height: 100%; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0;
  text-align: center; }
  @media (max-width: 550px) {
    .header-logo {
      margin-left: 10px;
      margin-right: 10px; } }
  @media (min-width: 1025px) {
    .header-logo {
      height: auto;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1025px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #5874b0; }
    .header-logo__link:active {
      color: #5874b0; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 1025px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 1025px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 700;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (max-width: 550px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1025px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 24px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 1025px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 2.35714rem; }
  @media (min-width: 1025px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 1025px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  z-index: 50; }
  @media (min-width: 1025px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    content: "";
    background: #323232;
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.78571rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
    @media (min-width: 1025px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon {
        top: 3.21429rem; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.7rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.6rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #323232;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

#hl_topPromotion {
  font-size: 11px;
  padding: 12px 0 11px;
  color: white;
  text-align: center;
  position: relative;
  background-color: #2799cb;
  z-index: 22; }
  .header-layout-2 #hl_topPromotion {
    padding: 12px 0 13px; }
  .header-layout-3 #hl_topPromotion {
    padding: 10px 0 9px; }
  #hl_topPromotion .banner-promotion .image,
  #hl_topPromotion .banner-promotion .text,
  #hl_topPromotion .banner-promotion .link {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle; }
  #hl_topPromotion .banner-promotion .image {
    margin-right: 15px;
    max-height: 14px; }
  #hl_topPromotion .banner-promotion .text {
    color: white; }
    .header-layout-2 #hl_topPromotion .banner-promotion .text {
      font-weight: 700; }
  #hl_topPromotion .banner-promotion .link {
    display: none; }
  #hl_topPromotion .promotion-close {
    top: 50%;
    right: 5px;
    font-size: 0;
    line-height: 1;
    position: absolute;
    transform: translateY(-50%); }
    #hl_topPromotion .promotion-close svg {
      fill: white;
      width: 22px;
      height: 22px;
      line-height: 22px; }
  @media (min-width: 768px) {
    #hl_topPromotion {
      font-size: 12px; }
      #hl_topPromotion .banner-promotion .image {
        max-height: 20px; }
      #hl_topPromotion .banner-promotion .text {
        margin-right: 15px; }
      #hl_topPromotion .banner-promotion .link {
        position: relative;
        top: -1px;
        display: inline-block;
        padding: 2px 15px;
        font-size: 10px;
        font-weight: 700;
        border-radius: 3px;
        color: white;
        background-color: #5d6673; }
      .header-layout-3 #hl_topPromotion .banner-promotion .link {
        padding: 4px 15px;
        font-size: 14px;
        color: #383e47;
        font-weight: 400; } }
  @media (min-width: 1025px) {
    #hl_topPromotion .promotion-close {
      right: 30px; }
      .header-layout-3 #hl_topPromotion .promotion-close {
        right: 5px; }
    .header-layout-2 #hl_topPromotion {
      display: none; } }

@media (max-width: 1024px) {
  .halo_topHeader {
    display: none; } }

.halo_middleHeader {
  background-color: white; }

.middleHeader-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1230px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  justify-content: space-between; }
  .header-layout-2 .middleHeader-container {
    max-width: 1600px; }
  .middleHeader-container > .middleHeader-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row; }
    .header-layout-2 .middleHeader-container > .middleHeader-item,
    .header-layout-3 .middleHeader-container > .middleHeader-item {
      justify-content: space-between; }
    .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
      margin-left: 15px; }
      .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--account {
        margin-left: 0; }
    .middleHeader-container > .middleHeader-item .item--mobile,
    .middleHeader-container > .middleHeader-item .item--account,
    .middleHeader-container > .middleHeader-item .item--hamburger,
    .middleHeader-container > .middleHeader-item .item--searchMobile {
      display: block; }
    .middleHeader-container > .middleHeader-item .item--account .accountPC,
    .middleHeader-container > .middleHeader-item .item--account .my-account,
    .middleHeader-container > .middleHeader-item .item--account .my-account-link {
      display: none; }
    .middleHeader-container > .middleHeader-item .item--account .accountMobile {
      display: block; }
    .middleHeader-container > .middleHeader-item .item--account .navUser-action {
      line-height: 1; }
    .middleHeader-container > .middleHeader-item .item--quicksearch {
      flex-grow: 1;
      max-width: 596px; }
      .header-layout-2 .middleHeader-container > .middleHeader-item .item--quicksearch {
        max-width: 700px; }
      .header-layout-3 .middleHeader-container > .middleHeader-item .item--quicksearch {
        max-width: 495px; }
      .middleHeader-container > .middleHeader-item .item--quicksearch .header-search {
        left: auto;
        z-index: 21;
        position: relative;
        display: block; }
      .middleHeader-container > .middleHeader-item .item--quicksearch .quickSearchResults {
        position: absolute;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075); }
        .middleHeader-container > .middleHeader-item .item--quicksearch .quickSearchResults .productGrid {
          padding-left: 10px;
          padding-right: 10px; }
        .middleHeader-container > .middleHeader-item .item--quicksearch .quickSearchResults .card {
          border-bottom: none;
          margin-bottom: 0; }
    .middleHeader-container > .middleHeader-item .item--office,
    .middleHeader-container > .middleHeader-item .item--office-2,
    .middleHeader-container > .middleHeader-item .item--wishlist,
    .middleHeader-container > .middleHeader-item .item--quicksearch {
      display: none; }
    .middleHeader-container > .middleHeader-item .item--office {
      text-align: right; }
      .middleHeader-container > .middleHeader-item .item--office .office-phone {
        margin: 0;
        font-size: 16px;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase; }
        .middleHeader-container > .middleHeader-item .item--office .office-phone .icon {
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px;
          width: 16px;
          height: 16px;
          position: relative;
          top: -2px; }
      .middleHeader-container > .middleHeader-item .item--office .office-hours {
        line-height: 1;
        margin: 5px 0 0 0;
        color: #646464; }
    .middleHeader-container > .middleHeader-item .item--office-2 {
      text-align: left; }
      .middleHeader-container > .middleHeader-item .item--office-2 > img {
        display: inline-block;
        max-width: 65px;
        vertical-align: middle; }
      .middleHeader-container > .middleHeader-item .item--office-2 .office-text {
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
        margin-left: 15px;
        margin-bottom: 0;
        border-left: 1px solid #4b4b4b; }
    .middleHeader-container > .middleHeader-item .halo_cart .cartdesktop {
      display: none; }
      .middleHeader-container > .middleHeader-item .halo_cart .cartdesktop + .dropdown-cart {
        display: none; }
    .middleHeader-container > .middleHeader-item .halo_cart .cartMobile {
      display: block; }
    @media (min-width: 1025px) {
      .middleHeader-container > .middleHeader-item .halo_cart .cartdesktop {
        display: block; }
      .middleHeader-container > .middleHeader-item .halo_cart .cartMobile {
        display: none; } }
    @media (min-width: 551px) {
      .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
        margin-left: 20px; }
        .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--account {
          margin-left: 20px; } }
    @media (min-width: 768px) {
      .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
        margin-left: 50px; }
        .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--account {
          margin-left: 50px; } }
    @media (min-width: 1025px) {
      .middleHeader-container > .middleHeader-item .item--mobile,
      .middleHeader-container > .middleHeader-item .item--hamburger,
      .middleHeader-container > .middleHeader-item .item--searchMobile {
        display: none; }
      .middleHeader-container > .middleHeader-item .item--hamburger {
        margin-right: 30px; }
      .middleHeader-container > .middleHeader-item .item--office,
      .middleHeader-container > .middleHeader-item .item--office-2,
      .middleHeader-container > .middleHeader-item .item--wishlist,
      .middleHeader-container > .middleHeader-item .item--quicksearch {
        display: block; }
      .middleHeader-container > .middleHeader-item .item--account .accountPC,
      .middleHeader-container > .middleHeader-item .item--account .my-account,
      .middleHeader-container > .middleHeader-item .item--account .my-account-link {
        display: block; }
      .middleHeader-container > .middleHeader-item .item--account .accountMobile {
        display: none; }
      .middleHeader-container > .middleHeader-item.left {
        display: none; }
      .middleHeader-container > .middleHeader-item.center {
        padding-right: 100px; }
        .header-layout-2 .middleHeader-container > .middleHeader-item.center,
        .header-layout-3 .middleHeader-container > .middleHeader-item.center {
          padding-right: 30px; }
      .middleHeader-container > .middleHeader-item.right {
        width: 77%; }
        .header-layout-2 .middleHeader-container > .middleHeader-item.right {
          width: 82.85%; }
        .header-layout-3 .middleHeader-container > .middleHeader-item.right {
          width: 80.55%; }
      .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
        margin-left: 40px;
        padding-bottom: 4px; }
        .header-layout-2 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
          padding-bottom: 1px; }
          .header-layout-2 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--quicksearch {
            margin-left: 50px; }
          .header-layout-2 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--account {
            margin-left: 55px; }
          .header-layout-2 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--wishlist {
            margin-left: 15px; } }
      @media (min-width: 1025px) and (max-width: 1399px) {
        .header-layout-2 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--wishlist {
          margin-left: 25px; } }
    @media (min-width: 1025px) {
        .header-layout-3 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--quicksearch {
          margin-left: 30px;
          padding-bottom: 0; }
        .header-layout-3 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--account {
          display: none; }
        .header-layout-3 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--wishlist {
          margin-left: 15px;
          padding-bottom: 10px; }
        .header-layout-3 .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--cart {
          padding-bottom: 0; }
        .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--account {
          margin-left: 30px; }
        .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo).item--cart {
          margin-left: 25px; } }

@media (min-width: 1025px) and (max-width: 1399px) {
  .header-layout-2 .middleHeader-container > .middleHeader-item .my-account-link,
  .header-layout-2 .middleHeader-container > .middleHeader-item .navUser-text {
    display: none; } }
  .middleHeader-container .navUser-action {
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }
    .header-layout-2 .middleHeader-container .navUser-action,
    .header-layout-3 .middleHeader-container .navUser-action {
      text-transform: capitalize; }
    .middleHeader-container .navUser-action icon {
      height: 7px;
      width: 7px; }
    .middleHeader-container .navUser-action svg {
      fill: #3d4044; }
    .middleHeader-container .navUser-action .navUser-text {
      display: none;
      line-height: 1;
      color: #3d4044; }
    .middleHeader-container .navUser-action .navUser-icon {
      margin: 0;
      display: inline-block; }
      .middleHeader-container .navUser-action .navUser-icon svg {
        pointer-events: none;
        height: 1.71429rem;
        width: 1.71429rem;
        margin: 0; }
      .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon {
        margin-bottom: 4px; }
        .header-layout-2 .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon,
        .header-layout-3 .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon {
          margin-bottom: 8px; }
        @media (max-width: 1024px) {
          .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon {
            margin-bottom: 0; }
            .header-layout-2 .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon,
            .header-layout-3 .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon {
              margin-bottom: 0; }
            .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon svg {
              height: 1.85714rem;
              width: 1.85714rem; } }
    .middleHeader-container .navUser-action.navUser-action-cart {
      border-radius: 3px 0 0 3px; }
    .middleHeader-container .navUser-action.navUser-action-price {
      display: inline-block;
      vertical-align: middle;
      border-left: none;
      border-radius: 0 3px 3px 0;
      min-width: 148px; }
      .middleHeader-container .navUser-action.navUser-action-price .navUser-item-price {
        margin: 0;
        height: 26px;
        line-height: 24px;
        text-transform: capitalize; }
      .middleHeader-container .navUser-action.navUser-action-price .navUser-total-grandTotal {
        font-size: 16px;
        padding: 0; }
    @media (min-width: 551px) {
      .middleHeader-container .navUser-action .navUser-icon svg {
        height: 1.92857rem;
        width: 1.92857rem; }
        .header-layout-2 .middleHeader-container .navUser-action .navUser-icon svg {
          height: 2rem;
          width: 2rem; }
        .header-layout-3 .middleHeader-container .navUser-action .navUser-icon svg {
          height: 1.57143rem;
          width: 1.57143rem; }
      .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon svg {
        height: 2.14286rem;
        width: 2.14286rem; }
        .header-layout-2 .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon svg {
          height: 2.28571rem;
          width: 2.28571rem; }
        .header-layout-3 .middleHeader-container .navUser-action .navUser-icon.navUser-item-cartIcon svg {
          height: 1.57143rem;
          width: 1.57143rem; } }
    @media (min-width: 1025px) {
      .middleHeader-container .navUser-action .navUser-text {
        display: block; }
      .middleHeader-container .navUser-action .navUser-icon {
        margin-bottom: 7px; } }
  .header-layout-3 .middleHeader-container .item--wishlist {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    border-radius: 3px;
    border: 2px solid #e2e4e8;
    width: 48px;
    max-height: 48px; }
    @media (max-width: 1024px) {
      .header-layout-3 .middleHeader-container .item--wishlist {
        display: none; } }
  .middleHeader-container .item--account {
    text-align: left; }
    .header-layout-2 .middleHeader-container .item--account {
      text-align: center; }
    .middleHeader-container .item--account .my-account {
      margin: 0;
      color: #3d4044;
      font-weight: 700;
      text-transform: capitalize;
      display: block; }
      .header-layout-2 .middleHeader-container .item--account .my-account {
        margin-bottom: 8px; }
      @media (min-width: 1025px) {
        .middleHeader-container .item--account .my-account svg {
          height: 2rem;
          width: 2rem; } }
    .middleHeader-container .item--account .my-account-link {
      display: block;
      position: relative;
      margin-top: 2px;
      line-height: 1; }
      .middleHeader-container .item--account .my-account-link .navUser-action {
        text-transform: capitalize;
        display: inline-block;
        vertical-align: top;
        color: #3d4044; }
        .header-layout-1 .middleHeader-container .item--account .my-account-link .navUser-action {
          font-weight: 400; }
        .header-layout-2 .middleHeader-container .item--account .my-account-link .navUser-action + .navUser-action {
          padding-left: 10px;
          margin-left: 8px;
          border-left: 1px solid #cc9600; }
        .middleHeader-container .item--account .my-account-link .navUser-action .icon {
          height: 0.5rem;
          width: 0.5rem;
          margin-left: 5px;
          margin-top: -1px; }
        .middleHeader-container .item--account .my-account-link .navUser-action svg {
          fill: #3d4044;
          stroke: #3d4044; }
  .header-layout-3 .middleHeader-container .item--cart .navUser-action.navUser-action-price {
    display: none;
    border-left: none;
    border-radius: 0 3px 3px 0; }
    @media (min-width: 1200px) {
      .header-layout-3 .middleHeader-container .item--cart .navUser-action.navUser-action-price {
        display: inline-block; } }
  @media (min-width: 1025px) {
    .header-layout-3 .middleHeader-container .item--cart .navUser-action {
      display: inline-block;
      vertical-align: middle;
      padding: 10px;
      border-radius: 3px;
      border: 2px solid #e2e4e8;
      max-height: 48px; }
      .header-layout-3 .middleHeader-container .item--cart .navUser-action[data-cart-preview] {
        border-radius: 3px 0 0 3px;
        width: 48px;
        position: relative; }
    .header-layout-3 .middleHeader-container .item--cart:hover .navUser-action,
    .header-layout-3 .middleHeader-container .item--cart:hover .navUser-action {
      color: #89dbff; }
    .header-layout-3 .middleHeader-container .item--cart:hover svg {
      fill: #89dbff;
      stroke: #89dbff; } }
  .middleHeader-container .navUser-action-loginLabel,
  .middleHeader-container .navUser-action-create_accountLabel {
    display: inline-block;
    vertical-align: middle; }
  .middleHeader-container .navUser-action-create_accountLabel {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #4b4b4b; }
  @media (min-width: 1025px) {
    .middleHeader-container {
      padding: 20px 15px; } }

.item--pay {
  text-align: left; }
  .item--pay > img {
    display: inline-block;
    max-width: 65px;
    vertical-align: middle;
    padding-right: 15px;
    margin-right: 13px;
    border-right: 1px solid #cc9600; }
  .item--pay .pay-text {
    color: #3d4044;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .header-layout-3 .item--pay {
    text-align: center; }
    .header-layout-3 .item--pay .pay-text {
      font-style: normal; }
    .header-layout-3 .item--pay svg {
      height: 1rem;
      width: 1rem; }
    .header-layout-3 .item--pay strong {
      font-size: 18px;
      margin-left: 8px; }
    .header-layout-3 .item--pay span {
      margin-top: 5px;
      display: block; }
  @media (max-width: 1024px) {
    .item--pay {
      display: none; } }

.header-search {
  display: block;
  margin: 0 auto;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); }
  .header-search .form,
  .header-search .form-fieldset,
  .header-search .form-field {
    margin: 0; }
  .header-search .form-fieldset {
    margin: 0;
    width: 100%;
    position: relative; }
  .header-search .form-field {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch; }
  .header-search #search_category {
    width: 70px;
    min-width: 70px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    color: #3d4044;
    transition: all 0.3s ease; }
    .header-layout-2 .header-search #search_category,
    .header-layout-3 .header-search #search_category {
      width: 135px;
      min-width: 135px; }
    .header-search #search_category .select_category {
      z-index: 2;
      height: 100%;
      line-height: 16px;
      border: none;
      cursor: pointer;
      position: relative;
      appearance: none;
      -webkit-appearance: none;
      padding: 15px;
      background-color: transparent; }
      .header-search #search_category .select_category::-ms-expand {
        display: none; }
    .header-search #search_category .icon {
      fill: #3d4044;
      stroke: #3d4044;
      top: 50%;
      right: 17px;
      height: 0.71429rem;
      width: 0.71429rem;
      position: absolute;
      transform: translateY(-50%); }
  .header-search .form-input {
    min-height: auto;
    border: none;
    border-radius: 0;
    height: 48px;
    line-height: 46px; }
    .header-layout-1 .header-search .form-input {
      background-color: #f7f7f7; }
    .header-search .form-input::-webkit-input-placeholder {
      color: #6e6e6e; }
    .header-search .form-input::-moz-placeholder {
      color: #6e6e6e; }
    .header-search .form-input:-ms-input-placeholder {
      color: #6e6e6e; }
    .header-search .form-input:-moz-placeholder {
      color: #6e6e6e; }
  .header-search button[type="submit"] {
    min-width: 48px;
    border: 1px solid #3d4044;
    background-color: #3d4044; }
    .header-search button[type="submit"] .icon {
      fill: #ffffff;
      stroke: #ffffff;
      height: 1.42857rem;
      width: 1.42857rem; }
    .header-layout-2 .header-search button[type="submit"] {
      border: 1px solid #fafafa;
      background-color: #fafafa; }
      .header-layout-2 .header-search button[type="submit"] .icon {
        fill: #000000;
        stroke: #000000; }
    .header-layout-3 .header-search button[type="submit"] {
      border: 1px solid #000000;
      background-color: #000000; }
      .header-layout-3 .header-search button[type="submit"] .icon {
        fill: #ffffff;
        stroke: #ffffff; }
  @media (min-width: 768px) {
    .header-search {
      max-width: 600px; }
      .header-layout-2 .header-search {
        max-width: 700px; }
      .header-layout-3 .header-search {
        max-width: 495px; }
      .header-search button[type="submit"] .icon {
        height: 1.85714rem;
        width: 1.85714rem; } }
  @media (min-width: 1025px) {
    .header-search {
      box-shadow: none; }
      .header-search .form-fieldset {
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075); }
        .header-layout-3 .header-search .form-fieldset {
          box-shadow: none; }
      .header-search #search_category {
        border: 1px solid #e2e4e8;
        border-radius: 3px 0 0 3px; }
        .header-layout-2 .header-search #search_category:after,
        .header-layout-3 .header-search #search_category:after {
          content: '';
          position: absolute;
          top: 12px;
          right: 0;
          width: 1px;
          height: 26px;
          background-color: #e2e4e8; }
        .header-layout-2 .header-search #search_category {
          border: none; }
        .header-layout-3 .header-search #search_category {
          border-width: 2px;
          max-height: 48px;
          border-right: none; }
          .header-layout-3 .header-search #search_category:after {
            top: 10px; }
      .header-search .form-input {
        border: 1px solid #e2e4e8;
        border-left: none;
        border-right: none; }
        .header-layout-3 .header-search .form-input {
          border-width: 2px; }
      .header-search button[type="submit"] {
        border-radius: 0 3px 3px 0; } }

.header-cart {
  font-size: 0;
  position: relative; }

html,
body {
  scroll-behavior: smooth; }

body:not(.page-type-default) .header {
  box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.05); }

body:not(.page-type-default):not(.page-type-product) .page-heading {
  font-size: 24px;
  margin-bottom: 25px;
  text-align: left; }

body:not(.page-type-default):not(.page-type-product) .body {
  padding-bottom: 30px; }
  @media (min-width: 1025px) {
    body:not(.page-type-default):not(.page-type-product) .body {
      padding-bottom: 100px; } }

body .page-content--textCenter .page-heading {
  text-align: center; }

.body {
  margin-bottom: 0;
  margin-top: 0; }
  .page-type-default.home-layout-3 .body {
    padding-bottom: 30px; }
    @media (min-width: 1025px) {
      .page-type-default.home-layout-3 .body {
        padding-bottom: 65px; } }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0; }

.page-content--textCenter {
  padding-top: 50px;
  text-align: center;
  float: none; }

.page-sidebar {
  position: fixed;
  top: 0;
  left: -101%;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  max-width: 340px;
  transition: all .5s ease;
  background-color: white;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 10px 0; }
  @media (min-width: 1025px) {
    .page-sidebar.has-toolbar {
      margin-top: -67px; }
      .page-listing .page-sidebar.has-toolbar {
        padding-top: 0; } }
  .page-sidebar .facetedSearch-refineFilters {
    padding: 0;
    margin: 0; }
  .page-sidebar .page-sidebar-close {
    position: relative;
    padding: 15px 15px 10px;
    margin-bottom: 10px; }
    .page-sidebar .page-sidebar-close .title {
      display: block;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 25px;
      color: #323232;
      text-transform: capitalize;
      margin: 0; }
    .page-sidebar .page-sidebar-close .close {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      line-height: 1; }
      .page-sidebar .page-sidebar-close .close svg {
        width: 16px;
        height: 16px;
        fill: #323232; }
  .page-sidebar > nav {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 40px 30px 100px 30px; }
  .page-sidebar .page-sidebar-content {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 40px 30px 100px 30px; }
  .page-sidebar .accordion--navList .accordion-block {
    margin-bottom: 20px;
    padding-bottom: 0; }
    .page-sidebar .accordion--navList .accordion-block .accordion-title {
      font-size: 16px;
      text-transform: uppercase; }
    .page-sidebar .accordion--navList .accordion-block .accordion-navigation-actions .icon {
      padding: 3px; }
    .page-sidebar .accordion--navList .accordion-block .toggleLink-text {
      font-weight: 700; }
  @media (max-width: 1024px) {
    .openSidebar .page-sidebar.is-open {
      left: 0; }
    .page-sidebar > nav {
      padding: 15px 15px 100px; }
    .page-sidebar .page-sidebar-content {
      padding: 15px 15px 100px; } }
  @media (min-width: 1025px) {
    .page-sidebar {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      z-index: 5;
      float: left;
      width: 255px;
      display: inline-block;
      box-shadow: none;
      background-color: transparent;
      max-width: none;
      transition: unset; }
      .page-sidebar .page-sidebar-close {
        display: none; }
      .page-sidebar .page-sidebar-content {
        padding: 0;
        overflow: visible; }
      .page-sidebar > nav {
        padding: 0;
        overflow: visible; }
      .page-sidebar + .page-content {
        padding-left: 30px;
        width: calc(100% - 255px); }
      .page-sidebar.u-hiddenVisually + .page-content {
        padding-left: 0;
        width: 100%; }
      .page-sidebar.u-hidden + .page-content {
        padding-left: 0;
        width: 100%; }
      .page-listing .page-sidebar {
        position: sticky;
        top: 80px;
        padding-top: 17px;
        padding-bottom: 42px; } }

.footer {
  background-color: #ea2129;
  border-top: none;
  position: relative; }

.footer-title-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.footer-info {
  margin: 0;
  max-width: none;
  width: auto;
  font-size: 0;
  padding: 70px 0 45px; }
  .home-layout-3 .footer-info {
    padding: 70px 0 60px; }
  @media (max-width: 1024px) {
    .footer-info {
      margin: 0; }
      .footer-info .footer-info-col {
        padding-left: 0;
        padding-right: 0; } }

.footer-info-col {
  padding-left: 0;
  padding-right: 0;
  color: #323232;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: left;
  vertical-align: top;
  -ms-word-break: break-all;
  overflow-wrap: break-word; }
  @media (max-width: 550px) {
    .footer-info-col {
      width: 50%; } }
  @media (min-width: 1025px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }
  .footer-info-col svg {
    fill: white;
    stroke: white; }

@media (min-width: 1025px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }
  .footer-info-col--social + .footer-info-heading {
    margin-top: 35px;
    margin-bottom: 10px !important; }

@media (max-width: 550px) {
  .footer-info-col--left {
    padding: 0; } }

@media (max-width: 550px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 1025px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

@media (min-width: 768px) {
  .footer-info-col[data-section-type="footer-categories"] .footer-info-list, .footer-info-col[data-section-type="footer-webPages"] .footer-info-list, .footer-info-col[data-section-type="footer-brands"] .footer-info-list {
    display: block !important; }
  .home-layout-2 .footer-info-col[data-section-type="footer-categories"], .home-layout-2 .footer-info-col[data-section-type="footer-webPages"], .home-layout-2 .footer-info-col[data-section-type="footer-brands"] {
    width: 33.3334%; }
  .home-layout-3 .footer-info-col[data-section-type="footer-categories"], .home-layout-3 .footer-info-col[data-section-type="footer-webPages"], .home-layout-3 .footer-info-col[data-section-type="footer-brands"] {
    width: 33.3334%;
    padding-right: 30px; }
  .home-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] {
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
    max-width: 570px;
    text-align: center;
    display: block; }
    .home-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .form {
      margin-bottom: 50px; }
    .home-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] .footer-info-col--social {
      margin-bottom: 50px; }
  .home-layout-3 .footer-info-col[data-section-type="newsletterSubscription"] {
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
    max-width: 570px;
    text-align: center;
    display: block; }
    .home-layout-3 .footer-info-col[data-section-type="newsletterSubscription"] .form {
      margin-bottom: 45px; }
  .footer-info-col[data-section-type="footer-information"] {
    margin-top: 0; }
    .home-layout-2 .footer-info-col[data-section-type="footer-information"] {
      width: 50%; }
    .home-layout-3 .footer-info-col[data-section-type="footer-information"] {
      width: 33.3334%;
      padding-right: 30px; } }

@media (min-width: 1025px) {
  .home-layout-2 .footer-info-col[data-section-type="footer-categories"], .home-layout-2 .footer-info-col[data-section-type="footer-webPages"], .home-layout-2 .footer-info-col[data-section-type="footer-brands"] {
    width: 20%; }
  .home-layout-2 .footer-info-col[data-section-type="footer-information"] {
    width: 20%; } }

@media (min-width: 1200px) {
  .footer-info-col {
    margin-bottom: 2px; }
    .footer-info-col[data-section-type="footer-categories"], .footer-info-col[data-section-type="footer-webPages"], .footer-info-col[data-section-type="footer-brands"] {
      width: 16.6667%; }
    .footer-info-col[data-section-type="newsletterSubscription"] {
      width: 33.3334%; }
    .footer-info-col[data-section-type="footer-information"] {
      width: 17%; } }

@media (min-width: 1400px) {
  .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix.wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .home-layout-2 .footer-info-col[data-section-type="newsletterSubscription"],
  .home-layout-3 .footer-info-col[data-section-type="newsletterSubscription"] {
    text-align: left;
    display: inline-block; }
  .home-layout-2 .footer-info-col[data-section-type="newsletterSubscription"] {
    width: 31.8%;
    padding-right: 70px; }
  .home-layout-3 .footer-info-col[data-section-type="newsletterSubscription"] {
    width: 33.3334%;
    padding-right: 0; }
  .footer-info-col[data-section-type="footer-categories"], .footer-info-col[data-section-type="footer-webPages"], .footer-info-col[data-section-type="footer-brands"] {
    width: 16.6667%; }
    .home-layout-2 .footer-info-col[data-section-type="footer-categories"], .home-layout-2 .footer-info-col[data-section-type="footer-webPages"], .home-layout-2 .footer-info-col[data-section-type="footer-brands"] {
      width: 12.8%; }
    .home-layout-3 .footer-info-col[data-section-type="footer-categories"], .home-layout-3 .footer-info-col[data-section-type="footer-webPages"], .home-layout-3 .footer-info-col[data-section-type="footer-brands"] {
      width: 16.6667%; }
  .footer-info-col[data-section-type="footer-information"] {
    width: 17%; }
    .home-layout-2 .footer-info-col[data-section-type="footer-information"] {
      width: 17%; }
    .home-layout-3 .footer-info-col[data-section-type="footer-information"] {
      width: 33.3334%;
      padding-right: 100px; } }

@media (max-width: 1199px) {
  .footer-info-col {
    width: 33.3334%; }
    .footer-info-col[data-section-type="newsletterSubscription"] {
      width: 66.6667%;
      max-width: 450px; } }

@media (max-width: 767px) {
  .footer-info-col {
    width: 100%; }
    .footer-info-col[data-section-type="newsletterSubscription"] {
      width: 100%;
      max-width: 100%;
      margin-top: 4rem; }
    .footer-info-col[data-section-type="footer-categories"], .footer-info-col[data-section-type="footer-webPages"], .footer-info-col[data-section-type="footer-brands"] {
      margin-bottom: 0; }
      .footer-info-col[data-section-type="footer-categories"] .footer-info-heading, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading {
        border-bottom: 1px solid white;
        margin-bottom: 0;
        padding: 15px 0;
        position: relative; }
        .footer-info-col[data-section-type="footer-categories"] .footer-info-heading:hover, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading:hover, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading:hover {
          cursor: pointer; }
        .footer-info-col[data-section-type="footer-categories"] .footer-info-heading:before, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading:before, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading:before {
          top: 50%;
          right: 5px;
          z-index: 2;
          content: "";
          width: 2px;
          height: 12px;
          position: absolute;
          transition: all .4s ease;
          transform: translateY(-50%);
          background-color: white; }
        .footer-info-col[data-section-type="footer-categories"] .footer-info-heading:after, .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading:after, .footer-info-col[data-section-type="footer-brands"] .footer-info-heading:after {
          top: 50%;
          right: 0;
          z-index: 2;
          content: "";
          width: 12px;
          height: 2px;
          position: absolute;
          transform: translateY(-50%);
          background-color: white; }
      .footer-info-col[data-section-type="footer-categories"].open-dropdown .footer-info-heading:before, .footer-info-col[data-section-type="footer-webPages"].open-dropdown .footer-info-heading:before, .footer-info-col[data-section-type="footer-brands"].open-dropdown .footer-info-heading:before {
        transform: translateY(-50%) rotate(90deg); }
      .footer-info-col[data-section-type="footer-categories"] .footer-info-list, .footer-info-col[data-section-type="footer-webPages"] .footer-info-list, .footer-info-col[data-section-type="footer-brands"] .footer-info-list {
        display: none;
        margin-bottom: 30px;
        margin-top: 12px; } }

.halo_navigation_footer {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 40px; }
  .halo_navigation_footer li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 5px; }
    .halo_navigation_footer li a {
      color: white; }
    .halo_navigation_footer li:after {
      content: "|";
      top: -2px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px;
      color: #4e4f51; }
    .halo_navigation_footer li:last-child:after {
      content: none; }
  @media (min-width: 1025px) {
    .halo_navigation_footer {
      text-align: left; } }

.footer-bottom {
  background-color: #790000;
  padding: 25px 0 76px; }
  .home-layout-2 .footer-bottom {
    padding: 38px 0 42px; }
  .home-layout-3 .footer-bottom {
    padding: 30px 0 42px; }
  .footer-bottom .footer-copyright {
    display: inline-block; }
    .footer-bottom .footer-copyright.footer-copyright-2 {
      display: block; }
  .footer-bottom .footer-bottom__container {
    font-size: 0; }
  .footer-bottom .footer-bottom__left {
    font-size: 14px;
    line-height: 25px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    text-align: left;
    margin-bottom: 15px; }
  .footer-bottom .footer-bottom__center {
    font-size: 14px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 15px; }
  .footer-bottom .footer-bottom__right {
    font-size: 14px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    text-align: right; }
    .footer-bottom .footer-bottom__right .footer-payment-icons {
      margin-top: 0; }
  .footer-bottom .has-item-center .footer-bottom__left,
  .footer-bottom .has-item-center .footer-bottom__center,
  .footer-bottom .has-item-center .footer-bottom__right {
    width: 33.33334%; }
  @media (max-width: 1199px) {
    .footer-bottom .footer-bottom__left,
    .footer-bottom .footer-bottom__center,
    .footer-bottom .footer-bottom__right {
      width: 100%;
      text-align: left;
      padding: 0; } }

.footer-info .footer-ask-an-expert-wrapper {
  margin-top: 30px; }
  .footer-info .footer-ask-an-expert-wrapper > span {
    color: white;
    font-size: 17px;
    font-weight: 700;
    padding-right: 15px;
    display: block; }
  .footer-info .footer-ask-an-expert-wrapper .button {
    margin-top: 10px; }

.footer-info [data-section-type="footer-information"] {
  margin-top: 30px; }
  .footer-info [data-section-type="footer-information"] address {
    font-style: normal;
    line-height: 22px;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative; }
    .footer-info [data-section-type="footer-information"] address span {
      font-weight: 400; }
      .home-layout-2 .footer-info [data-section-type="footer-information"] address span {
        font-weight: 700; }
  .footer-info [data-section-type="footer-information"] svg {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 4px;
    top: 4px;
    margin-right: 8px; }
  .footer-info [data-section-type="footer-information"] .footer-info__phone,
  .footer-info [data-section-type="footer-information"] .footer-info__mail {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-left: 30px; }
    .footer-info [data-section-type="footer-information"] .footer-info__phone a,
    .footer-info [data-section-type="footer-information"] .footer-info__mail a {
      display: inline-block;
      line-height: 22px;
      text-decoration: none;
      font-weight: 400; }
      .home-layout-2 .footer-info [data-section-type="footer-information"] .footer-info__phone a, .home-layout-2
      .footer-info [data-section-type="footer-information"] .footer-info__mail a {
        font-weight: 700; }
    .home-layout-3 .footer-info [data-section-type="footer-information"] .footer-info__phone, .home-layout-3
    .footer-info [data-section-type="footer-information"] .footer-info__mail {
      margin-bottom: 30px; }
  .footer-info [data-section-type="footer-information"] .ask-an-expert-link {
    margin-bottom: 30px;
    margin-left: 30px; }
  .home-layout-3 .footer-info [data-section-type="footer-information"] .socialLinks-item {
    margin-bottom: 15px; }
    .home-layout-3 .footer-info [data-section-type="footer-information"] .socialLinks-item svg {
      position: unset;
      margin: 0; }
  .home-layout-3 .footer-info [data-section-type="footer-information"] .ask-an-expert-link {
    height: 42px;
    line-height: 40px;
    min-width: 166px; }
  @media (min-width: 768px) {
    .footer-info [data-section-type="footer-information"] {
      margin-top: 0; } }

.footer-info .footer-info-list {
  padding-right: 15px; }
  .footer-info .footer-info-list > li > a {
    padding: 0;
    display: inline-block; }
  .footer-info .footer-info-list .view-all-brands a {
    color: white;
    font-weight: 700;
    position: relative;
    left: -6px; }
  .footer-info .footer-info-list .view-all-brands svg {
    fill: white;
    stroke: white;
    height: 18px;
    width: 18px;
    position: relative;
    top: -1px; }
  .home-layout-2 .footer-info .footer-info-list .view-all-brands a {
    color: #5874b0; }
  .home-layout-2 .footer-info .footer-info-list .view-all-brands svg {
    fill: #5874b0;
    stroke: #5874b0; }

.home-layout-2 .footer-info [data-section-type="newsletterSubscription"] {
  font-weight: 700; }
  .home-layout-2 .footer-info [data-section-type="newsletterSubscription"] .form-input {
    font-weight: 700; }

.footer-info [data-section-type="newsletterSubscription"] .footer-info-heading {
  margin-bottom: 15px; }
  .footer-info [data-section-type="newsletterSubscription"] .footer-info-heading:first-child {
    margin-bottom: 14px; }

.footer-info [data-section-type="newsletterSubscription"] p {
  line-height: 22px;
  margin-bottom: 17px; }

.footer-info [data-section-type="newsletterSubscription"] form .form-field {
  margin-bottom: 0; }

@media (min-width: 1400px) {
  .footer-info [data-section-type="newsletterSubscription"] form .form-prefixPostfix-button--postfix {
    margin-left: 5px;
    min-width: 126px;
    padding: 0; }
    .home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form .form-prefixPostfix-button--postfix {
      margin-left: 10px; } }

.home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form {
  margin-bottom: 20px; }

.footer-info-heading {
  color: white;
  font-size: 17px;
  font-weight: 700;
  text-transform: inherit;
  margin-bottom: 8px;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  @media (min-width: 1025px) {
    .footer-info-heading:hover {
      color: #790000; } }
  .home-layout-2 .footer-info-heading,
  .home-layout-3 .footer-info-heading {
    font-size: 18px;
    margin-bottom: 13px; }

.footer-info-col a,
.footer-info-col p,
.footer-info-col address {
  color: white; }
  @media (min-width: 1025px) {
    .footer-info-col a:hover,
    .footer-info-col p:hover,
    .footer-info-col address:hover {
      color: #790000; } }

.footer-info-col .socialLinks .icon svg {
  fill: white; }
  .home-layout-2 .footer-info-col .socialLinks .icon svg {
    fill: #3c3c3c;
    stroke: #3c3c3c; }

.footer-info-col .footer-certificate {
  text-align: center;
  margin-top: 30px; }
  @media (min-width: 551px) {
    .footer-info-col .footer-certificate {
      min-width: 270px; } }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .home-layout-2 .footer-info-list {
    font-weight: 700; }
  .footer-info-list a {
    color: white;
    text-decoration: none;
    line-height: 30px; }
    .footer-info-list a span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size .5s; }
    @media (min-width: 1025px) {
      .footer-info-list a:hover {
        color: #790000; }
        .footer-info-list a:hover span {
          background-size: 100% 1px; } }

.footer-copyright {
  text-align: left; }
  .home-layout-2 .footer-copyright {
    font-weight: 700; }
  .footer-copyright > .powered-by {
    color: white;
    margin: 0;
    line-height: 22px;
    letter-spacing: 0.02em; }
  .footer-copyright > .paypal-credit {
    color: #323232;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: white;
    text-decoration: none; }
    @media (min-width: 1025px) {
      .footer-copyright a:hover {
        text-decoration: underline;
        text-underline-position: under; } }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem;
  font-size: 0;
  height: auto; }
  @media (min-width: 1025px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 32px;
    vertical-align: middle;
    width: 50px;
    border-radius: 4px;
    background-color: #e5e5e5;
    margin-bottom: 15px;
    margin-right: 15px; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--visa {
      background: #0e4595; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--americanExpress {
      background: #2478bc; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--cirrus {
      background: #013474; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--westernUnion {
      background: #f7de4b; }
    .footer-payment-icons .footer-payment-icon:last-child {
      margin-right: 0; }
  .footer-payment-icons svg {
    fill: #323232; }

@media (max-width: 550px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-newsletter-summary {
  line-height: 22px;
  text-align: left;
  padding: 4px 0 12px 0;
  color: white; }

.footer-certificate img {
  opacity: .3;
  margin: 0 auto;
  display: inline-block;
  width: auto;
  max-height: 65px; }

.footer-certificate:not(.slick-initialized) .item:nth-child(n+2) {
  display: none; }

.footer-certificate .slick-arrow {
  border: none;
  margin-top: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  opacity: .7; }
  .footer-certificate .slick-arrow::before {
    width: 100%;
    height: 100%; }
  .footer-certificate .slick-arrow.slick-prev {
    left: 0; }
  .footer-certificate .slick-arrow.slick-next {
    right: 0; }

.halo_securityImage {
  margin-top: 15px;
  padding-bottom: 55px;
  display: block; }
  .home-layout-3 .halo_securityImage {
    margin-top: 10px;
    padding-bottom: 15px; }
  .halo_securityImage ul {
    margin: 0;
    font-size: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .halo_securityImage ul li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      margin-bottom: 5px; }
      .halo_securityImage ul li:last-child {
        margin-right: 0; }
    @media (min-width: 1025px) {
      .halo_securityImage ul li {
        margin-right: 20px;
        margin-bottom: 20px; } }
    @media (min-width: 1025px) {
      .halo_securityImage ul {
        overflow: visible; } }
  .halo_securityImage img {
    max-height: 100px; }

@media (max-width: 767px) {
  .footer-info {
    padding: 30px 0; }
  .footer-info-col[data-section-type="newsletterSubscription"] {
    margin-bottom: 20px; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1230px;
  padding: 0 10px;
  position: relative;
  width: 100%; }
  .container .container {
    padding: 0; }
  @media (min-width: 1200px) {
    .container.container--full {
      max-width: none;
      width: 100%;
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1600px) {
    .container.container--full {
      max-width: 1600px;
      padding-left: 15px;
      padding-right: 15px; } }
  .home-layout-2 .container {
    max-width: 1600px; }
  @media (min-width: 768px) {
    .container {
      padding: 0 15px; } }

.home-layout-2:not(.page-type-default) .body .container {
  max-width: 1230px; }

.page-blog {
  margin: 0; }
  .page-blog .pagination {
    margin-bottom: 40px; }
  .page-blog .halo-description .description-slider:not(.slick-initialized) > div {
    width: 20%; }
    .page-blog .halo-description .description-slider:not(.slick-initialized) > div:nth-child(n+4) {
      display: inline-block; }
    .page-blog .halo-description .description-slider:not(.slick-initialized) > div:nth-child(n+6) {
      display: none; }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1025px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    padding-top: 20px; }
  .blog .tags {
    padding-bottom: 30px;
    margin-top: 25px;
    margin-bottom: 0;
    text-align: left;
    border-bottom: 1px solid #eeeeee; }
  .blog.blog-last .tags {
    border-bottom: none; }
  .blog .socialLinks svg {
    fill: #989898; }
  @media (min-width: 768px) {
    .blog .socialLinks {
      position: absolute;
      right: 0;
      top: -5px; } }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  color: #232323;
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0; }
  .blog-title a {
    text-decoration: none; }
    .blog-title a span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size .5s; }
    .blog-title a:hover span {
      background-size: 100% 1px; }
  @media (min-width: 768px) {
    .blog-title {
      padding-right: 300px; } }

.blog-date,
.blog-author {
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    .blog-date,
    .blog-author {
      margin-bottom: 33px; } }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }
  .blog-post .blog-post-btn {
    display: block;
    margin-top: 25px; }
    .blog-post .blog-post-btn .button {
      min-width: 146px;
      height: 40px;
      line-height: 38px; }

.blog-thumbnail {
  margin: 0 auto 33px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: left;
  max-width: 100%; }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 100%; }
  .blog-post-body .tags .tag {
    margin-right: 10px; }

.recentPosts_List {
  padding-top: 0;
  margin-bottom: 0; }
  .recentPosts_List .recentPost_item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #e2e4e8; }
    .recentPosts_List .recentPost_item:last-child {
      border-bottom: none;
      padding-bottom: 7px;
      margin-bottom: 7px; }
    .recentPosts_List .recentPost_item .recentPost_title {
      color: #5874b0;
      font-size: 1rem;
      font-weight: 400;
      text-decoration: none;
      margin-bottom: 3px;
      display: block; }
      .recentPosts_List .recentPost_item .recentPost_title span {
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 90%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size .5s; }
      .recentPosts_List .recentPost_item .recentPost_title:hover {
        color: #323232; }
        .recentPosts_List .recentPost_item .recentPost_title:hover span {
          background-size: 100% 1px; }
    .recentPosts_List .recentPost_item .recentPost_date {
      color: #848484;
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 0; }

.recentPosts_tags,
.tags {
  margin-left: 0;
  margin-bottom: 30px; }
  .recentPosts_tags .tag,
  .tags .tag {
    display: inline-block;
    border-radius: 3px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    margin-right: 5px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .recentPosts_tags .tag .link,
    .tags .tag .link {
      color: #787878;
      font-size: 14px;
      font-weight: 400;
      padding: 7px 15px;
      display: block; }
    .recentPosts_tags .tag:hover,
    .tags .tag:hover {
      background-color: white;
      border-color: #323232; }
      .recentPosts_tags .tag:hover .link,
      .tags .tag:hover .link {
        color: #232323; }

.tags-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: -10px; }
  .tags-block .tags-title {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 15px;
    min-width: 45px;
    color: #323232; }
  .tags-block .tags {
    display: block;
    margin: 0;
    text-align: left; }

.sidebarBlock {
  border-radius: 3px;
  border: 1px solid #e2e4e8; }
  .sidebarBlock + .sidebarBlock {
    margin-top: 30px; }
  .sidebarBlock#featured-products + .sidebarBlock {
    margin-top: 40px; }
  .sidebarBlock > ul,
  .sidebarBlock .sidebarBlock-content {
    padding: 17px 20px 12px 20px; }
  .sidebarBlock .navView-all {
    padding: 13px 20px 23px;
    font-weight: 700; }
  .sidebarBlock .sidebarBlock-content p:last-child {
    margin-bottom: 10px; }
  .sidebarBlock .productCarousel,
  .sidebarBlock #facetedSearch-content--price {
    margin: 0;
    padding: 20px; }
    .sidebarBlock .productCarousel .productCarousel-slide,
    .sidebarBlock #facetedSearch-content--price .productCarousel-slide {
      padding: 0 5px; }
  .sidebarBlock#advertisement-image-1, .sidebarBlock#advertisement-image-2 {
    border: none; }
  .sidebarBlock .advertisement-image {
    text-align: center; }
  .sidebarBlock .productCarousel-slide {
    width: 100%; }
    .sidebarBlock .productCarousel-slide .card {
      margin-bottom: 0; }

.sidebarBlock-heading {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #323232; }

.sidebarBlock-content {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 20px 12px 20px; }

.all-categories-list {
  list-style: none;
  margin: 0; }
  .all-categories-list .navPages-action-lv1 span,
  .all-categories-list .navPages-action-lv2 span {
    font-weight: 700; }
  .all-categories-list a span {
    background-image: none; }
  .all-categories-list .navPages-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: none; }
    .all-categories-list .navPages-item a {
      font-size: 14px;
      height: 100%;
      line-height: 40px;
      letter-spacing: 0;
      text-transform: capitalize;
      color: #323232;
      z-index: 11;
      transition: unset;
      font-weight: 500;
      display: inline-block;
      border-bottom: none;
      margin-bottom: 0;
      padding: 0; }
      .all-categories-list .navPages-item a.navPages-action-lv1 {
        padding: 0; }
        .all-categories-list .navPages-item a.navPages-action-lv1:hover {
          background-color: transparent; }
    .all-categories-list .navPages-item > a > .text {
      background-image: none; }
    .all-categories-list .navPages-item > a:hover > .text {
      color: #5874b0;
      text-decoration: underline;
      text-underline-position: under; }
  .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-3 .navPage-subMenu-item {
    border: 0; }
    .all-categories-list .navPages-level-3 .navPage-subMenu-item a {
      color: #323232; }
      .all-categories-list .navPages-level-3 .navPage-subMenu-item a span {
        font-weight: 400; }
  .all-categories-list .dropdown-category-list {
    display: none;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .all-categories-list .icon-dropdown {
    position: absolute;
    top: 6px;
    text-align: right;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    right: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .all-categories-list .icon-dropdown svg {
      position: relative;
      top: 4px;
      right: 0;
      height: 9px;
      width: 9px;
      fill: #323232;
      transform: rotate(-90deg); }
  .all-categories-list .is-clicked > .navPages-action span {
    color: #5874b0 !important; }
  .all-categories-list .is-clicked > .icon-dropdown > svg {
    transform: rotate(0);
    fill: black;
    stroke: black; }

#featured-products .sidebarBlock-content {
  padding: 25px 20px 0; }

.products-list {
  display: block;
  margin: 0 0 33px 0;
  padding: 0; }
  .products-list:before, .products-list:after {
    content: " ";
    display: table; }
  .products-list:after {
    clear: both; }
  .products-list:not(.slick-initialized) .card:nth-child(n+4) {
    display: none; }
  .products-list .link {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: 0;
    color: #323232;
    transition: unset; }
    .products-list .link span {
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 97%, #323232 3%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
  .products-list.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .products-list .slick-list {
    height: 100% !important; }
  .products-list .slick-arrow {
    border: none;
    top: 26%; }
    .products-list .slick-arrow.slick-prev {
      left: -25px; }
    .products-list .slick-arrow.slick-next {
      right: -25px; }
  .products-list .slick-dots {
    bottom: -32px; }
  .products-list .card-img-container {
    max-width: 140px;
    margin: 0 auto; }
  .products-list .card-figcaption-bottom {
    display: none; }
  .products-list .card-body .card-figcaption-bottom {
    display: block;
    visibility: visible;
    opacity: 1;
    position: unset;
    margin-top: 15px; }
  @media (min-width: 1025px) {
    .products-list .link:hover {
      color: #5874b0; }
      .products-list .link:hover span {
        background-image: linear-gradient(transparent 97%, #5874b0 3%); } }

#advertisement-image-1 .sidebarBlock-content,
#advertisement-image-2 .sidebarBlock-content {
  padding: 12px 0 2px; }

.advertisement-image {
  position: relative; }
  @media (min-width: 1025px) {
    .advertisement-image .image:hover:before {
      top: 0; } }

.advertisement-content p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  color: #323232;
  margin: 0 0 25px 0;
  padding: 3px 0 0 0; }

.brandGrid {
  list-style: none;
  max-width: none;
  width: auto;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -15px; }
  .brandGrid .brand {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 50%;
    float: none;
    margin: 0 0 30px 0; }
    .brandGrid .brand .card-figure .image {
      display: block;
      overflow: hidden;
      position: relative;
      border: 1px solid #d6d6d6; }
    .brandGrid .brand .card-figure .brand-img-container {
      display: block;
      position: relative;
      max-width: 190px;
      margin: 0 auto; }
      .brandGrid .brand .card-figure .brand-img-container::after {
        content: "";
        display: block;
        height: 0;
        padding-bottom: 131.57895%;
        width: 100%; }
      .brandGrid .brand .card-figure .brand-img-container img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 1;
        visibility: visible;
        border: 0;
        width: 100%;
        max-height: 100%;
        object-fit: contain;
        margin: 0 auto;
        transition: all 0.25s ease; }
        .brandGrid .brand .card-figure .brand-img-container img.lazyload, .brandGrid .brand .card-figure .brand-img-container img.lazyloading {
          width: auto;
          height: auto;
          object-fit: contain;
          margin: auto; }
    .brandGrid .brand .card-body {
      text-align: center;
      margin: 20px 0 0; }
      .brandGrid .brand .card-body .link {
        font-size: 14px;
        font-weight: 700;
        color: #323232;
        transition: unset;
        text-transform: uppercase;
        line-height: 26px;
        letter-spacing: 0;
        position: relative; }
        .brandGrid .brand .card-body .link .text {
          padding: 0 0 1px 0; }
  @media (min-width: 768px) {
    .brandGrid .brand {
      width: 33.3333333%; } }
  @media (min-width: 1025px) {
    .brandGrid .brand {
      width: 25%; }
      .brandGrid .brand .card-figure .image:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 100%;
        right: 0;
        left: auto;
        z-index: 2;
        transform: none;
        position: absolute;
        transition: all 0.25s ease;
        background-color: rgba(0, 0, 0, 0.25);
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 100%); }
      .brandGrid .brand .card-figure .image:hover:before {
        top: 0; }
      .brandGrid .brand .card-body .link:hover {
        color: #5874b0; }
        .brandGrid .brand .card-body .link:hover span {
          background-image: linear-gradient(transparent 97%, #5874b0 3%);
          background-repeat: repeat-x;
          background-position-y: 0; } }
  @media (min-width: 1280px) {
    .brandGrid .brand {
      width: 20%; } }
  @media (min-width: 1600px) {
    .brandGrid .brand {
      width: 16.6666666%; } }

.page-brands .page-heading {
  margin-bottom: 32px; }

.haloAZBrandsTable {
  display: flex;
  font-size: 0;
  letter-spacing: 0;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px; }
  .haloAZBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d6d6d6;
    border-left: none; }
    .haloAZBrandsTable li a {
      font-size: 14px;
      font-weight: 700;
      color: #323232;
      display: block;
      height: 40px;
      min-width: 40px;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
    .haloAZBrandsTable li:first-child {
      min-width: 70px;
      border-left: 1px solid #d6d6d6; }
    .haloAZBrandsTable li.disable {
      pointer-events: none; }
      .haloAZBrandsTable li.disable a {
        color: #999999;
        pointer-events: none; }
    .haloAZBrandsTable li.is-active {
      border-color: #c41b22;
      background-color: #c41b22; }
      .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: #c41b22;
          background-color: #c41b22; }
          .haloAZBrandsTable li:hover a {
            color: white; } }

.haloAZBrandsWrapper .azBrands-group {
  display: none;
  margin: 0 0 30px 0; }
  .haloAZBrandsWrapper .azBrands-group-title {
    font-size: 18px;
    font-weight: 700;
    color: #323232;
    letter-spacing: 0;
    line-height: 35px;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase; }
  .haloAZBrandsWrapper .azBrands-group-list {
    margin: 0;
    list-style: none; }
    .haloAZBrandsWrapper .azBrands-group-list .brand-name .title {
      margin: 0;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #323232;
      letter-spacing: 0;
      line-height: 35px;
      text-transform: capitalize; }
      .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link {
        color: #323232;
        padding: 0 0 1px 0;
        transition: unset; }
  .haloAZBrandsWrapper .azBrands-group.is-active {
    display: block; }

.haloAZBrandsWrapper.active-all {
  column-count: 2; }
  .haloAZBrandsWrapper.active-all .azBrands-group {
    display: block;
    break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    column-count: unset; }

.haloAZBrandsWrapper.is-loading .loadingOverlay {
  display: block; }

@media (min-width: 768px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 3; }
  .haloAZBrandsWrapper.active-all {
    column-count: 3; } }

@media (min-width: 1025px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 4; }
    .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link:hover {
      color: #5874b0;
      background-image: linear-gradient(transparent 97%, #5874b0 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .haloAZBrandsWrapper.active-all {
    column-count: 4; } }

@media (min-width: 1280px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 5; }
  .haloAZBrandsWrapper.active-all {
    column-count: 5; } }

@media (min-width: 1600px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 6; }
  .haloAZBrandsWrapper.active-all {
    column-count: 6; } }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    .productGrid .product .card {
      padding-bottom: 20px;
      margin-bottom: 30px;
      border-bottom: 2px solid #eeeeee; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .productGrid .product {
        width: 33.33333%; } }
  .productGrid .card-compare {
    left: auto;
    right: 0;
    bottom: 0; }
    .home-layout-2 .productGrid .card-compare {
      bottom: 35px; }
    .home-layout-3 .productGrid .card-compare {
      bottom: 85px; }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (max-width: 550px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1025px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 1025px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1025px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 1025px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 1025px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  display: block;
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: left; }
  .productList .product {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
    white-space: normal; }
    .productList .product.product-advertisment {
      display: none;
      margin-bottom: 0; }
  .productList .card {
    text-align: left; }
    .productList .card .card-body {
      text-align: left; }
      .productList .card .card-body .card-price {
        justify-content: left; }
      .productList .card .card-body .card-compare {
        left: 0;
        transform: none; }
  .productList .card-figure .card-figcaption-bottom {
    display: none; }
  .productList .card-body .card-body-content {
    text-align: left; }
  .productList .card-body .card-option .form-field {
    text-align: left;
    margin-bottom: 0; }
    .productList .card-body .card-option .form-field + .form-field {
      margin-top: 19px; }
  .productList .card-body .card-figcaption-bottom {
    display: block;
    position: relative;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    padding-top: 10px;
    padding-bottom: 12px;
    background-color: transparent; }
    .productList .card-body .card-figcaption-bottom .card-figcaption-button {
      height: 50px;
      line-height: 48px;
      max-width: 305px; }
      .home-layout-3 .productList .card-body .card-figcaption-bottom .card-figcaption-button {
        font-size: 18px;
        font-weight: 400;
        border: 1px solid #eb2129;
        background-color: #eb2129;
        text-decoration: none; }
  .productList .card-body .number-review {
    top: 1px; }
  @media (min-width: 1025px) {
    .productList .card-body .card-compare {
      position: relative;
      bottom: 0;
      opacity: 1;
      z-index: 1;
      overflow: visible;
      display: inline-block; } }
  .productList .card-link .card-img-container {
    margin: 0 auto;
    max-width: 100%; }
  .productList .card-option {
    margin-top: 0;
    margin-bottom: 10px; }
  .productList .card-text[data-test-info-type="brandName"] {
    margin-bottom: 3px; }
  .productList .card-rating-category {
    display: block;
    margin: 12px 0 7px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    color: #323232; }
  .productList .card-desc {
    display: block;
    margin: 12px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color: #323232; }
  .productList .card-price {
    justify-content: flex-start; }
  .productList .card-wrapper > .card-text {
    display: none; }
  @media (min-width: 551px) {
    .productList .card {
      width: 100%;
      display: table; }
    .productList .card-figure {
      display: table-cell;
      vertical-align: top;
      width: 250px; }
    .productList .card-body {
      display: table-cell;
      vertical-align: top;
      padding: 0 0 0 30px;
      width: calc(100% - 250px); }
      .productList .card-body .card-body-content {
        padding-top: 0; } }
  @media (min-width: 768px) {
    .productList .card-body .card-body-button {
      justify-content: flex-start; }
    .productList .card-body .card-wishlist {
      margin: 0 0 0 15px; }
    .productList .card-body .card-action {
      max-width: 278px; } }
  @media (min-width: 1025px) {
    .productList .product {
      margin-bottom: 55px; }
    .productList .card .card-figure:hover .card-figure-action {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .productList .card-figure {
      width: 390px; }
      .productList .card-figure .card-figure-action {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 10;
        transition: all 0.25s ease;
        width: 100%; }
      .productList .card-figure .card-quickview,
      .productList .card-figure .card-compare {
        flex: 0 0 50%; }
      .productList .card-figure .card-quickview + .card-compare {
        border-left: 1px solid #dfdcd5; }
    .productList .card-body {
      display: table-cell;
      vertical-align: top;
      padding-left: 30px;
      padding-top: 0;
      width: calc(100% - 390px); }
      .productList .card-body .card-body-button {
        margin-top: 28px; }
      .productList .card-body .card-wishlist:hover {
        border-radius: 50%;
        background-color: #00476b; }
        .productList .card-body .card-wishlist:hover .icon {
          fill: white; }
    .productList .card-option .form-field {
      display: flex;
      align-items: center; } }
  @media (min-width: 1280px) {
    .productList .card-body {
      padding-left: 55px;
      padding-top: 0; }
      .productList .card-body .card-wishlist {
        margin-left: 30px; } }

.breadcrumbs-product {
  margin-top: 18px;
  margin-bottom: 45px; }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView--quickView.product-layout-2 .productView-options .add-to-cart-buttons {
  display: inline-block;
  float: left; }

.productView--quickView.product-layout-2 #form-action-addToCart {
  min-width: 257px; }

.productView--quickView.product-layout-2 .form-wishlist[data-wishlist-add] {
  width: calc(100% - 272px);
  display: inline;
  float: left;
  margin-top: 0;
  margin-left: 15px; }

.productView-nav:not(.slick-initialized) .productView-image:nth-child(n+2) {
  display: none; }

.productView-for {
  font-size: 0; }
  .product-layout-2 .productView-for:not(.slick-initialized) .productView-thumbnail,
  .product-layout-3 .productView-for:not(.slick-initialized) .productView-thumbnail {
    width: 25% !important; }
    .product-layout-2 .productView-for:not(.slick-initialized) .productView-thumbnail:nth-child(n+5),
    .product-layout-3 .productView-for:not(.slick-initialized) .productView-thumbnail:nth-child(n+5) {
      display: none; }
  .productView-for .productView-thumbnail {
    display: none;
    padding: 5px; }
    .productView-for .productView-thumbnail.productView-thumbnail-custom {
      font-size: 14px;
      padding: 2.5px;
      text-align: center;
      text-transform: capitalize; }
    @media (min-width: 1200px) {
      .productView-for .productView-thumbnail {
        vertical-align: top;
        display: inline-block; } }
  .productView-for .slick-arrow {
    border: none;
    margin: 0; }
    .productView-for .slick-arrow.slick-prev {
      left: -60px; }
      .product-layout-3 .productView-for .slick-arrow.slick-prev {
        left: -57px; }
    .productView-for .slick-arrow.slick-next {
      right: -55px; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .productView-images {
      width: 50%; } }
  @media (min-width: 1200px) {
    .productView-images {
      width: 750px; }
      .product-layout-2 .productView-images {
        width: 510px; }
      .product-layout-3 .productView-images {
        width: 50%; } }

.productView-images-wrapper .productView-thumbnail-wrapper {
  margin: 0;
  display: none;
  color: #8c8c8c;
  margin-top: 10px; }
  .productView-images-wrapper .productView-thumbnail-wrapper > li {
    width: auto;
    padding: 5px;
    font-size: 1rem; }
  .productView-images-wrapper .productView-thumbnail-wrapper .productView-thumbnail-custom {
    vertical-align: top;
    display: inline-block; }
    .productView-images-wrapper .productView-thumbnail-wrapper .productView-thumbnail-custom > a {
      color: #323232;
      display: block;
      padding: 11px 10px 10px;
      border-radius: 3px;
      border: 1px solid #e2e4e8;
      min-width: 70px; }
      .productView-images-wrapper .productView-thumbnail-wrapper .productView-thumbnail-custom > a > .icon {
        width: auto;
        height: auto;
        max-width: 25px;
        max-height: 25px;
        display: block;
        margin: 0 auto; }
      .productView-images-wrapper .productView-thumbnail-wrapper .productView-thumbnail-custom > a > .text {
        line-height: 1;
        display: block;
        margin-top: 13px; }

@media (min-width: 1200px) {
  .productView-images-wrapper {
    display: flex;
    align-items: flex-start; }
    .productView-images-wrapper .productView-thumbnail-wrapper {
      order: -1;
      width: 200px;
      margin-top: 0;
      padding-right: 10px;
      vertical-align: top;
      display: inline-block; }
      .productView-images-wrapper .productView-thumbnail-wrapper > li,
      .productView-images-wrapper .productView-thumbnail-wrapper .productView-thumbnail {
        width: 50%; }
      .productView-images-wrapper .productView-thumbnail-wrapper .productView-thumbnail-custom > a {
        min-width: 80px; }
        .productView-images-wrapper .productView-thumbnail-wrapper .productView-thumbnail-custom > a > .icon {
          max-width: 42px;
          max-height: 42px; }
    .productView-images-wrapper .productView-image-wrapper {
      width: calc(100% - 200px);
      vertical-align: top;
      display: inline-block;
      position: relative; }
      .productView-images-wrapper .productView-image-wrapper img.zoomImg {
        pointer-events: none; }
    .product-layout-2 .productView-images-wrapper,
    .product-layout-3 .productView-images-wrapper {
      flex-direction: column; }
      .product-layout-2 .productView-images-wrapper .productView-thumbnail-wrapper,
      .product-layout-3 .productView-images-wrapper .productView-thumbnail-wrapper {
        width: 100%;
        order: unset;
        padding-right: 30px;
        padding-left: 30px; }
      .product-layout-2 .productView-images-wrapper .productView-image-wrapper,
      .product-layout-3 .productView-images-wrapper .productView-image-wrapper {
        width: 100%; } }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 1025px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  @media (min-width: 320px) and (max-width: 1025px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  position: relative;
  margin: auto;
  width: 100%; }
  .productView-img-container > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%;
    width: 100%; }
    .productView-img-container img.lazyload, .productView-img-container img.lazyloading {
      width: auto;
      height: auto; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 9px; }
  @media (min-width: 768px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  @media (min-width: 1200px) {
    .productView-details {
      width: calc(100% - 750px); }
      .product-layout-2 .productView-details {
        width: calc(100% - 510px); }
      .product-layout-3 .productView-details {
        width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .product-layout-2 .productView-details {
    padding-right: 5px; }

.halo_ask-an-experts {
  width: 100%;
  display: block;
  font-size: 1rem;
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid #eeeeee; }
  .product-layout-2 .halo_ask-an-experts,
  .product-layout-3 .halo_ask-an-experts {
    width: 100%; }
  .product-layout-3 .halo_ask-an-experts {
    margin-top: 45px; }
  .halo_ask-an-experts .contact {
    width: 100%;
    display: table; }
    .halo_ask-an-experts .contact .image-contact,
    .halo_ask-an-experts .contact .content-contact {
      display: table-cell;
      vertical-align: middle; }
    .halo_ask-an-experts .contact .image-contact {
      width: 65px; }
      .halo_ask-an-experts .contact .image-contact > img {
        border-radius: 50%;
        overflow: hidden; }
    .halo_ask-an-experts .contact .content-contact {
      padding-left: 15px; }
      .halo_ask-an-experts .contact .content-contact .text {
        margin-bottom: 8px;
        text-transform: capitalize; }
      .halo_ask-an-experts .contact .content-contact .link {
        display: block; }
        .halo_ask-an-experts .contact .content-contact .link .number-phone {
          font-size: 18px; }
        .halo_ask-an-experts .contact .content-contact .link .number-phone,
        .halo_ask-an-experts .contact .content-contact .link a {
          margin: 0;
          display: inline-block;
          vertical-align: bottom; }
        .halo_ask-an-experts .contact .content-contact .link .number-phone {
          display: block;
          margin-bottom: 7px; }
        .halo_ask-an-experts .contact .content-contact .link a {
          line-height: 24px;
          color: #5874b0; }
          .halo_ask-an-experts .contact .content-contact .link a svg {
            height: 1.14286rem;
            width: 1.14286rem;
            fill: #5874b0; }
        @media (min-width: 375px) {
          .halo_ask-an-experts .contact .content-contact .link .number-phone {
            margin-bottom: 0;
            display: inline-block; }
            .halo_ask-an-experts .contact .content-contact .link .number-phone + a {
              margin-left: 10px; } }
    .halo_ask-an-experts .contact + .services {
      margin-top: 20px;
      margin-bottom: 30px; }
      @media (min-width: 551px) {
        .halo_ask-an-experts .contact + .services {
          margin-top: 30px; } }
      @media (min-width: 768px) {
        .halo_ask-an-experts .contact + .services {
          margin-bottom: 0; } }
  .halo_ask-an-experts .services {
    margin: 0;
    padding-bottom: 15px;
    font-size: 0;
    display: block;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .halo_ask-an-experts .services .item {
      width: auto;
      vertical-align: top;
      display: inline-block;
      font-size: 1rem;
      padding: 0 15px 0 0; }
      .halo_ask-an-experts .services .item:last-child {
        padding-right: 0; }
    .halo_ask-an-experts .services .service-item {
      display: table;
      width: 100%; }
      .halo_ask-an-experts .services .service-item .icons,
      .halo_ask-an-experts .services .service-item .content {
        display: table-cell;
        vertical-align: top; }
      .halo_ask-an-experts .services .service-item .icons {
        width: 40px;
        text-align: center; }
        .halo_ask-an-experts .services .service-item .icons .icon {
          width: 40px;
          height: 40px;
          padding: 0 12px;
          border-radius: 50%;
          border: 1px solid #eaeaea; }
        .halo_ask-an-experts .services .service-item .icons svg {
          fill: #acb1bb;
          stroke: #acb1bb; }
      .halo_ask-an-experts .services .service-item .content {
        padding-left: 15px;
        padding-right: 15px; }
        .halo_ask-an-experts .services .service-item .content .title {
          font-size: 12px;
          margin: 0 0 3px 0;
          font-family: "Arimo", Arial, Helvetica, sans-serif;
          color: #323232;
          font-weight: 700; }
        .halo_ask-an-experts .services .service-item .content .description {
          margin: 0; }
    @media (min-width: 768px) {
      .halo_ask-an-experts .services {
        margin: 0;
        overflow: visible;
        white-space: normal; }
        .halo_ask-an-experts .services .item {
          padding: 0;
          width: 50%;
          margin-top: 20px; }
          .halo_ask-an-experts .services .item:nth-child(-n + 2) {
            margin-top: 0; } }
  @media (min-width: 1025px) {
    .halo_ask-an-experts {
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .halo_ask-an-experts .services .service-item .icons {
        width: 48px; }
        .halo_ask-an-experts .services .service-item .icons .icon {
          width: 48px;
          height: 48px;
          padding: 14px; } }
  @media (min-width: 1200px) {
    .halo_ask-an-experts {
      width: 70%;
      margin-left: auto;
      margin-right: 0; } }

@media (min-width: 769px) {
  #halo-ask-an-expert.modal {
    width: 860px;
    max-height: 90%; } }

#halo-ask-an-expert .modal-header {
  background: none;
  padding: 16px 15px;
  background-color: #f6f6f6; }
  @media (min-width: 1025px) {
    #halo-ask-an-expert .modal-header {
      padding: 15px 50px 16px; } }

#halo-ask-an-expert .modal-header-title {
  color: #323232;
  font-size: 14px;
  font-weight: 700; }

#halo-ask-an-expert .halo-ask-an-expert-logo {
  text-align: center;
  padding: 0 15px 20px 15px; }
  @media (min-width: 1025px) {
    #halo-ask-an-expert .halo-ask-an-expert-logo {
      padding: 0 50px 20px 50px; } }
  #halo-ask-an-expert .halo-ask-an-expert-logo > a {
    font-size: 28px; }

#halo-ask-an-expert .halo-ask-an-expert-subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 16px 0;
  text-transform: capitalize;
  color: #323232; }

#halo-ask-an-expert .halo-ask-an-expert-text {
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  line-height: 1.7;
  text-align: center; }
  #halo-ask-an-expert .halo-ask-an-expert-text .alertBox {
    margin: 20px 0 40px 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    width: 100%;
    color: #323232; }
  #halo-ask-an-expert .halo-ask-an-expert-text.description {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6; }
  #halo-ask-an-expert .halo-ask-an-expert-text.question {
    font-weight: 500; }

#halo-ask-an-expert .modal-body {
  padding: 30px 15px 0px 15px; }
  @media (min-width: 769px) {
    #halo-ask-an-expert .modal-body {
      padding: 30px 30px 0px 30px; } }
  @media (min-width: 1025px) {
    #halo-ask-an-expert .modal-body {
      padding: 30px 116px 0px 116px; } }
  #halo-ask-an-expert .modal-body #halo-ask-an-expert-form {
    margin-top: 25px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field {
      margin-bottom: 15px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
        display: inline-block;
        margin-bottom: 7px; }
        @media (max-width: 320px) {
          #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
            display: block;
            margin-right: 0 !important; } }
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label.label-last {
          display: block;
          margin-bottom: 1rem; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input::placeholder {
        color: #323232; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #323232; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #323232; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input[type="radio"] + label {
        font-weight: 400;
        width: auto;
        margin-right: 25px;
        cursor: pointer;
        margin-bottom: 9px;
        position: relative;
        padding-left: 24px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio {
        margin-bottom: 16px;
        padding-top: 5px; }
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
          margin-right: 25px; }
          @media (max-width: 767px) {
            #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
              display: block;
              margin-bottom: 13px; } }
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio .form-label-custom {
          display: block;
          margin-bottom: 16px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area {
        margin-bottom: 18px; }
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area textarea {
          max-height: 136px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
      margin-top: 20px;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
          margin-bottom: 60px; } }
      @media (min-width: 1025px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
          margin-bottom: 100px; } }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions #halo-ask-an-expert-button {
        width: 100%; }

.productView-soldProduct {
  font-size: 14px;
  font-weight: 700;
  color: #ea2129;
  position: relative;
  margin-top: 10px; }
  .product-layout-2 .productView-soldProduct {
    margin-top: 18px; }
  @media (min-width: 1400px) {
    .product-layout-3 .productView-soldProduct {
      float: none;
      padding-left: 35px; } }
  .productView-soldProduct .icon,
  .productView-soldProduct .text {
    display: inline-block;
    vertical-align: middle; }
  .productView-soldProduct .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    position: relative;
    fill: #ea2129;
    stroke: #ea2129; }
  .productView-soldProduct .text {
    line-height: 24px;
    letter-spacing: 0;
    color: #ea2129;
    margin: 0 0 0 5px; }
  @media (min-width: 1025px) {
    .productView-soldProduct {
      display: inline-block;
      vertical-align: top;
      margin-left: 0;
      margin-top: 0;
      float: right; } }

.productView-countDown {
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  letter-spacing: 0;
  line-height: 25px;
  margin: 22px 0 8px 0;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .product-layout-2 .productView-countDown {
    margin: 25px 0 8px 0; }
  .product-layout-3 .productView-countDown {
    margin: 30px 0 8px 0; }
  .productView-countDown .item {
    background-color: #f7f7f7;
    min-width: 46px;
    height: 50px;
    line-height: 16px;
    display: inline-block;
    padding: 10px 5px;
    text-align: center; }
  .productView-countDown .num {
    color: #323232;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 18px; }
  .productView-countDown .text {
    display: block;
    letter-spacing: 0;
    font-size: 13px;
    font-style: italic;
    color: #8c8c8c; }
  @media (max-width: 320px) {
    .productView-countDown .text {
      display: inline-block;
      margin-right: 5px; } }

.productView-bottom {
  font-size: 0; }
  .productView-bottom .productView-tab {
    font-size: 14px; }
  @media (min-width: 1025px) {
    .product-layout-3 .productView-bottom {
      display: flex; }
      .product-layout-3 .productView-bottom > .halo-block-product {
        order: -1; } }

.product-layout-3 .productView-tab {
  padding-bottom: 60px; }

.productView-tab .tabs-contents {
  margin: 0; }
  .productView-tab .tabs-contents .tab-content {
    padding: 0;
    margin: 0;
    transition: all 0.25s ease; }
    .product-layout-3 .productView-tab .tabs-contents .tab-content:first-child .toggleLink {
      border-top: none; }
    .productView-tab .tabs-contents .tab-content:last-child .toggleLink {
      border-bottom: 1px solid #e6e6e6; }
    @media (max-width: 767px) {
      .productView-tab .tabs-contents .tab-content {
        display: block; } }
  .productView-tab .tabs-contents .toggle-title {
    display: block;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .productView-tab .tabs-contents .toggle-title {
        display: none; } }
  .productView-tab .tabs-contents .toggleLink {
    display: block;
    float: none;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #323232;
    letter-spacing: 0;
    line-height: 1.75;
    width: 100%;
    padding: 8px 45px 8px 0;
    position: relative;
    text-transform: capitalize;
    border-top: 1px solid #e6e6e6;
    transition: all 0.25s ease; }
    .productView-tab .tabs-contents .toggleLink .text {
      padding-bottom: 0;
      background-image: unset; }
    .productView-tab .tabs-contents .toggleLink .icon-plus {
      font-size: 0;
      display: inline-block;
      vertical-align: top;
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 2;
      pointer-events: none;
      transform: translateY(-50%);
      background-color: transparent;
      background-position: unset;
      background-repeat: unset;
      background-image: unset;
      transition: all 0.25s ease; }
      .productView-tab .tabs-contents .toggleLink .icon-plus:before, .productView-tab .tabs-contents .toggleLink .icon-plus:after {
        content: "";
        position: absolute;
        top: 50%;
        z-index: 2;
        transition: all 0.25s ease;
        transform: translate(0, -50%) rotate(45deg);
        background: #999999; }
      .productView-tab .tabs-contents .toggleLink .icon-plus:before {
        right: 3px;
        width: 2px;
        height: 10px; }
      .productView-tab .tabs-contents .toggleLink .icon-plus:after {
        right: 5px;
        width: 10px;
        height: 2px; }
    .productView-tab .tabs-contents .toggleLink.is-open {
      background-color: white;
      color: #323232;
      border-bottom: 1px solid #e6e6e6;
      margin-bottom: 15px; }
      .productView-tab .tabs-contents .toggleLink.is-open .icon-plus:before, .productView-tab .tabs-contents .toggleLink.is-open .icon-plus:after {
        transform: translate(0, -50%) rotate(-45deg); }
    .product-layout-3 .productView-tab .tabs-contents .toggleLink {
      font-size: 20px;
      padding: 13px 45px 14px 0; }
  .productView-tab .tabs-contents .toggle-content {
    position: relative; }
    .productView-tab .tabs-contents .toggle-content.is-open {
      padding-top: 15px;
      padding-bottom: 15px; }

@media (max-width: 767px) {
  .productView-tab .tabs {
    display: none; } }

.tab-descriptionShowmore {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 0 30px 0;
  background-color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 12%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.96) 57%, #fff 73%); }
  .tab-descriptionShowmore.less {
    padding-top: 0;
    position: relative; }
  @media (min-width: 768px) {
    .tab-descriptionShowmore {
      display: none; } }

@media (max-width: 767px) {
  .productView-tab {
    margin-bottom: 30px; }
    .productView-tab .toggle-content.show_read_more .description-showmore {
      max-height: 300px;
      overflow: hidden; } }

.halo-bundle-products {
  padding-top: 0;
  padding-bottom: 30px;
  margin: 20px 0;
  z-index: 20; }
  .halo-bundle-products .halo-block-header .title {
    font-weight: 700;
    color: #323232;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 7px 0;
    position: relative;
    text-transform: capitalize;
    text-align: left;
    font-size: 20px;
    border-bottom: 1px solid #eeeeee; }
  .halo-bundle-products .halo-block-header .desc {
    font-weight: 400;
    letter-spacing: 0;
    color: #7d7d7d;
    line-height: 24px;
    margin: 0;
    padding: 0 0 10px 0;
    position: relative;
    text-align: left; }
  .halo-bundle-products .bundle-products-wrapper {
    display: block; }
  .halo-bundle-products .bundle-product-left, .halo-bundle-products .bundle-product-right {
    display: block;
    width: 100%; }
  .halo-bundle-products .bundle-product-right {
    margin: 50px 0 0 0; }
  .halo-bundle-products .halo-product-list {
    padding: 0;
    margin: 0 -10px;
    width: auto; }
    .halo-bundle-products .halo-product-list:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0;
      letter-spacing: 0;
      position: relative; }
      .halo-bundle-products .halo-product-list:not(.slick-initialized) .halo-product-item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        opacity: 0;
        visibility: hidden; }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-product-list {
        margin: 0 -15px; }
        .halo-bundle-products .halo-product-list:not(.slick-initialized) .halo-product-item {
          width: 33.3334%; } }
    @media (min-width: 1400px) {
      .halo-bundle-products .halo-product-list:not(.slick-initialized) .halo-product-item {
        width: 25%; } }
  .halo-bundle-products .halo-product-item {
    padding: 0 10px; }
    .halo-bundle-products .halo-product-item .halo-product-image {
      display: block;
      position: relative;
      max-width: 100px;
      margin: 0 auto; }
      .halo-bundle-products .halo-product-item .halo-product-image:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        opacity: .4;
        z-index: 1; }
    .halo-bundle-products .halo-product-item .halo-product-image2 {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      text-align: center;
      opacity: 0;
      backface-visibility: hidden;
      transform: translate(-50%, -50%);
      transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
      .halo-bundle-products .halo-product-item .halo-product-image2 img {
        display: inline-block;
        vertical-align: top;
        max-height: 100%;
        width: 100%;
        transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
      .product-layout-2 .halo-bundle-products .halo-product-item .halo-product-image2 {
        transition: opacity 0.3s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
        .product-layout-2 .halo-bundle-products .halo-product-item .halo-product-image2 img {
          transition: opacity 0.3s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
    .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-product-link {
      pointer-events: none; }
    .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-detail-label:before, .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-detail-label:after {
      content: none; }
    .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-detail-label .text {
      padding: 0; }
    .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-detail-label .this-item {
      font-weight: 700; }
    .halo-bundle-products .halo-product-item.isChecked .halo-product-image:after {
      display: none; }
    .halo-bundle-products .halo-product-item.isChecked .halo-detail-field {
      opacity: 1; }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-product-item {
        padding: 0 15px; } }
  .halo-bundle-products .halo-product-link {
    display: block;
    position: relative;
    overflow: hidden; }
  .halo-bundle-products .halo-product-container {
    display: block;
    position: relative; }
    .halo-bundle-products .halo-product-container::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
    .halo-bundle-products .halo-product-container > img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      opacity: 1;
      backface-visibility: visible;
      border: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin-top: 0;
      margin-bottom: 0;
      transition: opacity .8s ease; }
  .halo-bundle-products .halo-product-content {
    display: block;
    padding: 14px 0 0 0;
    text-align: left; }
  .halo-bundle-products .halo-product-total {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    display: block;
    text-align: center; }
    .halo-bundle-products .halo-product-total .total-price {
      display: block;
      font-size: 14px;
      font-weight: 400;
      color: #323232;
      letter-spacing: 0;
      line-height: 1.75;
      margin: 0 0 16px 0; }
    .halo-bundle-products .halo-product-total .text {
      display: block;
      margin-bottom: 6px; }
      .halo-bundle-products .halo-product-total .text span {
        font-weight: 700; }
    .halo-bundle-products .halo-product-total .price {
      font-weight: 700;
      font-size: 20px;
      letter-spacing: 0;
      margin: 0 0 0 5px; }
    .halo-bundle-products .halo-product-total .price-sale {
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 0;
      text-decoration: line-through;
      color: #999999;
      margin: 0 0 0 5px; }
    .halo-bundle-products .halo-product-total .button {
      width: 100%;
      height: 46px;
      line-height: 44px;
      text-transform: uppercase;
      max-width: 100%; }
    .halo-bundle-products .halo-product-total.has-price-sale .price {
      color: #ea2129; }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-product-total {
        text-align: left; } }
  .halo-bundle-products .icon-plus {
    position: absolute;
    top: 18%;
    left: -12px;
    z-index: 10;
    display: none;
    vertical-align: top;
    width: 25px;
    height: 25px; }
    .halo-bundle-products .icon-plus:before, .halo-bundle-products .icon-plus:after {
      content: "";
      position: absolute;
      top: 50%;
      background-color: #bfbfbf; }
    .halo-bundle-products .icon-plus:before {
      width: 25px;
      height: 2px;
      left: 100%;
      transform: translate3D(-100%, -50%, 0) rotate(0); }
    .halo-bundle-products .icon-plus:after {
      width: 2px;
      height: 25px;
      left: 11px;
      right: auto;
      transform: translate3D(0, -50%, 0) rotate(0); }
  .halo-bundle-products .halo-detail-field {
    opacity: .4; }
  .halo-bundle-products .halo-detail-label {
    display: inline-block !important;
    vertical-align: top;
    padding: 0;
    margin: 0 !important; }
    .halo-bundle-products .halo-detail-label:before {
      position: absolute;
      display: inline-block;
      vertical-align: top;
      top: 4px;
      border-radius: 0;
      width: 14px;
      height: 14px;
      background: transparent; }
    .halo-bundle-products .halo-detail-label:after {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23000000' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
      top: 6px;
      left: 2px;
      width: 10px;
      height: 10px; }
  .halo-bundle-products .halo-detail-checkbox[disable] + .halo-detail-label:before {
    border-color: #193753;
    background: #193753; }
  .halo-bundle-products .halo-detail-checkbox:checked + .halo-detail-label:before {
    border-color: #bfbfbf !important;
    background: transparent !important; }
  .halo-bundle-products .halo-detail-name {
    font-size: 14px;
    font-weight: 400;
    color: #323232;
    letter-spacing: 0;
    line-height: 22px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 8px; }
    .halo-bundle-products .halo-detail-name .text {
      display: inline;
      padding: 0 0 0 28px; }
  .halo-bundle-products .halo-detail-price {
    margin-bottom: 15px; }
  .halo-bundle-products .halo-detail-options {
    position: absolute;
    text-align: left;
    top: 0;
    left: 50%;
    background: white;
    z-index: 101;
    width: 100%;
    max-height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, 100%);
    transition: opacity, transform .3s ease; }
    .halo-bundle-products .halo-detail-options .halo-option-header {
      display: block;
      position: relative;
      background-color: #484b51;
      padding: 5px 15px 5px 15px; }
    .halo-bundle-products .halo-detail-options .halo-option-title {
      display: block;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 24px;
      color: white;
      text-transform: capitalize;
      margin: 0; }
    .halo-bundle-products .halo-detail-options .halo-option-close {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      line-height: 1; }
      .halo-bundle-products .halo-detail-options .halo-option-close svg {
        width: 16px;
        height: 16px;
        fill: white; }
    .halo-bundle-products .halo-detail-options .halo-option-content {
      display: block;
      padding: 10px;
      max-height: 221px;
      overflow: auto;
      border: 1px solid #bfbfbf; }
    .halo-bundle-products .halo-detail-options .alertBox-message {
      display: block;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 24px;
      color: #ea2129;
      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: 14px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0;
        color: #323232;
        margin: 0 0 12px 0; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label small {
          color: #8c8c8c;
          line-height: inherit;
          margin: 0 0 0 3px;
          float: none; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label [data-option-value] {
          font-size: 14px;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: 0;
          color: #323232;
          text-transform: capitalize;
          margin: 0 0 0 8px; }
      .halo-bundle-products .halo-detail-options .form-field + .form-field {
        margin-top: 20px; }
    .halo-bundle-products .halo-detail-options.is-open {
      transform: translate(-50%, 0); }
  .halo-bundle-products .halo-toggle-options {
    height: 45px;
    line-height: 44px;
    width: 100%;
    max-width: 100%; }
  .halo-bundle-products .hasOptions--selected .halo-toggle-options {
    color: white;
    border-color: #006d9e;
    background-color: #006d9e; }
    .halo-bundle-products .hasOptions--selected .halo-toggle-options:before {
      background-color: #006d9e; }
    .halo-bundle-products .hasOptions--selected .halo-toggle-options span {
      color: white; }
    .home-layout-3 .halo-bundle-products .hasOptions--selected .halo-toggle-options {
      color: #393939;
      border-color: white;
      background-color: white; }
      .home-layout-3 .halo-bundle-products .hasOptions--selected .halo-toggle-options:before {
        background-color: white; }
      .home-layout-3 .halo-bundle-products .hasOptions--selected .halo-toggle-options span {
        color: #393939; }
  .halo-bundle-products .slick-arrow {
    top: 25%;
    border: none; }
    .halo-bundle-products .slick-arrow.slick-prev {
      left: -40px; }
    .halo-bundle-products .slick-arrow.slick-next {
      right: -40px; }
      .product-layout-3 .halo-bundle-products .slick-arrow.slick-next {
        right: -20px; }
  .halo-bundle-products .slick-dots {
    display: inline-block;
    vertical-align: middle;
    left: 0;
    bottom: -45px; }
    .halo-bundle-products .slick-dots li {
      margin: 0 10px;
      padding: 0;
      width: auto;
      height: auto; }
      @media (min-width: 1025px) {
        .halo-bundle-products .slick-dots li {
          margin: 0 20px; } }
      .halo-bundle-products .slick-dots li button {
        width: 8px;
        height: 8px;
        opacity: 1;
        border: 1px solid #323232;
        background-color: transparent;
        transition: all 0.25s ease; }
        .halo-bundle-products .slick-dots li button:before {
          display: none; }
      .halo-bundle-products .slick-dots li:only-child {
        display: none; }
      .halo-bundle-products .slick-dots li.slick-active button {
        opacity: 1;
        border-color: #323232;
        background-color: #323232; }
  .halo-bundle-products .slick-active {
    position: relative; }
    .halo-bundle-products .slick-active + .slick-active .icon-plus {
      display: inline-block; }
  .halo-bundle-products.halo-block-disable .loadingOverlay {
    display: block; }
  @media (min-width: 768px) {
    .halo-bundle-products {
      padding-top: 0;
      padding-bottom: 48px;
      margin-top: 0; }
      .product-layout-2 .halo-bundle-products {
        padding-bottom: 28px; }
      .product-layout-3 .halo-bundle-products {
        padding-top: 32px; }
      .halo-bundle-products .halo-detail-options .halo-option-header {
        padding-left: 15px;
        padding-right: 15px; }
      .halo-bundle-products .halo-detail-options .halo-option-content {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 1025px) {
    .halo-bundle-products {
      margin-bottom: 0; }
      .halo-bundle-products .container {
        z-index: 5;
        max-width: 1230px;
        padding-left: 30px;
        padding-right: 30px; }
      .halo-bundle-products .halo-block-header {
        text-align: center; }
      .halo-bundle-products .bundle-products-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: start;
        padding-top: 30px;
        padding-bottom: 35px;
        border-bottom: 1px solid #eeeeee; }
        .product-layout-2 .halo-bundle-products .bundle-products-wrapper {
          border-bottom: none; }
      .halo-bundle-products .bundle-product-left {
        width: calc(100% - 283px);
        padding-left: 20px; }
        .product-layout-3 .halo-bundle-products .bundle-product-left {
          width: calc(100% - 263px); }
      .halo-bundle-products .bundle-product-right {
        width: 213px;
        margin-top: 45px; }
      .halo-bundle-products .halo-product-list {
        padding-left: 0;
        padding-right: 0;
        margin-left: -20px;
        margin-right: -20px; }
      .halo-bundle-products .halo-product-item {
        padding-left: 20px;
        padding-right: 20px; }
        .halo-bundle-products .halo-product-item .halo-product-imageSwap:hover .halo-product-container > img {
          opacity: 0;
          backface-visibility: hidden; }
        .halo-bundle-products .halo-product-item .halo-product-imageSwap:hover .halo-product-image2 {
          opacity: 1;
          backface-visibility: visible; }
          .halo-bundle-products .halo-product-item .halo-product-imageSwap:hover .halo-product-image2 img {
            transform: scale(1.09); }
        .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-product-image:before {
          display: none; }
      .halo-bundle-products .halo-product-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.25s ease; }
      .halo-bundle-products .halo-product-total {
        padding-top: 0;
        max-width: 100%; } }
  @media (min-width: 1600px) {
    .halo-bundle-products .halo-product-list {
      padding-left: 0;
      padding-right: 0; } }

#instruction-popup,
#warranty-popup {
  width: 100%;
  overflow: unset; }
  #instruction-popup .lazyload,
  #instruction-popup .lazyloading,
  #warranty-popup .lazyload,
  #warranty-popup .lazyloading {
    opacity: 0; }
  #instruction-popup .loadingOverlay,
  #warranty-popup .loadingOverlay {
    display: block !important; }
  #instruction-popup.open .loadingOverlay,
  #warranty-popup.open .loadingOverlay {
    display: none !important; }
  #instruction-popup .modal-close,
  #warranty-popup .modal-close {
    font-weight: 300;
    position: absolute;
    text-align: center;
    text-decoration: none;
    z-index: 50;
    font-size: 32px;
    line-height: 32px;
    height: 2.66667rem;
    width: 2.66667rem;
    color: #fff;
    background-color: #000;
    border-radius: 3px;
    right: -16px;
    top: -16px;
    transform: none; }
  @media (min-width: 1025px) {
    #instruction-popup,
    #warranty-popup {
      width: 749px; } }

.halo-badges {
  position: absolute;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column; }
  .halo-badges.halo-badges-left {
    left: 0;
    align-items: flex-start; }
  .halo-badges.halo-badges-right {
    left: auto;
    right: 0;
    align-items: flex-end; }

.halo-badge {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  height: 20px;
  text-align: center;
  border-radius: 3px;
  margin: 0;
  padding: 0 5px;
  text-transform: capitalize;
  min-width: 42px; }
  .halo-badge + .halo-badge {
    margin-top: 5px; }
  .halo-badge.new-badge {
    color: #323232;
    background: #ffc50a;
    border: 1px solid #ffc50a; }
  .halo-badge.sale-badge {
    color: white;
    background: #ea2129;
    border: 1px solid #ea2129; }
  .halo-badge.custom-badge {
    color: white;
    background: #323232;
    border: 1px solid #323232; }
  .halo-badge.soldOut-badge {
    color: white;
    background: #c6c6c6;
    border: 1px solid #c6c6c6; }

[data-product-attribute] .form-option {
  padding: 0;
  z-index: 1;
  min-width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: top;
  position: relative;
  border-radius: 3px;
  margin-right: 7px;
  border: 1px solid #c8c8c8;
  color: #323232; }
  [data-product-attribute] .form-option .form-option-variant {
    padding: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 0 5px;
    border-radius: 3px;
    position: relative; }
  @media (min-width: 769px) {
    [data-product-attribute] .form-option {
      margin-right: 10px; } }

[data-product-attribute] .form-option-swatch {
  border: none;
  overflow: hidden;
  line-height: 1;
  border-radius: 3px; }
  [data-product-attribute] .form-option-swatch .form-option-variant[title="White"] {
    border: 1px solid #c8c8c8; }
  [data-product-attribute] .form-option-swatch.swatch-pattern {
    overflow: visible; }
  [data-product-attribute] .form-option-swatch.swatch-two-color {
    box-shadow: 0 0 1px #c2c2c2; }
    [data-product-attribute] .form-option-swatch.swatch-two-color .form-option-variant {
      width: 50%;
      border-radius: 0; }
  [data-product-attribute] .form-option-swatch.swatch-three-color {
    box-shadow: 0 0 1px #c2c2c2; }
    [data-product-attribute] .form-option-swatch.swatch-three-color .form-option-variant {
      width: 33.33333%;
      border-radius: 0; }

[data-product-attribute] .form-option.unavailable {
  opacity: 1;
  background-color: transparent; }
  [data-product-attribute] .form-option.unavailable:before {
    left: -7px;
    top: 16px;
    height: 1px;
    width: calc(140% - 1px);
    background-color: #f68863; }
  [data-product-attribute] .form-option.unavailable .form-option-variant {
    /*opacity: 0.7;*/ }

[data-product-attribute] .form-radio:checked + .form-option.unavailable {
  box-shadow: 0 0 0 1px #505050; }

[data-product-attribute] .form-radio:checked + .form-option {
  border-color: #323232;
  box-shadow: 0 0 0 1px #323232; }

[data-product-attribute] .form-radio:checked + .form-option-swatch {
  border: none;
  box-shadow: 0 0 0 2px #323232; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  left: 0;
  line-height: 1;
  opacity: 0;
  padding: 5px;
  border-radius: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }
  .form-option-expanded .title {
    font-size: 12px;
    margin-bottom: 5px;
    display: block; }

@media (min-width: 1025px) {
  .form-option:hover .form-option-expanded {
    opacity: 1;
    visibility: visible;
    z-index: 30; } }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account:after, .account:before {
  content: " ";
  display: table; }

.account:after {
  clear: both; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 1025px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1025px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1025px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1025px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1025px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1025px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.u-none {
  text-decoration: none; }

.u-u {
  text-decoration: underline; }

.u-link,
.h-link {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration, text-decoration-thickness ease 100ms; }

.u-link:hover,
.h-link:hover {
  color: #323232; }

.u-link:hover {
  text-decoration-thickness: 0.2rem; }

.h-link:hover {
  text-decoration: underline; }

.link-cover:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.f-normal {
  font-weight: normal; }

.f-bold {
  font-weight: bold; }

.f-italic {
  font-style: italic; }

.d-none {
  display: none; }

.d-inline {
  display: inline; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: flex; }

.d-inline-flex {
  display: inline-flex; }

.d-grid {
  display: grid; }

.d-table {
  display: table; }

.d-table-r {
  display: table-row; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.pos-fixed {
  position: fixed; }

.pos-sticky {
  position: sticky; }

.pos-static {
  position: static; }

.pos-absolute-c-c {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.pos-absolute-t-c {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0); }

.pos-absolute-c-l {
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }

.pos-absolute-c-r {
  top: 50%;
  left: auto;
  right: 0;
  transform: translate(0, -50%); }

.v-a-top {
  vertical-align: top; }

.w-100 {
  width: 100%; }

.w-100v {
  width: 100vw; }

.w-auto {
  width: auto; }

.h-100 {
  height: 100%; }

.h-100v {
  height: 100vh; }

.h-auto {
  height: auto; }

.m-w {
  max-width: 100%; }

.mi-w {
  min-width: 100%; }

.m-h {
  max-height: 100%; }

.mi-h {
  min-height: 100%; }

.c-inline {
  font-size: 0;
  letter-spacing: 0; }

.c-pointer {
  cursor: pointer; }

.e-none {
  pointer-events: none; }

.e-auto {
  pointer-events: auto; }

.z-index-0 {
  z-index: 0; }

.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-4 {
  z-index: 4; }

.z-index-5 {
  z-index: 5; }

.z-index-6 {
  z-index: 6; }

.z-index-7 {
  z-index: 7; }

.z-index-8 {
  z-index: 8; }

.z-index-9 {
  z-index: 9; }

.z-index-10 {
  z-index: 10; }

.j-c-center {
  justify-content: center; }

.j-c-between {
  justify-content: space-between; }

.j-c-around {
  justify-content: space-around; }

.j-c-start {
  justify-content: flex-start; }

.j-c-end {
  justify-content: flex-end; }

.a-i-center {
  align-items: center; }

.a-i-start {
  align-items: flex-start; }

.a-i-end {
  align-items: flex-end; }

.f-wrap {
  flex-wrap: wrap; }

.f-nowrap {
  flex-wrap: nowrap; }

.f-column {
  flex-direction: column; }

.f-row {
  flex-direction: row; }

.f-row-reverse {
  flex-direction: row-reverse; }

.f-1 {
  flex: 1; }

.f-grow {
  flex-grow: 1; }

.f-shrink {
  flex-shrink: 0; }

.f-basis {
  flex-basis: auto; }

.m-auto {
  margin: auto; }

.m-t {
  margin-top: 30px; }

.m-b {
  margin-bottom: 30px; }

.m-l {
  margin-left: 30px; }

.m-r {
  margin-right: 30px; }

.m-auto.left {
  margin-left: 0;
  margin-right: auto; }

.m-auto.right {
  margin-left: auto;
  margin-right: 0; }

.m-0 {
  margin: 0; }

.p-t {
  padding-top: 30px; }

.p-b {
  padding-bottom: 30px; }

.p-l {
  padding-left: 30px; }

.p-r {
  padding-right: 30px; }

.p-0 {
  padding: 0; }

.top-0 {
  top: 0; }

.top-100 {
  top: 100%; }

[style*="--top"] {
  top: var(--top); }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

[style*="--right"] {
  right: var(--right); }

.bottom-0 {
  bottom: 0; }

.bottom-100 {
  bottom: 100%; }

.border {
  border: 0.1rem solid #323232; }

.b-none {
  border: none; }

.b-top {
  border-top: 0.1rem solid #323232; }

.b-bottom {
  border-bottom: 0.1rem solid #323232; }

.b-circle {
  border-radius: 50%; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.o-f-cover {
  object-fit: cover; }

.hidden {
  display: none !important; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important; }

.visually-hidden--inline {
  margin: 0;
  height: 1em; }

.o-a {
  overflow: auto; }

.o-h {
  overflow: hidden; }

.overflow-x {
  overflow-x: auto; }

.overflow-x-h {
  overflow-x: hidden; }

.overflow-y {
  overflow-y: auto; }

.overflow-y-h {
  overflow-y: hidden; }

.scroll-b {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-stop: always; }

.scroll-b-auto {
  scroll-behavior: auto; }

.scroll-b-x {
  scroll-snap-type: x mandatory; }

.scroll-s-start {
  scroll-snap-align: start; }

.js .scroll-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none; }

.js .scroll-hidden::-webkit-scrollbar {
  background: transparent;
  width: 0;
  height: 0; }

.js .scroll-hidden-m::-webkit-scrollbar {
  display: none; }

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto; }

.color-current {
  color: currentColor; }

.bg-transparent {
  background: transparent; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.l-h-1 {
  line-height: 1; }

.break {
  word-break: break-word; }

.w-s-nowrap {
  white-space: nowrap; }

.visibility-hidden {
  visibility: hidden; }

.c-2,
.c-3,
.c-4,
.c-5,
.c-6 {
  font-size: 0;
  margin-left: 0;
  margin-right: 0; }
  .c-2 .item,
  .c-3 .item,
  .c-4 .item,
  .c-5 .item,
  .c-6 .item {
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 1025px) {
    .c-2,
    .c-3,
    .c-4,
    .c-5,
    .c-6 {
      margin-left: -15px;
      margin-right: -15px; }
      .c-2 .item,
      .c-3 .item,
      .c-4 .item,
      .c-5 .item,
      .c-6 .item {
        display: inline-block;
        vertical-align: top;
        padding-left: 15px;
        padding-right: 15px; } }

.c-2 > .item {
  width: 100%; }
  .c-2 > .item + .item {
    margin-top: 15px; }
  @media (min-width: 551px) {
    .c-2 > .item {
      width: 50%; }
      .c-2 > .item + .item {
        margin-top: 0; }
      .c-2 > .item:nth-child(-n + 2) {
        margin-top: 0; } }

.c-3 > .item {
  width: 100%; }
  @media (min-width: 551px) {
    .c-3 > .item {
      width: 33.3334%; }
      .c-3 > .item:nth-child(-n + 3) {
        margin-top: 0; } }

.c-4 > .item {
  width: 25%; }
  .c-4 > .item:nth-child(-n + 4) {
    margin-top: 0; }

.c-5 > .item {
  width: 20%; }
  .c-5 > .item:nth-child(-n + 5) {
    margin-top: 0; }

.c-6 > .item {
  width: 16.6667%; }
  .c-6 > .item:nth-child(-n + 6) {
    margin-top: 0; }

.border-bottom {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 35px; }

.openMenuPC .halo-background {
  z-index: 21;
  opacity: 1;
  display: block;
  visibility: visible; }

.openMenuPC .navPages-container:after {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background-color: #5d6673; }

.openMenuPC.header-layout-2 .navPages-container:after, .openMenuPC.header-layout-3 .navPages-container:after {
  content: none; }

.g-recaptcha {
  display: block;
  margin: 0; }
  .g-recaptcha > div {
    margin: 0; }
  @media (min-width: 768px) {
    .g-recaptcha > div {
      margin-left: 0;
      margin-right: 0; } }

.halo-bgGray {
  background-color: #f5f5f5; }

.halo-bgYellow {
  background-color: #ffbb00; }

.halo-bgGreen {
  background-color: #90f700; }

.halo-block-product {
  padding-top: 15px;
  padding-bottom: 30px; }
  @media (min-width: 551px) {
    .halo-block-product {
      padding-top: 0; }
      .home-layout-2 .halo-block-product:not(.halo-home-section) {
        padding-top: 30px;
        padding-bottom: 20px; }
        .home-layout-2 .halo-block-product:not(.halo-home-section).border-top {
          border-top: 1px solid #f0f0f0; }
        .home-layout-2 .halo-block-product:not(.halo-home-section) .slick-arrow {
          width: 48px;
          height: 76px;
          border-radius: 3px; }
          .home-layout-2 .halo-block-product:not(.halo-home-section) .slick-arrow.slick-prev {
            box-shadow: 1px 2px 3px -1px #ccc;
            background-color: #ffffff; }
          .home-layout-2 .halo-block-product:not(.halo-home-section) .slick-arrow.slick-next {
            box-shadow: -1px 2px 3px -1px #ccc;
            background-color: #ffffff; }
      .home-layout-3 .halo-block-product {
        padding-top: 30px;
        padding-bottom: 20px; }
        .home-layout-3 .halo-block-product.border-top {
          border-top: 1px solid #f0f0f0; }
        .home-layout-3 .halo-block-product .slick-arrow {
          width: 48px;
          height: 76px;
          border-radius: 3px; }
          .home-layout-3 .halo-block-product .slick-arrow.slick-prev {
            box-shadow: 1px 2px 3px -1px #ccc;
            background-color: #ffffff; }
          .home-layout-3 .halo-block-product .slick-arrow.slick-next {
            box-shadow: -1px 2px 3px -1px #ccc;
            background-color: #ffffff; } }
  .halo-block-product .halo-block-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    text-align: center; }
    .home-layout-2 .halo-block-product .halo-block-header,
    .home-layout-3 .halo-block-product .halo-block-header {
      border-bottom: none; }
    .home-layout-3 .halo-block-product .halo-block-header {
      background-color: transparent; }
      .home-layout-3 .halo-block-product .halo-block-header + div {
        background-color: #ffffff; }
    .halo-block-product .halo-block-header .title {
      padding: 8px 0 8px 25px; }
      .home-layout-1 .halo-block-product .halo-block-header .title {
        display: inline-block; }
        .home-layout-1 .halo-block-product .halo-block-header .title + .link {
          font-weight: 700;
          color: #5874b0;
          margin-left: 15px; }
      .home-layout-2 .halo-block-product .halo-block-header .title {
        display: inline-block;
        padding: 8px 0;
        font-size: 20px; }
        .home-layout-2 .halo-block-product .halo-block-header .title + .link {
          font-weight: 700;
          color: #5874b0;
          margin-left: 15px; }
      .home-layout-3 .halo-block-product .halo-block-header .title {
        padding: 8px 0 17px 0; }
        .home-layout-3 .halo-block-product .halo-block-header .title + .link {
          position: absolute;
          top: 0;
          right: 0;
          color: #5874b0; }
      @media (max-width: 550px) {
        .halo-block-product .halo-block-header .title {
          font-size: 20px; } }
    @media (min-width: 551px) {
      .halo-block-product .halo-block-header {
        text-align: left; } }
  .halo-block-product .halo_prodByCate {
    background-color: #ffffff; }
  .halo-block-product#halo-related-products, .halo-block-product#halo-similar-products {
    padding-top: 0;
    padding-bottom: 25px; }
    .halo-block-product#halo-related-products .halo-block-header .title, .halo-block-product#halo-similar-products .halo-block-header .title {
      font-size: 20px;
      line-height: 24px;
      padding: 0 0 10px; }
      .product-layout-2 .halo-block-product#halo-related-products .halo-block-header .title, .product-layout-2 .halo-block-product#halo-similar-products .halo-block-header .title {
        font-size: 24px; }
      .product-layout-3 .halo-block-product#halo-related-products .halo-block-header .title, .product-layout-3 .halo-block-product#halo-similar-products .halo-block-header .title {
        padding: 0 0 18px;
        border-bottom: 1px solid #eeeeee; }
        @media (min-width: 1025px) {
          .product-layout-3 .halo-block-product#halo-related-products .halo-block-header .title, .product-layout-3 .halo-block-product#halo-similar-products .halo-block-header .title {
            margin-right: 30px; } }
    .halo-block-product#halo-related-products .productCarousel, .halo-block-product#halo-similar-products .productCarousel {
      padding: 20px 0 0; }
      .halo-block-product#halo-related-products .productCarousel .slick-dots, .halo-block-product#halo-similar-products .productCarousel .slick-dots {
        bottom: -5px;
        padding: 0; }
      .halo-block-product#halo-related-products .productCarousel .card, .halo-block-product#halo-similar-products .productCarousel .card {
        padding: 0 5px 20px; }
      @media (min-width: 768px) {
        .halo-block-product#halo-related-products .productCarousel, .halo-block-product#halo-similar-products .productCarousel {
          padding: 20px 0 0; }
          .halo-block-product#halo-related-products .productCarousel .card, .halo-block-product#halo-similar-products .productCarousel .card {
            padding: 0 10px 20px; } }
      @media (min-width: 1025px) {
        .halo-block-product#halo-related-products .productCarousel, .halo-block-product#halo-similar-products .productCarousel {
          margin: 0 -15px;
          padding: 36px 0 25px; }
          .halo-block-product#halo-related-products .productCarousel .card, .halo-block-product#halo-similar-products .productCarousel .card {
            padding: 0 15px 45px; }
          .halo-block-product#halo-related-products .productCarousel .slick-dots, .halo-block-product#halo-similar-products .productCarousel .slick-dots {
            bottom: 28px; } }
    .product-layout-3 .halo-block-product#halo-related-products, .product-layout-3 .halo-block-product#halo-similar-products {
      padding-bottom: 15px; }
      .product-layout-3 .halo-block-product#halo-related-products .productCarousel .card, .product-layout-3 .halo-block-product#halo-similar-products .productCarousel .card {
        padding: 0 15px 40px; }
    .halo-block-product#halo-related-products .arrow-custom .slick-prev,
    .halo-block-product#halo-related-products .arrow-custom .slick-next, .halo-block-product#halo-similar-products .arrow-custom .slick-prev,
    .halo-block-product#halo-similar-products .arrow-custom .slick-next {
      top: -32px;
      width: 35px;
      height: 32px;
      padding: 5px;
      fill: #7f7f7f;
      border: 1px solid #cccccc;
      transform: none; }
      .halo-block-product#halo-related-products .arrow-custom .slick-prev::before,
      .halo-block-product#halo-related-products .arrow-custom .slick-next::before, .halo-block-product#halo-similar-products .arrow-custom .slick-prev::before,
      .halo-block-product#halo-similar-products .arrow-custom .slick-next::before {
        width: 14px;
        height: 14px; }
    .halo-block-product#halo-related-products .arrow-custom .slick-prev, .halo-block-product#halo-similar-products .arrow-custom .slick-prev {
      left: auto;
      right: 49px;
      border-radius: 3px 0 0 3px; }
    .halo-block-product#halo-related-products .arrow-custom .slick-next, .halo-block-product#halo-similar-products .arrow-custom .slick-next {
      right: 15px;
      border-radius: 0 3px 3px 0; }
  .halo-block-product .productCarousel {
    padding: 25px 15px;
    background-color: #ffffff;
    margin-bottom: 15px; }
    .home-layout-2 .halo-block-product .productCarousel {
      padding: 20px 0 0 0; }
    @media (min-width: 1025px) {
      .halo-block-product .productCarousel {
        padding: 36px 50px 25px;
        margin-bottom: 61px; }
        .home-layout-2 .halo-block-product .productCarousel {
          margin-left: -15px;
          margin-bottom: 0; } }
    .home-layout-3 .halo-block-product .productCarousel {
      padding: 0; }
  .home-layout-1 .halo-block-product .productCarouselByCate {
    padding: 25px 15px;
    background-color: #ffffff; }
    @media (min-width: 1025px) {
      .home-layout-1 .halo-block-product .productCarouselByCate {
        padding: 36px 50px 15px; } }
  .halo-block-product .title {
    margin-top: 0;
    margin-bottom: 0; }
  .halo-block-product .slick-arrow {
    border: none;
    top: 37%; }
    .home-layout-3 .halo-block-product .slick-arrow {
      top: 33%; }
    .halo-block-product .slick-arrow:before {
      width: 25px;
      height: 25px; }
    .halo-block-product .slick-arrow.slick-prev {
      left: 0; }
      .home-layout-3 .halo-block-product .slick-arrow.slick-prev {
        left: 25px; }
    .halo-block-product .slick-arrow.slick-next {
      right: 0; }
      .home-layout-3 .halo-block-product .slick-arrow.slick-next {
        right: 25px; }
    @media (max-width: 550px) {
      .halo-block-product .slick-arrow {
        top: 50%;
        border: 1px solid #abadaf;
        background-color: white;
        height: 40px;
        width: 40px; }
        .halo-block-product .slick-arrow:before {
          width: 15px;
          height: 15px; }
        .halo-block-product .slick-arrow.slick-prev {
          left: 10px; }
        .halo-block-product .slick-arrow.slick-next {
          right: 10px; } }

.halo-description + .halo-block-product .halo-block-header {
  border-top: 1px solid #eeeeee;
  border-bottom: none;
  padding-top: 28px; }
  .halo-description + .halo-block-product .halo-block-header .title {
    padding: 0;
    font-size: 24px; }

.halo-link {
  display: block;
  font-weight: 700;
  text-transform: capitalize;
  color: #323232;
  margin-bottom: 25px; }
  .halo-link svg {
    fill: #323232;
    stroke: transparent; }
  .halo-link.custom {
    font-weight: 400;
    color: #4563b3; }
    .halo-link.custom svg {
      fill: #4563b3;
      stroke: transparent; }
  @media (min-width: 551px) {
    .halo-link {
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      position: absolute;
      margin-bottom: 0; } }

.halo-home-section {
  padding-bottom: 20px; }
  .halo-home-section.p-t {
    padding-top: 20px; }
  .halo-home-section.p-b {
    padding-bottom: 20px; }
  .halo-home-section.p-l {
    padding-left: 20px; }
  .halo-home-section.p-r {
    padding-right: 20px; }
  .home-layout-2 .halo-home-section .page-heading {
    display: inline-block;
    text-align: left;
    margin-bottom: 17px; }
    .home-layout-2 .halo-home-section .page-heading + .link {
      display: inline-block;
      margin-left: 15px;
      color: #5874b0;
      font-weight: 700; }
  .home-layout-3 .halo-home-section .page-heading {
    font-size: 24px;
    display: inline-block;
    text-align: left;
    margin-bottom: 17px; }
    .home-layout-3 .halo-home-section .page-heading + .link {
      position: absolute;
      top: 10px;
      right: 0;
      color: #5874b0; }
  @media (min-width: 551px) {
    .halo-home-section {
      padding-bottom: 30px; }
      .halo-home-section .page-heading {
        font-size: 20px; } }
  .halo-home-section.border-top {
    border-top: 1px solid #f0f0f0; }
  @media (min-width: 1025px) {
    .halo-home-section.p-t {
      padding-bottom: 30px; }
    .halo-home-section.p-t {
      padding-top: 40px; } }

#consent-manager {
  background-color: #faf8f6 !important;
  z-index: 97 !important; }
  #consent-manager div {
    background-color: transparent;
    color: #323232; }
    #consent-manager div p {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      line-height: 26px;
      color: #323232; }
      #consent-manager div p a {
        text-decoration: none;
        color: #323232;
        background-image: linear-gradient(transparent 97%, #323232 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
    #consent-manager div button {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      border-color: #eb2129;
      color: white;
      background-color: #eb2129;
      border-width: 1px;
      border-radius: 0;
      margin: 0;
      height: 50px;
      line-height: 46px;
      padding: 0 10px;
      text-transform: uppercase; }
      #consent-manager div button + button {
        color: #393939;
        background-color: white;
        border-color: #393939;
        margin-left: 5px; }
  #consent-manager > div {
    width: 100% !important;
    max-width: 1800px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 auto !important; }
    #consent-manager > div > div {
      padding-left: 0;
      padding-right: 0; }
      #consent-manager > div > div > div {
        flex-wrap: wrap !important;
        margin-top: 0 !important; }
        #consent-manager > div > div > div > div {
          margin-top: 0; }
          #consent-manager > div > div > div > div + div {
            margin-top: 10px;
            text-align: left; }
  @media (max-width: 550px) {
    #consent-manager div button {
      font-size: 11px;
      height: 36px; }
    #consent-manager .css-1wn42nw {
      width: 100%;
      flex-direction: column;
      justify-content: stretch;
      -webkit-box-align: stretch;
      align-items: stretch; }
      #consent-manager .css-1wn42nw button {
        -webkit-box-pack: center;
        justify-content: center;
        margin: 0 0 5px 0; } }
  @media (min-width: 551px) and (max-width: 767px) {
    #consent-manager div button {
      height: 40px; } }
  @media (min-width: 1025px) {
    #consent-manager > div > div {
      padding-top: 15px;
      padding-bottom: 15px; }
      #consent-manager > div > div > div {
        flex-wrap: nowrap !important;
        align-items: center !important; }
        #consent-manager > div > div > div > div {
          width: 60%; }
          #consent-manager > div > div > div > div + div {
            margin-top: 0;
            width: 40%;
            text-align: right; } }
  @media (min-width: 1200px) {
    #consent-manager > div {
      padding-left: 30px !important;
      padding-right: 30px !important;
      max-width: 1920px !important; } }
  @media (min-width: 1400px) {
    #consent-manager > div {
      padding-left: 60px !important;
      padding-right: 60px !important;
      max-width: 100% !important; } }
  @media (min-width: 1600px) {
    #consent-manager > div {
      padding-left: 75px !important;
      padding-right: 75px !important; }
      #consent-manager > div > div {
        padding-top: 15px;
        padding-bottom: 15px; }
        #consent-manager > div > div > div > div {
          width: 800px; }
          #consent-manager > div > div > div > div + div {
            margin-top: 0;
            width: calc(100% - 1030px);
            text-align: right; } }

[data-consent-manager-dialog] h2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #323232; }

[data-consent-manager-dialog] > div > section {
  border-radius: 0;
  letter-spacing: 0; }

[data-consent-manager-dialog] div {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: #323232; }
  [data-consent-manager-dialog] div table {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #323232; }
    [data-consent-manager-dialog] div table th {
      font-weight: 700;
      color: #323232; }
  [data-consent-manager-dialog] div button {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #00476b;
    border-color: #00476b;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    margin: 0;
    height: 50px;
    line-height: 48px;
    padding: 0 30px;
    text-transform: uppercase; }
    [data-consent-manager-dialog] div button + button {
      color: white;
      background-color: #006d9e;
      border-color: #00476b;
      margin-left: 15px; }
    [data-consent-manager-dialog] div button[aria-label="Cancel"] {
      border: 0;
      padding: 0; }

#consent-manager-update-banner {
  background-color: #faf8f6 !important;
  color: #323232 !important;
  z-index: 99 !important;
  padding-left: 15px !important;
  padding-right: 15px !important; }
  #consent-manager-update-banner a {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.75;
    color: #323232 !important;
    margin: 0 !important; }
  @media (min-width: 1025px) {
    #consent-manager-update-banner {
      padding-left: 30px !important;
      padding-right: 30px !important; } }
  @media (min-width: 1600px) {
    #consent-manager-update-banner {
      padding-left: 75px !important;
      padding-right: 75px !important; } }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/*
- Back To Top
*/
#haloBackToTop:not(.is-visible) {
  display: none; }

#haloBackToTop a {
  z-index: 99;
  font-size: 0px;
  height: 35px;
  position: fixed;
  bottom: 25%;
  width: 35px;
  cursor: pointer;
  margin: 0;
  border: 1px solid;
  text-align: center;
  background: white;
  right: 10px;
  transition: all .6s ease;
  padding: 4px;
  border-radius: 50%; }
  @media (min-width: 1025px) {
    #haloBackToTop a {
      right: 30px;
      width: 45px;
      height: 45px; } }
  @media (min-width: 1600px) {
    #haloBackToTop a {
      right: 75px; } }
  #haloBackToTop a svg {
    fill: #1e1e1e;
    color: #1e1e1e;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
    position: relative;
    top: -3px; }
    @media (min-width: 1025px) {
      #haloBackToTop a svg {
        top: -1px; } }
  @media (min-width: 1025px) {
    #haloBackToTop a:hover {
      border-color: !important;
      color: !important; }
      #haloBackToTop a:hover svg {
        color: !important;
        fill: !important; } }

.no-js .halo-fadeInLoad,
.no-js .halo-fadeIn,
.no-js .halo-fadeInLeft,
.no-js .halo-fadeInRight,
.no-js .halo-fadeInUp,
.no-js .halo-fadeInDown {
  opacity: 1; }

.no-js .halo-fadeInLeft,
.no-js .halo-fadeInRight {
  transform: translateX(0); }

.no-js .halo-fadeInUp,
.no-js .halo-fadeInDown {
  transform: translateY(0); }

.js .halo-fadeInLoad,
.js .halo-fadeIn,
.js .halo-fadeInLeft,
.js .halo-fadeInRight,
.js .halo-fadeInUp,
.js .halo-fadeInDown {
  opacity: 0; }
  .js .halo-fadeInLoad[data-halo-animate="0"],
  .js .halo-fadeIn[data-halo-animate="0"],
  .js .halo-fadeInLeft[data-halo-animate="0"],
  .js .halo-fadeInRight[data-halo-animate="0"],
  .js .halo-fadeInUp[data-halo-animate="0"],
  .js .halo-fadeInDown[data-halo-animate="0"] {
    animation-delay: 0.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate="1"],
  .js .halo-fadeIn[data-halo-animate="1"],
  .js .halo-fadeInLeft[data-halo-animate="1"],
  .js .halo-fadeInRight[data-halo-animate="1"],
  .js .halo-fadeInUp[data-halo-animate="1"],
  .js .halo-fadeInDown[data-halo-animate="1"] {
    animation-delay: 0.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate="2"],
  .js .halo-fadeIn[data-halo-animate="2"],
  .js .halo-fadeInLeft[data-halo-animate="2"],
  .js .halo-fadeInRight[data-halo-animate="2"],
  .js .halo-fadeInUp[data-halo-animate="2"],
  .js .halo-fadeInDown[data-halo-animate="2"] {
    animation-delay: 0.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate="3"],
  .js .halo-fadeIn[data-halo-animate="3"],
  .js .halo-fadeInLeft[data-halo-animate="3"],
  .js .halo-fadeInRight[data-halo-animate="3"],
  .js .halo-fadeInUp[data-halo-animate="3"],
  .js .halo-fadeInDown[data-halo-animate="3"] {
    animation-delay: 0.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate="4"],
  .js .halo-fadeIn[data-halo-animate="4"],
  .js .halo-fadeInLeft[data-halo-animate="4"],
  .js .halo-fadeInRight[data-halo-animate="4"],
  .js .halo-fadeInUp[data-halo-animate="4"],
  .js .halo-fadeInDown[data-halo-animate="4"] {
    animation-delay: 0.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate="5"],
  .js .halo-fadeIn[data-halo-animate="5"],
  .js .halo-fadeInLeft[data-halo-animate="5"],
  .js .halo-fadeInRight[data-halo-animate="5"],
  .js .halo-fadeInUp[data-halo-animate="5"],
  .js .halo-fadeInDown[data-halo-animate="5"] {
    animation-delay: 0.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate="6"],
  .js .halo-fadeIn[data-halo-animate="6"],
  .js .halo-fadeInLeft[data-halo-animate="6"],
  .js .halo-fadeInRight[data-halo-animate="6"],
  .js .halo-fadeInUp[data-halo-animate="6"],
  .js .halo-fadeInDown[data-halo-animate="6"] {
    animation-delay: 0.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate="7"],
  .js .halo-fadeIn[data-halo-animate="7"],
  .js .halo-fadeInLeft[data-halo-animate="7"],
  .js .halo-fadeInRight[data-halo-animate="7"],
  .js .halo-fadeInUp[data-halo-animate="7"],
  .js .halo-fadeInDown[data-halo-animate="7"] {
    animation-delay: 0.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate="8"],
  .js .halo-fadeIn[data-halo-animate="8"],
  .js .halo-fadeInLeft[data-halo-animate="8"],
  .js .halo-fadeInRight[data-halo-animate="8"],
  .js .halo-fadeInUp[data-halo-animate="8"],
  .js .halo-fadeInDown[data-halo-animate="8"] {
    animation-delay: 0.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate="9"],
  .js .halo-fadeIn[data-halo-animate="9"],
  .js .halo-fadeInLeft[data-halo-animate="9"],
  .js .halo-fadeInRight[data-halo-animate="9"],
  .js .halo-fadeInUp[data-halo-animate="9"],
  .js .halo-fadeInDown[data-halo-animate="9"] {
    animation-delay: 1.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate="10"],
  .js .halo-fadeIn[data-halo-animate="10"],
  .js .halo-fadeInLeft[data-halo-animate="10"],
  .js .halo-fadeInRight[data-halo-animate="10"],
  .js .halo-fadeInUp[data-halo-animate="10"],
  .js .halo-fadeInDown[data-halo-animate="10"] {
    animation-delay: 1.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate="11"],
  .js .halo-fadeIn[data-halo-animate="11"],
  .js .halo-fadeInLeft[data-halo-animate="11"],
  .js .halo-fadeInRight[data-halo-animate="11"],
  .js .halo-fadeInUp[data-halo-animate="11"],
  .js .halo-fadeInDown[data-halo-animate="11"] {
    animation-delay: 1.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate="12"],
  .js .halo-fadeIn[data-halo-animate="12"],
  .js .halo-fadeInLeft[data-halo-animate="12"],
  .js .halo-fadeInRight[data-halo-animate="12"],
  .js .halo-fadeInUp[data-halo-animate="12"],
  .js .halo-fadeInDown[data-halo-animate="12"] {
    animation-delay: 1.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate="13"],
  .js .halo-fadeIn[data-halo-animate="13"],
  .js .halo-fadeInLeft[data-halo-animate="13"],
  .js .halo-fadeInRight[data-halo-animate="13"],
  .js .halo-fadeInUp[data-halo-animate="13"],
  .js .halo-fadeInDown[data-halo-animate="13"] {
    animation-delay: 1.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate="14"],
  .js .halo-fadeIn[data-halo-animate="14"],
  .js .halo-fadeInLeft[data-halo-animate="14"],
  .js .halo-fadeInRight[data-halo-animate="14"],
  .js .halo-fadeInUp[data-halo-animate="14"],
  .js .halo-fadeInDown[data-halo-animate="14"] {
    animation-delay: 1.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate="15"],
  .js .halo-fadeIn[data-halo-animate="15"],
  .js .halo-fadeInLeft[data-halo-animate="15"],
  .js .halo-fadeInRight[data-halo-animate="15"],
  .js .halo-fadeInUp[data-halo-animate="15"],
  .js .halo-fadeInDown[data-halo-animate="15"] {
    animation-delay: 1.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate="16"],
  .js .halo-fadeIn[data-halo-animate="16"],
  .js .halo-fadeInLeft[data-halo-animate="16"],
  .js .halo-fadeInRight[data-halo-animate="16"],
  .js .halo-fadeInUp[data-halo-animate="16"],
  .js .halo-fadeInDown[data-halo-animate="16"] {
    animation-delay: 1.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate="17"],
  .js .halo-fadeIn[data-halo-animate="17"],
  .js .halo-fadeInLeft[data-halo-animate="17"],
  .js .halo-fadeInRight[data-halo-animate="17"],
  .js .halo-fadeInUp[data-halo-animate="17"],
  .js .halo-fadeInDown[data-halo-animate="17"] {
    animation-delay: 1.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate="18"],
  .js .halo-fadeIn[data-halo-animate="18"],
  .js .halo-fadeInLeft[data-halo-animate="18"],
  .js .halo-fadeInRight[data-halo-animate="18"],
  .js .halo-fadeInUp[data-halo-animate="18"],
  .js .halo-fadeInDown[data-halo-animate="18"] {
    animation-delay: 1.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate="19"],
  .js .halo-fadeIn[data-halo-animate="19"],
  .js .halo-fadeInLeft[data-halo-animate="19"],
  .js .halo-fadeInRight[data-halo-animate="19"],
  .js .halo-fadeInUp[data-halo-animate="19"],
  .js .halo-fadeInDown[data-halo-animate="19"] {
    animation-delay: 2.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate="20"],
  .js .halo-fadeIn[data-halo-animate="20"],
  .js .halo-fadeInLeft[data-halo-animate="20"],
  .js .halo-fadeInRight[data-halo-animate="20"],
  .js .halo-fadeInUp[data-halo-animate="20"],
  .js .halo-fadeInDown[data-halo-animate="20"] {
    animation-delay: 2.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate="21"],
  .js .halo-fadeIn[data-halo-animate="21"],
  .js .halo-fadeInLeft[data-halo-animate="21"],
  .js .halo-fadeInRight[data-halo-animate="21"],
  .js .halo-fadeInUp[data-halo-animate="21"],
  .js .halo-fadeInDown[data-halo-animate="21"] {
    animation-delay: 2.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate="22"],
  .js .halo-fadeIn[data-halo-animate="22"],
  .js .halo-fadeInLeft[data-halo-animate="22"],
  .js .halo-fadeInRight[data-halo-animate="22"],
  .js .halo-fadeInUp[data-halo-animate="22"],
  .js .halo-fadeInDown[data-halo-animate="22"] {
    animation-delay: 2.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate="23"],
  .js .halo-fadeIn[data-halo-animate="23"],
  .js .halo-fadeInLeft[data-halo-animate="23"],
  .js .halo-fadeInRight[data-halo-animate="23"],
  .js .halo-fadeInUp[data-halo-animate="23"],
  .js .halo-fadeInDown[data-halo-animate="23"] {
    animation-delay: 2.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate="24"],
  .js .halo-fadeIn[data-halo-animate="24"],
  .js .halo-fadeInLeft[data-halo-animate="24"],
  .js .halo-fadeInRight[data-halo-animate="24"],
  .js .halo-fadeInUp[data-halo-animate="24"],
  .js .halo-fadeInDown[data-halo-animate="24"] {
    animation-delay: 2.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate="25"],
  .js .halo-fadeIn[data-halo-animate="25"],
  .js .halo-fadeInLeft[data-halo-animate="25"],
  .js .halo-fadeInRight[data-halo-animate="25"],
  .js .halo-fadeInUp[data-halo-animate="25"],
  .js .halo-fadeInDown[data-halo-animate="25"] {
    animation-delay: 2.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate="26"],
  .js .halo-fadeIn[data-halo-animate="26"],
  .js .halo-fadeInLeft[data-halo-animate="26"],
  .js .halo-fadeInRight[data-halo-animate="26"],
  .js .halo-fadeInUp[data-halo-animate="26"],
  .js .halo-fadeInDown[data-halo-animate="26"] {
    animation-delay: 2.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate="27"],
  .js .halo-fadeIn[data-halo-animate="27"],
  .js .halo-fadeInLeft[data-halo-animate="27"],
  .js .halo-fadeInRight[data-halo-animate="27"],
  .js .halo-fadeInUp[data-halo-animate="27"],
  .js .halo-fadeInDown[data-halo-animate="27"] {
    animation-delay: 2.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate="28"],
  .js .halo-fadeIn[data-halo-animate="28"],
  .js .halo-fadeInLeft[data-halo-animate="28"],
  .js .halo-fadeInRight[data-halo-animate="28"],
  .js .halo-fadeInUp[data-halo-animate="28"],
  .js .halo-fadeInDown[data-halo-animate="28"] {
    animation-delay: 2.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate="29"],
  .js .halo-fadeIn[data-halo-animate="29"],
  .js .halo-fadeInLeft[data-halo-animate="29"],
  .js .halo-fadeInRight[data-halo-animate="29"],
  .js .halo-fadeInUp[data-halo-animate="29"],
  .js .halo-fadeInDown[data-halo-animate="29"] {
    animation-delay: 3.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate="30"],
  .js .halo-fadeIn[data-halo-animate="30"],
  .js .halo-fadeInLeft[data-halo-animate="30"],
  .js .halo-fadeInRight[data-halo-animate="30"],
  .js .halo-fadeInUp[data-halo-animate="30"],
  .js .halo-fadeInDown[data-halo-animate="30"] {
    animation-delay: 3.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate="31"],
  .js .halo-fadeIn[data-halo-animate="31"],
  .js .halo-fadeInLeft[data-halo-animate="31"],
  .js .halo-fadeInRight[data-halo-animate="31"],
  .js .halo-fadeInUp[data-halo-animate="31"],
  .js .halo-fadeInDown[data-halo-animate="31"] {
    animation-delay: 3.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate="32"],
  .js .halo-fadeIn[data-halo-animate="32"],
  .js .halo-fadeInLeft[data-halo-animate="32"],
  .js .halo-fadeInRight[data-halo-animate="32"],
  .js .halo-fadeInUp[data-halo-animate="32"],
  .js .halo-fadeInDown[data-halo-animate="32"] {
    animation-delay: 3.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate="33"],
  .js .halo-fadeIn[data-halo-animate="33"],
  .js .halo-fadeInLeft[data-halo-animate="33"],
  .js .halo-fadeInRight[data-halo-animate="33"],
  .js .halo-fadeInUp[data-halo-animate="33"],
  .js .halo-fadeInDown[data-halo-animate="33"] {
    animation-delay: 3.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate="34"],
  .js .halo-fadeIn[data-halo-animate="34"],
  .js .halo-fadeInLeft[data-halo-animate="34"],
  .js .halo-fadeInRight[data-halo-animate="34"],
  .js .halo-fadeInUp[data-halo-animate="34"],
  .js .halo-fadeInDown[data-halo-animate="34"] {
    animation-delay: 3.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate="35"],
  .js .halo-fadeIn[data-halo-animate="35"],
  .js .halo-fadeInLeft[data-halo-animate="35"],
  .js .halo-fadeInRight[data-halo-animate="35"],
  .js .halo-fadeInUp[data-halo-animate="35"],
  .js .halo-fadeInDown[data-halo-animate="35"] {
    animation-delay: 3.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate="36"],
  .js .halo-fadeIn[data-halo-animate="36"],
  .js .halo-fadeInLeft[data-halo-animate="36"],
  .js .halo-fadeInRight[data-halo-animate="36"],
  .js .halo-fadeInUp[data-halo-animate="36"],
  .js .halo-fadeInDown[data-halo-animate="36"] {
    animation-delay: 3.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate="37"],
  .js .halo-fadeIn[data-halo-animate="37"],
  .js .halo-fadeInLeft[data-halo-animate="37"],
  .js .halo-fadeInRight[data-halo-animate="37"],
  .js .halo-fadeInUp[data-halo-animate="37"],
  .js .halo-fadeInDown[data-halo-animate="37"] {
    animation-delay: 3.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate="38"],
  .js .halo-fadeIn[data-halo-animate="38"],
  .js .halo-fadeInLeft[data-halo-animate="38"],
  .js .halo-fadeInRight[data-halo-animate="38"],
  .js .halo-fadeInUp[data-halo-animate="38"],
  .js .halo-fadeInDown[data-halo-animate="38"] {
    animation-delay: 3.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate="39"],
  .js .halo-fadeIn[data-halo-animate="39"],
  .js .halo-fadeInLeft[data-halo-animate="39"],
  .js .halo-fadeInRight[data-halo-animate="39"],
  .js .halo-fadeInUp[data-halo-animate="39"],
  .js .halo-fadeInDown[data-halo-animate="39"] {
    animation-delay: 4.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate="40"],
  .js .halo-fadeIn[data-halo-animate="40"],
  .js .halo-fadeInLeft[data-halo-animate="40"],
  .js .halo-fadeInRight[data-halo-animate="40"],
  .js .halo-fadeInUp[data-halo-animate="40"],
  .js .halo-fadeInDown[data-halo-animate="40"] {
    animation-delay: 4.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate="41"],
  .js .halo-fadeIn[data-halo-animate="41"],
  .js .halo-fadeInLeft[data-halo-animate="41"],
  .js .halo-fadeInRight[data-halo-animate="41"],
  .js .halo-fadeInUp[data-halo-animate="41"],
  .js .halo-fadeInDown[data-halo-animate="41"] {
    animation-delay: 4.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate="42"],
  .js .halo-fadeIn[data-halo-animate="42"],
  .js .halo-fadeInLeft[data-halo-animate="42"],
  .js .halo-fadeInRight[data-halo-animate="42"],
  .js .halo-fadeInUp[data-halo-animate="42"],
  .js .halo-fadeInDown[data-halo-animate="42"] {
    animation-delay: 4.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate="43"],
  .js .halo-fadeIn[data-halo-animate="43"],
  .js .halo-fadeInLeft[data-halo-animate="43"],
  .js .halo-fadeInRight[data-halo-animate="43"],
  .js .halo-fadeInUp[data-halo-animate="43"],
  .js .halo-fadeInDown[data-halo-animate="43"] {
    animation-delay: 4.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate="44"],
  .js .halo-fadeIn[data-halo-animate="44"],
  .js .halo-fadeInLeft[data-halo-animate="44"],
  .js .halo-fadeInRight[data-halo-animate="44"],
  .js .halo-fadeInUp[data-halo-animate="44"],
  .js .halo-fadeInDown[data-halo-animate="44"] {
    animation-delay: 4.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate="45"],
  .js .halo-fadeIn[data-halo-animate="45"],
  .js .halo-fadeInLeft[data-halo-animate="45"],
  .js .halo-fadeInRight[data-halo-animate="45"],
  .js .halo-fadeInUp[data-halo-animate="45"],
  .js .halo-fadeInDown[data-halo-animate="45"] {
    animation-delay: 4.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate="46"],
  .js .halo-fadeIn[data-halo-animate="46"],
  .js .halo-fadeInLeft[data-halo-animate="46"],
  .js .halo-fadeInRight[data-halo-animate="46"],
  .js .halo-fadeInUp[data-halo-animate="46"],
  .js .halo-fadeInDown[data-halo-animate="46"] {
    animation-delay: 4.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate="47"],
  .js .halo-fadeIn[data-halo-animate="47"],
  .js .halo-fadeInLeft[data-halo-animate="47"],
  .js .halo-fadeInRight[data-halo-animate="47"],
  .js .halo-fadeInUp[data-halo-animate="47"],
  .js .halo-fadeInDown[data-halo-animate="47"] {
    animation-delay: 4.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate="48"],
  .js .halo-fadeIn[data-halo-animate="48"],
  .js .halo-fadeInLeft[data-halo-animate="48"],
  .js .halo-fadeInRight[data-halo-animate="48"],
  .js .halo-fadeInUp[data-halo-animate="48"],
  .js .halo-fadeInDown[data-halo-animate="48"] {
    animation-delay: 4.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate="49"],
  .js .halo-fadeIn[data-halo-animate="49"],
  .js .halo-fadeInLeft[data-halo-animate="49"],
  .js .halo-fadeInRight[data-halo-animate="49"],
  .js .halo-fadeInUp[data-halo-animate="49"],
  .js .halo-fadeInDown[data-halo-animate="49"] {
    animation-delay: 5.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate="50"],
  .js .halo-fadeIn[data-halo-animate="50"],
  .js .halo-fadeInLeft[data-halo-animate="50"],
  .js .halo-fadeInRight[data-halo-animate="50"],
  .js .halo-fadeInUp[data-halo-animate="50"],
  .js .halo-fadeInDown[data-halo-animate="50"] {
    animation-delay: 5.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate="51"],
  .js .halo-fadeIn[data-halo-animate="51"],
  .js .halo-fadeInLeft[data-halo-animate="51"],
  .js .halo-fadeInRight[data-halo-animate="51"],
  .js .halo-fadeInUp[data-halo-animate="51"],
  .js .halo-fadeInDown[data-halo-animate="51"] {
    animation-delay: 5.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate="52"],
  .js .halo-fadeIn[data-halo-animate="52"],
  .js .halo-fadeInLeft[data-halo-animate="52"],
  .js .halo-fadeInRight[data-halo-animate="52"],
  .js .halo-fadeInUp[data-halo-animate="52"],
  .js .halo-fadeInDown[data-halo-animate="52"] {
    animation-delay: 5.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate="53"],
  .js .halo-fadeIn[data-halo-animate="53"],
  .js .halo-fadeInLeft[data-halo-animate="53"],
  .js .halo-fadeInRight[data-halo-animate="53"],
  .js .halo-fadeInUp[data-halo-animate="53"],
  .js .halo-fadeInDown[data-halo-animate="53"] {
    animation-delay: 5.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate="54"],
  .js .halo-fadeIn[data-halo-animate="54"],
  .js .halo-fadeInLeft[data-halo-animate="54"],
  .js .halo-fadeInRight[data-halo-animate="54"],
  .js .halo-fadeInUp[data-halo-animate="54"],
  .js .halo-fadeInDown[data-halo-animate="54"] {
    animation-delay: 5.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate="55"],
  .js .halo-fadeIn[data-halo-animate="55"],
  .js .halo-fadeInLeft[data-halo-animate="55"],
  .js .halo-fadeInRight[data-halo-animate="55"],
  .js .halo-fadeInUp[data-halo-animate="55"],
  .js .halo-fadeInDown[data-halo-animate="55"] {
    animation-delay: 5.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate="56"],
  .js .halo-fadeIn[data-halo-animate="56"],
  .js .halo-fadeInLeft[data-halo-animate="56"],
  .js .halo-fadeInRight[data-halo-animate="56"],
  .js .halo-fadeInUp[data-halo-animate="56"],
  .js .halo-fadeInDown[data-halo-animate="56"] {
    animation-delay: 5.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate="57"],
  .js .halo-fadeIn[data-halo-animate="57"],
  .js .halo-fadeInLeft[data-halo-animate="57"],
  .js .halo-fadeInRight[data-halo-animate="57"],
  .js .halo-fadeInUp[data-halo-animate="57"],
  .js .halo-fadeInDown[data-halo-animate="57"] {
    animation-delay: 5.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate="58"],
  .js .halo-fadeIn[data-halo-animate="58"],
  .js .halo-fadeInLeft[data-halo-animate="58"],
  .js .halo-fadeInRight[data-halo-animate="58"],
  .js .halo-fadeInUp[data-halo-animate="58"],
  .js .halo-fadeInDown[data-halo-animate="58"] {
    animation-delay: 5.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate="59"],
  .js .halo-fadeIn[data-halo-animate="59"],
  .js .halo-fadeInLeft[data-halo-animate="59"],
  .js .halo-fadeInRight[data-halo-animate="59"],
  .js .halo-fadeInUp[data-halo-animate="59"],
  .js .halo-fadeInDown[data-halo-animate="59"] {
    animation-delay: 6.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate="60"],
  .js .halo-fadeIn[data-halo-animate="60"],
  .js .halo-fadeInLeft[data-halo-animate="60"],
  .js .halo-fadeInRight[data-halo-animate="60"],
  .js .halo-fadeInUp[data-halo-animate="60"],
  .js .halo-fadeInDown[data-halo-animate="60"] {
    animation-delay: 6.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate="61"],
  .js .halo-fadeIn[data-halo-animate="61"],
  .js .halo-fadeInLeft[data-halo-animate="61"],
  .js .halo-fadeInRight[data-halo-animate="61"],
  .js .halo-fadeInUp[data-halo-animate="61"],
  .js .halo-fadeInDown[data-halo-animate="61"] {
    animation-delay: 6.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate="62"],
  .js .halo-fadeIn[data-halo-animate="62"],
  .js .halo-fadeInLeft[data-halo-animate="62"],
  .js .halo-fadeInRight[data-halo-animate="62"],
  .js .halo-fadeInUp[data-halo-animate="62"],
  .js .halo-fadeInDown[data-halo-animate="62"] {
    animation-delay: 6.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate="63"],
  .js .halo-fadeIn[data-halo-animate="63"],
  .js .halo-fadeInLeft[data-halo-animate="63"],
  .js .halo-fadeInRight[data-halo-animate="63"],
  .js .halo-fadeInUp[data-halo-animate="63"],
  .js .halo-fadeInDown[data-halo-animate="63"] {
    animation-delay: 6.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate="64"],
  .js .halo-fadeIn[data-halo-animate="64"],
  .js .halo-fadeInLeft[data-halo-animate="64"],
  .js .halo-fadeInRight[data-halo-animate="64"],
  .js .halo-fadeInUp[data-halo-animate="64"],
  .js .halo-fadeInDown[data-halo-animate="64"] {
    animation-delay: 6.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate="65"],
  .js .halo-fadeIn[data-halo-animate="65"],
  .js .halo-fadeInLeft[data-halo-animate="65"],
  .js .halo-fadeInRight[data-halo-animate="65"],
  .js .halo-fadeInUp[data-halo-animate="65"],
  .js .halo-fadeInDown[data-halo-animate="65"] {
    animation-delay: 6.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate="66"],
  .js .halo-fadeIn[data-halo-animate="66"],
  .js .halo-fadeInLeft[data-halo-animate="66"],
  .js .halo-fadeInRight[data-halo-animate="66"],
  .js .halo-fadeInUp[data-halo-animate="66"],
  .js .halo-fadeInDown[data-halo-animate="66"] {
    animation-delay: 6.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate="67"],
  .js .halo-fadeIn[data-halo-animate="67"],
  .js .halo-fadeInLeft[data-halo-animate="67"],
  .js .halo-fadeInRight[data-halo-animate="67"],
  .js .halo-fadeInUp[data-halo-animate="67"],
  .js .halo-fadeInDown[data-halo-animate="67"] {
    animation-delay: 6.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate="68"],
  .js .halo-fadeIn[data-halo-animate="68"],
  .js .halo-fadeInLeft[data-halo-animate="68"],
  .js .halo-fadeInRight[data-halo-animate="68"],
  .js .halo-fadeInUp[data-halo-animate="68"],
  .js .halo-fadeInDown[data-halo-animate="68"] {
    animation-delay: 6.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate="69"],
  .js .halo-fadeIn[data-halo-animate="69"],
  .js .halo-fadeInLeft[data-halo-animate="69"],
  .js .halo-fadeInRight[data-halo-animate="69"],
  .js .halo-fadeInUp[data-halo-animate="69"],
  .js .halo-fadeInDown[data-halo-animate="69"] {
    animation-delay: 7.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate="70"],
  .js .halo-fadeIn[data-halo-animate="70"],
  .js .halo-fadeInLeft[data-halo-animate="70"],
  .js .halo-fadeInRight[data-halo-animate="70"],
  .js .halo-fadeInUp[data-halo-animate="70"],
  .js .halo-fadeInDown[data-halo-animate="70"] {
    animation-delay: 7.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate="71"],
  .js .halo-fadeIn[data-halo-animate="71"],
  .js .halo-fadeInLeft[data-halo-animate="71"],
  .js .halo-fadeInRight[data-halo-animate="71"],
  .js .halo-fadeInUp[data-halo-animate="71"],
  .js .halo-fadeInDown[data-halo-animate="71"] {
    animation-delay: 7.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate="72"],
  .js .halo-fadeIn[data-halo-animate="72"],
  .js .halo-fadeInLeft[data-halo-animate="72"],
  .js .halo-fadeInRight[data-halo-animate="72"],
  .js .halo-fadeInUp[data-halo-animate="72"],
  .js .halo-fadeInDown[data-halo-animate="72"] {
    animation-delay: 7.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate="73"],
  .js .halo-fadeIn[data-halo-animate="73"],
  .js .halo-fadeInLeft[data-halo-animate="73"],
  .js .halo-fadeInRight[data-halo-animate="73"],
  .js .halo-fadeInUp[data-halo-animate="73"],
  .js .halo-fadeInDown[data-halo-animate="73"] {
    animation-delay: 7.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate="74"],
  .js .halo-fadeIn[data-halo-animate="74"],
  .js .halo-fadeInLeft[data-halo-animate="74"],
  .js .halo-fadeInRight[data-halo-animate="74"],
  .js .halo-fadeInUp[data-halo-animate="74"],
  .js .halo-fadeInDown[data-halo-animate="74"] {
    animation-delay: 7.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate="75"],
  .js .halo-fadeIn[data-halo-animate="75"],
  .js .halo-fadeInLeft[data-halo-animate="75"],
  .js .halo-fadeInRight[data-halo-animate="75"],
  .js .halo-fadeInUp[data-halo-animate="75"],
  .js .halo-fadeInDown[data-halo-animate="75"] {
    animation-delay: 7.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate="76"],
  .js .halo-fadeIn[data-halo-animate="76"],
  .js .halo-fadeInLeft[data-halo-animate="76"],
  .js .halo-fadeInRight[data-halo-animate="76"],
  .js .halo-fadeInUp[data-halo-animate="76"],
  .js .halo-fadeInDown[data-halo-animate="76"] {
    animation-delay: 7.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate="77"],
  .js .halo-fadeIn[data-halo-animate="77"],
  .js .halo-fadeInLeft[data-halo-animate="77"],
  .js .halo-fadeInRight[data-halo-animate="77"],
  .js .halo-fadeInUp[data-halo-animate="77"],
  .js .halo-fadeInDown[data-halo-animate="77"] {
    animation-delay: 7.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate="78"],
  .js .halo-fadeIn[data-halo-animate="78"],
  .js .halo-fadeInLeft[data-halo-animate="78"],
  .js .halo-fadeInRight[data-halo-animate="78"],
  .js .halo-fadeInUp[data-halo-animate="78"],
  .js .halo-fadeInDown[data-halo-animate="78"] {
    animation-delay: 7.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate="79"],
  .js .halo-fadeIn[data-halo-animate="79"],
  .js .halo-fadeInLeft[data-halo-animate="79"],
  .js .halo-fadeInRight[data-halo-animate="79"],
  .js .halo-fadeInUp[data-halo-animate="79"],
  .js .halo-fadeInDown[data-halo-animate="79"] {
    animation-delay: 8.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate="80"],
  .js .halo-fadeIn[data-halo-animate="80"],
  .js .halo-fadeInLeft[data-halo-animate="80"],
  .js .halo-fadeInRight[data-halo-animate="80"],
  .js .halo-fadeInUp[data-halo-animate="80"],
  .js .halo-fadeInDown[data-halo-animate="80"] {
    animation-delay: 8.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate="81"],
  .js .halo-fadeIn[data-halo-animate="81"],
  .js .halo-fadeInLeft[data-halo-animate="81"],
  .js .halo-fadeInRight[data-halo-animate="81"],
  .js .halo-fadeInUp[data-halo-animate="81"],
  .js .halo-fadeInDown[data-halo-animate="81"] {
    animation-delay: 8.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate="82"],
  .js .halo-fadeIn[data-halo-animate="82"],
  .js .halo-fadeInLeft[data-halo-animate="82"],
  .js .halo-fadeInRight[data-halo-animate="82"],
  .js .halo-fadeInUp[data-halo-animate="82"],
  .js .halo-fadeInDown[data-halo-animate="82"] {
    animation-delay: 8.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate="83"],
  .js .halo-fadeIn[data-halo-animate="83"],
  .js .halo-fadeInLeft[data-halo-animate="83"],
  .js .halo-fadeInRight[data-halo-animate="83"],
  .js .halo-fadeInUp[data-halo-animate="83"],
  .js .halo-fadeInDown[data-halo-animate="83"] {
    animation-delay: 8.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate="84"],
  .js .halo-fadeIn[data-halo-animate="84"],
  .js .halo-fadeInLeft[data-halo-animate="84"],
  .js .halo-fadeInRight[data-halo-animate="84"],
  .js .halo-fadeInUp[data-halo-animate="84"],
  .js .halo-fadeInDown[data-halo-animate="84"] {
    animation-delay: 8.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate="85"],
  .js .halo-fadeIn[data-halo-animate="85"],
  .js .halo-fadeInLeft[data-halo-animate="85"],
  .js .halo-fadeInRight[data-halo-animate="85"],
  .js .halo-fadeInUp[data-halo-animate="85"],
  .js .halo-fadeInDown[data-halo-animate="85"] {
    animation-delay: 8.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate="86"],
  .js .halo-fadeIn[data-halo-animate="86"],
  .js .halo-fadeInLeft[data-halo-animate="86"],
  .js .halo-fadeInRight[data-halo-animate="86"],
  .js .halo-fadeInUp[data-halo-animate="86"],
  .js .halo-fadeInDown[data-halo-animate="86"] {
    animation-delay: 8.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate="87"],
  .js .halo-fadeIn[data-halo-animate="87"],
  .js .halo-fadeInLeft[data-halo-animate="87"],
  .js .halo-fadeInRight[data-halo-animate="87"],
  .js .halo-fadeInUp[data-halo-animate="87"],
  .js .halo-fadeInDown[data-halo-animate="87"] {
    animation-delay: 8.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate="88"],
  .js .halo-fadeIn[data-halo-animate="88"],
  .js .halo-fadeInLeft[data-halo-animate="88"],
  .js .halo-fadeInRight[data-halo-animate="88"],
  .js .halo-fadeInUp[data-halo-animate="88"],
  .js .halo-fadeInDown[data-halo-animate="88"] {
    animation-delay: 8.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate="89"],
  .js .halo-fadeIn[data-halo-animate="89"],
  .js .halo-fadeInLeft[data-halo-animate="89"],
  .js .halo-fadeInRight[data-halo-animate="89"],
  .js .halo-fadeInUp[data-halo-animate="89"],
  .js .halo-fadeInDown[data-halo-animate="89"] {
    animation-delay: 9.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate="90"],
  .js .halo-fadeIn[data-halo-animate="90"],
  .js .halo-fadeInLeft[data-halo-animate="90"],
  .js .halo-fadeInRight[data-halo-animate="90"],
  .js .halo-fadeInUp[data-halo-animate="90"],
  .js .halo-fadeInDown[data-halo-animate="90"] {
    animation-delay: 9.15s !important; }
  .js .halo-fadeInLoad[data-halo-animate="91"],
  .js .halo-fadeIn[data-halo-animate="91"],
  .js .halo-fadeInLeft[data-halo-animate="91"],
  .js .halo-fadeInRight[data-halo-animate="91"],
  .js .halo-fadeInUp[data-halo-animate="91"],
  .js .halo-fadeInDown[data-halo-animate="91"] {
    animation-delay: 9.25s !important; }
  .js .halo-fadeInLoad[data-halo-animate="92"],
  .js .halo-fadeIn[data-halo-animate="92"],
  .js .halo-fadeInLeft[data-halo-animate="92"],
  .js .halo-fadeInRight[data-halo-animate="92"],
  .js .halo-fadeInUp[data-halo-animate="92"],
  .js .halo-fadeInDown[data-halo-animate="92"] {
    animation-delay: 9.35s !important; }
  .js .halo-fadeInLoad[data-halo-animate="93"],
  .js .halo-fadeIn[data-halo-animate="93"],
  .js .halo-fadeInLeft[data-halo-animate="93"],
  .js .halo-fadeInRight[data-halo-animate="93"],
  .js .halo-fadeInUp[data-halo-animate="93"],
  .js .halo-fadeInDown[data-halo-animate="93"] {
    animation-delay: 9.45s !important; }
  .js .halo-fadeInLoad[data-halo-animate="94"],
  .js .halo-fadeIn[data-halo-animate="94"],
  .js .halo-fadeInLeft[data-halo-animate="94"],
  .js .halo-fadeInRight[data-halo-animate="94"],
  .js .halo-fadeInUp[data-halo-animate="94"],
  .js .halo-fadeInDown[data-halo-animate="94"] {
    animation-delay: 9.55s !important; }
  .js .halo-fadeInLoad[data-halo-animate="95"],
  .js .halo-fadeIn[data-halo-animate="95"],
  .js .halo-fadeInLeft[data-halo-animate="95"],
  .js .halo-fadeInRight[data-halo-animate="95"],
  .js .halo-fadeInUp[data-halo-animate="95"],
  .js .halo-fadeInDown[data-halo-animate="95"] {
    animation-delay: 9.65s !important; }
  .js .halo-fadeInLoad[data-halo-animate="96"],
  .js .halo-fadeIn[data-halo-animate="96"],
  .js .halo-fadeInLeft[data-halo-animate="96"],
  .js .halo-fadeInRight[data-halo-animate="96"],
  .js .halo-fadeInUp[data-halo-animate="96"],
  .js .halo-fadeInDown[data-halo-animate="96"] {
    animation-delay: 9.75s !important; }
  .js .halo-fadeInLoad[data-halo-animate="97"],
  .js .halo-fadeIn[data-halo-animate="97"],
  .js .halo-fadeInLeft[data-halo-animate="97"],
  .js .halo-fadeInRight[data-halo-animate="97"],
  .js .halo-fadeInUp[data-halo-animate="97"],
  .js .halo-fadeInDown[data-halo-animate="97"] {
    animation-delay: 9.85s !important; }
  .js .halo-fadeInLoad[data-halo-animate="98"],
  .js .halo-fadeIn[data-halo-animate="98"],
  .js .halo-fadeInLeft[data-halo-animate="98"],
  .js .halo-fadeInRight[data-halo-animate="98"],
  .js .halo-fadeInUp[data-halo-animate="98"],
  .js .halo-fadeInDown[data-halo-animate="98"] {
    animation-delay: 9.95s !important; }
  .js .halo-fadeInLoad[data-halo-animate="99"],
  .js .halo-fadeIn[data-halo-animate="99"],
  .js .halo-fadeInLeft[data-halo-animate="99"],
  .js .halo-fadeInRight[data-halo-animate="99"],
  .js .halo-fadeInUp[data-halo-animate="99"],
  .js .halo-fadeInDown[data-halo-animate="99"] {
    animation-delay: 10.05s !important; }
  .js .halo-fadeInLoad[data-halo-animate="100"],
  .js .halo-fadeIn[data-halo-animate="100"],
  .js .halo-fadeInLeft[data-halo-animate="100"],
  .js .halo-fadeInRight[data-halo-animate="100"],
  .js .halo-fadeInUp[data-halo-animate="100"],
  .js .halo-fadeInDown[data-halo-animate="100"] {
    animation-delay: 10.15s !important; }

.js .halo-fadeInLoad {
  opacity: 0; }
  .js .halo-fadeInLoad[data-halo-animate="0"] {
    animation-delay: 0.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate="1"] {
    animation-delay: 0.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate="2"] {
    animation-delay: 0.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate="3"] {
    animation-delay: 0.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate="4"] {
    animation-delay: 0.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate="5"] {
    animation-delay: 0.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate="6"] {
    animation-delay: 0.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate="7"] {
    animation-delay: 0.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate="8"] {
    animation-delay: 0.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate="9"] {
    animation-delay: 1s !important; }
  .js .halo-fadeInLoad[data-halo-animate="10"] {
    animation-delay: 1.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate="11"] {
    animation-delay: 1.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate="12"] {
    animation-delay: 1.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate="13"] {
    animation-delay: 1.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate="14"] {
    animation-delay: 1.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate="15"] {
    animation-delay: 1.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate="16"] {
    animation-delay: 1.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate="17"] {
    animation-delay: 1.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate="18"] {
    animation-delay: 1.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate="19"] {
    animation-delay: 2s !important; }
  .js .halo-fadeInLoad[data-halo-animate="20"] {
    animation-delay: 2.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate="21"] {
    animation-delay: 2.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate="22"] {
    animation-delay: 2.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate="23"] {
    animation-delay: 2.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate="24"] {
    animation-delay: 2.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate="25"] {
    animation-delay: 2.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate="26"] {
    animation-delay: 2.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate="27"] {
    animation-delay: 2.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate="28"] {
    animation-delay: 2.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate="29"] {
    animation-delay: 3s !important; }
  .js .halo-fadeInLoad[data-halo-animate="30"] {
    animation-delay: 3.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate="31"] {
    animation-delay: 3.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate="32"] {
    animation-delay: 3.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate="33"] {
    animation-delay: 3.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate="34"] {
    animation-delay: 3.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate="35"] {
    animation-delay: 3.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate="36"] {
    animation-delay: 3.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate="37"] {
    animation-delay: 3.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate="38"] {
    animation-delay: 3.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate="39"] {
    animation-delay: 4s !important; }
  .js .halo-fadeInLoad[data-halo-animate="40"] {
    animation-delay: 4.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate="41"] {
    animation-delay: 4.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate="42"] {
    animation-delay: 4.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate="43"] {
    animation-delay: 4.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate="44"] {
    animation-delay: 4.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate="45"] {
    animation-delay: 4.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate="46"] {
    animation-delay: 4.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate="47"] {
    animation-delay: 4.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate="48"] {
    animation-delay: 4.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate="49"] {
    animation-delay: 5s !important; }
  .js .halo-fadeInLoad[data-halo-animate="50"] {
    animation-delay: 5.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate="51"] {
    animation-delay: 5.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate="52"] {
    animation-delay: 5.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate="53"] {
    animation-delay: 5.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate="54"] {
    animation-delay: 5.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate="55"] {
    animation-delay: 5.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate="56"] {
    animation-delay: 5.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate="57"] {
    animation-delay: 5.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate="58"] {
    animation-delay: 5.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate="59"] {
    animation-delay: 6s !important; }
  .js .halo-fadeInLoad[data-halo-animate="60"] {
    animation-delay: 6.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate="61"] {
    animation-delay: 6.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate="62"] {
    animation-delay: 6.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate="63"] {
    animation-delay: 6.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate="64"] {
    animation-delay: 6.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate="65"] {
    animation-delay: 6.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate="66"] {
    animation-delay: 6.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate="67"] {
    animation-delay: 6.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate="68"] {
    animation-delay: 6.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate="69"] {
    animation-delay: 7s !important; }
  .js .halo-fadeInLoad[data-halo-animate="70"] {
    animation-delay: 7.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate="71"] {
    animation-delay: 7.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate="72"] {
    animation-delay: 7.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate="73"] {
    animation-delay: 7.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate="74"] {
    animation-delay: 7.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate="75"] {
    animation-delay: 7.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate="76"] {
    animation-delay: 7.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate="77"] {
    animation-delay: 7.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate="78"] {
    animation-delay: 7.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate="79"] {
    animation-delay: 8s !important; }
  .js .halo-fadeInLoad[data-halo-animate="80"] {
    animation-delay: 8.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate="81"] {
    animation-delay: 8.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate="82"] {
    animation-delay: 8.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate="83"] {
    animation-delay: 8.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate="84"] {
    animation-delay: 8.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate="85"] {
    animation-delay: 8.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate="86"] {
    animation-delay: 8.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate="87"] {
    animation-delay: 8.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate="88"] {
    animation-delay: 8.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate="89"] {
    animation-delay: 9s !important; }
  .js .halo-fadeInLoad[data-halo-animate="90"] {
    animation-delay: 9.1s !important; }
  .js .halo-fadeInLoad[data-halo-animate="91"] {
    animation-delay: 9.2s !important; }
  .js .halo-fadeInLoad[data-halo-animate="92"] {
    animation-delay: 9.3s !important; }
  .js .halo-fadeInLoad[data-halo-animate="93"] {
    animation-delay: 9.4s !important; }
  .js .halo-fadeInLoad[data-halo-animate="94"] {
    animation-delay: 9.5s !important; }
  .js .halo-fadeInLoad[data-halo-animate="95"] {
    animation-delay: 9.6s !important; }
  .js .halo-fadeInLoad[data-halo-animate="96"] {
    animation-delay: 9.7s !important; }
  .js .halo-fadeInLoad[data-halo-animate="97"] {
    animation-delay: 9.8s !important; }
  .js .halo-fadeInLoad[data-halo-animate="98"] {
    animation-delay: 9.9s !important; }
  .js .halo-fadeInLoad[data-halo-animate="99"] {
    animation-delay: 10s !important; }
  .js .halo-fadeInLoad[data-halo-animate="100"] {
    animation-delay: 10.1s !important; }

.js .halo-fadeInLoad {
  animation: halo-fadeIn 0.25s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeIn,
.js .slick-active .halo-fadeIn {
  animation: halo-fadeIn 0.25s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeInLeft,
.js .slick-active .halo-fadeInLeft {
  animation: halo-fadeInLeft 0.25s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeInRight,
.js .slick-active .halo-fadeInRight {
  animation: halo-fadeInRight 0.25s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeInUp,
.js .slick-active .halo-fadeInUp {
  animation: halo-fadeInUp 0.25s cubic-bezier(0, 0, 0.3, 1) forwards; }

.js .animated .halo-fadeInDown,
.js .slick-active .halo-fadeInDown {
  animation: halo-fadeInDown 0.25s cubic-bezier(0, 0, 0.3, 1) forwards; }

@keyframes halo-fadeIn {
  from {
    opacity: 0.01; }
  to {
    opacity: 1; } }

@keyframes halo-fadeInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0.01; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes halo-fadeInRight {
  from {
    transform: translateX(20px);
    opacity: 0.01; }
  to {
    transform: translateX(0);
    opacity: 1; } }

@keyframes halo-fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0.01; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes halo-fadeInDown {
  from {
    transform: translateY(-20px);
    opacity: 0.01; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes halo-fadeInDownOut {
  from {
    transform: translateY(-20px);
    opacity: 1; }
  to {
    transform: translateY(0);
    opacity: 0; } }

.banner-effect-zoom {
  overflow: hidden;
  display: block; }
  .banner-effect-zoom img {
    transition: all .25s ease; }
  .banner-effect-zoom a {
    overflow: hidden;
    display: block; }
  @media (min-width: 1025px) {
    .banner-effect-zoom:hover img {
      transform: scale3d(1.1, 1.1, 1); } }

.banner-effect-slidebg:before {
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  left: auto;
  bottom: auto;
  z-index: 2;
  -webkit-transform: none;
  transform: none;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(246, 246, 246, 0.2); }

@media (min-width: 1025px) {
  .banner-effect-slidebg:hover:before {
    width: 100%; } }

.haloCustomScrollbar {
  overflow-y: auto; }
  .haloCustomScrollbar::-webkit-scrollbar {
    width: 4px; }
  .haloCustomScrollbar::-webkit-scrollbar-track {
    background: #f5f5f5; }
  .haloCustomScrollbar::-webkit-scrollbar-thumb {
    background: #000000; }
  .haloCustomScrollbar::-webkit-scrollbar-thumb:hover {
    background: #555555; }

.haloCustomScrollbar-x {
  overflow-x: auto; }
  @media (min-width: 1025px) {
    .haloCustomScrollbar-x::-webkit-scrollbar {
      height: 4px; }
    .haloCustomScrollbar-x::-webkit-scrollbar-track {
      background: #f5f5f5; }
    .haloCustomScrollbar-x::-webkit-scrollbar-thumb {
      background: #000000; }
    .haloCustomScrollbar-x::-webkit-scrollbar-thumb:hover {
      background: #555555; } }

@media (max-width: 1024px) {
  .disable-srollbar::-webkit-scrollbar {
    display: none; }
  .disable-srollbar::-webkit-scrollbar-track {
    display: none; }
  .disable-srollbar::-webkit-scrollbar-thumb {
    display: none; }
  .disable-srollbar::-webkit-scrollbar-thumb:hover {
    display: none; } }

.halo-product-show-more {
  text-align: center;
  margin-bottom: 50px; }
  .halo-product-show-more .button {
    min-width: 285px;
    height: 40px;
    line-height: 38px; }
    .halo-product-show-more .button svg {
      fill: #ffffff;
      width: 18px;
      height: 18px;
      position: relative;
      z-index: 1; }
      .halo-product-show-more .button svg + span {
        margin-left: 10px; }
    .halo-product-show-more .button:hover svg, .halo-product-show-more .button:focus svg, .halo-product-show-more .button:active svg {
      fill: #ffffff; }
    .halo-product-show-more .button.loadding .text {
      font-size: 0; }
    .halo-product-show-more .button.loadding .icon {
      -webkit-animation: rotate_180 1s infinite linear;
      -moz-animation: rotate_180 1s infinite linear;
      -ms-animation: rotate_180 1s infinite linear;
      -o-animation: rotate_180 1s infinite linear;
      animation: rotate_180 1s infinite linear; }
  .halo-product-show-more .disable {
    pointer-events: none; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@keyframes load-ani {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes load-ani {
  100% {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@-webkit-keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: .35; }
  100% {
    transform: rotate(360deg); } }

@keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: .35; }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@keyframes animationRotate {
  from {
    opacity: 0;
    transform: rotateZ(-8deg) scale(1.2); }
  to {
    opacity: 1;
    transform: none; } }

@-webkit-keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.55, 1.55, 1);
    transform: scale3d(1.55, 1.55, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoom-animation {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.55, 1.55, 1);
    transform: scale3d(1.55, 1.55, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes zoom-animation-2 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(2.1, 2.1, 1);
    transform: scale3d(2.1, 2.1, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes zoom-animation-2 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(2.1, 2.1, 1);
    transform: scale3d(2.1, 2.1, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes zoom-animation-3 {
  from {
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1); }
  50% {
    -webkit-transform: scale3d(3, 3, 1);
    transform: scale3d(3, 3, 1); }
  to {
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1); } }

@keyframes zoom-animation-3 {
  from {
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1); }
  50% {
    -webkit-transform: scale3d(3, 3, 1);
    transform: scale3d(3, 3, 1); }
  to {
    -webkit-transform: scale3d(2, 2, 1);
    transform: scale3d(2, 2, 1); } }

@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0; }
  100% {
    background-position: 100% 0; } }

@keyframes shimmer {
  0% {
    background-position: -1200px 0; }
  100% {
    background-position: 1200px 0; } }

@-webkit-keyframes movingUp {
  0% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible; }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible; } }

@keyframes movingUp {
  0% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible; }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    visibility: visible; } }

@-webkit-keyframes haloFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes haloFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.haloFadeInLeft {
  -webkit-animation-name: haloFadeInLeft;
  animation-name: haloFadeInLeft; }

@-webkit-keyframes haloFadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); } }

@keyframes haloFadeOutRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); } }

@-webkit-keyframes scaleLeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-3rem) scale(0); }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1); } }

@keyframes scaleLeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-3rem) scale(0); }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1); } }

@-webkit-keyframes scaleRightToLeft {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1); }
  100% {
    opacity: 0;
    transform: translateX(-3rem) scale(0); } }

@keyframes scaleRightToLeft {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1); }
  100% {
    opacity: 0;
    transform: translateX(-3rem) scale(0); } }

.haloFadeOutRight {
  -webkit-animation-name: haloFadeOutRight;
  animation-name: haloFadeOutRight; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes haloWidth {
  0% {
    width: 100%; }
  100% {
    width: 0%; } }

@keyframes haloWidth {
  0% {
    width: 100%; }
  100% {
    width: 0%; } }

.halo-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
  height: 100%;
  z-index: 102;
  max-width: 375px;
  width: calc(100% - 50px);
  transition: opacity .5s, transform .5s ease, visibility .5s ease;
  background-color: white; }
  .halo-sidebar-close {
    position: absolute;
    top: 0;
    width: 45px;
    height: 45px;
    z-index: 10;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: auto;
    background-color: transparent; }
    .halo-sidebar-close svg {
      fill: white;
      width: 22px;
      height: 22px; }
  @media (max-width: 1024px) {
    .halo-sidebar-left .halo-sidebar-header .close {
      left: auto;
      right: -45px; } }
  .halo-sidebar-header {
    position: relative; }
    .halo-sidebar-header .title {
      display: block;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 25px;
      color: #323232;
      text-transform: capitalize;
      margin: 0; }
    .halo-sidebar-header .close {
      position: absolute;
      line-height: 1;
      z-index: 10; }
      .halo-sidebar-header .close svg {
        width: 22px;
        height: 22px;
        fill: #323232; }
      @media (min-width: 1025px) {
        .halo-sidebar-header .close {
          top: 10px;
          right: 26px; }
          .halo-sidebar-header .close svg {
            fill: #323232; } }
      @media (max-width: 1024px) {
        .halo-sidebar-header .close {
          top: 0;
          left: -46px;
          right: auto;
          width: 46px;
          height: 46px;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          pointer-events: auto;
          background-color: transparent; }
          .halo-sidebar-header .close svg {
            fill: white; } }
  .halo-sidebar-wrapper {
    position: relative;
    padding: 15px 15px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: -ms-calc(100% - 80px);
    height: calc(100% - 80px); }
    .halo-sidebar-wrapper .desc {
      display: block;
      padding-bottom: 10px;
      color: #8c8c8c; }
    @media (min-width: 1025px) {
      .halo-sidebar-wrapper {
        padding: 15px 30px 30px; } }
  .halo-sidebar .previewCartHeader .text {
    padding-right: 30px; }
  .halo-sidebar.halo-sidebar-left {
    left: 0;
    right: auto;
    transform: translate3d(-112%, 0, 0); }
    .halo-sidebar.halo-sidebar-left .halo-sidebar-close {
      left: auto;
      right: -46px; }
  .halo-sidebar.halo-sidebar-right {
    right: 0;
    left: auto;
    transform: translate3d(112%, 0, 0); }
    .halo-sidebar.halo-sidebar-right .halo-sidebar-close {
      left: -46px; }
  .halo-sidebar.halo-auth-sidebar .halo-sidebar-header {
    padding: 10px 15px;
    border-bottom: 1px solid #cccccc; }
    @media (min-width: 1025px) {
      .halo-sidebar.halo-auth-sidebar .halo-sidebar-header {
        padding: 8px 30px 8px; } }
  .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper {
    padding: 0; }
    .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper > .desc {
      padding: 15px 15px 0; }
    .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper > form {
      padding: 0 15px; }
    .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper .form-actions-2 {
      padding: 15px;
      background-color: #f7f7f7; }
      .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper .form-actions-2 .create-account {
        margin: 0; }
    @media (min-width: 1025px) {
      .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper > .desc {
        padding: 15px 30px 0; }
      .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper > form {
        padding: 0 30px; }
      .halo-sidebar.halo-auth-sidebar .halo-sidebar-wrapper .form-actions-2 {
        padding: 15px 30px 30px; } }
  .halo-sidebar.halo-cart-sidebar .halo-sidebar-header {
    padding: 10px 15px;
    border-bottom: 1px solid #cccccc; }
    @media (min-width: 1025px) {
      .halo-sidebar.halo-cart-sidebar .halo-sidebar-header {
        padding: 8px 30px 8px; } }
  .halo-sidebar.halo-cart-sidebar .halo-sidebar-wrapper {
    padding: 0; }
  .halo-sidebar.halo-cart-sidebar .previewCart .previewCartList {
    max-height: 100%; }
  .halo-sidebar.halo-search-sidebar .halo-sidebar-header {
    padding: 10px 15px; }
    @media (min-width: 1025px) {
      .halo-sidebar.halo-search-sidebar .halo-sidebar-header {
        padding: 40px 30px 26px 40px; } }
  .halo-sidebar.halo-menu-sidebar .halo-sidebar-header {
    padding: 10px 15px; }
    .halo-sidebar.halo-menu-sidebar .halo-sidebar-header.is-hidden {
      display: block !important;
      padding: 0; }
      .halo-sidebar.halo-menu-sidebar .halo-sidebar-header.is-hidden .title {
        display: none; }
      .halo-sidebar.halo-menu-sidebar .halo-sidebar-header.is-hidden + .halo-sidebar-wrapper {
        padding-bottom: 0; }
    @media (min-width: 1025px) {
      .halo-sidebar.halo-menu-sidebar .halo-sidebar-header {
        padding: 40px 30px 26px 40px; } }
  .halo-sidebar.halo-menu-sidebar .navPages-container {
    display: block;
    padding-bottom: 60px; }
    .halo-sidebar.halo-menu-sidebar .navPages-container .navPages {
      background: transparent; }
  @media (min-width: 1025px) {
    .halo-sidebar.halo-menu-sidebar .halo-sidebar-close {
      display: none; } }
  @media (min-width: 551px) {
    .halo-sidebar.halo-auth-sidebar {
      max-width: 360px;
      width: 100%; }
    .halo-sidebar.halo-cart-sidebar {
      max-width: 400px;
      width: 100%; }
    .halo-sidebar.halo-search-sidebar {
      max-width: 360px;
      width: 100%; }
    .halo-sidebar.halo-leave-sidebar {
      max-width: 360px;
      width: 100%; } }

.halo-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  display: none;
  visibility: hidden;
  transition: all 0.25s ease;
  background-color: rgba(32, 32, 32, 0.8); }

.openAuthSidebar {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openAuthSidebar .halo-auth-sidebar.is-open {
    right: 0;
    transform: translate3d(0, 0, 0); }
  .openAuthSidebar .halo-background {
    z-index: 101;
    opacity: 1;
    display: block;
    visibility: visible; }
  @media (min-width: 1025px) {
    .openAuthSidebar {
      padding-right: 10px; } }

.openCartSidebar {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openCartSidebar .halo-cart-sidebar {
    right: 0;
    transform: translate3d(0, 0, 0); }
  .openCartSidebar .halo-background {
    z-index: 101;
    opacity: 1;
    display: block;
    visibility: visible; }
  @media (min-width: 1025px) {
    .openCartSidebar {
      padding-right: 10px; } }

.quickSearch-open {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .quickSearch-open:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: rgba(32, 32, 32, 0.8);
    transition: opacity .5s ease 0s,width .1s ease .5s,height .1s ease .5s; }
  .quickSearch-open .middleHeader-container > .middleHeader-item .item--quicksearch {
    display: block; }
    .quickSearch-open .middleHeader-container > .middleHeader-item .item--quicksearch .header-search {
      width: 100%;
      position: absolute; }
  @media (min-width: 1025px) {
    .quickSearch-open {
      padding-right: 10px; }
      .quickSearch-open .header {
        z-index: 102; } }

.openSearchMobile {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openSearchMobile .halo-search-sidebar {
    left: 0;
    transform: translate3d(0, 0, 0); }
    .openSearchMobile .halo-search-sidebar .haloQuickSearchResults {
      padding: 0;
      overflow: hidden; }
    .openSearchMobile .halo-search-sidebar .form-input {
      width: 100%; }
  .openSearchMobile .halo-background {
    z-index: 101;
    opacity: 1;
    display: block;
    visibility: visible; }

.openSidebar {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openSidebar .halo-background {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 101; }
  @media (min-width: 1025px) {
    .openSidebar {
      padding-right: 10px; } }

@media (max-width: 1024px) {
  .has-activeNavPages {
    overflow: hidden;
    -webkit-overflow-scrolling: auto; }
    .has-activeNavPages .halo-background {
      z-index: 101;
      opacity: 1;
      display: block;
      visibility: visible; }
    .has-activeNavPages .halo-menu-sidebar {
      left: 0;
      transform: translate3d(0, 0, 0); } }

.login-form-sidebar .note {
  display: block;
  padding: 10px 0 22px 0; }
  .login-form-sidebar .note .alertBox {
    margin-bottom: 0; }

.login-form-sidebar .form {
  margin: 0; }

.login-form-sidebar .login-form-wrapper {
  padding: 5px 0 0; }
  .login-form-sidebar .login-form-wrapper .form-label {
    font-weight: 700;
    color: #323232; }
    .login-form-sidebar .login-form-wrapper .form-label small {
      float: unset; }

.login-form-sidebar .form-field {
  margin-bottom: 0; }
  .login-form-sidebar .form-field + .form-field {
    margin-top: 12px; }

.login-form-sidebar .form-actions {
  text-align: left;
  margin: 15px 0 0; }
  .login-form-sidebar .form-actions.form-actions-2 {
    margin: 30px 0 0; }

.login-form-sidebar .forgot-password {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #323232;
  line-height: 25px;
  padding: 0 0 5px 0;
  margin: 0 !important;
  text-decoration: unset;
  text-align: left; }
  .login-form-sidebar .forgot-password span {
    display: inline;
    color: #026ca8; }

.login-form-sidebar.is-loading:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../img/loading.svg);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  display: block;
  margin: 0 auto;
  transform: translateY(-50%) rotate(0);
  transform-style: preserve-3d;
  animation: unset;
  z-index: 20; }

.account-dropdown-sidebar {
  list-style: none;
  margin: 0; }
  .account-dropdown-sidebar .account-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #eeeeee; }
    .account-dropdown-sidebar .account-item .account-action {
      display: block;
      width: 100%;
      color: #323232;
      font-size: 14px;
      font-weight: 400;
      padding: 0 35px 0 0;
      margin: 0;
      line-height: 45px;
      text-transform: capitalize;
      transition: all 0.25s ease; }
    .account-dropdown-sidebar .account-item .text {
      display: flex;
      align-items: center;
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      position: relative;
      transition: all 0.25s ease;
      padding: 0;
      white-space: nowrap; }
      .account-dropdown-sidebar .account-item .text > .icon {
        display: inline-block;
        vertical-align: middle;
        fill: #323232;
        stroke: #323232;
        margin: 0 10px 0 0;
        width: 18px;
        height: 18px; }
    .account-dropdown-sidebar .account-item:last-child {
      border-bottom: 0; }

.productBlock--countdown {
  padding: 0 15px 15px;
  color: #ea2129;
  text-align: center;
  position: relative; }
  .productBlock--countdown > .text {
    font-size: 12px;
    font-weight: 700;
    margin-right: 8px;
    text-transform: capitalize;
    border-bottom: 1px solid #ea2129; }
  .productBlock--countdown > .number {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize; }
    @media (min-width: 375px) {
      .productBlock--countdown > .number {
        font-size: 16px; } }
  @media (min-width: 551px) {
    .productBlock--countdown {
      padding: 13px 15px;
      top: 0px;
      right: 28px;
      position: absolute;
      text-align: left; } }

.halo_prodByCateTabs {
  background-color: #ffffff;
  text-align: left;
  position: relative;
  overflow: hidden; }
  .halo_prodByCateTabs .page-heading {
    margin: 0;
    padding: 8px 15px 15px;
    text-align: center; }
    .halo_prodByCateTabs .page-heading a {
      color: inherit; }
    @media (max-width: 550px) {
      .halo_prodByCateTabs .page-heading {
        font-size: 20px; } }
    @media (min-width: 1025px) {
      .halo_prodByCateTabs .page-heading {
        padding: 20px 15px;
        text-align: left; } }
  @media (min-width: 551px) {
    .halo_prodByCateTabs .banner-mobile {
      display: none; } }
  .halo_prodByCateTabs .tabs {
    border: none;
    font-size: 0;
    margin: 0 -8px;
    padding: 0 15px; }
    .halo_prodByCateTabs .tabs .tab {
      float: none;
      width: 50%;
      border: none;
      padding: 0 8px;
      margin: 16px 0 0 0;
      display: inline-block;
      vertical-align: middle; }
      .halo_prodByCateTabs .tabs .tab:nth-child(-n + 2) {
        margin: 0; }
      .halo_prodByCateTabs .tabs .tab:before {
        content: none; }
      .halo_prodByCateTabs .tabs .tab.is-active .tab-title {
        color: #323232;
        border: 1px solid #323232; }
    .halo_prodByCateTabs .tabs .tab-title {
      padding: 0;
      font-size: 12px;
      font-weight: 700;
      color: #999999;
      text-align: center;
      border-radius: 3px;
      padding: 5px;
      border: 1px solid #999999;
      text-transform: capitalize; }
      @media (min-width: 1025px) {
        .halo_prodByCateTabs .tabs .tab-title {
          padding: 2px 5px; } }
  .halo_prodByCateTabs .tabs-contents {
    margin-bottom: 0; }
  .halo_prodByCateTabs .tab-content {
    padding: 0; }
    .halo_prodByCateTabs .tab-content:not(.is-load) {
      min-height: 433px; }
  .halo_prodByCateTabs .halo_bannerByCategoryTabs {
    display: none; }
  .halo_prodByCateTabs .halo_productLoading {
    width: 100%;
    min-height: 348px;
    position: relative; }
    .halo_prodByCateTabs .halo_productLoading img {
      top: 50%;
      left: 50%;
      z-index: 2;
      position: absolute;
      transform: translate(-50%, -50%); }
  .halo_prodByCateTabs .productTabCarousel {
    padding: 20px 15px 0; }
    .halo_prodByCateTabs .productTabCarousel .slick-dots {
      bottom: -15px; }
    @media (min-width: 1025px) {
      .halo_prodByCateTabs .productTabCarousel {
        padding: 20px 15px; }
        .halo_prodByCateTabs .productTabCarousel .slick-prev,
        .halo_prodByCateTabs .productTabCarousel .slick-next {
          top: -26px;
          width: 35px;
          height: 32px;
          padding: 5px;
          fill: #7f7f7f;
          border: 1px solid #cccccc;
          transform: none; }
          .halo_prodByCateTabs .productTabCarousel .slick-prev::before,
          .halo_prodByCateTabs .productTabCarousel .slick-next::before {
            width: 14px;
            height: 14px; }
        .halo_prodByCateTabs .productTabCarousel .slick-prev {
          left: auto;
          right: 42px;
          border-radius: 3px 0 0 3px; }
        .halo_prodByCateTabs .productTabCarousel .slick-next {
          right: 8px;
          border-radius: 0 3px 3px 0; } }
  @media (min-width: 551px) {
    .halo_prodByCateTabs .tabs .tab {
      width: 25%; }
      .halo_prodByCateTabs .tabs .tab:nth-child(-n + 4) {
        margin: 0; }
    .halo_prodByCateTabs .tab-content .productTabCarousel {
      padding: 35px 15px; }
    .halo_prodByCateTabs .tab-content:not(.is-load) {
      min-height: 420px; } }
  @media (min-width: 1025px) {
    .halo_prodByCateTabs .page-heading {
      top: 15px;
      left: 23px;
      padding: 0;
      font-size: 20px;
      line-height: 1;
      white-space: nowrap;
      position: absolute; }
    .halo_prodByCateTabs .tabs {
      margin: 0;
      overflow: initial;
      white-space: normal;
      border-bottom: 1px solid #eeeeee;
      text-align: center; }
      .halo_prodByCateTabs .tabs .tab {
        width: auto;
        padding: 13px 12px; }
        .halo_prodByCateTabs .tabs .tab.is-active .tab-title {
          border: none; }
      .halo_prodByCateTabs .tabs .tab-title {
        padding: 0;
        border: none; }
    .halo_prodByCateTabs .halo_bannerByCategoryTabs {
      top: 50px;
      left: 0;
      bottom: 0;
      width: 290px;
      z-index: 2;
      overflow: hidden;
      position: absolute;
      background-size: cover;
      display: block; }
      .halo_prodByCateTabs .halo_bannerByCategoryTabs ~ .tabs-contents {
        padding-left: 290px;
        min-height: 420px; } }

.halo_bannerbycategory {
  margin-top: 15px;
  margin-bottom: 0; }
  .halo_bannerbycategory .slick-slide .item {
    vertical-align: top; }
  .halo_bannerbycategory .slick-dots {
    bottom: -20px; }
  .halo_bannerbycategory .halo_bannerbycategory-carousel {
    white-space: nowrap;
    padding-bottom: 2px;
    font-size: 0; }
    .halo_bannerbycategory .halo_bannerbycategory-carousel .item {
      font-size: 14px;
      width: 25%;
      vertical-align: top;
      display: inline-block;
      white-space: normal; }
    .halo_bannerbycategory .halo_bannerbycategory-carousel:not(.slick-initialized) .item:nth-child(n+5) {
      display: none; }
    @media (max-width: 550px) {
      .halo_bannerbycategory .halo_bannerbycategory-carousel.slick-slider {
        margin-bottom: 0; } }
  .halo_bannerbycategory .bannerbycategory-wrapper {
    width: 100%;
    font-size: 0;
    display: flex;
    background-color: #ffffff;
    border-right: 1px solid #f5f5f5; }
    .halo_bannerbycategory .bannerbycategory-wrapper .image,
    .halo_bannerbycategory .bannerbycategory-wrapper .content {
      font-size: 12px;
      display: inline-block;
      vertical-align: middle; }
    .halo_bannerbycategory .bannerbycategory-wrapper .image {
      width: 37%;
      position: relative;
      overflow: hidden; }
    .halo_bannerbycategory .bannerbycategory-wrapper .content {
      width: 63%;
      padding: 20px 15px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .halo_bannerbycategory .bannerbycategory-wrapper .title {
      font-size: 15px;
      margin: 0 0 5px 0;
      text-transform: capitalize;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 160px; }
      .halo_bannerbycategory .bannerbycategory-wrapper .title a {
        color: inherit;
        font-size: inherit;
        font-weight: inherit; }
    .halo_bannerbycategory .bannerbycategory-wrapper p {
      margin: 0;
      color: #8c8c8c; }
  @media (min-width: 551px) {
    .halo_bannerbycategory {
      margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .halo_bannerbycategory {
      margin-top: 20px;
      margin-bottom: 0; }
      .halo_bannerbycategory .item {
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.02); }
      .halo_bannerbycategory .halo_bannerbycategory-carousel {
        padding-bottom: 0px;
        overflow: visible;
        white-space: normal; } }

#halo-product-by-cate-block-1:not(.is-load) {
  min-height: 400px; }
  #halo-product-by-cate-block-1:not(.is-load) .halo_prodByCate {
    min-height: 400px; }

#halo-product-by-cate-block-1 .productCarouselByCate .productCarousel-slide:nth-child(n+3) {
  display: none; }

@media (min-width: 1400px) {
  #halo-product-by-cate-block-1:not(.is-load) {
    min-height: 843px; }
    #halo-product-by-cate-block-1:not(.is-load) .halo_prodByCate {
      min-height: 843px; } }

.home-layout-3 #halo-product-by-cate-block-2 {
  padding: 15px 0 35px; }
  .home-layout-3 #halo-product-by-cate-block-2 .slick-dots {
    position: absolute;
    bottom: -35px; }

#halo-product-by-cate-block-2:not(.is-load) {
  min-height: 400px; }
  #halo-product-by-cate-block-2:not(.is-load) .halo_prodByCate {
    min-height: 400px; }

#halo-product-by-cate-block-2 .productCarouselByCate {
  margin-bottom: 0; }
  .home-layout-1 #halo-product-by-cate-block-2 .productCarouselByCate {
    margin-bottom: 15px; }
    @media (min-width: 1025px) {
      .home-layout-1 #halo-product-by-cate-block-2 .productCarouselByCate {
        margin-bottom: 40px; } }

#halo-product-by-cate-block-2 .slick-dots {
  bottom: -20px; }
  .home-layout-1 #halo-product-by-cate-block-2 .slick-dots {
    bottom: -45px; }
  @media (min-width: 1025px) {
    #halo-product-by-cate-block-2 .slick-dots {
      bottom: 0; } }

#halo-product-by-cate-block-2 .slick-prev,
#halo-product-by-cate-block-2 .slick-next {
  width: 35px;
  height: 35px; }
  .home-layout-1 #halo-product-by-cate-block-2 .slick-prev, .home-layout-1
  #halo-product-by-cate-block-2 .slick-next {
    width: 55px;
    height: 55px; }
  .home-layout-3 #halo-product-by-cate-block-2 .slick-prev, .home-layout-3
  #halo-product-by-cate-block-2 .slick-next {
    width: 48px;
    height: 76px; }

#halo-product-by-cate-block-2 .card-price {
  margin-bottom: 13px; }

@media (min-width: 1400px) {
  #halo-product-by-cate-block-2:not(.is-load) {
    min-height: 422px; }
    #halo-product-by-cate-block-2:not(.is-load) .halo_prodByCate {
      min-height: 422px; } }

.halo-product-by-cate-block-1 .productCarousel-slide {
  width: 100%; }

.halo-product-by-cate-block-1 .halo_prodByCate {
  display: inline-block;
  width: 100%; }

.halo-product-by-cate-block-1 .link {
  color: #4563b3;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin-top: 22px;
  display: inline-block; }

.halo_prodByCate--content {
  display: block;
  font-size: 0;
  position: relative;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; }
  .halo_prodByCate--content .halo_subCategory,
  .halo_prodByCate--content .halo_bannerCategory,
  .halo_prodByCate--content .halo_prodByCate,
  .halo_prodByCate--content .halo_brandCategory {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
  @media (max-width: 1024px) {
    .halo_prodByCate--content .productCarouselByCate {
      white-space: nowrap;
      overflow-x: auto; }
      .halo_prodByCate--content .productCarouselByCate .content-wrapper {
        display: block; }
      .halo_prodByCate--content .productCarouselByCate .content-wrapper,
      .halo_prodByCate--content .productCarouselByCate .productCarousel-slide {
        white-space: normal;
        position: sticky;
        left: 0;
        background-color: white; }
      .halo_prodByCate--content .productCarouselByCate .productCarousel-slide {
        padding: 15px; } }
  @media (min-width: 1025px) {
    .halo_prodByCate--content .productCarouselByCate {
      white-space: normal; }
      .halo_prodByCate--content .productCarouselByCate:not(.load-carousel) {
        min-height: 717px; } }
  .halo_prodByCate--content .halo_subCategory {
    background-color: #f5f5f5;
    padding: 20px 15px;
    min-height: 300px;
    width: 100%; }
    .halo_prodByCate--content .halo_subCategory .item {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 18px; }
      .halo_prodByCate--content .halo_subCategory .item:last-child {
        margin-bottom: 0; }
    .halo_prodByCate--content .halo_subCategory a {
      position: relative;
      line-height: 20px;
      color: #5a5a5a;
      font-weight: 700; }
      .halo_prodByCate--content .halo_subCategory a:before {
        left: 0;
        bottom: -1px;
        content: '';
        width: 0;
        height: 1px;
        background-color: #5874b0;
        position: absolute;
        transition: all 0.3s ease; }
      .halo_prodByCate--content .halo_subCategory a:hover {
        color: #5874b0; }
        .halo_prodByCate--content .halo_subCategory a:hover:before {
          width: 100%; }
    @media (max-width: 1024px) {
      .halo_prodByCate--content .halo_subCategory {
        column-count: 5;
        min-height: 100px;
        padding: 20px 10px; }
        .halo_prodByCate--content .halo_subCategory .item {
          display: block;
          padding: 0 5px; } }
    @media (max-width: 767px) {
      .halo_prodByCate--content .halo_subCategory {
        column-count: 4; } }
    @media (max-width: 550px) {
      .halo_prodByCate--content .halo_subCategory {
        column-count: 2;
        white-space: nowrap;
        overflow-y: auto;
        max-height: 110px; } }
  .halo_prodByCate--content .halo_bannerCategory {
    display: none;
    position: relative;
    width: 100%; }
  .halo_prodByCate--content .halo_prodByCate {
    display: block;
    border: 1px solid #f2f2f2; }
    .halo_prodByCate--content .halo_prodByCate .productCarousel-slide {
      white-space: normal;
      display: inline-block;
      vertical-align: top;
      width: 200px;
      border-left: 1px solid #f2f2f2; }
      .halo_prodByCate--content .halo_prodByCate .productCarousel-slide:first-child {
        border-left: none; }
    .halo_prodByCate--content .halo_prodByCate .card {
      padding: 0;
      margin-bottom: 0; }
    @media (min-width: 1600px) {
      .halo_prodByCate--content .halo_prodByCate .card {
        padding: 20px; } }
  .halo_prodByCate--content .content-wrapper {
    width: 100%;
    display: inline-block;
    padding: 15px; }
    .halo_prodByCate--content .content-wrapper .content-left {
      width: 55%;
      padding-top: 15px;
      vertical-align: top;
      display: table-cell; }
      .halo_prodByCate--content .content-wrapper .content-left .title {
        font-size: 16px;
        line-height: 28px;
        font-weight: 700;
        margin: 0 0 10px 0;
        color: #323232;
        text-transform: unset; }
      .halo_prodByCate--content .content-wrapper .content-left .desc {
        display: block;
        color: #5a5a5a;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 18px; }
      .halo_prodByCate--content .content-wrapper .content-left .link {
        font-size: 14px;
        font-weight: 700;
        color: #5874b0; }
        .halo_prodByCate--content .content-wrapper .content-left .link svg {
          width: 18px;
          height: 18px;
          display: inline-block;
          margin-bottom: 1px;
          fill: #5874b0;
          stroke: transparent; }
    .halo_prodByCate--content .content-wrapper .content-right {
      width: 45%;
      position: relative;
      display: table-cell;
      vertical-align: top;
      padding-top: 20px; }
      .halo_prodByCate--content .content-wrapper .content-right .link-url {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        position: absolute; }
  .halo_prodByCate--content .halo_brandCategory {
    display: block;
    padding: 20px 0;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    text-align: center; }
    .halo_prodByCate--content .halo_brandCategory .brand-item {
      display: inline-block;
      margin-right: 0px;
      max-height: 85px;
      padding: 20px 0; }
      .halo_prodByCate--content .halo_brandCategory .brand-item a {
        min-width: 130px;
        display: inline-block; }
    @media (max-width: 1024px) {
      .halo_prodByCate--content .halo_brandCategory {
        white-space: nowrap;
        overflow-x: auto; }
        .halo_prodByCate--content .halo_brandCategory .card {
          padding: 0 15px;
          display: inline-block; }
        .halo_prodByCate--content .halo_brandCategory .brand-item {
          padding: 10px 0; } }
    @media (max-width: 550px) {
      .halo_prodByCate--content .halo_brandCategory .card {
        padding: 0 10px; } }
  @media (min-width: 551px) {
    .halo_prodByCate--content .halo_brandCategory .brand-item a {
      min-width: 150px;
      display: inline-block; } }
  @media (min-width: 768px) {
    .halo_prodByCate--content .halo_subCategory {
      width: 100%; }
    .halo_prodByCate--content .halo_prodByCate .productCarousel-slide {
      width: 260px; }
    .halo_prodByCate--content .halo_prodByCate .content-wrapper {
      width: 480px;
      display: inline-block; }
      .halo_prodByCate--content .halo_prodByCate .content-wrapper + .item {
        border-left: 1px solid #f2f2f2; }
    .halo_prodByCate--content .content-wrapper {
      padding: 20px; }
      .halo_prodByCate--content .content-wrapper .content-left {
        width: 55%;
        padding-top: 30px; }
        .halo_prodByCate--content .content-wrapper .content-left .title {
          font-size: 18px; } }
  @media (min-width: 1025px) {
    .halo_prodByCate--content {
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start; }
      .halo_prodByCate--content .halo_subCategory {
        width: 20%; }
        .halo_prodByCate--content .halo_subCategory .item {
          display: block; }
      .halo_prodByCate--content .halo_bannerCategory {
        display: inline-block;
        width: 30%; }
      .halo_prodByCate--content .halo_prodByCate {
        width: 50%;
        border: none;
        border-right: 1px solid #f2f2f2;
        display: block;
        font-size: 0;
        height: 100%;
        white-space: normal;
        overflow: hidden; }
        .halo_prodByCate--content .halo_prodByCate .productCarousel-slide {
          display: inline-block;
          vertical-align: top;
          width: 33.3334%;
          border-left: 1px solid #f2f2f2; }
          .halo_prodByCate--content .halo_prodByCate .productCarousel-slide + .productCarousel-slide {
            border-top: 1px solid #f2f2f2; }
        .halo_prodByCate--content .halo_prodByCate .content-wrapper {
          width: 66.6666667%; }
        .halo_prodByCate--content .halo_prodByCate .card-img-container {
          max-width: 190px; }
      .halo_prodByCate--content .halo_brandCategory {
        width: 100%; }
        .halo_prodByCate--content .halo_brandCategory .card {
          display: inline-block;
          padding: 0 10px; } }
  @media (min-width: 1400px) {
    .halo_prodByCate--content .halo_subCategory {
      width: 12%; }
    .halo_prodByCate--content .halo_bannerCategory {
      width: 28%; }
    .halo_prodByCate--content .halo_prodByCate {
      width: 48%; }
    .halo_prodByCate--content .halo_brandCategory {
      width: 12%; }
      .halo_prodByCate--content .halo_brandCategory .card {
        display: block;
        padding: 0; } }
  @media (min-width: 1600px) {
    .halo_prodByCate--content {
      align-items: flex-start;
      flex-wrap: nowrap;
      height: 100%;
      align-items: stretch; }
      .halo_prodByCate--content .halo_subCategory {
        width: 224px;
        padding: 25px 30px; }
      .halo_prodByCate--content .halo_bannerCategory {
        width: 426px; }
      .halo_prodByCate--content .content-wrapper {
        padding: 30px; }
      .halo_prodByCate--content .halo_prodByCate {
        width: 750px;
        white-space: normal;
        border: none; }
        .halo_prodByCate--content .halo_prodByCate .card {
          padding: 30px 15px 5px; }
      .halo_prodByCate--content .halo_brandCategory {
        width: calc(100% - 1400px);
        white-space: normal;
        padding-top: 5px;
        padding-bottom: 5px; }
        .halo_prodByCate--content .halo_brandCategory .brand-item {
          display: block;
          margin-right: 0;
          margin-bottom: 10px; }
          .halo_prodByCate--content .halo_brandCategory .brand-item a {
            width: 100%;
            min-width: 150px;
            display: inline-block; } }

#halo-product-tab {
  padding-top: 10px; }

.productCarousel-tabs .tab-title {
  font-size: 24px; }

.productCarousel-tabs .tabs {
  text-align: center;
  margin: 0; }
  .productCarousel-tabs .tabs .tab {
    min-width: 240px; }

.productCarousel-tabs .tab-content {
  padding-top: 5px;
  padding-bottom: 0; }

.halo_MultiCategory-wrapper {
  position: relative;
  padding: 0; }
  .halo_MultiCategory-wrapper:not(.special-style) .halo_MultiCategory {
    padding-top: 20px;
    position: relative; }
    .page-type-default .halo_MultiCategory-wrapper:not(.special-style) .halo_MultiCategory {
      left: 0;
      top: 0;
      position: unset;
      transform: none; }
  .page-type-default .halo_MultiCategory-wrapper + .halo-home-section {
    padding-top: 30px; }
    @media (min-width: 1400px) {
      .page-type-default .halo_MultiCategory-wrapper + .halo-home-section {
        padding-top: 65px; } }
  .page-type-default .halo_MultiCategory-wrapper + div .halo-home-section {
    padding-top: 30px; }
    @media (min-width: 1400px) {
      .page-type-default .halo_MultiCategory-wrapper + div .halo-home-section {
        padding-top: 65px; } }
  @media (min-width: 1400px) {
    .home-layout-3 .page-type-default.home-layout-3 .halo_MultiCategory-wrapper + div {
      padding-top: 55px;
      padding-bottom: 15px; } }
  @media (min-width: 1025px) {
    .page-type-category .halo_MultiCategory-wrapper + div {
      padding-top: 58px; } }

.halo_MultiCategory {
  width: 100%;
  z-index: 11;
  color: #ffffff;
  display: block;
  padding: 30px 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #383e47; }
  .page-type-default.home-layout-2 .halo_MultiCategory {
    background-color: #f5f5f5; }
  .page-type-default.home-layout-3 .halo_MultiCategory {
    background-color: #ffffff; }
  .home-layout-3 .halo_MultiCategory {
    background-color: #010101; }
  .halo_MultiCategory .button {
    font-size: 14px; }
    .halo_MultiCategory .button#halo_clear-select {
      line-height: 36px; }
      .home-layout-3 .halo_MultiCategory .button#halo_clear-select {
        border: 1px solid white;
        background-color: black; }
      .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_clear-select {
        height: 48px;
        line-height: 42px;
        border: 1px solid black;
        background-color: white; }
        .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_clear-select svg {
          fill: black; }
        @media (min-width: 1025px) {
          .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_clear-select:hover svg {
            fill: white; } }
    .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse {
      height: 48px;
      line-height: 46px;
      border: 1px solid #c41b22;
      color: white;
      background-color: #c41b22; }
      .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse span {
        color: white; }
      .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse:before {
        background-color: #eb2129; }
      .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse:active {
        color: white;
        border-color: #eb2129;
        background-color: #eb2129; }
      @media (min-width: 1025px) {
        .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse:hover, .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse:focus {
          color: white;
          border-color: #eb2129;
          background-color: #c41b22; }
          .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse:hover span, .page-type-default.home-layout-3 .halo_MultiCategory .button#halo_select-browse:focus span {
            color: white; } }
    .halo_MultiCategory .button svg {
      width: 18px;
      height: 18px;
      fill: #ffffff;
      stroke: transparent; }
    .halo_MultiCategory .button:hover svg, .halo_MultiCategory .button:active svg, .halo_MultiCategory .button:focus svg {
      position: relative;
      z-index: 1; }
  .page-type-default .halo_MultiCategory,
  .page-type-category .halo_MultiCategory,
  .page-type-product .halo_MultiCategory {
    z-index: 11;
    position: relative; }
  .page-type-default .halo_MultiCategory {
    border-radius: 3px; }
  @media (min-width: 1025px) {
    .halo_MultiCategory {
      border-radius: 3px;
      padding: 20px; }
      .page-type-category [data-banner-location="top"] + .body .halo_MultiCategory {
        margin-top: -38px;
        left: 50%;
        transform: translateX(-50%); }
        .page-type-category [data-banner-location="top"] + .body .halo_MultiCategory + .halo_breadcrumbCategory {
          padding-top: 70px; } }
  @media (min-width: 1200px) {
    .halo_MultiCategory {
      padding: 20px 45px 20px 53px; }
      .home-layout-3 .halo_MultiCategory {
        padding: 15px 45px 15px 53px; }
      .page-type-default.home-layout-3 .halo_MultiCategory {
        padding: 36px 35px 34px 33px; }
      .page-type-default .halo_MultiCategory {
        width: calc(100% - 30px);
        margin-top: 20px; } }
  @media (min-width: 1400px) {
    .page-type-default .halo_MultiCategory {
      left: 50%;
      top: -40px;
      border-radius: 3px;
      position: absolute;
      transform: translateX(-50%);
      margin-top: 0; }
    .page-type-category .halo_MultiCategory {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .page-type-default.home-layout-3 .halo_MultiCategory {
      top: -60px; } }

.halo_multilevel-category-filter {
  display: block; }
  .halo_multilevel-category-filter .form-label {
    display: block;
    color: inherit;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px; }
    .halo_multilevel-category-filter .form-label .title {
      display: block;
      font-size: 16px;
      line-height: 40px;
      margin: 0;
      color: inherit;
      white-space: nowrap;
      text-transform: capitalize; }
      @media (min-width: 551px) {
        .halo_multilevel-category-filter .form-label .title {
          font-size: 14px; } }
      .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-label .title {
        line-height: 24px;
        position: relative;
        top: -4px; }
        @media (min-width: 551px) {
          .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-label .title {
            font-size: 16px; } }
    .halo_multilevel-category-filter .form-label .desc {
      font-size: 14px;
      color: inherit;
      font-weight: 400;
      margin-bottom: 0; }
      .home-layout-2 .halo_multilevel-category-filter .form-label .desc {
        font-weight: 700; }
      .home-layout-2:not(.page-type-default) .halo_multilevel-category-filter .form-label .desc,
      .home-layout-3:not(.page-type-default) .halo_multilevel-category-filter .form-label .desc {
        display: none; }
    .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-label {
      color: black; }
  .halo_multilevel-category-filter .form-wrapper {
    display: block; }
  .halo_multilevel-category-filter .form-field {
    display: block;
    margin: 0 0 10px 0;
    position: relative; }
    .halo_multilevel-category-filter .form-field .form-label {
      display: block;
      font-size: 0;
      line-height: 0;
      margin: 0;
      padding: 0; }
    .halo_multilevel-category-filter .form-field .form-select {
      height: 40px;
      max-width: 100%;
      box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.03);
      border-radius: 3px; }
      .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-field .form-select {
        height: 48px;
        background-color: transparent;
        background-position: right 12px top 12px;
        position: relative;
        z-index: 1; }
      @media (min-width: 1200px) {
        .halo_multilevel-category-filter .form-field .form-select {
          min-width: 260px; }
          .page-type-default.home-layout-2 .halo_multilevel-category-filter .form-field .form-select {
            min-width: 240px;
            border: none; }
          .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-field .form-select {
            min-width: 230px; } }
    @media (min-width: 1200px) {
      .halo_multilevel-category-filter .form-field:after {
        content: '';
        position: absolute;
        top: 0;
        right: 40px;
        height: 40px;
        width: 1px;
        background-color: #eeeeee; }
        .page-type-default.home-layout-2 .halo_multilevel-category-filter .form-field:after {
          height: 20px;
          top: 10px; }
        .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-field:after {
          width: calc(100% - 48px);
          left: 0;
          right: auto;
          height: 48px; } }
  .halo_multilevel-category-filter .group-button {
    font-size: 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    .halo_multilevel-category-filter .group-button .button {
      min-width: 90px;
      padding: 0;
      height: 40px;
      line-height: 38px;
      width: 50%; }
      .halo_multilevel-category-filter .group-button .button + .button {
        margin-left: 10px; }
  @media (min-width: 551px) {
    .halo_multilevel-category-filter .form-field {
      width: 33.3334%;
      margin: 0 0 30px 0;
      padding: 0 10px 0 0;
      display: inline-block; }
    .halo_multilevel-category-filter .form-field:nth-child(3) {
      padding: 0; }
    .halo_multilevel-category-filter .group-button {
      max-width: 400px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .halo_multilevel-category-filter .form-wrapper {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      flex-grow: 1; }
    .halo_multilevel-category-filter .form-field {
      width: 25%;
      margin: 0 10px 0 0;
      padding: 0; }
    .halo_multilevel-category-filter .group-button {
      width: auto;
      margin-top: 0;
      display: inline-block; }
      .halo_multilevel-category-filter .group-button .button {
        min-width: 61px;
        width: 61px; } }
  @media (min-width: 1025px) {
    .halo_multilevel-category-filter {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      max-width: 1100px;
      margin: 0 auto; }
      .halo_multilevel-category-filter .form-label {
        text-align: left;
        display: inline-block;
        margin-right: 28px;
        margin-bottom: 0px; }
      .page-type-default.home-layout-3 .halo_multilevel-category-filter {
        max-width: 100%; }
        .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-label {
          min-width: 230px; }
        .page-type-default.home-layout-3 .halo_multilevel-category-filter .form-wrapper {
          min-width: calc(100% - 255px); } }
  @media (min-width: 1200px) {
    .halo_multilevel-category-filter .form-field {
      width: 30%;
      margin: 0 10px 0 0;
      display: inline-block; }
    .halo_multilevel-category-filter .group-button {
      width: auto;
      min-width: 132px; }
      .page-type-default.home-layout-3 .halo_multilevel-category-filter .group-button {
        margin-left: 15px; } }

.halo_MultiCategory.layout-2 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  width: 100%; }
  .halo_MultiCategory.layout-2 .halo_multilevel-category-filter > .form-label {
    color: black; }
  .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select span {
    display: none; }
  @media (min-width: 551px) {
    .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button {
      min-width: 150px; }
      .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button .button {
        padding: 0 15px;
        height: 40px;
        min-width: 40px;
        line-height: 36px;
        width: auto; }
      .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select {
        padding: 0;
        height: 40px;
        line-height: 36px; } }
  @media (min-width: 1200px) {
    .halo_MultiCategory.layout-2 {
      border-radius: 3px;
      padding: 15px 30px 25px;
      margin-bottom: 30px; }
      .halo_MultiCategory.layout-2 .halo_multilevel-category-filter {
        display: block;
        text-align: left; }
        .halo_MultiCategory.layout-2 .halo_multilevel-category-filter > .form-label {
          display: block;
          margin-right: 0;
          text-align: left;
          margin-bottom: 18px; }
          .halo_MultiCategory.layout-2 .halo_multilevel-category-filter > .form-label .title {
            font-size: 16px;
            margin-bottom: 2px; }
        .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .form-wrapper {
          display: block; }
        .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .form-field {
          width: 100%;
          display: block;
          margin: 0 0 15px 0; }
        .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button {
          display: block; }
          .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button .button {
            display: block;
            width: 100%; }
            .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button .button + .button {
              margin: 12px 0 0 0; }
          .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select {
            display: inline-block;
            border-color: transparent;
            background-color: transparent;
            box-shadow: none;
            text-transform: capitalize;
            font-size: 12px;
            line-height: 20px;
            height: auto;
            color: #323232;
            font-family: "Arimo", Arial, Helvetica, sans-serif; }
            .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select .icon {
              margin-right: 5px; }
            .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select svg {
              fill: #323232; }
            .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select span {
              display: inline-block;
              vertical-align: middle;
              text-decoration: underline;
              text-underline-position: under;
              margin-left: 5px; }
            .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select:hover, .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select:focus, .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select:active {
              color: #323232; }
              .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select:hover svg, .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select:focus svg, .halo_MultiCategory.layout-2 .halo_multilevel-category-filter .group-button #halo_clear-select:active svg {
                fill: #323232; } }

#featuredCates .page-heading {
  margin-bottom: 10px; }
  @media (max-width: 550px) {
    #featuredCates .page-heading {
      font-size: 20px; } }
  @media (min-width: 551px) {
    #featuredCates .page-heading {
      margin-bottom: 22px; } }

#featuredCates .slick-slider {
  margin-bottom: 0; }

#featuredCates .slick-dots {
  bottom: -18px; }

.featuredCates--card {
  overflow: hidden;
  text-align: left;
  position: relative;
  font-size: 1rem;
  background-color: #ffffff; }
  .featuredCates--card + .featuredCates--card {
    margin-top: 16px; }
  .featuredCates--card > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    position: absolute; }
  .featuredCates--card .featuredCates--figure {
    margin: 0;
    display: block;
    padding-bottom: 10px;
    margin-bottom: -5px; }
  .featuredCates--card .featuredCates--body {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    padding: 15px 23px; }
    .featuredCates--card .featuredCates--body:before {
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      width: 100%;
      height: 45px;
      display: block;
      position: absolute;
      transition: all 0.25s ease;
      background-color: #ffffff; }
  .featuredCates--card .title {
    z-index: 2;
    line-height: 1;
    font-size: 16px;
    margin: 0 0 10px 0;
    max-width: 280px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    transform: translateY(-20px);
    transition: all 0.25s ease;
    display: inline-block;
    padding: 0 0 6px 0; }
    .featuredCates--card .title a {
      color: inherit; }
  .featuredCates--card .description {
    position: relative;
    padding-right: 5px;
    color: #8c8c8c; }
    .featuredCates--card .description p {
      line-height: 1;
      margin-bottom: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 280px; }
    .featuredCates--card .description svg {
      fill: #8c8c8c;
      top: -3px;
      right: -10px;
      height: 18px;
      width: 18px;
      position: absolute; }
  @media (min-width: 551px) {
    .featuredCates--card {
      width: 380px; } }
  @media (min-width: 1025px) {
    .featuredCates--card + .featuredCates--card {
      margin-top: 30px; }
    .featuredCates--card .featuredCates--figure img {
      transition: all 0.25s ease; }
    .featuredCates--card:hover .title {
      transform: translateY(0); }
    .featuredCates--card:hover .featuredCates--figure img {
      transform: scale3d(1.1, 1.1, 1); }
    .featuredCates--card:hover .featuredCates--body:before {
      height: 70px; } }

#popularCates {
  padding-top: 30px;
  padding-bottom: 30px; }
  #popularCates .page-heading {
    font-size: 20px;
    margin-bottom: 15px; }
  @media (max-width: 1199px) {
    #popularCates .c-2 {
      padding-left: 7.5px;
      padding-right: 7.5px; }
      #popularCates .c-2 .item {
        padding-left: 7.5px;
        padding-right: 7.5px; } }
  @media (max-width: 1024px) {
    #popularCates .c-2 {
      padding: 0;
      white-space: nowrap;
      overflow-y: auto; }
      #popularCates .c-2 .popularCates--card {
        white-space: normal; }
      #popularCates .c-2 .item {
        width: 80%;
        padding: 0; }
        #popularCates .c-2 .item img {
          width: 100%;
          min-height: 270px;
          object-fit: cover; }
        #popularCates .c-2 .item + .item {
          padding-left: 15px;
          margin: 0; }
      #popularCates .c-2 .p-t {
        padding-top: 0; } }
  #popularCates .item-col-2 {
    white-space: nowrap; }
    #popularCates .item-col-2 .item-child {
      display: inline-block;
      vertical-align: top; }
      #popularCates .item-col-2 .item-child .popularCates--card {
        margin-top: 0; }
        #popularCates .item-col-2 .item-child .popularCates--card .popularCates--body {
          padding: 0 15px; }
      #popularCates .item-col-2 .item-child:first-child {
        padding-right: 7px; }
      #popularCates .item-col-2 .item-child:last-child {
        padding-left: 7px; }
      @media (min-width: 1025px) {
        #popularCates .item-col-2 .item-child {
          width: 50%; } }
      @media (min-width: 1200px) {
        #popularCates .item-col-2 .item-child:first-child {
          padding-right: 15px; }
        #popularCates .item-col-2 .item-child:last-child {
          padding-left: 15px; }
        #popularCates .item-col-2 .item-child .popularCates--card .popularCates--body {
          padding: 10px 15px; } }
      @media (min-width: 1400px) {
        #popularCates .item-col-2 .item-child .popularCates--card .popularCates--body {
          padding: 17px 35px; } }
  @media (max-width: 1199px) {
    #popularCates .p-t {
      padding-top: 15px; } }
  @media (max-width: 550px) {
    #popularCates .p-t {
      padding-top: 0; } }
  @media (min-width: 551px) {
    #popularCates {
      padding-top: 10px;
      padding-bottom: 60px; }
      #popularCates .page-heading {
        font-size: 22px;
        margin-bottom: 25px; }
      .home-layout-2 #popularCates {
        padding-top: 0;
        padding-bottom: 25px; }
        .home-layout-2 #popularCates .page-heading {
          margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    #popularCates .w-30 {
      width: 33.3334%; }
    #popularCates .w-70 {
      width: 66.6667%; }
    .home-layout-3 #popularCates {
      padding-top: 40px;
      padding-bottom: 0; } }

#popularCates-2 .item {
  padding-top: 0; }

.popularCates--card {
  overflow: hidden;
  text-align: left;
  position: relative;
  font-size: 1rem;
  transition: all 0.25s ease; }
  .popularCates--card > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    position: absolute; }
  .popularCates--card .popularCates--figure {
    margin: 0;
    display: block; }
    .popularCates--card .popularCates--figure:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      transition: all .3s ease;
      background-color: rgba(35, 36, 41, 0.6); }
      @media (min-width: 1025px) {
        .popularCates--card .popularCates--figure:before {
          background-color: rgba(35, 36, 41, 0.4); } }
      .home-layout-2 .popularCates--card .popularCates--figure:before,
      .home-layout-3 .popularCates--card .popularCates--figure:before {
        background-color: rgba(35, 36, 41, 0.4); }
        @media (min-width: 1025px) {
          .home-layout-2 .popularCates--card .popularCates--figure:before,
          .home-layout-3 .popularCates--card .popularCates--figure:before {
            background-color: transparent; } }
  .popularCates--card .popularCates--body {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    padding: 0 15px; }
    .home-layout-3 .popularCates--card .popularCates--body {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 30px !important; }
      .home-layout-3 .popularCates--card .popularCates--body .title {
        font-size: 22px; }
      .home-layout-3 .popularCates--card .popularCates--body .description {
        font-weight: 700; }
      .home-layout-3 .popularCates--card .popularCates--body .button {
        max-width: 126px; }
      @media (min-width: 1400px) {
        .home-layout-3 .popularCates--card .popularCates--body {
          padding: 30px 35px 35px !important; } }
    @media (min-width: 1200px) {
      .popularCates--card .popularCates--body {
        padding: 10px 15px; } }
    @media (min-width: 1400px) {
      .popularCates--card .popularCates--body {
        padding: 17px 35px; } }
  .popularCates--card .title {
    z-index: 2;
    line-height: 1;
    font-size: 30px;
    margin: 0 0 5px 0;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    transition: all 0.25s ease;
    display: inline-block;
    padding: 0 0 6px 0;
    color: #ffffff; }
    .popularCates--card .title a {
      color: inherit; }
  .popularCates--card .description {
    position: relative;
    padding-right: 5px;
    color: #ffffff; }
  @media (min-width: 1025px) {
    .popularCates--card .popularCates--figure img {
      transition: all 0.25s ease; }
    .popularCates--card:hover .popularCates--figure img {
      transform: scale3d(1.1, 1.1, 1); }
    .popularCates--card:hover .popularCates--figure:before {
      background-color: rgba(35, 36, 41, 0.6); }
      .home-layout-2 .popularCates--card:hover .popularCates--figure:before,
      .home-layout-3 .popularCates--card:hover .popularCates--figure:before {
        background-color: rgba(35, 36, 41, 0.4); } }

.halo-video-popup {
  background-color: transparent;
  overflow: initial; }
  @media (min-width: 1025px) {
    .halo-video-popup .modal-close {
      right: -16px;
      top: -16px;
      transform: none;
      color: #fff;
      background-color: #000;
      width: 32px;
      height: 32px;
      font-size: 26px;
      line-height: 32px; } }
  .halo-video-popup .modal-body {
    padding: 0;
    overflow: initial; }

.video-popup-main iframe {
  width: 100%;
  min-height: 270px; }
  @media (min-width: 768px) {
    .video-popup-main iframe {
      min-height: 510px; } }

#popularBrands {
  padding-top: 25px;
  border-bottom: 1px solid #eeeeee; }
  .home-layout-3 #popularBrands {
    padding-bottom: 30px; }
    @media (min-width: 1025px) {
      .home-layout-3 #popularBrands {
        padding-bottom: 65px; } }
  #popularBrands .page-heading {
    font-size: 20px;
    margin-bottom: 10px; }
    #popularBrands .page-heading + .description {
      line-height: 20px;
      color: #3c3c3c;
      padding: 0 10px;
      margin: 0 auto 40px; }
      @media (min-width: 551px) {
        #popularBrands .page-heading + .description {
          max-width: 660px;
          padding: 0 15px; } }
  @media (min-width: 551px) {
    #popularBrands .page-heading {
      font-size: 22px;
      margin-bottom: 25px; }
      .home-layout-3 #popularBrands .page-heading {
        margin-bottom: 15px; } }

.popularBrands--header + .popularBrands--container {
  z-index: 2;
  margin: 35px auto 0;
  position: relative;
  max-width: 1230px; }
  .popularBrands--header + .popularBrands--container.layout-2 {
    max-width: 1210px; }
    .popularBrands--header + .popularBrands--container.layout-2 .popularBrands--carousel .item {
      padding: 0 10px; }
  .popularBrands--header + .popularBrands--container .popularBrands--heading {
    margin: 0 15px; }
  .popularBrands--header + .popularBrands--container .page-heading {
    font-size: 18px;
    margin-bottom: 28px; }
  .popularBrands--header + .popularBrands--container .popularBrands--carousel {
    margin-bottom: 25px; }
    .popularBrands--header + .popularBrands--container .popularBrands--carousel .slick-dots {
      bottom: -15px; }
    .popularBrands--header + .popularBrands--container .popularBrands--carousel:not(.slick-initialized) {
      white-space: nowrap;
      overflow: hidden; }
      .popularBrands--header + .popularBrands--container .popularBrands--carousel:not(.slick-initialized) .item {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        width: 33.3334%; }
        @media (max-width: 1024px) {
          .popularBrands--header + .popularBrands--container .popularBrands--carousel:not(.slick-initialized) .item {
            width: 50%; } }
        @media (max-width: 550px) {
          .popularBrands--header + .popularBrands--container .popularBrands--carousel:not(.slick-initialized) .item {
            width: 100%; } }
  @media (min-width: 551px) {
    .popularBrands--header + .popularBrands--container {
      margin: 30px auto 0; }
      .popularBrands--header + .popularBrands--container .halo-link {
        font-weight: 400;
        letter-spacing: 0.02em; } }
  @media (min-width: 1025px) {
    .popularBrands--header + .popularBrands--container {
      z-index: 2;
      position: relative;
      margin-top: -120px; }
      .popularBrands--header + .popularBrands--container .popularBrands--carousel {
        margin-bottom: 20px; }
        .popularBrands--header + .popularBrands--container .popularBrands--carousel .slick-dots {
          bottom: -20px; }
        .home-layout-3 .popularBrands--header + .popularBrands--container .popularBrands--carousel {
          margin-bottom: 40px; }
      .popularBrands--header + .popularBrands--container .popularBrands--heading {
        color: #ffffff; }
        .popularBrands--header + .popularBrands--container .popularBrands--heading .page-heading,
        .popularBrands--header + .popularBrands--container .popularBrands--heading .halo-link {
          color: #ffffff; }
      .home-layout-3 .popularBrands--header + .popularBrands--container {
        margin-top: -135px; } }

.popularBrands--video {
  color: #323232;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden; }
  .popularBrands--video .popularBrands--image {
    width: 100%;
    position: relative;
    z-index: 1; }
  .popularBrands--video .container {
    z-index: 2; }
  .popularBrands--video .popularBrands--body {
    width: 100%;
    margin: auto;
    max-width: 600px;
    padding-top: 10px; }
    @media (min-width: 551px) {
      .popularBrands--video .popularBrands--body {
        padding-top: 30px; } }
  .popularBrands--video .title {
    color: #323232;
    font-size: 15px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 3px 0;
    text-transform: capitalize; }
    @media (min-width: 551px) {
      .popularBrands--video .title {
        margin: 0 0 17px 0; }
        .home-layout-3 .popularBrands--video .title {
          margin: 0 0 22px 0; } }
  .popularBrands--video .description {
    line-height: 22px; }
  .popularBrands--video .button-group {
    margin-top: 10px; }
    .popularBrands--video .button-group .button {
      width: 211px;
      height: 42px;
      line-height: 40px;
      display: block;
      margin: 0 auto; }
      .popularBrands--video .button-group .button + .button {
        margin-top: 15px; }
    @media (min-width: 551px) {
      .popularBrands--video .button-group {
        margin-top: 30px; } }
  @media (min-width: 551px) {
    .popularBrands--video .title {
      font-size: 18px; }
    .popularBrands--video .button-group {
      margin-top: 42px; }
      .popularBrands--video .button-group .button {
        display: inline-block; }
        .popularBrands--video .button-group .button + .button {
          margin-top: 0;
          margin-left: 25px; }
    .popularBrands--video .popularBrands--body {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 1025px) {
    .popularBrands--video {
      padding: 60px 0 220px;
      background-attachment: fixed;
      color: #ffffff; }
      .home-layout-3 .popularBrands--video {
        padding: 70px 0 220px; }
      .popularBrands--video:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        display: block;
        z-index: 2;
        position: absolute;
        opacity: 0.5;
        background-color: #232428; }
      .popularBrands--video .title {
        font-size: 24px;
        color: #ffffff; }
        .home-layout-3 .popularBrands--video .title {
          font-size: 36px; }
      .popularBrands--video .popularBrands--image {
        top: 50%;
        left: 50%;
        width: auto;
        height: 100%;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        z-index: 1;
        transform: translate(-50%, -50%); }
      .popularBrands--video .popularBrands--body {
        padding-top: 0px;
        padding-bottom: 0px; }
      .popularBrands--video .button--white {
        border: 1px solid #ffffff; } }

.popularBrands--content {
  padding: 0 10px; }
  .popularBrands--content .description-showmore {
    max-height: 70px;
    overflow: hidden; }
  @media (min-width: 551px) {
    .popularBrands--content {
      padding: 0 15px; } }

.popularBrands--card {
  position: relative;
  transition: all 0.25s ease; }
  .popularBrands--card > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    position: absolute; }
  .popularBrands--card .popularBrands--figure {
    position: relative;
    overflow: hidden;
    margin: 0; }
    .popularBrands--card .popularBrands--figure img {
      transition: all 0.25s ease; }
    .popularBrands--container.layout-2 .popularBrands--card .popularBrands--figure:after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      opacity: 0;
      content: '';
      position: absolute;
      visibility: hidden;
      transition: all .3s ease;
      background-color: rgba(0, 0, 0, 0.3); }
  .popularBrands--card .icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    max-width: 74px; }
  .popularBrands--card .popularBrands--body {
    padding: 20px 23px 21px;
    background-color: #5b6575; }
    .popularBrands--container.layout-2 .popularBrands--card .popularBrands--body {
      position: absolute;
      bottom: 0;
      background-color: transparent;
      padding: 20px 35px 35px;
      z-index: 5; }
  .popularBrands--card .title {
    z-index: 2;
    line-height: 1;
    font-size: 18px;
    margin: 0 0 5px 0;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    transition: all 0.25s ease;
    display: inline-block;
    padding: 0 0 6px 0;
    color: #ffffff; }
    .popularBrands--container.layout-2 .popularBrands--card .title {
      font-size: 22px; }
  .popularBrands--card .description {
    position: relative;
    padding-right: 5px; }
    .popularBrands--card .description p {
      font-size: 14px;
      line-height: 1;
      margin-bottom: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      color: #bcbfc5; }
    .popularBrands--card .description svg {
      fill: #bcbfc5;
      top: -3px;
      right: -10px;
      height: 18px;
      width: 18px;
      position: absolute; }
    .popularBrands--container.layout-2 .popularBrands--card .description {
      font-weight: 700; }
      .popularBrands--container.layout-2 .popularBrands--card .description p,
      .popularBrands--container.layout-2 .popularBrands--card .description svg {
        color: #ffffff; }
  @media (min-width: 1025px) {
    .popularBrands--card:hover .popularBrands--figure img:not(.icon-video) {
      transform: scale3d(1.1, 1.1, 1); }
    .popularBrands--container.layout-2 .popularBrands--card:hover .popularBrands--figure:after {
      opacity: 1;
      visibility: visible; } }

.popularBrands--carousel .item {
  padding: 0 15px; }
  @media (max-width: 550px) {
    .popularBrands--carousel .item {
      padding: 0 10px; } }

.popularBrands--carousel:not(.slick-initialized) .item:nth-child(n+4) {
  display: none; }

#recentPosts {
  padding: 0 0 30px;
  border-bottom: 1px solid #ededed; }
  .home-layout-3 #recentPosts {
    padding-top: 20px;
    border-bottom: none; }
  @media (min-width: 1025px) {
    #recentPosts {
      padding: 0 0 60px; }
      .home-layout-3 #recentPosts {
        padding-top: 50px; } }
  #recentPosts .container {
    padding: 0; }
  #recentPosts .halo-block-header {
    text-align: center;
    position: relative;
    padding: 20px 10px 0;
    margin-bottom: 15px; }
    @media (min-width: 1025px) {
      .home-layout-2 #recentPosts .halo-block-header {
        text-align: left; }
        .home-layout-2 #recentPosts .halo-block-header:not(.item) {
          display: none; } }
    .home-layout-3 #recentPosts .halo-block-header {
      text-align: left; }
    #recentPosts .halo-block-header .title {
      font-weight: 700;
      margin: 0;
      padding: 0 0 5px; }
      @media (max-width: 550px) {
        #recentPosts .halo-block-header .title {
          font-size: 20px; } }
      .home-layout-2 #recentPosts .halo-block-header .title {
        font-size: 20px;
        padding: 0 0 25px; }
    #recentPosts .halo-block-header .desc {
      max-width: 500px;
      margin: auto; }
      #recentPosts .halo-block-header .desc p {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 0; }
    #recentPosts .halo-block-header .link a {
      font-size: 14px;
      font-weight: 700;
      line-height: 22px;
      color: #5874b0;
      background: transparent;
      text-transform: capitalize;
      position: absolute;
      right: 10px;
      bottom: 8px; }
      .home-layout-2 #recentPosts .halo-block-header .link a {
        position: unset; }
      #recentPosts .halo-block-header .link a span {
        display: inline-block;
        vertical-align: middle;
        text-decoration: underline;
        text-underline-position: under; }
      @media (min-width: 1025px) {
        #recentPosts .halo-block-header .link a {
          right: 0; } }
    #recentPosts .halo-block-header .link svg {
      fill: #5874b0;
      height: 25px;
      width: 18px;
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 551px) {
      #recentPosts .halo-block-header {
        padding: 20px 15px 0;
        margin-bottom: 20px; } }
    @media (min-width: 1025px) {
      #recentPosts .halo-block-header {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        #recentPosts .halo-block-header .desc {
          max-width: 270px;
          margin: 0; }
        .home-layout-2 #recentPosts .halo-block-header,
        .home-layout-3 #recentPosts .halo-block-header {
          display: block; } }
  #recentPosts .halo-recent-post {
    padding: 0; }
    #recentPosts .halo-recent-post .item {
      margin: 0;
      padding: 0 10px;
      outline: none;
      white-space: normal; }
      #recentPosts .halo-recent-post .item .item-content {
        text-align: left;
        max-width: 100%;
        margin: 0 auto; }
        #recentPosts .halo-recent-post .item .item-content .date {
          font-size: 14px;
          line-height: 24px;
          letter-spacing: 0;
          color: #8c8c8c;
          margin-bottom: 14px; }
          .home-layout-2 #recentPosts .halo-recent-post .item .item-content .date {
            font-weight: 700; }
        #recentPosts .halo-recent-post .item .item-content .title {
          font-size: 20px;
          line-height: 28px;
          letter-spacing: 0;
          font-weight: 700;
          margin-top: 20px;
          margin-bottom: 3px; }
          #recentPosts .halo-recent-post .item .item-content .title a {
            text-decoration: unset; }
          .home-layout-2 #recentPosts .halo-recent-post .item .item-content .title {
            margin-top: 22px; }
          .home-layout-3 #recentPosts .halo-recent-post .item .item-content .title {
            margin-top: 22px; }
        #recentPosts .halo-recent-post .item .item-content .summary {
          font-size: 14px;
          letter-spacing: 0;
          line-height: 20px;
          margin-bottom: 18px;
          color: #3c3c3c; }
          .home-layout-2 #recentPosts .halo-recent-post .item .item-content .summary {
            font-weight: 700; }
        #recentPosts .halo-recent-post .item .item-content .link {
          font-size: 14px;
          font-weight: 700; }
          .home-layout-2 #recentPosts .halo-recent-post .item .item-content .link {
            color: #5874b0;
            text-decoration: underline;
            text-underline-position: under;
            margin-left: 3px; }
        @media (min-width: 1600px) {
          #recentPosts .halo-recent-post .item .item-content {
            padding-right: 30px; }
            .home-layout-2 #recentPosts .halo-recent-post .item .item-content {
              padding-right: 0; } }
      @media (min-width: 768px) {
        #recentPosts .halo-recent-post .item {
          padding: 0 15px; } }
    #recentPosts .halo-recent-post:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: auto;
      font-size: 0;
      letter-spacing: 0; }
      @media (min-width: 1025px) {
        #recentPosts .halo-recent-post:not(.slick-initialized) {
          overflow: hidden; } }
      #recentPosts .halo-recent-post:not(.slick-initialized) .item {
        display: inline-block;
        vertical-align: top;
        width: 33.3333333%;
        overflow: hidden; }
        .home-layout-2 #recentPosts .halo-recent-post:not(.slick-initialized) .item {
          width: 25%; }
          .home-layout-2 #recentPosts .halo-recent-post:not(.slick-initialized) .item:nth-child(n+5) {
            display: none; }
        @media (max-width: 1199px) {
          #recentPosts .halo-recent-post:not(.slick-initialized) .item {
            width: 50%; }
            #recentPosts .halo-recent-post:not(.slick-initialized) .item:nth-child(n+3) {
              display: none; } }
        @media (max-width: 767px) {
          #recentPosts .halo-recent-post:not(.slick-initialized) .item {
            width: 100%; }
            #recentPosts .halo-recent-post:not(.slick-initialized) .item:nth-child(n+2) {
              display: none; } }
      .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) {
        white-space: normal;
        overflow: hidden; }
        .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items {
          width: 100%;
          display: inline-block;
          vertical-align: top;
          margin-right: 0;
          padding: 0 15px; }
          .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items:first-child {
            padding-bottom: 15px; }
          .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items:last-child .title {
            position: relative;
            top: -3px;
            margin-top: 0; }
          .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items .item {
            width: 100%;
            padding: 0; }
          .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item {
            display: table;
            margin-top: -5px; }
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item .item-image,
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item .item-content {
              display: table-cell;
              vertical-align: top; }
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item .item-image {
              width: 100px;
              padding-top: 5px; }
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item .item-content {
              padding-left: 15px; }
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item + .item {
              margin-top: 10px; }
          @media (min-width: 768px) {
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items {
              width: 50%; }
              .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items:first-child {
                padding-bottom: 0; } }
          @media (min-width: 1025px) {
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item .item-image {
              width: 190px; }
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item .item-content {
              padding-left: 30px; }
            .home-layout-3 #recentPosts .halo-recent-post:not(.slick-initialized) .items + .items .item + .item {
              margin-top: 50px; } }
    #recentPosts .halo-recent-post.slick-dotted {
      margin-bottom: 0; }
    @media (max-width: 1024px) {
      #recentPosts .halo-recent-post .halo-block-header {
        display: none; } }
    @media (max-width: 1399px) {
      #recentPosts .halo-recent-post {
        margin: 0; } }
  #recentPosts .slick-dots {
    bottom: -5px; }
    #recentPosts .slick-dots li button {
      height: 10px;
      width: 10px; }
      #recentPosts .slick-dots li button:before {
        height: 10px;
        width: 10px; }
  #recentPosts .halo-recent-post .item-image a {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    background-color: #f9f9f9; }
    #recentPosts .halo-recent-post .item-image a::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 65.78947%;
      width: 100%; }
    #recentPosts .halo-recent-post .item-image a img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      transition: all .3s ease; }
  @media (max-width: 550px) {
    #recentPosts .halo-recent-post .slick-arrow.slick-prev {
      left: 15px; }
    #recentPosts .halo-recent-post .slick-arrow.slick-next {
      right: 15px; } }
  @media (min-width: 1025px) {
    #recentPosts {
      padding: 0 0 55px; }
      #recentPosts .container {
        padding: 0 15px; }
      #recentPosts .halo-recent-post {
        width: auto;
        min-width: 100%;
        overflow: visible; }
        #recentPosts .halo-recent-post .item {
          width: 100%;
          padding-left: 15px;
          padding-right: 15px; }
          #recentPosts .halo-recent-post .item.halo-block-header {
            position: relative;
            top: -8px; }
          #recentPosts .halo-recent-post .item .image-with-overlay:hover img {
            transform: scale3d(1.1, 1.1, 1); }
      .home-layout-2 #recentPosts {
        padding: 65px 0 22px; } }

#topBrands {
  padding: 30px 0; }
  .home-layout-2 #topBrands {
    border: none; }
  #topBrands .container {
    padding: 0; }
    #topBrands .container .topBrands--heading {
      padding: 0 10px; }
    @media (min-width: 768px) {
      #topBrands .container {
        padding: 0 15px; }
        #topBrands .container .topBrands--heading {
          padding: 0; } }
    .home-layout-2 #topBrands .container {
      max-width: 1630px; }
    @media (max-width: 1024px) {
      .home-layout-3 #topBrands .container {
        padding: 0 15px; } }
    @media (max-width: 550px) {
      .home-layout-3 #topBrands .container {
        padding: 0 10px; } }
  .home-layout-2 #topBrands .topBrands--heading {
    padding: 0 15px 15px; }
  @media (max-width: 550px) {
    #topBrands .page-heading {
      font-size: 20px;
      margin-bottom: 15px; } }
  .page-type-category #topBrands .page-heading {
    font-size: 22px;
    margin: 0 0 30px; }
  #topBrands .topBrands--item {
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7; }
    .home-layout-2 #topBrands .topBrands--item {
      border-color: #ffffff; }
    #topBrands .topBrands--item img {
      height: auto;
      margin: 0 auto; }
    #topBrands .topBrands--item + .topBrands--item {
      margin-top: 16px; }
    .page-type-category #topBrands .topBrands--item {
      border-color: #ffffff; }
  #topBrands .topBrands--carousel {
    padding: 0 5px; }
    #topBrands .topBrands--carousel.slick-initialized {
      margin-left: 0;
      margin-right: 0;
      display: block;
      list-style: none; }
      #topBrands .topBrands--carousel.slick-initialized .item {
        font-size: 0;
        line-height: 1;
        padding: 0 5px;
        vertical-align: top;
        text-align: center; }
        .home-layout-2 #topBrands .topBrands--carousel.slick-initialized .item {
          padding: 0; }
        @media (min-width: 768px) {
          #topBrands .topBrands--carousel.slick-initialized .item {
            padding: 0 15px; } }
      #topBrands .topBrands--carousel.slick-initialized .slick-slide div + div {
        margin-top: 10px; }
      .home-layout-2 #topBrands .topBrands--carousel.slick-initialized .slick-slide {
        padding: 0 5px; }
      @media (min-width: 551px) {
        .home-layout-2 #topBrands .topBrands--carousel.slick-initialized .slick-slide {
          padding: 0 7.5px; } }
      @media (min-width: 1025px) {
        .home-layout-2 #topBrands .topBrands--carousel.slick-initialized .slick-slide {
          padding: 0 15px; } }
      @media (min-width: 1400px) {
        #topBrands .topBrands--carousel.slick-initialized {
          margin: 0 -15px; }
          #topBrands .topBrands--carousel.slick-initialized .item {
            padding: 0 15px; }
          .home-layout-2 #topBrands .topBrands--carousel.slick-initialized {
            margin: 0; }
          .page-type-category #topBrands .topBrands--carousel.slick-initialized {
            margin: 0 -7px; }
            .page-type-category #topBrands .topBrands--carousel.slick-initialized .item {
              padding: 0 7px; } }
    #topBrands .topBrands--carousel:not(.slick-initialized) {
      overflow-y: hidden;
      overflow-x: auto;
      white-space: nowrap;
      font-size: 0; }
      #topBrands .topBrands--carousel:not(.slick-initialized) .item {
        font-size: 12px;
        white-space: normal;
        display: inline-block;
        vertical-align: top;
        padding-right: 15px;
        width: 40%; }
      @media (min-width: 1400px) {
        #topBrands .topBrands--carousel:not(.slick-initialized) {
          margin-left: -15px;
          margin-right: -15px; } }
    #topBrands .topBrands--carousel.layout-2 {
      background-color: white;
      margin-bottom: 0; }
      #topBrands .topBrands--carousel.layout-2 .slick-track .slick-slide .topBrands--item {
        border-right: 1px solid #f0f0f0; }
    @media (min-width: 551px) {
      #topBrands .topBrands--carousel {
        padding: 0; }
        #topBrands .topBrands--carousel.slick-initialized .slick-slide > div + div {
          margin-top: 15px; }
        #topBrands .topBrands--carousel:not(.slick-initialized) .item {
          width: 30%; } }
    @media (min-width: 768px) {
      #topBrands .topBrands--carousel:not(.slick-initialized) .item {
        width: 23%; } }
    @media (min-width: 1025px) {
      #topBrands .topBrands--carousel .item:hover .topBrands--item {
        border: 1px solid black; }
      #topBrands .topBrands--carousel.slick-initialized {
        padding: 0; }
        #topBrands .topBrands--carousel.slick-initialized .slick-slide > div + div {
          margin-top: 30px; }
      #topBrands .topBrands--carousel:not(.slick-initialized) .item {
        width: 16.6667%; }
        #topBrands .topBrands--carousel:not(.slick-initialized) .item:nth-child(n + 7) {
          display: none; }
      #topBrands .topBrands--carousel.layout-2 {
        text-align: left;
        display: block;
        overflow: visible;
        white-space: normal;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0px;
        padding-bottom: 0px; }
        #topBrands .topBrands--carousel.layout-2 .topBrands--item {
          position: relative;
          padding: 14px 12px 13px;
          min-width: 200px;
          border: none;
          border-radius: 0; }
          #topBrands .topBrands--carousel.layout-2 .topBrands--item:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.1);
            opacity: 0;
            visibility: hidden;
            transition: opacity .25s; }
          #topBrands .topBrands--carousel.layout-2 .topBrands--item:hover:after {
            opacity: 1;
            visibility: visible; }
        #topBrands .topBrands--carousel.layout-2 .item {
          padding: 0;
          width: 16.66666666666%;
          border-left: 1px solid #f0f0f0;
          border-bottom: 1px solid #f0f0f0; }
          #topBrands .topBrands--carousel.layout-2 .item:nth-child(n + 7) {
            border-bottom: 1px solid transparent; }
          #topBrands .topBrands--carousel.layout-2 .item:hover .topBrands--item {
            border-width: 0 1px 0 0; }
        #topBrands .topBrands--carousel.layout-2.slick-initialized .slick-slide > div + div {
          margin-top: 0; } }
  #topBrands .slick-arrow {
    border: none; }
    #topBrands .slick-arrow:before {
      width: 15px;
      height: 15px; }
      .page-type-category #topBrands .slick-arrow:before {
        width: 22px;
        height: 22px; }
    #topBrands .slick-arrow.slick-prev, #topBrands .slick-arrow.slick-next {
      width: 25px;
      height: 25px;
      top: 50%;
      transform: translateY(-50%);
      padding: 0;
      margin: 0; }
    #topBrands .slick-arrow.slick-prev {
      left: -30px; }
      .page-type-category #topBrands .slick-arrow.slick-prev {
        left: -40px; }
    #topBrands .slick-arrow.slick-next {
      right: -30px; }
      .page-type-category #topBrands .slick-arrow.slick-next {
        right: -40px; }
  @media (min-width: 551px) {
    #topBrands {
      padding: 40px 0; }
      .home-layout-2 #topBrands {
        padding: 20px 0 30px; }
      .home-layout-3 #topBrands {
        padding: 20px 0; }
      .page-type-category #topBrands {
        padding: 40px 0; } }
  @media (min-width: 1025px) {
    .home-layout-2 #topBrands {
      padding: 20px 0 50px; } }
  @media (min-width: 1400px) {
    .home-layout-2 #topBrands {
      padding: 20px 0 110px; }
    .page-type-category #topBrands {
      padding: 40px 0 75px; } }

.footer_contactUs {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }
  .footer_contactUs p,
  .footer_contactUs a,
  .footer_contactUs span {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .footer_contactUs span + a {
    margin-left: 4px; }
  .footer_contactUs strong {
    font-weight: 700;
    color: #323232; }
  .footer_contactUs a:not(.button) {
    color: inherit; }
    .footer_contactUs a:not(.button):hover {
      color: inherit; }
  .footer_contactUs .button {
    margin: 0;
    min-width: 140px;
    height: 36px;
    line-height: 32px;
    font-size: 14px; }
  .footer_contactUs .or1 {
    display: block;
    font-size: 0;
    line-height: 10px; }
  .footer_contactUs .or2 {
    display: block;
    margin: 5px 0; }
  @media (min-width: 551px) {
    .footer_contactUs .or1 {
      font-size: 12px;
      line-height: 20px;
      display: inline-block; } }
  @media (min-width: 1025px) {
    .footer_contactUs .or2 {
      margin: 0;
      display: inline-block; }
      .footer_contactUs .or2 + .button {
        margin-left: 15px; } }

@media (min-width: 1200px) {
  .footer_service:not(.layout-2) {
    display: flex; } }

@media (max-width: 1199px) {
  .footer_service:not(.layout-2) .service-item:nth-child(3), .footer_service:not(.layout-2) .service-item:nth-child(4) {
    border-bottom: none; } }

@media (min-width: 1200px) {
  .footer_service:not(.layout-3) {
    display: flex; } }

@media (max-width: 1199px) {
  .footer_service:not(.layout-3) .service-item:nth-child(3), .footer_service:not(.layout-3) .service-item:nth-child(4) {
    border-bottom: none; } }

@media (min-width: 1200px) {
  .footer_service.layout-2, .footer_service.layout-3 {
    display: block; } }

.footer_service .service-item {
  position: relative;
  text-align: center;
  padding: 10px; }
  @media (max-width: 550px) {
    .footer_service .service-item:first-child {
      padding: 20px 10px 10px; }
    .footer_service .service-item:last-child {
      padding: 10px 10px 20px; } }
  .footer_service .service-item .icon {
    height: 40px;
    width: 50px; }
    .footer_service .service-item .icon svg {
      fill: #484b51;
      stroke: #484b51; }
  .footer_service .service-item .title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 23px;
    margin-bottom: 13px;
    line-height: 24px;
    text-transform: capitalize;
    color: #323232; }
  .footer_service .service-item .description {
    margin-bottom: 6px;
    line-height: 22px; }

@media (min-width: 551px) {
  .footer_service {
    font-size: 0; }
    .footer_service .service-item {
      width: 50%;
      vertical-align: top;
      display: inline-block;
      font-size: 1rem;
      border-bottom: 1px solid #ededed;
      padding: 36px 20px 30px; }
      .footer_service .service-item:nth-child(2n+1) {
        border-right: 1px solid #ededed; }
      .footer_service .service-item:last-child {
        border-right: none; }
      .home-layout-2 .footer_service .service-item {
        border-bottom: none; }
        .home-layout-2 .footer_service .service-item:nth-child(2n+1) {
          border-right: none; } }

@media (min-width: 1025px) {
  .footer_service .service-item {
    width: 25%;
    border-left: 1px solid #ededed; }
    .footer_service .service-item:nth-child(2n+1) {
      border-right: none; }
    .footer_service .service-item:last-child {
      border-right: 1px solid #ededed; }
    .home-layout-2 .footer_service .service-item {
      border-left: none; }
      .home-layout-2 .footer_service .service-item:last-child {
        border-right: none; } }

.footer_service.layout-2 {
  padding-top: 34px;
  padding-bottom: 24px;
  margin: 0;
  width: 100%; }
  .footer_service.layout-2 .service-item {
    border: none;
    padding: 0px; }
  .footer_service.layout-2 .service-wrapper {
    position: relative;
    text-align: left;
    display: table;
    margin: 0 auto;
    padding: 0; }
    .footer_service.layout-2 .service-wrapper .service-icon,
    .footer_service.layout-2 .service-wrapper .service-content {
      display: table-cell;
      vertical-align: middle; }
    .footer_service.layout-2 .service-wrapper .service-icon {
      width: 60px;
      height: 60px;
      padding: 18px;
      border-radius: 50%;
      border: 1px solid black; }
    .footer_service.layout-2 .service-wrapper .service-content {
      padding-left: 18px; }
    .footer_service.layout-2 .service-wrapper .icon {
      height: 1.71429rem;
      width: 1.71429rem; }
      .footer_service.layout-2 .service-wrapper .icon svg {
        fill: black;
        stroke: black; }
    .footer_service.layout-2 .service-wrapper .title {
      font-size: 14px;
      font-weight: 700;
      margin: 0 0 2px 0;
      line-height: 20px;
      text-transform: capitalize; }
    .footer_service.layout-2 .service-wrapper .text {
      font-size: 14px;
      font-weight: 700;
      color: #8d6600; }
      .footer_service.layout-2 .service-wrapper .text:last-child {
        margin-bottom: 0; }
  .footer_service.layout-2 .slick-dots {
    bottom: -10px; }
  @media (min-width: 1025px) {
    .footer_service.layout-2 {
      padding-bottom: 34px; }
      .footer_service.layout-2 .container {
        display: block;
        white-space: normal;
        overflow: visible; }
        .footer_service.layout-2 .container > .service-item {
          margin-right: 0;
          min-width: auto;
          padding: 10px; } }

.footer_service.layout-3 {
  padding-top: 29px;
  padding-bottom: 29px;
  margin: 0; }
  .footer_service.layout-3 .container {
    overflow: auto;
    display: flex;
    white-space: nowrap; }
    .footer_service.layout-3 .container > .service-item {
      vertical-align: top;
      display: inline-block;
      margin-right: 15px;
      white-space: normal;
      min-width: 240px; }
  .footer_service.layout-3 .service-item {
    padding: 0;
    border-left: none;
    border-bottom: none; }
    .footer_service.layout-3 .service-item:last-child {
      border-right: none; }
    .footer_service.layout-3 .service-item .icon svg {
      fill: black;
      stroke: black; }
    .footer_service.layout-3 .service-item .title,
    .footer_service.layout-3 .service-item .text {
      color: black; }
    @media (min-width: 551px) {
      .footer_service.layout-3 .service-item + .service-item:before {
        content: '';
        position: absolute;
        height: 44px;
        width: 1px;
        background-color: black;
        left: 0;
        top: 0; } }
  .footer_service.layout-3 .service-wrapper {
    position: relative;
    text-align: left;
    display: table;
    margin: 0 auto;
    padding: 2px 10px; }
    .footer_service.layout-3 .service-wrapper .service-icon,
    .footer_service.layout-3 .service-wrapper .service-content {
      display: table-cell;
      vertical-align: top; }
    .footer_service.layout-3 .service-wrapper .service-icon {
      width: 30px;
      padding-top: 5px; }
    .footer_service.layout-3 .service-wrapper .service-content {
      padding-left: 18px; }
    .footer_service.layout-3 .service-wrapper .icon {
      height: 2.14286rem;
      width: 2.14286rem; }
    .footer_service.layout-3 .service-wrapper .title {
      font-size: 12px;
      font-weight: 700;
      margin: 0 0 2px 0;
      line-height: 20px;
      text-transform: capitalize; }
    .footer_service.layout-3 .service-wrapper .text {
      font-size: 12px;
      font-weight: 400; }
      .footer_service.layout-3 .service-wrapper .text:last-child {
        margin-bottom: 0; }
  .footer_service.layout-3 .slick-dots {
    bottom: -10px; }
  @media (min-width: 1025px) {
    .footer_service.layout-3 .container {
      display: block;
      white-space: normal;
      overflow: visible; }
      .footer_service.layout-3 .container > .service-item {
        margin-right: 0;
        min-width: auto; } }

.halo-home-section-top {
  display: block;
  font-size: 0; }
  .halo-home-section-top .container {
    padding: 0; }
    @media (max-width: 1024px) {
      .halo-home-section-top .container .halo-block-product {
        padding-left: 15px;
        padding-right: 15px; }
      .halo-home-section-top .container .halo-home-section-right .halo-block-product {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 550px) {
      .halo-home-section-top .container .halo-block-product {
        padding-left: 0;
        padding-right: 0; }
      .halo-home-section-top .container .halo-home-section-right .halo-block-product {
        padding-left: 0;
        padding-right: 0; } }
  .halo-home-section-top .halo-home-section-left,
  .halo-home-section-top .halo-home-section-right {
    display: block;
    font-size: 12px;
    width: 100%; }
  .halo-home-section-top .halo-home-section-right .page-heading {
    text-align: center;
    margin-bottom: 28px;
    width: 100%; }
  .halo-home-section-top .halo-home-section-right #halo-product-by-cate-block-2 {
    margin-top: 30px; }
  .halo-home-section-top .halo-home-section-right .halo-home-section:not(.halo-home-section-fillter) {
    text-align: center; }
  .halo-home-section-top .halo-home-section-right .card-brand img {
    margin: 0 auto; }
  @media (max-width: 1399px) {
    .halo-home-section-top .halo-home-section-right {
      display: flex;
      border-top: 1px solid #eeeeee;
      border-bottom: 1px solid #eeeeee;
      padding: 30px 0 10px; }
      .halo-home-section-top .halo-home-section-right .halo-block-product {
        width: 50%; }
        .halo-home-section-top .halo-home-section-right .halo-block-product#halo-product-by-cate-block-1 .productCarousel-slide {
          width: 50%;
          display: inline-block;
          vertical-align: top;
          margin: 0; }
        .halo-home-section-top .halo-home-section-right .halo-block-product#halo-product-by-cate-block-1 .link {
          display: none; }
        .halo-home-section-top .halo-home-section-right .halo-block-product#halo-product-by-cate-block-2 {
          margin: 0; } }
  @media (max-width: 767px) {
    .halo-home-section-top .halo-home-section-right {
      display: block; }
      .halo-home-section-top .halo-home-section-right .halo-block-product {
        width: 100%; }
        .halo-home-section-top .halo-home-section-right .halo-block-product#halo-product-by-cate-block-2 {
          padding-top: 30px;
          margin-top: 20px;
          border-top: 1px solid #eeeeee; } }
  .halo-home-section-top .halo-home-section-left .category-filter-mobile {
    margin-top: 0; }
    .halo-home-section-top .halo-home-section-left .category-filter-mobile #halo_select-browse {
      font-size: 15px; }
    .halo-home-section-top .halo-home-section-left .category-filter-mobile #halo_clear-select {
      font-size: 0; }
    .halo-home-section-top .halo-home-section-left .category-filter-mobile .group-button {
      min-width: 147px; }
    .halo-home-section-top .halo-home-section-left .category-filter-mobile .halo_MultiCategory {
      width: 100%;
      color: black;
      padding: 20px 10px;
      position: unset;
      transform: none; }
    .halo-home-section-top .halo-home-section-left .category-filter-mobile .halo_multilevel-category-filter {
      max-width: 100%; }
    @media (min-width: 551px) {
      .halo-home-section-top .halo-home-section-left .category-filter-mobile .halo_MultiCategory {
        padding: 20px 15px; }
      .halo-home-section-top .halo-home-section-left .category-filter-mobile #halo_select-browse {
        min-width: 75px;
        width: 75px; } }
    @media (min-width: 1025px) {
      .halo-home-section-top .halo-home-section-left .category-filter-mobile {
        margin-top: 50px; } }
  .halo-home-section-top .halo-home-section-left .halo-block-product:not(.halo-home-section) .slick-prev {
    left: 15px; }
  .halo-home-section-top .halo-home-section-left .halo-block-product:not(.halo-home-section) .slick-next {
    right: -15px; }
  @media (min-width: 1025px) {
    .halo-home-section-top .halo-home-section-left .halo-block-product:not(.halo-home-section) {
      margin-right: 30px; } }
  .halo-home-section-top .halo-product-by-cate-block-1 .productCarousel-slide + .productCarousel-slide {
    margin-top: 45px; }
  @media (min-width: 1025px) {
    .halo-home-section-top .container {
      padding: 0 15px; } }
  @media (min-width: 1400px) {
    .halo-home-section-top .halo-home-section-left,
    .halo-home-section-top .halo-home-section-right {
      display: inline-block;
      vertical-align: top;
      font-size: 12px; }
    .halo-home-section-top .halo-home-section-left {
      width: calc(100% - 300px); }
      .halo-home-section-top .halo-home-section-left .category-filter-mobile {
        margin: 0; }
    .halo-home-section-top .halo-home-section-right {
      width: 300px; }
      .halo-home-section-top .halo-home-section-right .card {
        text-align: center; }
        .halo-home-section-top .halo-home-section-right .card .card-body {
          text-align: center; }
        .halo-home-section-top .halo-home-section-right .card .card-img-container {
          max-width: 170px;
          margin: 0 auto; }
        .halo-home-section-top .halo-home-section-right .card .card-price {
          justify-content: center; }
      .halo-home-section-top .halo-home-section-right #halo-product-by-cate-block-2 {
        margin-top: -1px;
        border-top: none;
        padding-top: none; }
      .halo-home-section-top .halo-home-section-right .halo-home-section-fillter {
        margin-top: 30px;
        padding-bottom: 5px; }
      .halo-home-section-top .halo-home-section-right .productCarousel .slick-slide > div + div {
        margin-top: 50px; }
      .halo-home-section-top .halo-home-section-right .halo-home-section:not(.halo-home-section-fillter) {
        border: 1px solid #f0f0f0;
        padding: 20px 20px 28px; } }

#categoryCustom {
  padding-top: 46px;
  padding-bottom: 25px; }
  #categoryCustom .categoryCustom-carousel:not(.slick-initialized) {
    white-space: nowrap;
    overflow-x: auto; }
    #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item {
      white-space: normal;
      display: inline-block;
      vertical-align: top;
      width: 20%; }
      #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item:nth-child(n+6) {
        display: none; }
    @media (max-width: 1024px) {
      #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item {
        width: 33.3334%; }
        #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item:nth-child(n+4) {
          display: none; } }
    @media (max-width: 550px) {
      #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item {
        width: 50%; }
        #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item:nth-child(n+3) {
          display: none; } }
    @media (max-width: 374px) {
      #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item {
        width: 100%; }
        #categoryCustom .categoryCustom-carousel:not(.slick-initialized) .item:nth-child(n+2) {
          display: none; } }
  #categoryCustom .item {
    padding: 0 10px; }
  #categoryCustom .slick-dots {
    bottom: -15px; }
  @media (min-width: 551px) {
    #categoryCustom .item {
      padding: 0 15px; } }
  @media (min-width: 1200px) {
    #categoryCustom .categoryCustom-carousel {
      margin: 0 -15px; }
    #categoryCustom .item {
      padding: 0 15px; } }

.categoryCustom-wrapper .title {
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 10px; }

.categoryCustom-wrapper .desc {
  font-weight: 700;
  color: #383e47; }

.halo-home-section-bottom .halo-product-by-cate-block {
  padding-top: 28px; }
  .halo-home-section-bottom .halo-product-by-cate-block .productCarousel-slide {
    float: none; }
  .halo-home-section-bottom .halo-product-by-cate-block .card-brand img {
    margin-top: 0;
    margin-bottom: 3px; }

#customerReview {
  padding-top: 45px;
  padding-bottom: 83px; }

.customerReview--carousel {
  font-size: 0; }
  .customerReview--carousel:not(.slick-initialized) .customerReview--item {
    width: 50%; }
    .customerReview--carousel:not(.slick-initialized) .customerReview--item:nth-child(n+3) {
      display: none; }
  @media (max-width: 767px) {
    .customerReview--carousel:not(.slick-initialized) .customerReview--item {
      width: 100%; }
      .customerReview--carousel:not(.slick-initialized) .customerReview--item:nth-child(n+2) {
        display: none; } }
  .customerReview--carousel .slick-arrow.slick-prev {
    left: 0; }
  .customerReview--carousel .slick-arrow.slick-next {
    right: 0; }
  .customerReview--carousel .slick-dots {
    bottom: -40px; }
  .customerReview--carousel .review-item {
    vertical-align: top; }

.customerReview--item {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  .customerReview--item .image-wrapper,
  .customerReview--item .content {
    display: block; }
  .customerReview--item .image-wrapper {
    display: flex;
    align-items: center; }
    .customerReview--item .image-wrapper > .title-wrapper-mobile,
    .customerReview--item .image-wrapper > .image {
      display: inline-block;
      vertical-align: middle; }
    .customerReview--item .image-wrapper > .title-wrapper-mobile {
      padding-left: 15px;
      width: calc(100% - 100px); }
  .customerReview--item .image {
    width: 100px; }
    .customerReview--item .image img {
      width: 100%;
      height: auto; }
  .customerReview--item .content {
    padding-top: 15px; }
  .customerReview--item .title-wrapper {
    display: none;
    max-width: 400px; }
  .customerReview--item .card-brand {
    text-transform: uppercase;
    font-weight: 700; }
  .customerReview--item .card-brand,
  .customerReview--item .card-title {
    display: inline;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    vertical-align: middle; }
  .customerReview--item .card-title {
    margin-left: 7px; }
    .customerReview--item .card-title > a {
      display: inline; }
  .customerReview--item .customerReview--wrapper {
    padding-right: 15px; }
  @media (min-width: 551px) {
    .customerReview--item .customerReview--wrapper {
      display: table; }
      .customerReview--item .customerReview--wrapper .image,
      .customerReview--item .customerReview--wrapper .content {
        display: table-cell;
        vertical-align: top; }
      .customerReview--item .customerReview--wrapper .image-wrapper > .title-wrapper-mobile {
        display: none; }
      .customerReview--item .customerReview--wrapper .image {
        width: 70px; }
      .customerReview--item .customerReview--wrapper .title-wrapper {
        display: block; }
      .customerReview--item .customerReview--wrapper .productReview {
        margin-top: 25px;
        padding: 0; }
      .customerReview--item .customerReview--wrapper .content {
        padding-top: 15px;
        padding-left: 32px; } }
  @media (min-width: 1025px) {
    .customerReview--item {
      width: 50%; }
      .customerReview--item .content {
        padding-left: 30px; } }

.productReview {
  width: 100%;
  float: none;
  font-size: 1rem;
  display: block;
  margin-bottom: 0; }
  .productReview + .productReview {
    margin-top: 45px; }
  .productReview .productReview-title {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    text-transform: capitalize;
    color: #5874b0;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 700; }
  .productReview .productReview-rating {
    line-height: 1;
    display: inline-block;
    vertical-align: middle; }
  .productReview .productReview-author {
    color: #8c8c8c;
    margin-top: 10px;
    margin-bottom: 15px; }
  .productReview .productReview-ratingNumber {
    display: none; }
  .productReview .productReview-body {
    margin-bottom: 0;
    font-style: italic; }

.halo_featuredCategories {
  padding: 20px 0 0 0; }
  @media (min-width: 1400px) {
    .halo_featuredCategories {
      padding: 40px 0 0 0; } }

.halo_featuredCategory-wrapper {
  font-size: 0;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px;
  background-color: #ffffff; }
  .halo_featuredCategory-wrapper .items {
    font-size: 12px;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 90%; }
  .halo_featuredCategory-wrapper .slick-dots {
    bottom: 0; }
  @media (min-width: 360px) {
    .halo_featuredCategory-wrapper .items {
      width: 80%; } }
  @media (min-width: 552px) {
    .halo_featuredCategory-wrapper .items {
      width: 45%; } }
  @media (min-width: 992px) {
    .halo_featuredCategory-wrapper .items {
      width: 37%; } }
  @media (min-width: 1025px) {
    .halo_featuredCategory-wrapper {
      text-align: left;
      display: block;
      overflow: visible;
      white-space: normal;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0px;
      padding-bottom: 0px; }
      .halo_featuredCategory-wrapper:before, .halo_featuredCategory-wrapper:after {
        content: " ";
        display: table; }
      .halo_featuredCategory-wrapper:after {
        clear: both; }
      .halo_featuredCategory-wrapper .items {
        padding: 0;
        width: 33.333333333%;
        min-height: 285px;
        border-left: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0; }
        .halo_featuredCategory-wrapper .items:nth-child(n + 4) {
          border-bottom: 1px solid transparent; }
        .halo_featuredCategory-wrapper .items:nth-child(3n + 1) {
          border-left: 1px solid transparent; } }

.halo_featuredCategory {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  box-shadow: none;
  overflow: hidden;
  background-color: #ffffff;
  padding: 30px; }
  .halo_featuredCategory .image {
    max-width: 45%; }
  .halo_featuredCategory .content {
    padding-left: 15px; }
  .halo_featuredCategory .title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: capitalize; }
    .halo_featuredCategory .title a {
      color: inherit; }
  .halo_featuredCategory .subcategory-list {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0; }
    .halo_featuredCategory .subcategory-list .subcategory-item {
      display: block;
      line-height: 30px; }
      .halo_featuredCategory .subcategory-list .subcategory-item .icon {
        height: 1.28571rem;
        width: 1.28571rem;
        position: relative;
        left: -7px;
        fill: #a6a8ac;
        margin-right: -7px; }
      .halo_featuredCategory .subcategory-list .subcategory-item a {
        color: #323232; }
        @media (min-width: 1025px) {
          .halo_featuredCategory .subcategory-list .subcategory-item a:hover {
            text-decoration: underline;
            text-underline-position: under; } }
  .halo_featuredCategory .link {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: #5874b0; }
    .halo_featuredCategory .link:hover {
      text-decoration: underline;
      text-underline-position: under; }
  @media (min-width: 1025px) {
    .halo_featuredCategory .image {
      width: 160px;
      min-width: 160px; }
    .halo_featuredCategory .content {
      padding-left: 30px; } }

#haloRecentlyBought_list {
  left: 20px;
  right: auto;
  bottom: 20px;
  position: fixed;
  z-index: 30;
  background: #fff;
  max-width: 350px;
  animation-duration: 0.5s;
  transition: all 0.5s ease;
  padding: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1199px) {
    #haloRecentlyBought_list {
      left: 15px;
      bottom: 15px; } }
  @media (max-width: 550px) {
    #haloRecentlyBought_list {
      left: 14.5px;
      max-width: 100%; } }
  #haloRecentlyBought_list .halo-recently-bought [data-close-recently-bought] {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    left: auto;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    background-color: #000000; }
    #haloRecentlyBought_list .halo-recently-bought [data-close-recently-bought] svg {
      width: 20px;
      height: 20px;
      padding: 2px;
      fill: white;
      stroke: white; }
    @media (max-width: 550px) {
      #haloRecentlyBought_list .halo-recently-bought [data-close-recently-bought] {
        top: 8px;
        right: 8px; } }
  #haloRecentlyBought_list .recently-bought-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #haloRecentlyBought_list .recently-bought-inner .product-image {
      max-width: 70px;
      display: inline-block;
      position: relative;
      padding: 0; }
    #haloRecentlyBought_list .recently-bought-inner .product-info {
      width: calc(100% - 70px);
      padding: 8px 25px 7px 10px;
      line-height: 20px; }
      @media (min-width: 551px) {
        #haloRecentlyBought_list .recently-bought-inner .product-info {
          padding: 10px 15px; } }
      #haloRecentlyBought_list .recently-bought-inner .product-info .text-wrap {
        display: inline-block;
        width: 100%;
        color: #737373;
        font-weight: 400;
        margin-bottom: 3px;
        line-height: 24px;
        letter-spacing: 0; }
      #haloRecentlyBought_list .recently-bought-inner .product-info .product-name a {
        text-decoration: none;
        color: #323232;
        background-image: linear-gradient(transparent 95%, #4c4c4c 5%);
        background-repeat: repeat-x;
        background-position-y: 0; }
      #haloRecentlyBought_list .recently-bought-inner .product-info .location-info {
        font-size: 14px;
        font-style: italic;
        color: #737373;
        line-height: 20px;
        letter-spacing: 0.02em;
        margin-top: 3px; }
        @media (max-width: 767px) {
          #haloRecentlyBought_list .recently-bought-inner .product-info .location-info {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical; } }

#halo-newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(47, 47, 47, 0.6);
  display: block;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1050;
  transition: all 0.25s ease; }
  #halo-newsletter-popup .newsletter-popup-container {
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    max-width: calc(100% - 30px);
    min-height: calc(100% - (1.75rem * 2));
    margin: 0 auto; }
  #halo-newsletter-popup .newsletter-popup-inner {
    position: relative;
    text-align: left;
    padding: 0;
    height: 410px;
    margin: 0 auto;
    max-height: 90vh;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    pointer-events: auto;
    background-color: white;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  #halo-newsletter-popup [data-close-newsletter-popup] {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 33px;
    height: 33px;
    border-radius: 4px;
    z-index: 5;
    padding: 0;
    line-height: 1;
    text-align: center;
    background: black; }
    #halo-newsletter-popup [data-close-newsletter-popup] svg {
      fill: white;
      stroke: white;
      width: 20px;
      height: 20px; }
  #halo-newsletter-popup .newsletter-left {
    display: block;
    width: 100%;
    padding: 30px 15px;
    text-align: left; }
    #halo-newsletter-popup .newsletter-left:before, #halo-newsletter-popup .newsletter-left:after {
      content: " ";
      display: table; }
    #halo-newsletter-popup .newsletter-left:after {
      clear: both; }
  #halo-newsletter-popup .newsletter-right {
    display: none; }
  #halo-newsletter-popup .newsletter-heading {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #323232;
    line-height: 1;
    margin: 0 0 10px 0;
    text-transform: none; }
  #halo-newsletter-popup .newsletter-message {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #323232;
    line-height: 26px; }
    #halo-newsletter-popup .newsletter-message span {
      display: block; }
    #halo-newsletter-popup .newsletter-message .f-normal {
      color: #787878; }
  #halo-newsletter-popup .newsletter-social {
    padding-top: 25px;
    padding-bottom: 30px; }
  #halo-newsletter-popup #popupSubcribeForm {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0; }
    #halo-newsletter-popup #popupSubcribeForm .form {
      margin: 0; }
    #halo-newsletter-popup #popupSubcribeForm .form-field {
      display: block;
      margin: 0; }
    #halo-newsletter-popup #popupSubcribeForm .form-input {
      height: 42px;
      line-height: 40px;
      width: calc(100% - 141px);
      display: inline-block;
      vertical-align: top;
      text-align: center;
      margin: 0 15px 0 0;
      border-color: #cccccc; }
      #halo-newsletter-popup #popupSubcribeForm .form-input::placeholder {
        color: #787878; }
    #halo-newsletter-popup #popupSubcribeForm input[type="submit"] {
      height: 42px;
      line-height: 40px;
      width: 126px;
      display: inline-block;
      vertical-align: top;
      padding: 0 10px; }
  #halo-newsletter-popup .form-show-again {
    display: block;
    line-height: 20px; }
    #halo-newsletter-popup .form-show-again:before, #halo-newsletter-popup .form-show-again:after {
      content: " ";
      display: table; }
    #halo-newsletter-popup .form-show-again:after {
      clear: both; }
    #halo-newsletter-popup .form-show-again .form {
      margin: 0; }
      #halo-newsletter-popup .form-show-again .form input {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
        #halo-newsletter-popup .form-show-again .form input:checked + label {
          color: #323232; }
          #halo-newsletter-popup .form-show-again .form input:checked + label span {
            background-image: linear-gradient(transparent 97%, #323232 3%); }
          #halo-newsletter-popup .form-show-again .form input:checked + label:before {
            border-color: #323232;
            background: #323232; }
      #halo-newsletter-popup .form-show-again .form label {
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        position: relative;
        line-height: 30px;
        color: #323232;
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 24px; }
        #halo-newsletter-popup .form-show-again .form label span {
          padding: 0 0 1px 0;
          background-image: linear-gradient(transparent 97%, #323232 3%);
          background-repeat: repeat-x;
          background-position-y: -3px; }
        #halo-newsletter-popup .form-show-again .form label:before {
          content: '';
          position: absolute;
          top: 8px;
          left: 0;
          width: 14px;
          height: 14px;
          background: transparent;
          border: 1px solid #d0d0d0; }
        #halo-newsletter-popup .form-show-again .form label:after {
          content: '';
          display: block;
          width: 12px;
          height: 12px;
          position: absolute;
          left: 1px;
          top: 9px;
          background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23ffffff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3E%3C/path%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100%; }
    #halo-newsletter-popup .form-show-again .form-field {
      margin: 0; }
  #halo-newsletter-popup.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden; }
  @media (min-width: 551px) {
    #halo-newsletter-popup .newsletter-popup-container {
      margin: 1.75rem auto;
      min-height: calc(100% - (1.75rem * 2)); }
    #halo-newsletter-popup .newsletter-left {
      padding: 30px; }
    #halo-newsletter-popup .newsletter-heading {
      font-size: 22px;
      margin: 0 0 15px 0; } }
  @media (min-width: 768px) {
    #halo-newsletter-popup .newsletter-popup-container {
      max-width: 700px; }
    #halo-newsletter-popup .newsletter-popup-inner {
      display: flex;
      align-items: center; }
    #halo-newsletter-popup .newsletter-left {
      width: calc(100% - 380px);
      padding: 50px 30px; }
    #halo-newsletter-popup .newsletter-right {
      width: 380px;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      #halo-newsletter-popup .newsletter-right img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        #halo-newsletter-popup .newsletter-right img.lazyload, #halo-newsletter-popup .newsletter-right img.lazyloading {
          width: auto;
          height: auto;
          margin: 0 auto; } }
  @media (min-width: 1025px) {
    #halo-newsletter-popup .newsletter-popup-container {
      max-width: 946px; }
    #halo-newsletter-popup .newsletter-popup-inner {
      overflow: visible; }
    #halo-newsletter-popup [data-close-newsletter-popup] {
      top: -18px;
      right: -18px; }
    #halo-newsletter-popup .newsletter-left {
      padding: 20px 70px; }
    #halo-newsletter-popup .newsletter-right:before {
      content: "";
      width: 100%;
      height: 100%;
      top: 100%;
      right: 0;
      left: auto;
      z-index: 2;
      transform: none;
      position: absolute;
      transition: all 0.25s ease;
      background-color: rgba(0, 0, 0, 0.25);
      background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 100%); }
    #halo-newsletter-popup .newsletter-right:hover:before {
      top: 0; }
    #halo-newsletter-popup .newsletter-heading {
      margin: 0 0 12px 0; }
    #halo-newsletter-popup #popupSubcribeForm {
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media (min-width: 1025px) {
    #halo-newsletter-popup.halo-newsletter-popup-noImage .newsletter-popup-container {
      max-width: 700px; } }
  @media (min-width: 768px) {
    #halo-newsletter-popup.halo-newsletter-popup-noImage .newsletter-left {
      width: 100%; } }

.backtoTop {
  cursor: pointer;
  height: 45px;
  transition: all .3s ease;
  font-size: 0; }
  .backtoTop .icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
    fill: #323232;
    stroke: #323232;
    line-height: 20px;
    text-align: center;
    color: #323232; }
  .backtoTop.bottom {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -ms-transform: translateY(-45px); }

.wrap-icons {
  background: white;
  transition: right .5s ease;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  .wrap-icons svg {
    width: 20px;
    height: 20px;
    position: relative; }
  .wrap-icons .text {
    display: none; }
  .wrap-icons .progress-scroll-wrapper {
    display: block;
    position: absolute;
    width: 120px;
    height: 2px;
    transform: rotate(90deg);
    top: 59px;
    left: -60px;
    z-index: 1; }
  .wrap-icons .progress-scroll {
    height: 2px;
    width: var(--scroll);
    background-color: #000000;
    transition: all .25s ease; }
  .wrap-icons div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: white;
    transition: all .3s ease;
    position: relative; }
    @media (min-width: 1025px) {
      .wrap-icons div:hover {
        background-color: #e5e5e5; } }
    .wrap-icons div + div {
      border-top: 1px solid #cccccc; }
    .wrap-icons div.backtoTop .icon {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
  .wrap-icons .expand-recently-viewed.is-open:before,
  .wrap-icons .expand-social-media.is-open:before {
    content: "";
    display: block;
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100; }
  .wrap-icons .expand-recently-viewed.is-open .icon,
  .wrap-icons .expand-social-media.is-open .icon {
    z-index: 101; }

.recently-viewed-products-sidebar {
  overflow: initial;
  top: 50%;
  left: auto;
  width: 40px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  z-index: 100;
  border-radius: 0 !important;
  position: fixed;
  right: 0;
  transform: translateY(-50%);
  display: block;
  height: 120px; }
  .recently-viewed-products-sidebar.slided-up .top {
    opacity: 1;
    visibility: visible;
    height: 50px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px); }
  .recently-viewed-products-sidebar.slided-up .in-content {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
  .recently-viewed-products-sidebar.slided-up .backtoTop.bottom {
    opacity: 1;
    visibility: visible;
    height: 45px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px); }

.lst-seen-widget {
  position: fixed;
  top: 0;
  right: 40px;
  width: 80px;
  height: auto;
  z-index: 9;
  user-select: none;
  color: #323232;
  background: white;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(40px);
  transition: transform .5s ease, visibility .5s ease, all .5s ease; }
  .lst-seen-widget .in-content {
    padding: 15px 0 12px;
    transition: all 0.25s ease; }
    .lst-seen-widget .in-content .title {
      letter-spacing: 0.02em;
      font-size: 14px;
      padding: 0 5px;
      position: relative;
      margin-bottom: 24px;
      font-weight: 400;
      color: #323232;
      line-height: 18px;
      margin-top: 0;
      text-transform: capitalize;
      font-family: "Arimo", Arial, Helvetica, sans-serif; }
    .lst-seen-widget .in-content .no-products {
      padding: 5px 5px 10px 5px;
      font-size: 12px; }
      .lst-seen-widget .in-content .no-products svg {
        width: 54px;
        height: 54px;
        margin-bottom: 30px;
        opacity: .1; }
    .lst-seen-widget .in-content .product-info {
      position: absolute;
      right: 0px;
      visibility: hidden;
      opacity: 0;
      width: 271px;
      margin-top: 0px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      z-index: 1;
      transition: visibility 0s ease, opacity 0.25s linear;
      padding: 5px 15px 12px;
      border: 1px solid rgba(0, 0, 0, 0.12);
      box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.12);
      background: white; }
      .lst-seen-widget .in-content .product-info .first {
        width: calc(100% - 64px); }
        .lst-seen-widget .in-content .product-info .first .button {
          padding: 8px 20px; }
      .lst-seen-widget .in-content .product-info .second {
        width: 64px;
        height: 100%;
        cursor: pointer;
        background: transparent;
        padding-left: 16px;
        padding-top: 10px; }
        .lst-seen-widget .in-content .product-info .second img {
          max-width: 48px;
          max-height: 61px; }
      .lst-seen-widget .in-content .product-info .card-title {
        padding-right: 0;
        font-size: 14px;
        margin-top: 2px;
        margin-bottom: -3px; }
        .lst-seen-widget .in-content .product-info .card-title > a {
          color: #323232;
          font-weight: 400;
          line-height: 24px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          display: block; }
      .lst-seen-widget .in-content .product-info .card-price {
        margin-bottom: 0;
        line-height: 20px; }
        .lst-seen-widget .in-content .product-info .card-price .price-section {
          display: inline-block; }
          .lst-seen-widget .in-content .product-info .card-price .price-section .price {
            font-size: 14px;
            line-height: 25px;
            font-weight: 600; }
          .lst-seen-widget .in-content .product-info .card-price .price-section.price-section--saving {
            display: none; }
      .lst-seen-widget .in-content .product-info .price-section--saving {
        display: none; }
      .lst-seen-widget .in-content .product-info .card-figcaption-link,
      .lst-seen-widget .in-content .product-info .card_out_of_stock {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        color: #5874b0;
        background-image: linear-gradient(transparent 96%, rgba(44, 96, 162, 0.5) 4%);
        background-repeat: repeat-x;
        background-position-y: -3px;
        text-transform: capitalize;
        text-decoration: none; }
      .lst-seen-widget .in-content .product-info .card_out_of_stock {
        color: #323232;
        background-image: linear-gradient(transparent 96%, rgba(50, 50, 50, 0.5) 4%); }
    .lst-seen-widget .in-content .products-grid {
      padding: 0;
      width: 100%;
      margin: 0 auto; }
      .lst-seen-widget .in-content .products-grid:hover .product-info {
        visibility: visible !important;
        opacity: 1 !important; }
      .lst-seen-widget .in-content .products-grid .item {
        margin: 0;
        border: none;
        position: relative;
        height: 81px; }
        .lst-seen-widget .in-content .products-grid .item > a {
          width: 100%;
          display: inline-block; }
        .lst-seen-widget .in-content .products-grid .item img {
          margin: 0 auto;
          display: block;
          max-width: 48px;
          max-height: 61px; }
      .lst-seen-widget .in-content .products-grid .second-info {
        display: none; }
      .lst-seen-widget .in-content .products-grid .slick-slider .slick-track {
        min-width: 100%;
        position: relative;
        top: 0;
        left: 0;
        display: block; }
      .lst-seen-widget .in-content .products-grid .slick-slider .slick-track,
      .lst-seen-widget .in-content .products-grid .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); }
      .lst-seen-widget .in-content .products-grid .slick-arrow {
        padding: 0;
        height: 13px;
        color: rgba(117, 117, 117, 0.5);
        width: 100%;
        margin: 0;
        transform: none;
        position: relative;
        background-color: transparent;
        border: none;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease; }
        .lst-seen-widget .in-content .products-grid .slick-arrow:before {
          height: 0.85714rem;
          width: 0.85714rem;
          display: inline-block; }
        .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev {
          left: 0;
          top: -12px;
          box-shadow: none; }
          .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-up fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M4.465 366.475l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L224 178.053l195.494 195.493c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-211.05-211.051c-4.686-4.686-12.284-4.686-16.971 0L4.465 349.505c-4.687 4.686-4.687 12.284 0 16.97z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-position: 50%; }
        .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next {
          right: 0;
          top: initial;
          bottom: 4px;
          box-shadow: none; }
          .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%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-2x'%3e%3cpath fill='currentColor' 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-position: 50%; }
  .lst-seen-widget.is-show-widget {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

.lst-social-media {
  position: fixed;
  top: 0;
  right: 40px;
  width: 60px;
  height: auto;
  z-index: 9;
  user-select: none;
  color: #323232;
  background: white;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(40px);
  transition: transform .5s ease, visibility .5s ease, all .5s ease; }
  .lst-social-media.is-show-media {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .lst-social-media .in-content {
    padding: 15px 0 0;
    transition: all 0.25s ease; }
    .lst-social-media .in-content .title {
      letter-spacing: 0.02em;
      font-size: 14px;
      padding: 0 5px;
      position: relative;
      margin-bottom: 24px;
      font-weight: 400;
      color: #323232;
      line-height: 18px;
      margin-top: 0;
      margin-bottom: 10px;
      text-transform: capitalize;
      font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .lst-social-media .list-social {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    position: relative;
    margin-left: 0;
    margin-bottom: 0; }
    .lst-social-media .list-social .list-social__item {
      display: inline-block;
      vertical-align: top;
      margin: 6px 12px 6px 0;
      position: relative;
      width: 100%;
      height: 40px;
      margin: 0; }
      @media (min-width: 1025px) {
        .lst-social-media .list-social .list-social__item:hover {
          box-shadow: -3px 3px 7px 0px rgba(0, 0, 0, 0.2); }
          .lst-social-media .list-social .list-social__item:hover .list-social__link svg {
            fill: #323232; }
          .lst-social-media .list-social .list-social__item:hover .list-social__info {
            opacity: 1;
            visibility: visible;
            pointer-events: auto; } }
    .lst-social-media .list-social .list-social__link {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 100%;
      height: 100%;
      line-height: 1;
      font-size: 0;
      letter-spacing: 0;
      border-radius: 0;
      border: none;
      padding: 0; }
      .lst-social-media .list-social .list-social__link svg {
        width: 19px;
        height: 19px;
        fill: #505050; }
    .lst-social-media .list-social .list-social__info {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: auto;
      right: 100%;
      background: white;
      width: auto;
      height: 100%;
      padding: 4px 0 0 15px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      overflow: hidden;
      transition: all .3s ease;
      box-shadow: -4px 3px 6px 0px rgba(0, 0, 0, 0.2); }
      .lst-social-media .list-social .list-social__info a {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.2;
        text-transform: capitalize;
        color: #323232; }
    .lst-social-media .list-social .mail-newsletter .list-social__info {
      min-width: 140px; }

.page:after, .page:before {
  content: " ";
  display: table; }

.page:after {
  clear: both; }

#contact-us-page {
  float: none; }
  #contact-us-page .form-actions .button {
    height: 40px;
    line-height: 38px;
    width: auto;
    min-width: 190px;
    background-color: #5d6673;
    border-color: #5d6673; }

.halo_location {
  color: #323232; }

[data-contact-form] {
  padding-top: 10px; }

.page-contact .page-content {
  padding: 10px 0 0; }

.page-contact .halo-contact-info {
  margin: 50px 0 0 0; }
  .page-contact .halo-contact-info .title {
    color: #323232;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 5px; }
  .page-contact .halo-contact-info .content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    font-weight: 400; }
    .page-contact .halo-contact-info .content:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
      .page-contact .halo-contact-info .content:last-child .store-link:last-child {
        margin-bottom: 0; }
    .page-contact .halo-contact-info .content .store-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start;
      margin-bottom: 17px;
      line-height: 16px; }
      .page-contact .halo-contact-info .content .store-info .icon {
        width: 18px;
        height: 18px;
        margin-right: 15px;
        display: inline-block;
        vertical-align: middle; }
        .page-contact .halo-contact-info .content .store-info .icon.icon-pen {
          width: 20px;
          height: 20px; }
      .page-contact .halo-contact-info .content .store-info p {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        line-height: 20px; }
        .page-contact .halo-contact-info .content .store-info p span {
          display: block; }
          .page-contact .halo-contact-info .content .store-info p span + span {
            margin-top: 7px; }
    .page-contact .halo-contact-info .content a {
      text-decoration: none;
      color: #323232; }
      .page-contact .halo-contact-info .content a span {
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 90%;
        background-repeat: no-repeat;
        background-size: 0 1px;
        transition: background-size .5s; }
      .page-contact .halo-contact-info .content a:hover span {
        background-size: 100% 1px; }
    .page-contact .halo-contact-info .content .store-link {
      display: block;
      margin-bottom: 8px; }

.page-contact .store-address {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  .page-contact .halo-contact-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .page-contact .page-content {
    width: 70%; }
  .page-contact .halo-contact-info {
    width: 30%;
    padding-left: 30px; } }

@media (min-width: 1025px) {
  .page-contact .page-content {
    width: 880px; }
  .page-contact .halo-contact-info {
    width: calc(100% - 880px); } }

@media (min-width: 1400px) {
  .page-contact .halo-contact-info {
    padding-left: 130px; } }

.haloFaqs-header .page-heading {
  margin-bottom: 25px; }

.page--faqs {
  padding-bottom: 80px; }
  .page--faqs .page-content {
    float: none; }
  @media (min-width: 1025px) {
    .page--faqs {
      display: flex; }
      .page--faqs .halo-faqs-sidebar {
        padding-left: 25px;
        padding-right: 0; }
        .page--faqs .halo-faqs-sidebar + .page-content {
          order: -1;
          padding-left: 0;
          padding-right: 25px; } }

.halo-faqs-content {
  position: relative; }
  .halo-faqs-content .card + .card {
    margin-top: 15px; }
  .halo-faqs-content .icon-arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 46%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 0; }
    .halo-faqs-content .icon-arrow:before {
      content: '';
      border: solid black;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      transition: transform .3s ease; }
  .halo-faqs-content .title {
    margin: 0;
    display: block;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    padding: 13px 50px 13px 20px;
    background-color: #f7f7f7;
    color: #323232;
    font-weight: 700;
    width: 100%;
    transition: all .3s ease; }
    .halo-faqs-content .title.collapsed {
      color: #ffffff;
      background-color: #484b51; }
      .halo-faqs-content .title.collapsed .icon-arrow:before {
        transform: rotate(-135deg);
        border: solid #ffffff;
        border-width: 0 1px 1px 0; }
    @media (min-width: 1025px) {
      .halo-faqs-content .title:hover {
        color: #ffffff;
        background-color: #484b51; }
        .halo-faqs-content .title:hover .icon-arrow:before {
          border-color: #ffffff;
          border-width: 0 1px 1px 0; } }
  .halo-faqs-content .collapse {
    position: relative;
    display: none; }
  .halo-faqs-content .faq-content {
    text-align: right;
    margin-top: 30px; }
    .halo-faqs-content .faq-content .button {
      margin-left: 15px;
      padding-left: 25px;
      padding-right: 25px; }
      .home-layout-1 .halo-faqs-content .faq-content .button {
        background-color: #4563b3;
        border: none; }

.sidebarBlock_custom {
  border: none;
  padding: 0 20px; }
  .sidebarBlock_custom > ul,
  .sidebarBlock_custom .sidebarBlock-content {
    padding: 5px 0 0 0; }
  .sidebarBlock_custom + .sidebarBlock {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee; }
  .sidebarBlock_custom .sidebarBlock-heading {
    border: none;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    text-transform: capitalize; }
  .sidebarBlock_custom .sidebarBlock-content a {
    color: #5874b0; }
  .sidebarBlock_custom .sidebarBlock-content p.title {
    text-decoration: underline;
    text-underline-position: under; }
  .sidebarBlock_custom .sidebarBlock-content p.link {
    color: #5874b0; }
  .sidebarBlock_custom .sidebarBlock-content > ul {
    margin-bottom: 25px;
    margin-left: 15px;
    list-style-type: disc;
    list-style-position: outside; }
    .sidebarBlock_custom .sidebarBlock-content > ul li {
      display: list-item;
      line-height: 24px; }
  @media (min-width: 1025px) {
    .sidebarBlock_custom {
      padding: 0; } }

@media (max-width: 1024px) {
  .halo-faqs-sidebar {
    width: 500px; }
    .halo-faqs-sidebar + .halo-faqs-content {
      width: 100%;
      padding-left: 0; } }

@media (max-width: 767px) {
  .haloFaqs-header .page-heading {
    margin-bottom: -13px; }
  .halo-faqs-sidebar {
    width: 100%; }
    .halo-faqs-sidebar + .halo-faqs-content {
      width: 100%;
      padding-left: 0;
      padding-top: 30px; }
  .halo-faqs-content .faqs-paragraph + .faqs-paragraph {
    margin-top: 30px; } }

h3.heading-dec-sky {
  font-size: 30px;
  margin: 30px 0;
  text-align: center; }

h3.heading-dec-sky span {
  border-bottom: 3px solid #f04723; }

.hl-list-content-banner img {
  width: 100%;
  height: 100%; }

.hl-row {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  border-bottom: 1px solid #ebeaea;
  width: 100%; }

.hl-row .hl-icon {
  order: -1; }

.hl-row > div {
  position: relative;
  padding-right: 0;
  padding-left: 0; }

.hl-content h4 {
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: .02em; }

.hl-content h4 span {
  border-bottom: 2px solid #f04723; }

.hl-row .hl-content {
  padding: 30px 0 0; }

.hl-row:nth-child(2n+1) .hl-icon img {
  float: left; }

@media (min-width: 992px) {
  .hl-row {
    padding: 50px 0;
    display: table; }
  .hl-row > div {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px; }
  .hl-list-content-item {
    margin-right: -15px;
    margin-left: -15px; }
  .hl-row .hl-content {
    padding: 30px 30px 0 30px; } }

.halo-toolbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px 0; }
  @media (min-width: 1025px) {
    .halo-toolbar.has-sidebar {
      padding-left: 30px;
      width: calc(100% - 270px);
      margin-right: 0;
      margin-left: auto; } }
  @media (min-width: 1600px) {
    .halo-toolbar.has-sidebar {
      padding-left: 40px; } }
  .halo-toolbar .page-sidebar-mobile-wrapper {
    margin-bottom: 0; }
  @media (min-width: 320px) and (max-width: 1024px) {
    .has-stickyToolbar .halo-toolbar.sticky-down {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      padding: 10px 15px;
      background: white;
      z-index: 99;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      animation-name: fadeInDown;
      animation-duration: .5s;
      animation-fill-mode: both; }
    .stickyNavigation.has-stickyToolbar .halo-toolbar.sticky-down {
      top: 50px; } }
  @media (min-width: 1025px) {
    .halo-toolbar {
      margin-bottom: 35px; } }

.toolbar-wrapper {
  display: flex;
  justify-content: center;
  width: auto;
  text-align: right;
  padding: 0; }
  @media (min-width: 1025px) {
    .toolbar-wrapper {
      justify-content: space-between; } }
  .toolbar-wrapper .toolbar-left {
    display: none;
    color: #424242; }
    @media (min-width: 1025px) {
      .toolbar-wrapper .toolbar-left {
        display: flex;
        align-items: center;
        padding-top: 1px; } }
    .toolbar-wrapper .toolbar-left .pagination-info {
      display: none; }
      @media (min-width: 1300px) {
        .toolbar-wrapper .toolbar-left .pagination-info {
          display: block; } }
  .toolbar-wrapper .toolbar-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
    text-align: right;
    padding: 0; }
    .toolbar-wrapper .toolbar-right .view-as-btn {
      display: none; }
      @media (min-width: 1025px) {
        .toolbar-wrapper .toolbar-right .view-as-btn {
          display: flex;
          margin-left: 25px; } }
  .toolbar-wrapper .toolbar-item {
    display: block;
    font-size: 0;
    letter-spacing: 0; }
  .toolbar-wrapper .view-as-btn {
    display: flex;
    align-items: center; }
    .toolbar-wrapper .view-as-btn .form-label {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #323232;
      line-height: 25px;
      letter-spacing: 0;
      text-transform: uppercase;
      margin-right: 11px;
      margin-bottom: 0;
      padding: 0;
      line-height: 1; }
    .toolbar-wrapper .view-as-btn .form-group {
      display: flex;
      align-items: center;
      overflow: hidden;
      border: 1px solid #e2e4e8; }
    .toolbar-wrapper .view-as-btn .btn-view {
      padding: 10px;
      width: 40px;
      height: 40px;
      vertical-align: top;
      display: inline-block;
      background-color: #fff; }
      .toolbar-wrapper .view-as-btn .btn-view svg {
        width: 100%;
        height: 100%;
        fill: #e2e4e8;
        stroke: #e2e4e8;
        pointer-events: none; }
      .toolbar-wrapper .view-as-btn .btn-view.grid-view {
        border-right: none; }
        .toolbar-wrapper .view-as-btn .btn-view.grid-view svg {
          transform: rotate(90deg); }
      .toolbar-wrapper .view-as-btn .btn-view.current-view svg {
        fill: #1a1a1a; }
  .toolbar-wrapper .actionBar {
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    .toolbar-wrapper .actionBar .form-field {
      border: 0;
      margin-bottom: 0;
      display: flex;
      align-items: center; }
    .toolbar-wrapper .actionBar .form-label {
      vertical-align: middle;
      font-size: 14px;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-weight: 700;
      color: #323232;
      line-height: 25px;
      letter-spacing: 0;
      text-transform: uppercase;
      margin-right: 11px;
      margin-bottom: 0;
      padding: 0;
      line-height: 1;
      width: 100%;
      display: none; }
      @media (min-width: 767px) {
        .toolbar-wrapper .actionBar .form-label {
          display: inline-block; } }
    .toolbar-wrapper .actionBar .form-select {
      border: 1px solid #cbcbcb;
      background-color: #f7f7f7;
      padding-left: 15px;
      color: #323232;
      border-radius: 0px;
      padding: 0 15px 0 15px;
      height: 40px;
      font-size: 14px;
      letter-spacing: 0;
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-3x'%3E%3Cpath fill='%23000000' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3E%3C/path%3E%3C/svg%3E");
      background-size: 13px;
      background-position: right 13px top 12px; }
    .toolbar-wrapper .actionBar[data-show-products] {
      display: none; }
  .toolbar-wrapper:not(.toolbar-mobile) {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px; }
    .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item {
      display: flex;
      justify-content: center;
      width: 100%; }
      .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item:first-child {
        display: none; }
  @media (min-width: 551px) {
    .toolbar-wrapper .actionBar {
      margin-left: 15px; }
      .toolbar-wrapper .actionBar .form-select {
        min-width: 170px; }
      .toolbar-wrapper .actionBar[data-show-products] {
        display: inline-block; } }
  @media (min-width: 992px) {
    .toolbar-wrapper .actionBar {
      margin-left: 22px; }
      .toolbar-wrapper .actionBar .form-label {
        display: inline-block; }
      .toolbar-wrapper .actionBar[data-show-products] {
        display: inline-block; } }
  @media (min-width: 1025px) {
    .toolbar-wrapper:not(.toolbar-mobile) {
      padding-left: 0;
      padding-right: 0; }
      .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item {
        justify-content: flex-end;
        width: 535px; }
        .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item:first-child {
          display: block;
          width: calc(100% - 535px); }
    .toolbar-wrapper.toolbar-mobile {
      display: none; } }
  @media (min-width: 1200px) {
    .toolbar-wrapper .actionBar {
      margin-left: 22px; }
      .toolbar-wrapper .actionBar .form-select {
        min-width: 204px; }
    .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item {
      width: 560px; }
      .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item:first-child {
        width: calc(100% - 560px); } }
  @media (min-width: 1600px) {
    .toolbar-wrapper .actionBar .form-select {
      min-width: 180px; } }
  @media (min-width: 1800px) {
    .toolbar-wrapper .actionBar .form-select {
      min-width: 210px; } }

.page-sidebar-mobile-wrapper {
  display: block;
  position: relative;
  margin: 0 0 30px 0; }
  .page-sidebar-mobile-wrapper .page-sidebar-mobile {
    position: relative;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    pointer-events: auto; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
      display: none;
      vertical-align: middle;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0;
      margin: 0;
      padding: 0;
      line-height: 1;
      color: #323232;
      text-transform: uppercase; }
      .page-blog .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
        display: inline-block;
        margin-right: 10px; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .icon {
      display: inline-block;
      vertical-align: middle;
      width: 46px;
      height: 46px;
      padding: 14px;
      fill: #323232;
      stroke: transparent;
      pointer-events: none;
      background: #e5e5e5; }
  @media (min-width: 992px) {
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
      display: inline-block;
      margin-right: 20px; } }
  @media (min-width: 1025px) {
    .page-sidebar-mobile-wrapper {
      display: none;
      margin-bottom: 0; } }

html,
body {
  height: 100%; }

.container {
  max-width: 1336px; }

.heroCarousel {
  width: auto;
  height: auto;
  margin: auto;
  max-width: 1280px;
  min-width: auto;
  max-height: 668px;
  min-height: auto; }

.heroCarousel-slide .heroCarousel-image {
  max-height: 668px; }

/* Hide model from year/make/model */
.halo_multilevel-category-filter .form-wrapper .form-field:nth-child(3) {
  display: none; }

.productView-subtitle {
  font-size: 18px; }

.productView-title .title,
.cardView-title .title {
  color: grey; }

.category-suggestion {
  float: none;
  width: auto; }

div.productView-info-special-item.OwnersManual,
div.productView-info-special-item.WiringDiagram {
  font-weight: bold;
  border: 2px solid #d5d5d5;
  text-align: center;
  width: 190px;
  margin-bottom: 10px; }

div.productView-info-special-item span,
div.productView-info-special-item a {
  display: block; }

div.productView-info-special-item a {
  padding: 10px 15px;
  width: 100%;
  height: 100%; }

.header-search button[type="submit"] {
  background-color: #f7f7f7;
  border: 1px solid #e2e4e8;
  border-left: none; }
  .header-search button[type="submit"] .icon {
    fill: #2799cb;
    stroke: #2799cb;
    height: 1.42857rem;
    width: 1.42857rem; }

.card-availability {
  display: block;
  margin: 12px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  color: #323232; }
  .card-availability .product-line-stock .product-line-stock-msg-in {
    color: #097839; }
    .card-availability .product-line-stock .product-line-stock-msg-in p {
      margin: 0;
      padding: 0; }
    .card-availability .product-line-stock .product-line-stock-msg-in .product-locations-quantity {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .card-availability .product-line-stock .product-line-stock-msg-in .product-locations-quantity li {
        padding: 0;
        margin: 0;
        text-indent: 2.9rem;
        color: #999999; }
        .card-availability .product-line-stock .product-line-stock-msg-in .product-locations-quantity li.in-stock {
          color: #097839;
          font-weight: bold; }
  .card-availability .product-line-stock .product-line-stock-msg-out {
    color: #eb2129; }

.navUser .navUser-action:hover {
  color: #89dbff; }
  .navUser .navUser-action:hover svg {
    fill: #89dbff;
    stroke: #89dbff; }

.productList {
  font-size: 14px; }
  .productList .product {
    border: 1px solid #d5d5d5;
    padding: 10px 25px; }
  .productList .card-figure {
    width: 25%; }
  .productList .card .card-body .card-list-data {
    float: left;
    width: 55.55555556%;
    padding: 0px 25px;
    border-right: 1px solid #d5d5d5;
    margin-right: -1px; }
  .productList .card .card-body .card-list-checkout {
    float: left;
    width: 44.44444444%;
    padding: 10px 0 10px 25px;
    border-left: 1px solid #d5d5d5; }
  .productList .card .card-body .container.product-layout-1, .productList .card .card-body .container.product-layout-2, .productList .card .card-body .container.product-layout-3 {
    margin-bottom: 60px; }

ul.key_specs {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.key_specs li:nth-child(even) {
    background-color: #f6f6f6; }
  ul.key_specs li {
    padding: 12px 15px; }

.price-msrp-data {
  font-size: 14px;
  color: #eb2129; }

.custom-icon {
  min-width: 24px;
  min-height: 24px;
  display: inline-block;
  line-height: 26px; }
  .custom-icon .check {
    min-width: 24px;
    min-height: 24px;
    line-height: 26px;
    display: inline-block;
    background: #097839;
    clip-path: path("M9 16.17L5.53 12.7a.996.996 0 10-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 7.71a.996.996 0 10-1.41-1.41L9 16.17z"); }
  .custom-icon .warning {
    min-width: 24px;
    min-height: 24px;
    line-height: 26px;
    display: inline-block;
    background: #eb2129;
    clip-path: path("M4.47 21h15.06c1.54 0 2.5-1.67 1.73-3L13.73 4.99c-.77-1.33-2.69-1.33-3.46 0L2.74 18c-.77 1.33.19 3 1.73 3zM12 14c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1zm1 4h-2v-2h2v2z"); }

.card-link .card-image {
  object-fit: contain; }

.card-link .card-image-2 img {
  object-fit: contain; }

.breadcrumb:not(:first-child)::before {
  content: "/"; }

body:not(.page-type-default):not(.page-type-product) .page-heading {
  text-align: center; }

@media (min-width: 1025px) {
  .halo-description > .productView-tab,
  .halo-description > .halo-block-product {
    display: block;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px; }
  .halo-description > .halo-block-product {
    margin-top: 20px; } }

@media (min-width: 1025px) {
  .middleHeader-container .middleHeader-item.left {
    display: flex; }
  .middleHeader-container .middleHeader-item.right .item--logo {
    display: none; } }

@media (max-width: 768px) {
  .halo_middleHeader .middleHeader-container .middleHeader-item.left .item--logo {
    display: none; }
  .halo_middleHeader .middleHeader-container .middleHeader-item.right {
    flex-grow: 0; }
    .halo_middleHeader .middleHeader-container .middleHeader-item.right .item--logo {
      float: right; }
      .halo_middleHeader .middleHeader-container .middleHeader-item.right .item--logo .header-logo {
        height: auto; }
      .halo_middleHeader .middleHeader-container .middleHeader-item.right .item--logo .header-logo-image {
        max-height: 100%; } }

.quickSearchResults .productGrid {
  padding: 0; }
  .quickSearchResults .productGrid .product {
    float: none;
    width: 100%;
    padding: 0; }
    .quickSearchResults .productGrid .product:hover {
      background-color: #f6f6f6; }
    .quickSearchResults .productGrid .product .card {
      float: none;
      width: 100%;
      border: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      padding-top: 0.75rem; }
      .quickSearchResults .productGrid .product .card .card-body {
        background: transparent; }
      .quickSearchResults .productGrid .product .card .card-figure {
        float: left;
        width: 25%; }
        .quickSearchResults .productGrid .product .card .card-figure .card-figcaption {
          display: none; }
      .quickSearchResults .productGrid .product .card .card-list-checkout {
        display: none; }
      .quickSearchResults .productGrid .product .card .price-msrp-data {
        display: none; }

.middleHeader-container .middleHeader-item {
  display: flex; }
  .middleHeader-container .middleHeader-item.left {
    flex-grow: 0;
    width: auto; }
  .middleHeader-container .middleHeader-item.center {
    flex-grow: 2;
    width: auto;
    padding: 0; }
  .middleHeader-container .middleHeader-item.right {
    flex-grow: 1;
    width: auto; }
  .middleHeader-container .middleHeader-item .item--quicksearch .quickSearchResults .productGrid {
    padding: 0; }

.middleHeader-container #menu.navPages-container {
  border: none; }

.navUser-item.phone {
  display: flex;
  align-items: center; }
  .navUser-item.phone .navUser-action {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center; }
  .navUser-item.phone .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ea2129;
    display: flex;
    align-items: center;
    /*padding: 10px;
			clip-path: circle(5px);*/ }
  .navUser-item.phone svg {
    width: 18px;
    height: 18px;
    margin: 0 auto;
    display: block; }

.navUser-item.item--account .navUser-action {
  display: inline-block; }

.navUser-item.item--account .accountMobile {
  display: none; }

.navUser-item.item--cart .navUser-action .icon {
  width: 1.75rem;
  height: 1.75rem; }

.navUser-item.item--cart .countPill {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 21px; }

.footer-main-contact-info {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99; }

@media (min-width: 768px) {
  .footer-main-contact-info {
    width: auto;
    float: right;
    right: 15px; } }

@media (min-width: 1200px) {
  .footer-main-contact-info {
    right: 5%; } }

.footer-main-contact-info .footer-phone-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 10px 15px;
  border-radius: 2px;
  background-color: #c41b22;
  color: #fff; }

@media (min-width: 768px) {
  .footer-main-contact-info .footer-phone-link {
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.3); } }

.footer-main-contact-info .footer-phone-link:hover,
.footer-main-contact-info .open .footer-phone-link.split-button-toggle,
.open .footer-main-contact-info .footer-phone-link.split-button-toggle,
.footer-main-contact-info .open .footer-phone-link.sc-flyout-control,
.footer-main-contact-info .open .footer-phone-link.social-sharing-flyout-content-button,
.open .footer-main-contact-info .footer-phone-link.sc-flyout-control,
.open .footer-main-contact-info .footer-phone-link.social-sharing-flyout-content-button,
.footer-main-contact-info .footer-phone-link:active,
.footer-main-contact-info .footer-phone-link:focus {
  color: #fff;
  background-color: #eb2129; }

.footer-main-contact-info .footer-phone-link .footer-phone-icon:before {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #006d9e;
  position: relative;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 100%;
  padding: 8px 10px; }

.footer-main-contact-info .footer-phone-link .footer-phone-text {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.2; }

@media (min-width: 992px) {
  .footer-main-contact-info .footer-phone-link .footer-phone-text {
    font-size: 29px;
    font-size: 1.8125rem; } }

.footer-main-contact-info .footer-phone-link .footer-hours {
  font-size: 1rem; }

.halo_multilevel-category-filter .form-field:after {
  display: none; }

.navPages-container .navPages-item.click-to-open:hover > .navPage-subMenu {
  visibility: hidden; }

.navPages-container .navPages-item.click-to-open.opened > .navPages-action:after {
  content: '';
  width: 100%;
  height: 14px;
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  z-index: 1; }

.navPages-container .navPages-item.click-to-open.opened > .navPage-subMenu {
  visibility: visible; }

.navPages .navPages-list .navPages-action .countPill.cart-quantity {
  position: relative; }

.all-categories-list .navPages-level-3 .navPage-subMenu-item {
  padding-bottom: 7px; }
  .all-categories-list .navPages-level-3 .navPage-subMenu-item a {
    line-height: normal; }

.productView-description:has(ul.key_specs) ~ .productView-price,
.productView-description:has(ul.key_specs) ~ div[data-content-region='product_below_price'] {
  display: none; }

.productView-description:not(:has(ul.key_specs)) > .productView-price,
.productView-description:not(:has(ul.key_specs)) > div[data-content-region='product_below_price'] {
  display: none; }

#paypal-commerce-proddetails-messaging-banner > span:not(:first-child) {
  display: none; }

.halo_bottomHeader .halo_MultiCategory-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
  .halo_bottomHeader .halo_MultiCategory-wrapper.hidden {
    display: none; }

.bottomMegamenu {
  visibility: hidden;
  display: none; }

.heroCarousel-content {
  display: block;
  background: rgba(0, 71, 107, 0.75);
  padding-top: 15px;
  font-weight: 700;
  max-width: 100%;
  align-content: center; }
  .heroCarousel-content.heroCarousel-content--center {
    transform: translate 50%, 0%; }
  .heroCarousel-content.heroCarousel-content--left, .heroCarousel-content.heroCarousel-content--right {
    right: 0;
    left: 0;
    text-align: center; }

.navPages-action {
  font-size: 18px; }

#consent-manager {
  z-index: 1000 !important; }

.brands-list {
  padding: 0;
  margin: 0;
  display: flex; }
  .brands-list li {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    border: 1px solid #ebebeb;
    text-align: center;
    margin: 5px;
    padding: 5px; }

.home-about-us {
  background: white;
  margin: 20px 0; }
  .home-about-us .cct-custom-layout-content-bottom {
    text-align: center; }
  .home-about-us .container {
    display: flex;
    text-align: center; }
    .home-about-us .container .about-content {
      flex: 1; }
      .home-about-us .container .about-content .about-icon {
        width: 125px;
        border: 2px solid #eb2129;
        display: block;
        border-radius: 100%;
        width: 140px;
        margin: 0 auto; }

#checkout-shipping-comments,
.form-fieldset[data-test='checkout-shipping-comments'] {
  display: none;
  visibility: hidden; }

.halo-background {
  position: fixed; }

.card-title > a,
a {
  font-weight: 700; }
  .card-title > a:hover,
  a:hover {
    color: #006d9e; }

.card-title .card-ellipsis {
  display: block;
  font-size: 20px; }

.brand-image-container {
  max-width: 180px; }

.card-text[data-test-info-type="brandName"] img {
  max-height: 40px; }

.card-price {
  flex-wrap: wrap; }

.free-shipping-banner {
  flex-flow: row;
  width: 100%; }
  .free-shipping-banner span.free-shipping,
  .free-shipping-banner span {
    color: #c41b22;
    font-weight: 700;
    text-transform: uppercase; }

span.free-shipping.productView-info-value {
  color: #c41b22;
  font-weight: 700;
  text-transform: uppercase; }

.compare-link .button {
  background: #006d9e;
  color: white; }
  .compare-link .button:hover {
    background: #00476b;
    color: white; }

.repower-category-contact h2 {
  background-color: #006d9e;
  color: #fff;
  padding: 15px; }

@media (min-width: 992px) {
  .product-details-full-help-links {
    display: flex; } }

.product-details-full-help-spacer {
  width: 1px;
  background-color: #ebebeb;
  height: 45px;
  margin: 0 30px; }

.product-details-full-contact,
.product-details-full-request-info {
  display: flex;
  align-items: center; }
  @media (min-width: 992px) {
    .product-details-full-contact,
    .product-details-full-request-info {
      width: 48%; } }
  .product-details-full-contact .icon,
  .product-details-full-request-info .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #eb2129;
    display: flex;
    align-items: center;
    /*padding: 10px;
		clip-path: circle(5px);*/ }
  .product-details-full-contact svg,
  .product-details-full-request-info svg {
    width: 18px;
    height: 18px;
    margin: 0 auto;
    display: block;
    fill: white;
    stroke: white;
    color: white; }
  .product-details-full-contact a,
  .product-details-full-request-info a {
    padding-left: 10px; }

.pdp-request-info-button {
  width: 50%; }

svg.icon-sprite:has(use[href="#icon-phone-2"]) {
  rotate: 90deg; }

.modal.modal--large {
  padding: 20px; }

#hl_topPromotion .container h4.text {
  color: white;
  padding: 0;
  margin: 0; }

@media (min-width: 1025px) {
  .navPages-action.navPages-action-lv4:hover span:not(.navPages-action-moreIcon) {
    color: #790000;
    text-decoration: underline;
    text-underline-position: under; }
  .navPages-action.navPages-action-lv5:hover span:not(.navPages-action-moreIcon) {
    color: #790000;
    text-decoration: underline;
    text-underline-position: under; } }

@media (min-width: 375px) {
  .productView-images-wrapper .productView-thumbnail-wrapper {
    display: block; }
    .productView-images-wrapper .productView-thumbnail-wrapper .productView-thumbnail {
      display: inline-block; } }

/*Popover*/
/* Base styling*/
.popover__wrapper {
  position: relative; }

.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -90px;
  transform: translate(0, 10px);
  background-color: white;
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 255px;
  margin-top: 25px;
  color: black; }

.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent white transparent;
  transition-duration: 0.3s;
  transition-property: transform; }

.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97); }

.popover__message {
  text-align: center; }

/*used for countdown timer*/
[data-content-region="header_navigation_bottom--global"] {
  background-color: #ea2129; }
  [data-content-region="header_navigation_bottom--global"] .countdown-container {
    display: flex !important;
    justify-content: center;
    gap: 1rem; }
    [data-content-region="header_navigation_bottom--global"] .countdown-container .countdown-text {
      color: white !important;
      margin-top: 0px !important;
      margin-bottom: 0px !important;
      font-size: 2rem !important;
      display: flex; }
    [data-content-region="header_navigation_bottom--global"] .countdown-container .countdown-timer {
      color: white !important;
      margin-top: 0px !important;
      margin-bottom: 0px !important;
      font-size: 2rem !important;
      display: flex; }

/*used for countdown timer*/
[data-content-region="home_below_carousel"] {
  max-width: 1600px;
  justify-self: center; }

#sd-image-59608d60-04bd-483c-9c48-01279d8bed6c {
  max-width: 1600px;
  justify-self: center; }

[data-widget-id="509a2d49-e057-43d3-8154-932deae1b7fc"],
[data-widget-id="f5e1b57f-84fd-4b3e-8171-587aea3e170c"],
[data-widget-id="3f9bec37-6013-4b87-8d31-a144f063078c"],
[data-widget-id="0f4ce7a8-e3ac-4af5-9e3a-1fd6f9f1dcd6"] {
  max-width: 1600px;
  align-self: center; }

.openMenuPC .halo-background {
  z-index: 21;
  opacity: 1;
  display: block;
  visibility: hidden; }

.items.item--wishlist {
  visibility: hidden; }
